@import url(https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600&family=Open+Sans:wght@400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}.product-card{background-color:#fdf5e6;border:1px solid #a3c86d;border-radius:10px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;margin:15px;padding:20px;transition:transform .2s ease;width:300px}.product-card:hover{transform:translateY(-5px)}.product-image{border-radius:8px;height:200px;margin-bottom:15px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column}.product-card h2{color:#c94f4f;font-family:Baloo\ 2,sans-serif;margin-top:0}.product-card .description{color:#5b4636;flex:1 1;line-height:1.5;margin:10px 0}.product-card .price{color:#5b4636;font-size:1.2em;font-weight:700;margin:15px 0}.add-to-cart-button{background-color:#c94f4f;border:none;border-radius:5px;color:#fdf5e6;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s ease;width:100%}.add-to-cart-button:hover{background-color:#5b4636}.product-list{margin:0 auto;max-width:1200px;padding:20px}.product-list h1{color:#5b4636;font-family:Baloo\ 2,sans-serif;margin-bottom:10px;text-align:center}.product-list .subtitle{color:#5b4636;font-size:1.2em;margin-bottom:30px;text-align:center}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}@media (max-width:768px){.products-grid{grid-template-columns:1fr}}.cart{background-color:#fdf5e6;border:1px solid #a3c86d;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin:20px;padding:20px}.cart h3{color:#5b4636;font-family:Baloo\ 2,sans-serif;margin-bottom:15px;margin-top:0}.cart-items{max-height:300px;overflow-y:auto}.cart-item{border-bottom:1px solid #a3c86d;padding:10px 0}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;justify-content:space-between;margin-bottom:5px}.cart-item-name{color:#5b4636;font-weight:600}.cart-item-price{color:#c94f4f;font-weight:600}.cart-item-controls{align-items:center;display:flex;justify-content:space-between}.cart-item-quantity{color:#5b4636}.remove-button{background-color:#c94f4f;border:none;border-radius:5px;color:#fdf5e6;cursor:pointer;font-size:.9em;padding:5px 10px;transition:background-color .3s ease}.remove-button:hover{background-color:#5b4636}.cart-footer{border-top:1px solid #a3c86d;margin-top:20px;padding-top:15px}.cart-total{color:#5b4636;font-size:1.2em;font-weight:600;margin-bottom:15px}.checkout-button{background-color:#a3c86d;border:none;border-radius:5px;color:#fdf5e6;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s ease;width:100%}.checkout-button:hover{background-color:#5b4636}.checkout{background-color:#fdf5e6;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:800px;padding:30px}.checkout h2{color:#5b4636;font-family:Baloo\ 2,sans-serif;margin-bottom:20px}.order-summary{background-color:#fff;border:1px solid #a3c86d;border-radius:8px;margin-bottom:30px;padding:20px}.order-summary h3{color:#5b4636;font-family:Baloo\ 2,sans-serif;margin-bottom:15px;margin-top:0}.summary-item{border-bottom:1px solid #eee;padding:8px 0}.summary-item,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:2px solid #a3c86d;color:#5b4636;margin-top:15px;padding-top:15px}.checkout-step{margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{color:#5b4636;display:block;font-weight:600;margin-bottom:5px}.form-group input{border:1px solid #a3c86d;border-radius:5px;font-size:1em;padding:10px;width:100%}.form-group input:focus{border-color:#5b4636;box-shadow:0 0 0 2px #5b46361a;outline:none}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.button-group{display:flex;justify-content:space-between;margin-top:30px}.cancel-button{background-color:#c94f4f}.cancel-button,.next-button{border:none;border-radius:5px;color:#fdf5e6;cursor:pointer;font-size:1em;padding:12px 24px;transition:background-color .3s ease}.next-button{background-color:#a3c86d}.cancel-button:hover,.next-button:hover{background-color:#5b4636}@media (max-width:600px){.checkout{padding:20px}.form-row{gap:0;grid-template-columns:1fr}.button-group{flex-direction:column;gap:10px}.button-group button{width:100%}}.app{background-color:#fdf5e6;display:flex;flex-direction:column;min-height:100vh}.app-header{background-color:#a3c86d;color:#5b4636;padding:40px 20px;text-align:center}.app-header h1{color:#5b4636;font-family:Baloo\ 2,sans-serif;font-size:2.5em;margin:0}.app-header p{font-size:1.2em;margin:10px 0 0}.app-main{display:flex;flex:1 1;gap:20px;margin:0 auto;max-width:1400px;padding:20px;width:100%}.content{flex:1 1}.cart-sidebar{align-self:flex-start;position:-webkit-sticky;position:sticky;top:20px;width:350px}.app-footer{background-color:#a3c86d;color:#5b4636;padding:20px;text-align:center}.app-footer p{font-style:italic;margin:0}@media (max-width:1024px){.app-main{flex-direction:column}.cart-sidebar{position:static;width:100%}}
/*# sourceMappingURL=main.7474bf74.css.map*/