@tailwind base;@tailwind components;@tailwind utilities;.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:0 20px;width:100%}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:60px}.navbar-logo img{height:4rem;width:8.5rem}.navbar-links{display:flex;gap:2rem}.company-title{color:#297f1d;font-weight:600}.navbar-links a{color:#333;text-decoration:none;font-size:2.25rem;transition:color .3s ease}.navbar-toggle{display:none;font-size:1.5rem;cursor:pointer;color:#333}@media (max-width: 768px){.navbar-container{max-width:100%;padding:0 20px}.navbar-links{position:absolute;top:60px;left:0;right:0;background-color:#fff;flex-direction:column;align-items:center;gap:10px;padding:20px 0;box-shadow:0 2px 4px #0000001a;display:none}.navbar-links.active{display:flex}.navbar-toggle{display:block}}@media (min-width: 768px){.company-title{font-size:1.5rem}}@media (min-width: 1024px){.company-title{font-size:2rem}.navbar-container{max-width:1200px}}@media (min-width: 1440px){.company-title{font-size:3rem}}.footer{background-color:#1a1a1a;color:#fff;padding:30px 20px;text-align:center;width:100%}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;gap:20px;max-width:1200px;margin:auto}.footer-section{flex:1;min-width:250px}.footer-section h2,.footer-section h3{color:#5ad85a}.footer-section p,.footer-section a{color:#ccc;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem}.footer-section a:hover{color:#5ad85a}.footer-bottom{margin-top:1.25rem;border-top:1px solid #444;padding-top:.75rem;font-size:.75rem;color:#aaa}._carousel_tq7h3_2{width:100%;margin:0 auto;overflow:hidden;position:relative;margin-top:1.5rem}._carouselInner_tq7h3_11{display:flex;transition:transform .5s ease-in-out}._carouselItem_tq7h3_17{min-width:100%;box-sizing:border-box}._carouselItem_tq7h3_17 img{width:100%;height:45rem;display:block}.container{margin-top:2rem;display:flex;flex-direction:column;align-items:center}.explore-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;width:10rem;height:3rem;background-color:#5ad85a;color:#000;padding:1.25rem;font-size:1.25rem;border-radius:1rem}.explore-btn:hover{background-color:#7ae17a}._productCard_d7h3z_1{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;width:100%;max-width:15rem;height:auto;min-height:25rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease-in-out;background-color:#fff;font-size:1rem;display:flex;flex-direction:column;margin:0 auto}._productCard_d7h3z_1:hover{transform:translateY(-10px)}._productImage_d7h3z_23{height:12rem;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}._productImage_d7h3z_23 img{max-width:100%;max-height:100%;object-fit:cover;display:block}._productDetails_d7h3z_40{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem;text-align:center}._productTitle_d7h3z_50{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}._skuCode_d7h3z_56{font-size:.8rem;color:#666;margin-bottom:.5rem}._priceSection_d7h3z_62{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center}._sellingPrice_d7h3z_70{font-size:1.1rem;font-weight:700;color:#2595bb}._mrp_d7h3z_76{font-size:1rem;color:#999;text-decoration:line-through}._discount_d7h3z_82{font-size:1rem;color:#28a745}@media (max-width: 768px){._productCard_d7h3z_1{max-width:100%;min-height:22rem;font-size:.9rem}._productImage_d7h3z_23{height:10rem}._productTitle_d7h3z_50{font-size:1rem}._skuCode_d7h3z_56{font-size:.75rem}._sellingPrice_d7h3z_70{font-size:1rem}._mrp_d7h3z_76,._discount_d7h3z_82{font-size:.8rem}}.product-listing{padding:1.25rem;max-width:1200px;margin:0 auto}.product-listing .product-heading{text-align:center;color:#297f1d;font-size:3rem;margin-bottom:1rem}.category-grid{display:grid;grid-template-rows:repeat(4,auto);grid-auto-flow:column;gap:.74rem;margin-bottom:1.25rem}.category-grid::-webkit-scrollbar{height:6px}.category-grid::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.category-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:1rem;transition:background-color .3s ease;min-width:100px}.category-item.active{background-color:#348627;border-radius:2rem;color:#fff}.category-image{width:6rem;height:6rem;border-radius:50%;object-fit:cover}.category-image:hover{border:.5rem solid #a0f7b0;transform:translateY(-10px)}.category-name{font-size:.875rem;text-align:center;margin-bottom:.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2.25rem;padding:1.25rem 0}@media (max-width: 768px){.product-listing{padding:1rem}.product-listing .product-heading{font-size:2rem}.category-grid{gap:.5rem}.category-item{min-width:80px;padding:.5rem}.category-image{width:5rem;height:5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem}}@media (max-width: 480px){.product-listing{padding:.75rem}.product-listing .product-heading{font-size:1.75rem}.category-grid{gap:.25rem}.category-item{min-width:70px;padding:.5rem}.category-image{width:4rem;height:4rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}}.link{text-decoration:none;color:inherit}._singleProduct_mzos1_2{text-align:center;margin:20px}._productDetails_mzos1_9{display:flex;flex-direction:column;padding:16px;align-items:center;margin-top:1rem}._productTitle_mzos1_17{font-size:2.5rem;font-weight:700;margin:0 0 8px;color:#333}._productCategory_mzos1_24{font-size:.875rem;color:#666;margin:0 0 8px}._priceSection_mzos1_31{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:1rem 0}._sellingPrice_mzos1_39{font-size:2.25rem;font-weight:700;color:#007bff}._mrp_mzos1_45{font-size:2rem;color:#999;text-decoration:line-through}._discount_mzos1_51{font-size:2rem;color:#28a745;font-weight:700}._skuCode_mzos1_58{font-size:3rem;color:#666;margin:0}._carousel_mzos1_65{width:50%;margin:0 auto;overflow:hidden;position:relative;margin-top:1.5rem}._carouselInner_mzos1_74{display:flex;transition:transform .5s ease-in-out}._carouselItem_mzos1_80{min-width:100%;box-sizing:border-box}._carouselItem_mzos1_80 img{width:100%;height:35rem;display:block}@media (max-width: 1024px){._productTitle_mzos1_17{font-size:2.25rem}._skuCode_mzos1_58{font-size:2.5rem}}@media (max-width: 768px){._productTitle_mzos1_17{font-size:2rem}._priceSection_mzos1_31{gap:.75rem}._sellingPrice_mzos1_39,._mrp_mzos1_45,._discount_mzos1_51{font-size:1.75rem}._skuCode_mzos1_58{font-size:2rem}._leftArrow_mzos1_123,._rightArrow_mzos1_123{left:5px;right:5px}}@media (max-width: 480px){._singleProduct_mzos1_2{margin:10px}._productTitle_mzos1_17{font-size:1.5rem}._productCategory_mzos1_24{font-size:.75rem}._priceSection_mzos1_31{gap:.5rem}._sellingPrice_mzos1_39,._mrp_mzos1_45,._discount_mzos1_51{font-size:1.5rem}._skuCode_mzos1_58{font-size:1.75rem}}
