body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:auto;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,.home-container{box-sizing:border-box}.home-container{align-items:center;background-color:#f5fff5;display:flex;flex-direction:column;gap:40px;height:100vh;justify-content:center;padding:40px 16px;text-align:center;width:100%}@media screen and (min-width:768px){.home-container{flex-direction:row;gap:60px;padding:60px 40px}}.home-banner h1{color:#2e7d32;font-size:32px}@media screen and (min-width:768px){.home-banner h1{font-size:48px}}.home-banner p{color:#555;font-size:15px;margin:15px 0}@media screen and (min-width:768px){.home-banner p{font-size:22px}}.home-btn{background-color:initial;border-radius:5px;border-width:0;color:#fff;outline:none;padding:12px;width:80vw}@media screen and (min-width:768px){.home-btn{width:50vw}}.home-button-container{background-color:#2e7d32;border-radius:6px;color:#fff;font-size:16px;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.home-button-container:hover{background-color:#1b5e20}.navbar{align-items:center;border-bottom:1px solid #c8e6c9;display:flex;justify-content:space-between;padding:12px 24px}@media screen and (max-width:768px){.navbar{width:100vw}}.navbar-logo{height:50px}.navbar-links{align-items:center;display:flex;gap:24px;list-style:none}.nav-link{color:#2e7d32;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#66bb6a}.footer{background-color:#2e7d32;color:#fff;font-family:sans-serif;padding:2rem 1rem 1rem;width:100vw}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-brand h2{font-size:1.8rem;margin-bottom:.5rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#e8f5e9;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#c8e6c9}.footer-contact .socials{display:flex;font-size:1.2rem;gap:10px;margin-top:.5rem}.footer-bottom{color:#c8e6c9;font-size:.9rem;margin-top:2rem;text-align:center}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-brand,.footer-contact,.footer-links{margin-bottom:1rem}}.product-card{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 6px #0000000d;margin-bottom:20px;margin-right:10px;padding:15px;width:200px}@media screen and (max-width:768px){.product-card{width:80vw}}.product-image{border-radius:8px;object-fit:cover;width:100%}.price{color:#1b5e20;margin:10px 0}.details-button{background-color:#2e7d32;border-radius:5px;color:#fff;display:inline-block;padding:8px 16px;text-decoration:none}.details-button:hover{background-color:#1b5e20}.products-page{animation:fadeIn .5s ease-in-out;background:#f9fff9;min-height:100vh;padding-top:2rem}.page-title{color:#2f6f2f;margin-bottom:1rem;text-align:center}.controls{align-items:center;flex-direction:row;gap:11rem;margin:0 auto 2rem;max-width:600px}.controls,.loading-container{display:flex;justify-content:center}.loading-container{height:50vh}@media screen and (max-width:700px){.controls{align-items:stretch;flex-direction:column;gap:10px}}.search-bar{align-self:center;animation:slideIn .4s ease-in-out;position:relative}.search-bar input{border:1px solid #ccc;border-radius:25px;font-size:1rem;padding:10px 35px 10px 40px}.search-icon{color:#3e9443;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.product-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:20px 0}.tab-button{background-color:#f3f3f3;border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:10px 16px;transition:background .3s ease}.tab-button.active{background-color:#3e9443;box-shadow:0 2px 5px #0003;color:#fff;font-weight:700}.sort-select{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:10px;width:200px}.product-list{display:flex;flex-wrap:wrap;list-style-type:none}.not-found-container{align-items:center;display:flex;justify-content:center;width:100vw}.not-found-img{width:50vw}@media screen and (min-width:768px){.product-list{align-items:center;justify-content:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.cart-container{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a;margin:2rem auto;max-width:800px;min-height:100vh;padding:1.5rem}.cart-item-image{border-radius:10px;height:100px;width:100px}.cart-title{color:#2e7d32;margin-bottom:1.5rem;text-align:center}.empty{align-items:center;color:#555;display:flex;font-size:1.1rem;height:50vh;justify-content:center;text-align:center}.cart-list{list-style:none;padding:0}.cart-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 0;transition:background .2s}.cart-item:hover{background-color:#f9fff9}.actions{align-items:center;display:flex;gap:.5rem}.actions button{background-color:#e0f2f1;border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:5px 10px}.actions .remove{background-color:#ffebee;color:red}.subtotal{margin-top:1.5rem;text-align:right}.checkout{background-color:#388e3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:10px 16px}@media screen and (max-width:600px){.cart-item{align-items:flex-start;flex-direction:column}.actions{margin-top:.5rem}.subtotal{text-align:left}}.App{width:100vw}.product-details-container{background-color:#f9fbe7;border-radius:10px;display:flex;flex-wrap:wrap;font-family:sans-serif;gap:2rem;margin:2rem auto;padding:2rem;width:100%}.product-detail-loader-conatiner{align-items:center;display:flex;height:100vh;justify-content:center}.product-image img{border-radius:10px;box-shadow:0 0 8px #0000001a;max-width:300px}.product-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.product-info h2{color:#2e7d32;margin-bottom:1rem}.description{color:#4e4e4e;font-size:1rem;margin-bottom:1rem}.price{color:#33691e;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.add-to-cart-btn{background-color:#2e7d32;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 20px;transition:background .3s ease}.add-to-cart-btn:hover{background-color:#1b5e20}@media (max-width:768px){.product-details-container{align-items:center;flex-direction:column;text-align:center}.product-info{align-items:center}}.checkout-container{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #0000000d;font-family:sans-serif;margin:2rem auto;max-width:1000px;padding:2rem}.checkout-container h2{color:#2e7d32;margin-bottom:1.5rem;text-align:center}.checkout-grid{display:flex;flex-wrap:wrap;gap:2rem}.checkout-form{display:flex;flex:1 1;flex-direction:column;gap:1rem}.checkout-form input{border:1px solid #ccc;border-radius:8px;padding:10px}.place-order-btn{background-color:#2e7d32;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:12px}.order-summary{background-color:#f1f8e9;border-radius:12px;flex:0.8 1;padding:1.5rem}.order-summary h3{color:#33691e;margin-bottom:1rem}.order-summary h4,.order-summary p{margin:.5rem 0}@media (max-width:768px){.checkout-grid{flex-direction:column}.order-summary{margin-top:1rem}}
/*# sourceMappingURL=main.57c9a4a8.css.map*/