@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{--bottle-green:#0b3d2e;--bottle-green-light:#145c44;--ivory:ivory;--ivory-soft:#f8f5ec;--brown:#6b4226;--brown-dark:#4e2f1c;--text-dark:#2e2a24}.navbar{background:var(--ivory-soft);z-index:1000;align-items:center;padding:18px 45px;transition:all .3s;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #00000014}.logo{align-items:center;gap:10px;display:flex}.logo-img{object-fit:cover;border-radius:50%;width:42px;height:42px}.logo-text{color:var(--bottle-green);white-space:nowrap;font-family:Zolya,serif;font-size:1.15rem;font-weight:700}.nav-links{align-items:center;gap:14px;margin-left:20px;padding:0;list-style:none;display:flex}.nav-item{padding-bottom:8px;position:relative}.nav-link{color:var(--text-dark);white-space:nowrap;align-items:center;padding:7px 0;font-size:14px;font-weight:600;transition:all .3s;display:flex}.nav-link:hover{color:var(--bottle-green-light)}.dropdown{z-index:100;background:#fff;border:1px solid #eee;border-radius:14px;min-width:210px;margin:0;padding:10px 0;list-style:none;position:absolute;top:100%;left:0;box-shadow:0 10px 35px #0000001f}.dropdown li a{color:var(--text-dark);padding:12px 18px;font-size:14px;display:block}.dropdown li a:hover{background:var(--ivory-soft);color:var(--bottle-green)}.search-bar{border:1px solid var(--bottle-green-light);background:#fff;border-radius:30px;align-items:center;margin-left:30px;display:flex;overflow:hidden}.search-bar input{width:120px;color:var(--text-dark);background:0 0;border:none;outline:none;padding:9px 12px;font-size:.9rem}.search-bar input::placeholder{color:#9a9486}.search-bar button{cursor:pointer;color:var(--bottle-green);background:0 0;border:none;padding:0 12px}.navbar-actions{align-items:center;gap:12px;margin-left:35px;display:flex}.track-btn{color:var(--bottle-green);border:1px solid var(--bottle-green);white-space:nowrap;border-radius:30px;padding:9px 14px;font-size:13px;font-weight:600;transition:all .3s}.track-btn:hover{background:var(--bottle-green);color:var(--ivory)}.cart{background:var(--brown);color:var(--ivory);white-space:nowrap;border-radius:30px;padding:9px 16px;font-size:14px;font-weight:600;transition:all .3s;position:relative}.cart:hover{background:var(--brown-dark)}.cart-badge{background:var(--bottle-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}@media (width<=1100px){.navbar{padding:15px 25px}.logo-text{font-size:1.1rem}.nav-links{gap:12px;margin-left:15px}.nav-link{font-size:13px}.navbar-actions{margin-left:25px}.search-bar input{width:110px}}@media (width<=768px){.navbar{flex-direction:column;gap:15px}.logo-text{font-size:1rem}.nav-links,.navbar-actions{flex-wrap:wrap;justify-content:center;margin-left:0}.search-bar{width:100%;max-width:350px}.search-bar input{width:100%}}@media (width<=480px){.logo-img{width:35px;height:35px}.nav-link{font-size:12px}.cart{font-size:13px}}:root{--bottle-green:#0f3b2e;--bottle-green-light:#145c44;--brown:#5c3a21;--brown-dark:#3a2415;--ivory:#fffdf7;--text-dark:#2e2a24}.footer{background:#fff;padding:60px 20px 30px}.footer-top{justify-content:flex-start;gap:120px;max-width:1100px;margin:0 auto;display:flex}.footer-column h3{color:var(--brown);margin-bottom:18px;font-size:18px}.footer-column p{color:#5c5347;margin-bottom:12px;font-size:14px;line-height:1.8}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li{margin-bottom:12px;transition:all .3s}.footer-column li:hover{transform:translate(4px)}.footer-column li a{color:#5c5347;font-size:14px;text-decoration:none;transition:color .3s}.footer-column li a:hover{color:var(--bottle-green-light)}.social{flex-direction:column;align-items:center;margin-top:50px;display:flex}.social h3{color:var(--text-dark);margin-bottom:20px;font-size:18px}.icons{justify-content:center;align-items:center;gap:28px;display:flex}.icons a,.social-btn{width:36px;height:36px;color:var(--brown);cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0;padding:0;font-size:30px;text-decoration:none;transition:all .3s;display:flex}.icons a:hover,.social-btn:hover{color:var(--bottle-green);transform:translateY(-3px)}.copyright{text-align:center;color:#999;letter-spacing:.5px;margin-top:35px;font-size:13px}@media (width<=768px){.footer-top{text-align:center;flex-direction:column;gap:40px}.footer{padding:50px 20px 25px}.footer-top{text-align:center;flex-direction:column;align-items:center;gap:40px}.footer-column{width:100%}.social{margin-top:35px}.icons{gap:22px}.icons a,.social-btn{font-size:28px}.copyright{margin-top:25px;font-size:12px}}@media (width<=480px){.footer{padding:40px 15px 20px}.footer-top{gap:30px}.footer-column h3{margin-bottom:12px;font-size:16px}.footer-column p,.footer-column li a{font-size:13px;line-height:1.7}.footer-column li{margin-bottom:10px}.social{margin-top:30px}.social h3{margin-bottom:15px;font-size:16px}.icons{flex-wrap:wrap;gap:18px}.icons a,.social-btn{width:32px;height:32px;font-size:24px}.copyright{margin-top:20px;padding:0 10px;font-size:11px;line-height:1.5}}@media (width<=360px){.footer{padding:35px 12px 18px}.footer-column h3{font-size:15px}.footer-column p,.footer-column li a{font-size:12px}.icons{gap:15px}.icons a,.social-btn{font-size:22px}.copyright{font-size:10px}}:root{--bottle-green:#0b3d2e;--bottle-green-light:#145c44;--ivory:ivory;--ivory-soft:#f8f5ec;--brown:#6b4226;--brown-dark:#4e2f1c;--text-dark:#2e2a24;--text-muted:#5c5347}.hero{background-image:url(../../assets/images/background.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:space-between;align-items:center;padding:80px;display:flex}.hero-left{width:45%}.tagline{color:var(--bottle-green-light);letter-spacing:1px;text-transform:uppercase;margin-bottom:15px;font-size:14px;font-weight:600}.hero h1{color:var(--bottle-green);font-family:Playfair Display,Georgia,serif;font-size:58px;font-weight:700;line-height:1.2}.hero-desc{color:var(--text-muted);width:80%;margin-top:20px;font-family:Poppins,Segoe UI,sans-serif;font-size:18px;line-height:1.6}.hero-btns{gap:20px;margin-top:35px;display:flex}.shop-btn{background:var(--brown);color:var(--ivory);cursor:pointer;border:none;border-radius:30px;padding:15px 28px;font-family:Poppins,Segoe UI,sans-serif;font-size:15px;font-weight:600;transition:all .3s}.shop-btn:hover{background:var(--brown-dark)}.whatsapp-btn{background:var(--bottle-green);color:var(--ivory);cursor:pointer;border:none;border-radius:30px;padding:15px 28px;font-family:Poppins,Segoe UI,sans-serif;font-size:15px;font-weight:600;transition:all .3s}.whatsapp-btn:hover{background:var(--bottle-green-light)}.hero-right{width:55%}.hero-right img{object-fit:cover;border-radius:30px;width:100%;height:400px;box-shadow:0 20px 50px #00000026}@media (width<=900px){.hero{text-align:center;background-size:cover;flex-direction:column;padding:50px 30px}.hero-desc{width:100%;margin-left:auto;margin-right:auto}.hero{text-align:center;background-size:cover;flex-direction:column;gap:40px;padding:60px 30px}.hero-left,.hero-right{width:100%}.hero h1{font-size:44px}.hero-desc{width:100%;margin-left:auto;margin-right:auto;font-size:17px}.hero-btns{flex-wrap:wrap;justify-content:center}.hero-right img{object-fit:cover;max-width:500px;height:300px}}@media (width<=600px){.hero{gap:30px;padding:50px 20px}.tagline{font-size:12px}.hero h1{font-size:34px;line-height:1.3}.hero-desc{margin-top:15px;font-size:15px;line-height:1.7}.hero-btns{flex-direction:column;align-items:center;gap:12px}.shop-btn,.whatsapp-btn{width:100%;max-width:280px;padding:14px 20px;font-size:14px}.hero-right img{border-radius:20px;height:240px}}@media (width<=400px){.hero{padding:40px 15px}.hero h1{font-size:28px}.hero-desc{font-size:14px}.shop-btn,.whatsapp-btn{max-width:100%;padding:12px 18px;font-size:13px}.hero-right img{border-radius:16px;height:200px}}.hero-right img{object-fit:contain;object-position:center;border-radius:30px;width:100%;max-width:700px;height:400px}.categories{text-align:center;background:#fff;padding:100px 60px}.categories h2{color:#0b3d2e;letter-spacing:-.5px;margin-top:10px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.2}.subheading{color:#5c5347;max-width:480px;margin:16px auto 60px;font-size:16px;line-height:1.7}@media (width<=768px){.categories{padding:70px 25px}.categories h2{font-size:32px}.subheading{font-size:15px}}.carousel-wrapper{align-items:center;gap:20px;max-width:1250px;margin:0 auto;display:flex}.category-grid{flex:1;grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.category-card{text-align:center;cursor:pointer;background:#f8f5ec;border:1px solid #ede7d8;border-radius:20px;padding:40px 24px 32px;transition:all .3s;position:relative}.category-card:hover{background:#fff;border-color:#d8c9b4;transform:translateY(-8px);box-shadow:0 16px 35px #0b3d2e1a}.emoji-badge{background:#6b4226;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto;transition:all .3s;display:flex}.category-card:hover .emoji-badge{background:#4e2f1c;transform:scale(1.05)}.emoji{font-size:28px}.category-card h3{color:#0b3d2e;margin-top:20px;font-size:18px;font-weight:700}.category-card p{color:#5c5347;margin-top:6px;font-size:13.5px;line-height:1.5}.explore-link{color:#6b4226;opacity:0;margin-top:16px;font-size:13px;font-weight:600;transition:all .3s;display:inline-block}.category-card:hover .explore-link{opacity:1}.arrow-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:16px;transition:all .3s;display:flex}.arrow-btn:hover:not(:disabled){background:#6b4226}.arrow-btn:disabled{cursor:not-allowed;background:#d8d2c4}.dots{justify-content:center;gap:10px;margin-top:40px;display:flex}.dot{cursor:pointer;background:#d8d2c4;border-radius:50%;width:10px;height:10px;transition:all .3s}.dot.active{background:#0b3d2e;border-radius:6px;width:26px}@media (width<=1100px){.categories{padding:80px 40px}.category-grid{grid-template-columns:repeat(2,1fr);gap:22px}}@media (width<=768px){.categories{padding:70px 25px}.categories h2{font-size:32px}.subheading{margin-bottom:40px;font-size:15px}.carousel-wrapper{gap:15px}.category-card{padding:30px 20px}.emoji-badge{width:56px;height:56px}.emoji{font-size:24px}}@media (width<=600px){.categories{padding:60px 18px}.tagline{letter-spacing:1px;font-size:12px}.categories h2{font-size:28px;line-height:1.3}.subheading{margin-bottom:35px;font-size:14px}.carousel-wrapper{flex-direction:column}.category-grid{grid-template-columns:1fr;gap:18px}.category-card{padding:28px 18px}.category-card h3{font-size:17px}.category-card p{font-size:13px}.emoji-badge{width:52px;height:52px}.emoji{font-size:22px}.arrow-btn{display:none}.dots{margin-top:25px}}@media (width<=400px){.categories{padding:50px 15px}.categories h2{font-size:24px}.subheading{font-size:13px}.category-card{padding:24px 15px}.category-card h3{font-size:16px}.category-card p{font-size:12px}.emoji-badge{width:48px;height:48px}.emoji{font-size:20px}}.product-grid{flex-wrap:wrap;gap:16px;display:flex}.product-card{background:#fff;border:1px solid #eee;border-radius:14px;flex-direction:column;flex:calc(33.333% - 16px);height:100%;transition:all .3s;display:flex;overflow:hidden}.product-card a{color:inherit;text-decoration:none}.product-image-wrapper{aspect-ratio:2/3;background:#fff;justify-content:center;align-items:center;width:100%;padding:20px;display:flex;overflow:hidden}.product-image-wrapper img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .3s;display:block}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-card h3{color:#0b3d2e;text-align:center;margin:16px;font-size:18px;font-weight:600}.product-desc{color:#666;text-align:center;flex:1;margin:0 16px 14px;font-size:14px;line-height:1.6}.product-price{color:#7b5e3b;text-align:center;margin:0 16px 18px;font-size:22px;font-weight:700}.product-buttons{gap:10px;padding:0 16px 16px;display:flex}.product-buttons button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-weight:600;transition:all .3s}.product-buttons button:first-child{background:#fff;border:1px solid #ddd}.product-buttons button:first-child:hover{background:#f5f5f5}.product-buttons .buy{color:#fff;background:#0b3d2e}.product-buttons .buy:hover{background:#14543f}@media (width<=768px){.product-image-wrapper{aspect-ratio:2/3}.product-buttons{flex-direction:column}}@media (width<=480px){.product-grid{background-color:#f0f0f0;grid-template-columns:repeat(2,1fr);gap:16px;padding:10px;display:grid}.product-image-wrapper{aspect-ratio:2/3;padding:20px}.product-image-wrapper img{object-fit:contain;width:100%;max-width:70%;height:100%;max-height:100%;display:block}}@media (width<=360px){.product-image-wrapper{aspect-ratio:2/3;padding:15px}.product-image-wrapper img{object-fit:contain;width:100%;max-width:70%;height:100%;max-height:100%}}.new-arrivals .tagline{color:#6b4226;letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:600}.new-arrivals h2{color:#0b3d2e;margin-top:10px;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:700;line-height:1.2}.new-arrivals .subheading{color:#5c5347;max-width:480px;margin:14px auto 50px;font-size:16px;line-height:1.7}.new-arrivals-grid{grid-template-columns:repeat(auto-fit,minmax(250px,280px));justify-content:center;gap:30px;max-width:1300px;margin:0 auto;display:grid}@media (width<=768px){.new-arrivals{padding:60px 25px}.new-arrivals .tagline{letter-spacing:1px;font-size:12px}.new-arrivals h2{font-size:30px;line-height:1.3}.new-arrivals .subheading{margin-bottom:35px;font-size:15px}.new-arrivals-grid{gap:20px}}@media (width<=480px){.new-arrivals{padding:50px 15px}.new-arrivals .tagline{font-size:11px}.new-arrivals h2{font-size:24px}.new-arrivals .subheading{margin-bottom:30px;font-size:14px}.new-arrivals-grid{grid-template-columns:minmax(250px,280px);gap:18px}}@media (width<=360px){.new-arrivals{padding:40px 12px}.new-arrivals h2{font-size:22px}.new-arrivals .subheading{font-size:13px}.new-arrivals-grid{gap:15px}}.new-arrivals{text-align:center;background:linear-gradient(#f8f5ece6,#f8f5ece6);padding:90px 60px}.featured{background-color:#0000;background-image:linear-gradient(#f8f5ece6,#f8f5ece6),url(/background.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:90px}.tagline{text-align:center;color:#145c44;letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:600}.featured h2{text-align:center;color:#0b3d2e;margin-top:12px;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:700}.subheading{text-align:center;color:#5c5347;margin-top:10px;margin-bottom:50px;font-size:16px}.product-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.product-card{text-align:center;background:#fff;border:1px solid #ede7d8;border-radius:28px;padding:22px;transition:all .3s;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0b3d2e1a}.badge{color:ivory;z-index:2;background:#6b4226;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;position:absolute;top:16px;left:16px}.product-card img{object-fit:cover;border-radius:18px;width:100%;height:220px}.product-card h3{color:#0b3d2e;min-height:44px;margin-top:18px;font-size:17px}.desc{color:#5c5347;margin-top:8px;font-size:13.5px;line-height:1.5}.price-row{justify-content:center;align-items:baseline;gap:10px;margin-top:16px;display:flex}.price-row h4{color:#2e2a24;font-size:22px;font-weight:700}.original-price{color:#b0a89a;font-size:15px;text-decoration:line-through}.product-btns{justify-content:center;gap:12px;margin-top:22px;display:flex}.product-btns button{cursor:pointer;color:ivory;background:#0b3d2e;border:none;border-radius:30px;padding:11px 18px;font-size:13.5px;font-weight:600;transition:all .3s}.product-btns button:hover{background:#145c44}.buy-btn{background:#6b4226!important}.view-all{text-align:center;margin-top:50px}.view-all button{color:#0b3d2e;cursor:pointer;background:0 0;border:2px solid #0b3d2e;border-radius:30px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .3s}.view-all button:hover{color:ivory;background:#0b3d2e}@media (width<=1100px){.featured{padding:70px 40px}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px}.featured h2{font-size:34px}}@media (width<=768px){.featured{padding:60px 25px}.tagline{letter-spacing:1px;font-size:12px}.featured h2{font-size:30px;line-height:1.3}.subheading{margin-bottom:35px;font-size:15px}.product-grid{grid-template-columns:1fr;gap:20px}.product-card{border-radius:22px;padding:18px}.product-card img{height:250px}.product-btns{flex-wrap:wrap}.product-btns button{flex:1;min-width:120px}}@media (width<=480px){.featured{padding:50px 15px}.featured h2{font-size:24px}.subheading{margin-bottom:30px;font-size:14px}.product-card{padding:15px}.badge{padding:5px 10px;font-size:11px;top:12px;left:12px}.product-card img{border-radius:14px;height:220px}.product-card h3{min-height:auto;font-size:16px}.desc{font-size:13px}.price-row h4{font-size:20px}.original-price{font-size:14px}.product-btns{flex-direction:column;gap:10px}.product-btns button{width:100%}.view-all button{width:100%;max-width:280px}}@media (width<=360px){.featured{padding:40px 12px}.featured h2{font-size:22px}.product-card img{height:190px}.product-btns button{padding:10px 14px;font-size:13px}}.doctor{background:#fff;justify-content:space-between;align-items:center;gap:60px;padding:90px;display:flex}.doctor-image{justify-content:center;width:38%;display:flex}.doctor-image img{border-radius:30px;width:100%;max-width:380px;box-shadow:0 20px 40px #0b3d2e1f}.doctor-info{width:50%}.small-heading{color:#145c44;letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:600}.doctor-info h2{color:#0b3d2e;margin-top:15px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.2}.doctor-info h3{color:#6b4226;margin-top:25px;font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:600}.experience{color:#145c44;letter-spacing:.5px;margin-top:10px;font-size:15px;font-weight:600}.qualification{color:#2e2a24;margin-top:0;font-weight:600}.achievements{color:#5c5347;margin-top:18px;padding-left:20px;line-height:1.8}.achievements li{margin-bottom:6px}@media (width<=900px){.doctor{flex-direction:column;gap:40px;padding:50px 40px}.doctor-image,.doctor-info{width:100%}.doctor-info h2{font-size:32px}.doctor-info h3{font-size:24px}}@media (width<=600px){.doctor{gap:30px;padding:40px 20px}.doctor-image img{border-radius:20px}.small-heading{letter-spacing:1px;font-size:12px}.doctor-info h2{margin-top:10px;font-size:26px}.doctor-info h3{margin-top:15px;font-size:20px}.experience{font-size:14px}.description{font-size:15px;line-height:1.7}.achievements{padding-left:18px;font-size:14px}}@media (width<=400px){.doctor{padding:30px 15px}.doctor-info h2{font-size:22px}.doctor-info h3{font-size:18px}.description,.achievements{font-size:14px}}.consultation{background:url(/background.jpg) 50%/cover no-repeat;padding:90px}.consult-box{text-align:center;background:#fff;border:1px solid #ede7d8;border-radius:35px;max-width:800px;margin:auto;padding:60px;box-shadow:0 20px 40px #0b3d2e1a}.icon{font-size:60px}.consult-box .tagline{color:#145c44;letter-spacing:2px;text-transform:uppercase;margin-top:10px;font-size:14px;font-weight:600}.consult-box h2{color:#0b3d2e;margin-top:12px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.2}.consult-box p{color:#5c5347;margin-top:20px;font-size:18px;line-height:1.8}.consult-box button{color:ivory;cursor:pointer;background:#6b4226;border:none;border-radius:40px;margin-top:35px;padding:16px 35px;font-family:Poppins,Segoe UI,sans-serif;font-size:17px;font-weight:600;transition:all .3s}.consult-box button:hover{background:#4e2f1c}@media (width<=768px){.consultation{padding:60px 25px}.consult-box{border-radius:25px;padding:45px 30px}.icon{font-size:50px}.consult-box h2{font-size:32px}.consult-box p{font-size:16px;line-height:1.7}.consult-box button{padding:14px 30px;font-size:16px}}@media (width<=600px){.consultation{padding:50px 18px}.consult-box{border-radius:20px;padding:35px 20px}.icon{font-size:42px}.consult-box .tagline{letter-spacing:1px;font-size:12px}.consult-box h2{font-size:26px;line-height:1.3}.consult-box p{margin-top:15px;font-size:15px;line-height:1.7}.consult-box button{width:100%;margin-top:25px;padding:14px 20px;font-size:15px}}@media (width<=400px){.consultation{padding:40px 15px}.consult-box{padding:30px 15px}.icon{font-size:36px}.consult-box h2{font-size:22px}.consult-box p{font-size:14px}.consult-box button{padding:12px 16px;font-size:14px}}.offer-products .tagline{color:#b33a3a;letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:600}.offer-products h2{color:#0b3d2e;margin-top:10px;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:700;line-height:1.2}.offer-products .subheading{color:#5c5347;max-width:480px;margin:14px auto 50px;font-size:16px;line-height:1.7}.offer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,280px));justify-content:center;gap:30px;max-width:1300px;margin:0 auto;display:grid}.offer-card-wrapper{position:relative}.offer-badge{color:ivory;z-index:2;background:#b33a3a;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600;position:absolute;top:14px;left:14px}@media (width<=768px){.offer-products{padding:60px 25px}.offer-products .tagline{letter-spacing:1px;font-size:12px}.offer-products h2{font-size:30px;line-height:1.3}.offer-products .subheading{margin-bottom:35px;font-size:15px}.offer-grid{gap:20px}}@media (width<=480px){.offer-products{padding:50px 15px}.offer-products .tagline{font-size:11px}.offer-products h2{font-size:24px}.offer-products .subheading{margin-bottom:30px;font-size:14px}.offer-grid{grid-template-columns:minmax(250px,280px);gap:18px}.offer-badge{padding:5px 10px;font-size:11px;top:10px;left:10px}}@media (width<=360px){.offer-products{padding:40px 12px}.offer-products h2{font-size:22px}.offer-products .subheading{font-size:13px}.offer-grid{gap:15px}.offer-badge{padding:4px 8px;font-size:10px}}.offer-products{text-align:center;background:linear-gradient(#ffffffe6,#ffffffe6);padding:90px 60px}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(260px,280px));justify-content:center;gap:30px;max-width:1300px;margin:0 auto;display:grid}@media (width<=768px){.reviews-section{padding:60px 25px}.reviews-section h2{margin-bottom:35px;font-size:30px}}@media (width<=480px){.reviews-section{padding:50px 15px}.reviews-section h2{margin-bottom:30px;font-size:24px}.reviews-grid{grid-template-columns:minmax(250px,280px)}}.see-more-btn{color:#0b3d2e;cursor:pointer;background:0 0;border:2px solid #0b3d2e;border-radius:30px;margin-top:30px;padding:12px 32px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s}.see-more-btn:hover{color:#fff;background:#0b3d2e}.products-page{background-color:#0000;background-image:linear-gradient(#f8f5ece6,#f8f5ece6),url(/background.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;max-width:1300px;margin:0 auto;padding:60px 30px 80px}.products-hero{text-align:center;margin-bottom:40px}.products-hero .tagline{color:#145c44;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:600}.products-hero h1{color:#0b3d2e;text-transform:capitalize;margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700}.products-hero p{color:#5c5347;font-size:16px}.categories{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:40px;display:flex}.categories a{color:#6b4226;background:#fff;border:1px solid #e5dfd0;border-radius:999px;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.categories a:hover{color:ivory;background:#145c44;border-color:#145c44;transform:translateY(-3px)}.active-cat{color:ivory!important;background:#0b3d2e!important;border-color:#0b3d2e!important}.count{text-align:center;color:#5c5347;margin-bottom:35px;font-size:14px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;display:grid}.products-grid>*{transition:transform .3s,box-shadow .3s}.products-grid>:hover{transform:translateY(-6px)}.empty-products{text-align:center;background:#fff;border:1px solid #ede7d8;border-radius:24px;padding:80px 30px}.empty-products .empty-icon{font-size:50px}.empty-products h3{color:#0b3d2e;margin-top:16px;font-family:Playfair Display,Georgia,serif;font-size:22px}.empty-products p{color:#5c5347;margin-top:8px}@media (width<=768px){.products-page{padding:40px 20px 60px}.products-hero h1{font-size:32px}.products-hero p{font-size:15px}.categories{gap:10px}.categories a{padding:10px 18px;font-size:13px}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=600px){.products-page{padding:30px 15px 50px}.products-hero{margin-bottom:30px}.products-hero .tagline{letter-spacing:1px;font-size:11px}.products-hero h1{font-size:26px;line-height:1.3}.products-hero p{font-size:14px}.categories{gap:8px;margin-bottom:30px}.categories a{padding:9px 16px;font-size:12px}.count{margin-bottom:25px;font-size:13px}.products-grid{grid-template-columns:1fr;gap:18px}.empty-products{border-radius:18px;padding:50px 20px}.empty-products .empty-icon{font-size:40px}.empty-products h3{font-size:18px}.empty-products p{font-size:14px}}@media (width<=400px){.products-page{padding:20px 10px 40px}.products-hero h1{font-size:22px}.products-hero p{font-size:13px}.categories{gap:6px}.categories a{padding:8px 14px;font-size:11px}.count{font-size:12px}.empty-products{padding:40px 15px}.empty-products .empty-icon{font-size:34px}.empty-products h3{font-size:16px}.empty-products p{font-size:13px}}.subcategory-sections{flex-direction:column;gap:50px;max-width:1300px;margin:0 auto;padding:0 20px;display:flex}.subcategory-section{text-align:left}.subcategory-heading{color:#0b3d2e;border-bottom:2px solid #e8e2d0;margin-bottom:20px;padding-bottom:10px;font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:700}@media (width<=480px){.subcategory-heading{margin-bottom:14px;font-size:20px}.subcategory-sections{gap:35px}}.product-details-page{background-color:#0000;background-image:linear-gradient(#f8f5ece6,#f8f5ece6),url(/background.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:60px 40px}.product-details-container{grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.description{color:#5c5347;margin-top:20px;font-size:15.5px;font-weight:700;line-height:1.8}.product-info-block p{color:#5c5347;margin:0;font-weight:700;line-height:1.8}.image-section{flex-direction:column;gap:18px;display:flex}.zoom-box{background:#fff;border:1px solid #ede7d8;border-radius:24px;justify-content:center;align-items:center;width:100%;height:550px;display:flex;overflow:hidden}.zoom-box img{object-fit:contain;width:90%;height:90%;transition:transform .2s}.zoom-box img.zoomed{transform:scale(1.8)}.thumbnail-row{gap:12px;display:flex}.thumbnail-row img{object-fit:cover;cursor:pointer;opacity:.7;border:2px solid #0000;border-radius:14px;width:80px;height:80px;transition:all .3s}.thumbnail-row img:hover{opacity:1}.thumbnail-row img.active-thumb{opacity:1;border-color:#0b3d2e}.category-tag{color:#145c44;letter-spacing:1.5px;text-transform:uppercase;font-size:13px;font-weight:600}.info-section h1{color:#0b3d2e;margin-top:10px;font-family:Playfair Display,Georgia,serif;font-size:34px}.rating-row{align-items:center;gap:10px;margin-top:12px;display:flex}.stars{color:#6b4226;font-size:18px}.rating-count{color:#5c5347;font-size:14px}.price{color:#2e2a24;margin-top:18px;font-size:28px}.description{color:#5c5347;margin-top:20px;font-size:15.5px;line-height:1.8}.action-btns{gap:16px;margin-top:30px;display:flex}.action-btns button{cursor:pointer;border:none;border-radius:30px;padding:16px 30px;font-size:15px;font-weight:600;transition:all .3s}.add-btn{color:ivory;background:#0b3d2e}.add-btn:hover{background:#145c44}.buy-btn{color:ivory;background:#6b4226}.buy-btn:hover{background:#4e2f1c}.reviews-section{max-width:1200px;margin:80px auto 0}.reviews-section h2{color:#0b3d2e;margin-bottom:30px;font-family:Playfair Display,Georgia,serif;font-size:28px}.review-form{background:#fff;border:1px solid #ede7d8;border-radius:24px;max-width:600px;margin-bottom:40px;padding:30px}.review-form h3{color:#0b3d2e;margin-bottom:18px}.review-form input,.review-form textarea{background:#f8f5ec;border:1px solid #e5dfd0;border-radius:12px;width:100%;margin-bottom:16px;padding:14px 18px;font-family:inherit}.review-form textarea{resize:none;min-height:90px}.star-select{margin-bottom:16px}.star-select .star{color:#d8d2c4;cursor:pointer;font-size:24px}.star-select .star.active{color:#6b4226}.upload-label{color:#145c44;cursor:pointer;background:#f0ede2;border:1px dashed #145c44;border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.upload-label:hover{background:#e5e0d0}.review-photo-row{align-items:center;gap:16px;margin-bottom:32px;display:flex}.review-photo-row .review-preview{margin-bottom:0}.review-preview{object-fit:cover;border-radius:12px;width:80px;height:80px;margin-bottom:16px;display:block}.submit-review-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:30px;margin-top:16px;padding:14px 28px;font-weight:600;transition:all .3s;display:block}.submit-review-btn:hover{background:#145c44}.review-list{flex-direction:column;gap:20px;display:flex}.review-card{background:#fff;border:1px solid #ede7d8;border-radius:20px;padding:22px}.review-header{justify-content:space-between;margin-bottom:10px;display:flex}.review-header h4{color:#2e2a24}.review-card p{color:#5c5347;line-height:1.6}.review-img{object-fit:cover;border-radius:12px;width:100px;height:100px;margin-top:12px}@media (width<=900px){.product-details-container{grid-template-columns:1fr}.product-details-page{padding:40px 20px}.product-details-container{grid-template-columns:1fr;gap:40px}.zoom-box{height:400px}.info-section h1{font-size:30px}.reviews-section{margin-top:60px}}@media (width<=600px){.product-details-page{padding:25px 15px}.zoom-box{border-radius:18px;height:300px}.thumbnail-row{flex-wrap:wrap;justify-content:center}.thumbnail-row img{width:65px;height:65px}.category-tag{font-size:11px}.info-section h1{font-size:26px;line-height:1.3}.rating-row{flex-wrap:wrap;gap:6px}.stars{font-size:16px}.rating-count{font-size:13px}.price{font-size:24px}.description{font-size:14px;line-height:1.7}.action-btns{flex-direction:column;gap:12px}.action-btns button{width:100%;padding:14px;font-size:14px}.reviews-section h2{font-size:24px}.review-form{border-radius:18px;padding:20px}.review-form h3{font-size:18px}.review-form input,.review-form textarea{padding:12px 14px;font-size:14px}.star-select .star{font-size:22px}.review-card{border-radius:16px;padding:18px}.review-header{flex-direction:column;gap:6px}.review-img{width:80px;height:80px}}@media (width<=400px){.product-details-page{padding:20px 10px}.zoom-box{border-radius:14px;height:250px}.thumbnail-row img{width:55px;height:55px}.info-section h1{font-size:22px}.price{font-size:20px}.description{font-size:13px}.reviews-section h2{font-size:20px}.review-form,.review-card{padding:15px}.review-header h4{font-size:14px}.review-card p{font-size:13px}.review-img{width:70px;height:70px}}.product-info-block{background:#fffdf8;border:1px solid #e8e0d0;border-radius:14px;margin-top:22px;padding:18px}.product-info-block h3{color:#145c44;margin-bottom:10px;font-size:17px;font-weight:600}.product-info-block p{color:#5c5347;margin:0;line-height:1.8}.size-select-section{margin:16px 0}.size-select-label{margin-bottom:8px;font-weight:600}.size-options{flex-wrap:wrap;gap:10px;display:flex}.size-option{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:14px;transition:all .2s}.size-option:hover{border-color:#0b3d2e}.size-option.selected{color:#fff;background:#0b3d2e;border-color:#0b3d2e}*{box-sizing:border-box}.cart-page{background:url(/background.jpg) 50%/cover no-repeat fixed;min-height:100vh;padding:50px 20px}.cart-container{grid-template-columns:1.6fr .8fr;align-items:start;gap:40px;max-width:1300px;margin:0 auto;display:grid}.cart-header{justify-content:space-between;align-items:baseline;margin-bottom:25px;display:flex}.cart-header h1{color:#0b3d2e;font-family:Playfair Display,Georgia,serif;font-size:36px}.item-count{color:#5c5347;font-size:14px}.shipping-banner{background:#fff;border:1px solid #ede7d8;border-radius:18px;margin-bottom:25px;padding:18px 22px}.shipping-banner p{color:#2e2a24;margin-bottom:10px;font-size:14px}.shipping-banner strong{color:#0b3d2e}.shipping-banner.unlocked{background:#0b3d2e}.shipping-banner.unlocked p{color:ivory;margin-bottom:0}.shipping-banner.unlocked strong{color:ivory}.progress-track{background:#ede7d8;border-radius:10px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#145c44,#0b3d2e);border-radius:10px;height:100%;transition:width .4s}.cart-card{background:#fff;border:1px solid #ede7d8;border-radius:22px;gap:22px;margin-bottom:20px;padding:22px;transition:all .3s;display:flex;box-shadow:0 8px 24px #0b3d2e12}.cart-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0b3d2e1f}.cart-card img{object-fit:cover;border-radius:16px;flex-shrink:0;width:120px;height:120px}.cart-info{flex-direction:column;flex:1;display:flex}.cart-info-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cart-info-top h3{color:#2e2a24;font-size:17px;line-height:1.4}.unit-price{color:#5c5347;margin-top:6px;font-size:13.5px}.cart-bottom-row{justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.quantity-box{background:#f8f5ec;border-radius:30px;align-items:center;gap:14px;padding:6px 14px;display:flex}.quantity-box button{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;transition:all .3s;display:flex}.quantity-box button:hover{background:#145c44}.quantity-box span{color:#2e2a24;text-align:center;min-width:16px;font-size:14px;font-weight:600}.item-total{color:#0b3d2e;font-size:18px;font-weight:700}.remove{color:#b33a3a;cursor:pointer;background:#fbeaea;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .3s;display:flex}.remove:hover{color:ivory;background:#b33a3a}.order-summary{background:#fff;border:1px solid #ede7d8;border-radius:24px;height:fit-content;padding:32px;position:sticky;top:100px;box-shadow:0 10px 30px #0b3d2e14}.order-summary h2{color:#0b3d2e;margin-bottom:26px;font-family:Playfair Display,Georgia,serif;font-size:23px}.total{color:#0b3d2e;border-top:1px solid #ede7d8;margin-top:6px;padding-top:18px;font-size:1.25rem;font-weight:700}.checkout-btn{color:ivory;cursor:pointer;background:#6b4226;border:none;border-radius:30px;width:100%;margin-top:28px;padding:17px;font-size:15.5px;font-weight:600;transition:all .3s}.checkout-btn:hover{background:#4e2f1c;transform:translateY(-2px)}.continue-link{text-align:center;color:#5c5347;margin-top:16px;font-size:13.5px;text-decoration:none;transition:all .3s;display:block}.continue-link:hover{color:#0b3d2e}.trust-badges{color:#5c5347;border-top:1px solid #ede7d8;justify-content:space-between;margin-top:26px;padding-top:20px;font-size:12px;display:flex}.empty-cart{text-align:center;background:#fff;border-radius:24px;padding:80px 40px;box-shadow:0 10px 30px #0b3d2e14}.empty-cart h2{color:#0b3d2e;margin-top:20px;font-size:26px}.empty-cart p{color:#5c5347;margin-top:10px}.continue-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:30px;margin-top:28px;padding:14px 32px;font-weight:600;transition:all .3s}.continue-btn:hover{background:#145c44}@media (width<=900px){.cart-container{grid-template-columns:1fr}.cart-page{padding:30px 15px}.cart-container{grid-template-columns:1fr;gap:25px}.order-summary{position:static}.cart-header h1{font-size:30px}}@media (width<=768px){.cart-page{padding:20px 12px}.cart-header{flex-direction:column;align-items:flex-start;gap:5px}.cart-header h1{font-size:28px}.shipping-banner{padding:15px}.cart-card{gap:15px;padding:16px}.cart-card img{width:95px;height:95px}.cart-info-top h3{font-size:15px}.unit-price{font-size:12px}.item-total{font-size:16px}.order-summary{padding:24px}.order-summary h2{font-size:21px}.checkout-btn{padding:15px}}@media (width<=600px){.cart-card{text-align:center;flex-direction:column;align-items:center}.cart-card img{width:130px;height:130px}.cart-info{width:100%}.cart-info-top{text-align:center;flex-direction:column;align-items:center}.remove{margin-top:8px}.cart-bottom-row{flex-direction:column;gap:15px}.quantity-box{justify-content:center}.item-total{font-size:18px}.trust-badges{text-align:center;flex-direction:column;gap:10px}.summary-row{font-size:14px}.total{font-size:1.1rem}}@media (width<=400px){.cart-page{padding:15px 10px}.cart-header h1{font-size:24px}.shipping-banner p{font-size:13px}.cart-card{border-radius:18px;padding:14px}.cart-card img{width:110px;height:110px}.cart-info-top h3{font-size:14px}.quantity-box{gap:10px;padding:5px 10px}.quantity-box button{width:25px;height:25px;font-size:13px}.order-summary{border-radius:18px;padding:18px}.order-summary h2{font-size:18px}.checkout-btn{padding:13px;font-size:14px}.empty-cart{padding:50px 20px}.empty-icon{font-size:45px}.empty-cart h2{font-size:22px}.continue-btn{width:100%}}body{background:#f8f5ec}.checkout-container{grid-template-columns:1fr 1fr;align-items:start;gap:40px;max-width:1300px;margin:60px auto;padding:20px;display:grid}.summary{background:#fff;border:1px solid #ede7d8;border-radius:28px;padding:40px;box-shadow:0 10px 35px #0b3d2e14}.summary h2{color:#0b3d2e;margin-bottom:35px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700}.summary-item{border-bottom:1px solid #ede7d8;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.summary-item img{object-fit:cover;border-radius:18px;width:100px;height:100px}.summary-item h4{color:#2e2a24;margin-bottom:8px;font-size:1.1rem;font-weight:600}.summary-item p{color:#5c5347;margin-bottom:6px;font-size:.92rem}.summary h3{color:#0b3d2e;border-top:2px solid #ede7d8;margin-top:30px;padding-top:22px;font-size:1.7rem;font-weight:700}.checkout-form{background:#fff;border:1px solid #ede7d8;border-radius:28px;width:100%;min-height:650px;padding:40px;box-shadow:0 10px 35px #0b3d2e14}.checkout-form h2{color:#0b3d2e;margin-bottom:35px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700}.checkout-form h3{color:#6b4226;margin-top:10px;margin-bottom:20px;font-size:1.1rem;font-weight:600}.checkout-form input,.checkout-form textarea{box-sizing:border-box;color:#2e2a24;background:#f8f5ec;border:1px solid #e5dfd0;border-radius:14px;width:100%;margin-bottom:22px;padding:16px 22px;font-family:inherit;font-size:1rem;transition:all .25s}.checkout-form input::placeholder,.checkout-form textarea::placeholder{color:#9a9486}.checkout-form input:focus,.checkout-form textarea:focus{background:#fff;border-color:#145c44;outline:none;box-shadow:0 0 0 4px #0b3d2e1a}.checkout-form textarea{resize:none;min-height:120px}.payment-buttons{flex-direction:column;gap:16px;display:flex}.payment-buttons button{color:ivory;cursor:pointer;border:none;border-radius:16px;width:100%;padding:18px;font-size:1rem;font-weight:600;transition:all .25s}.payment-buttons button:first-child{background:#0b3d2e}.payment-buttons button:nth-child(2){background:#6b4226}.payment-buttons button:nth-child(3){background:#2e2a24}.payment-buttons button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0b3d2e2e}@media (width<=900px){.checkout-container{grid-template-columns:1fr;padding:15px}.summary,.checkout-form{padding:30px}}.summary-info{flex:1}.checkout-qty{align-items:center;gap:12px;margin:15px 0;display:flex}.checkout-qty button{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:10px;width:36px;height:36px;font-size:1.1rem;transition:all .3s}.checkout-qty button:hover{background:#145c44}.checkout-qty span{color:#2e2a24;text-align:center;min-width:20px;font-size:1.05rem;font-weight:700}.remove-btn{font-size:.85rem;font-weight:600;color:#b33a3a!important;background:0 0!important;border:1px solid #b33a3a!important;border-radius:20px!important;width:auto!important;padding:0 16px!important}.remove-btn:hover{color:ivory!important;background:#b33a3a!important}@media (width<=900px){.checkout-container{grid-template-columns:1fr;gap:25px;margin:30px auto;padding:15px}.summary,.checkout-form{padding:30px}.checkout-form{min-height:auto}.summary h2,.checkout-form h2{font-size:1.8rem}}@media (width<=600px){.checkout-container{gap:20px;padding:10px}.summary,.checkout-form{border-radius:20px;padding:20px}.summary h2,.checkout-form h2{margin-bottom:25px;font-size:1.5rem}.summary-item{text-align:center;flex-direction:column;gap:15px}.summary-item img{width:120px;height:120px}.summary-item h4{font-size:1rem}.summary-item p{font-size:.85rem}.summary h3{font-size:1.4rem}.checkout-form h3{font-size:1rem}.checkout-form input,.checkout-form textarea{margin-bottom:16px;padding:14px 16px;font-size:.95rem}.payment-buttons button{padding:15px;font-size:.95rem}.checkout-qty{flex-wrap:wrap;justify-content:center}.checkout-qty button{width:34px;height:34px}}@media (width<=400px){.checkout-container{margin:20px auto;padding:8px}.summary,.checkout-form{border-radius:16px;padding:15px}.summary h2,.checkout-form h2{font-size:1.3rem}.summary-item img{width:100px;height:100px}.summary-item h4{font-size:.95rem}.summary-item p{font-size:.8rem}.summary h3{font-size:1.2rem}.checkout-form input,.checkout-form textarea{padding:12px 14px;font-size:.9rem}.payment-buttons button{padding:13px;font-size:.9rem}.checkout-qty button{width:30px;height:30px;font-size:1rem}.checkout-qty span{font-size:.95rem}.remove-btn{font-size:.75rem;padding:0 12px!important}}.address-row{gap:12px;display:flex}.address-row input{flex:1}.item-size-label{color:#666;font-size:13px}.track-page{max-width:900px;margin:0 auto;padding:60px 30px 80px}.track-hero{text-align:center;margin-bottom:40px}.track-hero .tagline{color:#6b4226;letter-spacing:2px;text-transform:uppercase;font-size:13px;font-weight:600}.track-hero h1{color:#0b3d2e;margin-top:10px;font-family:Playfair Display,Georgia,serif;font-size:38px}.track-hero p{color:#5c5347;margin-top:10px;font-size:15px}.track-form{gap:14px;max-width:500px;margin:0 auto 50px;display:flex}.track-form input{background:#f8f5ec;border:1px solid #e5dfd0;border-radius:14px;outline:none;flex:1;padding:16px 20px;font-size:15px;transition:all .3s}.track-form input:focus{background:#fff;border-color:#145c44;box-shadow:0 0 0 4px #0b3d2e14}.track-form button{color:ivory;cursor:pointer;white-space:nowrap;background:#0b3d2e;border:none;border-radius:14px;padding:16px 28px;font-weight:600;transition:all .3s}.track-form button:hover:not(:disabled){background:#145c44}.track-form button:disabled{opacity:.7;cursor:not-allowed}.track-empty{text-align:center;background:#fff;border:1px solid #ede7d8;border-radius:24px;padding:60px 30px}.track-empty .empty-icon{font-size:50px}.track-empty h3{color:#0b3d2e;margin-top:16px}.track-empty p{color:#5c5347;margin-top:8px}.track-results h2{color:#0b3d2e;margin-bottom:24px;font-family:Playfair Display,Georgia,serif;font-size:24px}.track-card{background:#fff;border:1px solid #ede7d8;border-radius:24px;margin-bottom:24px;padding:30px;box-shadow:0 8px 24px #0b3d2e12}.track-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.track-card-header h3{color:#2e2a24;font-size:18px}.track-date{color:#5c5347;margin-top:4px;font-size:13px}.status-pill{border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600}.status-pill.pending{color:#6b4226;background:#fbefe0}.status-pill.confirmed{color:#1a6fa3;background:#e8f4fd}.status-pill.shipped{color:#6b3fa3;background:#f0e8fd}.status-pill.delivered{color:#145c44;background:#e3f0ea}.status-stepper{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex;position:relative}.step-wrapper{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-dot{color:#9a9486;z-index:1;background:#ede7d8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.step-dot.done{color:ivory;background:#0b3d2e}.step-dot.active{color:ivory;background:#6b4226;box-shadow:0 0 0 4px #6b422633}.step-label{color:#9a9486;text-align:center;margin-top:8px;font-size:12px;font-weight:500}.step-label.done{color:#0b3d2e;font-weight:600}.track-details{margin-bottom:20px}.track-details p{color:#5c5347;margin-bottom:6px;font-size:14px}.track-items{border-top:1px solid #ede7d8;margin-bottom:16px;padding-top:18px}.track-items h4{color:#0b3d2e;margin-bottom:14px}.track-item{align-items:center;gap:14px;margin-bottom:12px;display:flex}.track-item img{object-fit:cover;border-radius:10px;width:50px;height:50px}.track-item-name{color:#2e2a24;font-size:14px;font-weight:500}.track-item-qty{color:#5c5347;margin-top:2px;font-size:12px}.track-item-price{color:#0b3d2e;margin-left:auto;font-size:14px;font-weight:600}.track-total{color:#0b3d2e;border-top:1px solid #ede7d8;justify-content:space-between;padding-top:14px;font-size:16px;font-weight:700;display:flex}@media (width<=768px){.track-page{padding:40px 20px 60px}.track-hero h1{font-size:30px}.track-card{padding:24px 20px}.track-form{flex-direction:column;max-width:100%}.track-form input,.track-form button{width:100%}}@media (width<=600px){.track-page{padding:30px 16px 50px}.track-hero h1{font-size:26px}.track-hero p{font-size:14px}.track-card{border-radius:18px;padding:18px}.track-card-header{flex-direction:column;align-items:flex-start;gap:12px}.status-pill{align-self:flex-start}.status-stepper{justify-content:flex-start;gap:30px;padding-bottom:10px;overflow-x:auto}.step-wrapper{flex:none;min-width:75px}.step-dot{width:30px;height:30px;font-size:12px}.step-line{width:75px}.step-label{font-size:11px}.track-item{gap:10px}.track-item img{width:45px;height:45px}.track-item-name{font-size:13px}.track-item-qty{font-size:11px}.track-item-price{font-size:13px}.track-total{font-size:15px}}@media (width<=400px){.track-page{padding:24px 12px 40px}.track-hero h1{font-size:22px}.track-hero p{font-size:13px}.track-card{padding:16px}.track-empty{padding:40px 20px}.track-empty .empty-icon{font-size:40px}.track-empty h3{font-size:18px}.track-total{font-size:14px}.track-item img{width:40px;height:40px}.step-wrapper{min-width:65px}.step-label{font-size:10px}}.cancel-order-btn{color:#fffdf7;cursor:pointer;background:#5c3a21;border:1px solid #5c3a21;border-radius:12px;width:100%;margin-top:20px;padding:13px 20px;font-size:15px;font-weight:600;transition:all .3s}.cancel-order-btn:hover{background:#3a2415;border-color:#3a2415;transform:translateY(-2px)}.cancel-note{color:#6b6258;text-align:center;margin-top:12px;font-size:13px;line-height:1.5}.status-stepper{justify-content:space-between;align-items:flex-start;width:100%;margin:30px 0;display:flex}.step-wrapper{text-align:center;flex:1;position:relative}.step-dot{color:#fff;z-index:2;background:#d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto;font-weight:600;display:flex;position:relative}.step-dot.done{background:#0b3d2e}.step-dot.active{background:#6b4226}.step-line{z-index:1;background:#d9d9d9;width:80%;height:3px;position:absolute;top:20px;left:60%}.step-line.done{background:#0b3d2e}.step-info{margin-top:10px}.step-label{color:#0b3d2e;font-size:14px;font-weight:600}.step-time{color:#777;margin-top:5px;font-size:11px;line-height:1.4;display:block}.return-form{background:#fcfaf6;border:1px solid #e8e1d4;border-radius:16px;margin-top:20px;padding:24px}.return-form h4{color:#0b3d2e;margin-bottom:8px;font-size:20px;font-weight:700}.return-policy-note{color:#666;margin-bottom:22px;font-size:14px;line-height:1.6}.return-form label{color:#0b3d2e;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.return-form select,.return-form input[type=file]{background:#fff;border:1px solid #d9d2c6;border-radius:10px;width:100%;margin-bottom:18px;padding:13px 16px;font-size:14px;transition:all .25s}.return-form select:focus,.return-form input[type=file]:focus{border-color:#0b3d2e;outline:none;box-shadow:0 0 0 3px #0b3d2e1f}.return-photo-preview{object-fit:cover;border:1px solid #ddd;border-radius:12px;width:120px;height:120px;margin-bottom:18px}.upload-status{color:#0b3d2e;margin-bottom:15px;font-size:13px}.ack-checkbox{cursor:pointer;align-items:flex-start;gap:12px;margin:20px 0;display:flex}.ack-checkbox input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin:2px 0 0}.ack-checkbox span{color:#555;font-size:14px;line-height:1.5;display:block}.return-form-actions{gap:14px;margin-top:24px;display:flex}.return-order-btn,.cancel-return-btn{cursor:pointer;border-radius:10px;flex:1;padding:14px;font-size:15px;font-weight:600;transition:all .25s}.return-order-btn{color:#fff;background:#6b4226;border:none}.return-order-btn:hover{background:#55331d}.cancel-return-btn{color:#444;background:#fff;border:1px solid #d6d6d6}.cancel-return-btn:hover{background:#f6f6f6}.search-page{background:#f8f5ec;max-width:1300px;margin:0 auto;padding:60px 30px 80px}.search-hero{text-align:center;margin-bottom:50px}.tagline{color:#145c44;letter-spacing:2px;text-transform:uppercase;font-size:13px;font-weight:600}.search-hero h1{color:#0b3d2e;margin-top:10px;font-family:Playfair Display,Georgia,serif;font-size:38px}.search-hero p{color:#5c5347;margin-top:10px;font-size:15px}.search-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;display:grid}.empty-search{text-align:center;background:#fff;border:1px solid #ede7d8;border-radius:24px;padding:80px 30px}.empty-search h3{color:#0b3d2e;margin-top:16px;font-family:Playfair Display,Georgia,serif;font-size:22px}.empty-search p{color:#5c5347;margin-top:8px}.browse-link{color:#0b3d2e;border-bottom:2px solid #0b3d2e;margin-top:20px;padding-bottom:2px;font-weight:600;text-decoration:none;display:inline-block}@media (width<=768px){.search-page{padding:40px 20px 60px}.search-hero{margin-bottom:35px}.search-hero h1{font-size:30px;line-height:1.2}.search-hero p{padding:0 10px;font-size:14px;line-height:1.6}.tagline{letter-spacing:1.5px;font-size:12px}.search-grid{grid-template-columns:repeat(2,1fr);gap:18px}.empty-search{border-radius:18px;padding:50px 20px}.empty-icon{font-size:42px}.empty-search h3{font-size:20px}.empty-search p{font-size:14px;line-height:1.6}.browse-link{font-size:14px}}@media (width<=480px){.search-page{padding:30px 15px 50px}.search-hero h1{font-size:26px}.search-hero p{font-size:13px}.search-grid{grid-template-columns:1fr;gap:16px}.empty-search{padding:40px 15px}.empty-icon{font-size:36px}.empty-search h3{font-size:18px}.empty-search p,.browse-link{font-size:13px}}.error-page{background:#f8f5ec;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.error-content{text-align:center;max-width:500px}.error-content h1{color:#0b3d2e;margin-bottom:10px;font-family:Playfair Display,serif;font-size:120px;line-height:1}.error-content h2{color:#2e2a24;margin-bottom:15px}.error-content p{color:#5c5347;margin-bottom:30px;line-height:1.6}.home-btn{color:ivory;background:#0b3d2e;border-radius:30px;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.home-btn:hover{background:#145c44}@media (width<=768px){.error-page{padding:30px 20px}.error-content h1{font-size:90px}.error-content h2{font-size:1.8rem}.error-content p{margin-bottom:25px;font-size:14px;line-height:1.7}.home-btn{width:100%;max-width:260px;padding:14px;font-size:15px}}@media (width<=480px){.error-content h1{font-size:70px}.error-content h2{font-size:1.4rem}.error-content p{font-size:13px}.home-btn{width:100%;max-width:220px;padding:12px;font-size:14px}}.confirmation-page{background:#f8f5ec;justify-content:center;align-items:flex-start;min-height:100vh;padding:60px 20px;display:flex}.confirmation-box{text-align:center;background:#fff;border:1px solid #ede7d8;border-radius:28px;width:100%;max-width:600px;padding:50px 40px;box-shadow:0 15px 40px #0b3d2e14}.confirmation-icon{font-size:60px}.confirmation-icon.success{animation:.4s pop}@keyframes pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.confirmation-box h1{color:#0b3d2e;margin-top:16px;font-family:Playfair Display,Georgia,serif;font-size:28px}.confirmation-subtext{color:#5c5347;margin-top:12px;font-size:15px;line-height:1.6}.order-summary-card{text-align:left;background:#f8f5ec;border-radius:20px;margin-top:32px;padding:28px}.order-summary-card h3{color:#0b3d2e;margin-bottom:18px;font-family:Playfair Display,Georgia,serif;font-size:19px}.order-summary-card h4{color:#0b3d2e;margin-bottom:12px;font-size:15px}.summary-row{color:#5c5347;justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.summary-row span:last-child{color:#2e2a24;text-align:right;max-width:60%;font-weight:500}.divider{background:#e5dfd0;height:1px;margin:18px 0}.confirmation-item{align-items:center;gap:14px;margin-bottom:14px;display:flex}.confirmation-item img{object-fit:cover;border-radius:10px;width:50px;height:50px}.confirmation-item-info{flex:1}.item-qty{color:#5c5347;margin-top:2px;font-size:12.5px}.item-price{color:#0b3d2e;font-size:14px;font-weight:600}.total-row{color:#0b3d2e;font-size:18px;font-weight:700}.total-row span:last-child{color:#0b3d2e!important}.confirmation-actions{flex-direction:column;gap:14px;margin-top:32px;display:flex}.primary-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:30px;padding:16px;font-size:15px;font-weight:600;transition:all .3s}.primary-btn:hover{background:#145c44}.whatsapp-btn{color:#0b3d2e;cursor:pointer;background:#fff;border:1px solid #0b3d2e;border-radius:30px;padding:16px;font-size:15px;font-weight:600;transition:all .3s}.whatsapp-btn:hover{color:ivory;background:#0b3d2e}.back-link{color:#5c5347;margin-top:24px;font-size:13.5px;text-decoration:none;display:inline-block}.back-link:hover{color:#0b3d2e}@media (width<=600px){.confirmation-box{padding:36px 24px}}@media (width<=768px){.confirmation-page{padding:40px 15px}.confirmation-box{padding:35px 25px}.confirmation-box h1{font-size:24px}.confirmation-subtext{font-size:14px}.order-summary-card{padding:22px}.total-row{font-size:16px}.confirmation-actions button{width:100%}}@media (width<=600px){.confirmation-page{padding:20px 10px}.confirmation-box{border-radius:20px;padding:28px 18px}.confirmation-icon{font-size:48px}.confirmation-box h1{font-size:22px;line-height:1.3}.confirmation-subtext{font-size:13px;line-height:1.6}.order-summary-card{margin-top:24px;padding:18px}.order-summary-card h3{font-size:17px}.order-summary-card h4{font-size:14px}.summary-row{gap:10px;font-size:13px}.summary-row span:last-child{text-align:right;word-break:break-word;max-width:50%}.confirmation-item{gap:10px}.confirmation-item img{width:45px;height:45px}.item-name{font-size:13px}.item-qty{font-size:11px}.item-price{font-size:13px}.total-row{font-size:15px}.primary-btn,.whatsapp-btn{width:100%;padding:14px;font-size:14px}.back-link{font-size:12px}}@media (width<=380px){.confirmation-box{padding:22px 15px}.confirmation-box h1{font-size:20px}.confirmation-icon{font-size:42px}.summary-row{flex-direction:column;align-items:flex-start;gap:4px}.summary-row span:last-child{text-align:left;max-width:100%}.confirmation-item{flex-wrap:wrap}}.reset-page{background-color:#0000;background-image:linear-gradient(#f8f5eceb,#f8f5eceb),url(/background.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;min-height:100vh;padding:30px 20px;display:flex}.reset-card{text-align:center;background:#fffdf7;border:1px solid #0f3b2e1a;border-radius:20px;width:100%;max-width:430px;padding:45px 40px;box-shadow:0 15px 40px #0000001f}.reset-logo{color:#fff;background:#0f3b2e;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto auto 20px;font-size:35px;display:flex}.reset-card h1{color:#0f3b2e;margin-bottom:10px;font-size:30px}.reset-card p{color:#6b6258;margin-bottom:30px;font-size:15px;line-height:1.5}.reset-card input{background:#fff;border:1px solid #d8d0c5;border-radius:10px;outline:none;width:100%;margin-bottom:18px;padding:14px 16px;font-size:15px;transition:all .3s}.reset-card input:focus{border-color:#0f3b2e;box-shadow:0 0 0 3px #0f3b2e1f}.reset-card button{color:#fff;cursor:pointer;background:#0f3b2e;border:none;border-radius:10px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .3s}.reset-card button:hover{background:#145c44}.reset-card button:disabled{opacity:.7;cursor:not-allowed}.back-login{color:#5c3a21;cursor:pointer;margin-top:22px;font-size:14px;font-weight:600;display:block}.back-login:hover{text-decoration:underline}@media (width<=600px){.reset-page{padding:20px 15px}.reset-card{border-radius:16px;padding:35px 25px}.reset-logo{width:60px;height:60px;font-size:30px}.reset-card h1{font-size:24px}.reset-card p{font-size:14px}.reset-card input{padding:13px;font-size:14px}.reset-card button{padding:13px;font-size:15px}}@media (width<=380px){.reset-card{padding:30px 18px}.reset-card h1{font-size:22px}}.policy-page{background-color:#0000;background-image:linear-gradient(#f8f5ece6,#f8f5ece6),url(/background.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:100vh;padding:70px 20px}policy-page .container{background:#fff;border-radius:14px;max-width:900px;margin:0 auto;padding:45px 50px;box-shadow:0 8px 25px #0000000f}.policy-page h1{color:#3b5d3a;text-align:center;margin-bottom:30px;font-size:2rem;font-weight:700}.policy-page h2{color:#6b4226;border-left:4px solid #6b4226;margin:30px 0 12px;padding-left:12px;font-size:1.25rem;font-weight:600}.policy-page p{color:#555;text-align:justify;margin-bottom:16px;font-size:15px;line-height:1.8}.policy-page ul{margin:15px 0 20px 22px;padding:0}.policy-page li{color:#555;margin-bottom:10px;font-size:15px;line-height:1.8}.policy-page strong{color:#3b5d3a;font-weight:600}.policy-page section{margin-bottom:35px}@media (width<=768px){.policy-page{padding:40px 15px}.policy-page .container{padding:28px 22px}.policy-page h1{font-size:1.7rem}.policy-page h2{font-size:1.1rem}.policy-page p,.policy-page li{font-size:14px}}.admin-login{background:#0b3d2e;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.admin-login:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;background:#0000008c;position:absolute;inset:0}.login-box{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffff0eb;border-radius:28px;width:420px;max-width:100%;padding:45px;animation:.5s ease-in-out fadeIn;position:relative;box-shadow:0 25px 60px #0006}.login-box h1{text-align:center;color:#0b3d2e;margin-bottom:8px;font-family:Playfair Display,serif;font-size:2rem}.login-box p{text-align:center;color:#5c5347;margin-bottom:30px;font-size:.9rem}.login-box input{background:#f8f5ec;border:1px solid #e5dfd0;border-radius:12px;outline:none;width:100%;margin-bottom:16px;padding:14px;font-size:1rem;transition:all .3s}.login-box input:focus{background:#fff;border-color:#145c44;box-shadow:0 0 0 3px #145c4433}.login-box button{color:#fff;cursor:pointer;background:#6b4226;border:none;border-radius:12px;width:100%;padding:14px;font-size:1rem;font-weight:700;transition:all .3s}.login-box button:hover:not(:disabled){background:#4e2f1c;transform:translateY(-2px)}.login-box button:disabled{opacity:.7;cursor:not-allowed}.admin-badge{background:#f8f5ec;border:2px solid #0b3d2e;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto 18px;font-size:2rem;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.login-box{padding:30px}}@media (width<=480px){.login-box{border-radius:18px;padding:22px}.login-box h1{font-size:1.5rem}}.forgot-password{cursor:pointer;font-weight:600;transition:all .3s;text-align:center!important;color:#6b4226!important;margin-top:18px!important;margin-bottom:0!important;font-size:.9rem!important}.forgot-password:hover{text-decoration:underline;color:#0b3d2e!important}.dashboard{max-width:1400px;min-height:100vh;margin:0 auto;padding:40px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.dashboard-tagline{color:#145c44;letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:600}.dashboard h1{color:#0b3d2e;font-family:Playfair Display,Georgia,serif;font-size:2.2rem}.logout-btn{color:#6b4226;cursor:pointer;background:0 0;border:1px solid #6b4226;border-radius:30px;padding:12px 24px;font-weight:600;transition:all .3s}.logout-btn:hover{color:ivory;background:#6b4226}.stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px;display:grid}.stat-card{background:#fff;border:1px solid #ede7d8;border-radius:20px;padding:24px;transition:all .3s;position:relative;box-shadow:0 6px 20px #0b3d2e12}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0b3d2e1f}.stat-icon{margin-bottom:10px;font-size:24px}.stat-card h2{color:#0b3d2e;margin:0;font-family:Poppins,sans-serif;font-size:2.2rem}.stat-card p{color:#5c5347;margin-top:4px;font-size:14px;font-weight:600}.pending-card h2{color:#6b4226}.delivered-card h2{color:#145c44}.products-card h2{color:#1a6fa3}.tabs{border-bottom:2px solid #ede7d8;gap:12px;margin-bottom:30px;padding-bottom:0;display:flex}.tab{color:#5c5347;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s}.tab:hover{color:#0b3d2e}.tab.active{color:#0b3d2e;border-bottom-color:#0b3d2e}.tab-content{background:#fff;border:1px solid #ede7d8;border-radius:24px;padding:36px;box-shadow:0 8px 24px #0b3d2e12}.section-title{color:#0b3d2e;margin-bottom:28px;font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.empty-state{text-align:center;padding:60px 30px}.empty-icon{font-size:50px}.empty-state h3{color:#0b3d2e;margin-top:16px}.empty-state p{color:#5c5347;margin-top:8px}.orders-list{flex-direction:column;gap:16px;display:flex}.order-card{border:1px solid #ede7d8;border-radius:18px;overflow:hidden}.order-card-header{cursor:pointer;background:#f8f5ec;justify-content:space-between;align-items:center;padding:20px 24px;transition:all .2s;display:flex}.order-card-header:hover{background:#f0ebe0}.order-header-left h3{color:#2e2a24;font-size:16px}.order-meta{color:#5c5347;margin-top:4px;font-size:13px}.order-header-right{align-items:center;gap:12px;display:flex}.order-total-badge{color:#0b3d2e;font-size:15px;font-weight:700}.expand-icon{color:#5c5347;font-size:12px}.status-badge{border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700}.status-badge.pending{color:#6b4226;background:#fbefe0}.status-badge.confirmed{color:#1a6fa3;background:#e8f4fd}.status-badge.shipped{color:#6b3fa3;background:#f0e8fd}.status-badge.delivered{color:#145c44;background:#e3f0ea}.order-details{background:#fff;border-top:1px solid #ede7d8;padding:24px}.order-details-grid p{color:#5c5347;margin-bottom:6px;font-size:14px}.order-details h4{color:#0b3d2e;margin:18px 0 12px;font-size:15px}.order-items{flex-direction:column;gap:12px;display:flex}.order-item{background:#f8f5ec;border-radius:12px;align-items:center;gap:14px;padding:12px;display:flex}.order-item img{object-fit:cover;border-radius:8px;flex-shrink:0;width:50px;height:50px}.item-name{color:#2e2a24;font-size:14px;font-weight:500}.item-size{color:#5c5347;margin-top:2px;font-size:12px}.item-qty{color:#5c5347;font-size:12px}.item-price{color:#0b3d2e;margin-left:auto;font-size:14px;font-weight:700}.order-footer{border-top:1px solid #ede7d8;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.order-grand-total{color:#0b3d2e;font-size:17px;font-weight:700}.status-update{align-items:center;gap:10px;display:flex}.status-update label{color:#5c5347;font-size:14px;font-weight:500}.status-select{color:#2e2a24;cursor:pointer;background:#f8f5ec;border:1px solid #e5dfd0;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600}.paid-text{color:#145c44;font-weight:700}.pending-text{color:#6b4226;font-weight:700}.add-product-form{flex-direction:column;gap:20px;max-width:700px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#0b3d2e;font-size:14px;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.add-product-form input,.add-product-form textarea,.add-product-form select{color:#2e2a24;background:#f8f5ec;border:1px solid #e5dfd0;border-radius:12px;padding:14px 16px;font-family:inherit;font-size:14px;transition:all .3s}.add-product-form input:focus,.add-product-form textarea:focus,.add-product-form select:focus{background:#fff;border-color:#145c44;outline:none;box-shadow:0 0 0 4px #0b3d2e14}.image-preview{object-fit:cover;border:1px solid #ede7d8;border-radius:12px;width:120px;height:120px;margin-top:8px}.variant-row{align-items:center;gap:10px;display:flex}.variant-row input{box-sizing:border-box;background:#fff;border:1px solid #e5dfd0;border-radius:10px;flex:1;height:42px;padding:10px 14px;font-family:inherit;font-size:14px}.rupee-prefix{color:#0b3d2e;text-align:center;flex-shrink:0;width:16px;font-size:16px;font-weight:700}.remove-variant-btn{color:#fff;cursor:pointer;background:#b33a3a;border:none;border-radius:8px;flex-shrink:0;width:30px;height:42px;font-size:12px}.product-type-options{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.type-card{cursor:pointer;text-align:center;background:#f8f5ec;border:2px solid #ede7d8;border-radius:16px;flex-direction:column;align-items:center;padding:20px 16px;transition:all .3s;display:flex}.type-card input[type=radio]{display:none}.type-card.selected{background:#fff;border-color:#0b3d2e;box-shadow:0 4px 16px #0b3d2e1f}.type-icon{margin-bottom:8px;font-size:28px}.type-label{color:#0b3d2e;font-size:14px;font-weight:700}.type-desc{color:#5c5347;margin-top:4px;font-size:12px;line-height:1.4}.submit-product-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:14px;padding:16px;font-family:inherit;font-size:16px;font-weight:700;transition:all .3s}.submit-product-btn:hover:not(:disabled){background:#145c44}.submit-product-btn:disabled{opacity:.7;cursor:not-allowed}.category-group{margin-bottom:40px}.category-group-title{color:#0b3d2e;border-bottom:2px solid #ede7d8;margin-bottom:16px;padding-bottom:10px;font-family:Playfair Display,Georgia,serif;font-size:1.3rem}.subcategory-group{margin-bottom:24px}.subcategory-group-title{color:#6b4226;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;font-size:14px;font-weight:700}.product-manage-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.product-manage-card{background:#fff;border:1px solid #ede7d8;border-radius:16px;transition:all .3s;overflow:hidden}.product-manage-card:hover{box-shadow:0 6px 20px #0b3d2e14}.product-manage-card-top{cursor:pointer;align-items:center;gap:14px;padding:16px;display:flex}.product-manage-img{object-fit:cover;border-radius:10px;flex-shrink:0;width:70px;height:70px}.product-manage-info{flex:1}.product-manage-info h4{color:#2e2a24;font-size:15px}.product-manage-variants{color:#0b3d2e;margin-top:4px;font-size:13px;font-weight:600}.badge-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.tag{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600}.new-tag{color:#145c44;background:#e3f0ea}.offer-tag{color:#6b4226;background:#fbefe0}.regular-tag{color:#5c5347;background:#f0f0f0}.product-manage-details p{color:#2e2a24;margin-bottom:6px;font-size:13px;font-weight:600;line-height:1.5}.product-manage-details strong{color:#0b3d2e;font-weight:700}.manage-actions{gap:10px;margin-top:14px;display:flex}.edit-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .3s}.edit-btn:hover{background:#145c44}.delete-btn{color:#b33a3a;cursor:pointer;background:0 0;border:1px solid #b33a3a;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .3s}.delete-btn:hover{color:ivory;background:#b33a3a}.edit-form{flex-direction:column;gap:12px;padding:20px;display:flex}.edit-form h4{color:#0b3d2e;margin-bottom:4px;font-size:15px}.edit-form label{color:#5c5347;text-transform:uppercase;letter-spacing:.5px;margin-bottom:-6px;font-size:12px;font-weight:600}.edit-form input,.edit-form textarea{color:#2e2a24;background:#f8f5ec;border:1px solid #e5dfd0;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:14px}.edit-checkboxes{flex-direction:column;gap:8px;display:flex}.checkbox-field{color:#2e2a24;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.edit-actions{gap:10px;margin-top:8px;display:flex}.save-btn{color:ivory;cursor:pointer;background:#0b3d2e;border:none;border-radius:10px;flex:1;padding:12px;font-family:inherit;font-weight:700;transition:all .3s}.save-btn:hover{background:#145c44}.cancel-btn{color:#5c5347;cursor:pointer;background:0 0;border:1px solid #e5dfd0;border-radius:10px;flex:1;padding:12px;font-family:inherit;font-weight:600;transition:all .3s}.cancel-btn:hover{color:#b33a3a;border-color:#b33a3a}@media (width<=1024px){.stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard{padding:20px}.stats{grid-template-columns:repeat(2,1fr)}.tabs{padding-bottom:0;overflow-x:auto}.tab{white-space:nowrap;padding:12px 18px;font-size:13px}.tab-content{padding:20px}.form-row,.product-type-options,.product-manage-grid{grid-template-columns:1fr}.order-card-header{flex-direction:column;align-items:flex-start;gap:12px}.order-footer{flex-direction:column;align-items:flex-start;gap:14px}}.reviews-section{text-align:center;background:#f8f5ec;padding:90px 60px}.reviews-section .tagline{color:#6b4226;letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:600}.reviews-section h2{color:#0b3d2e;margin-top:10px;margin-bottom:50px;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:700;line-height:1.2}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:1300px;margin:0 auto;display:grid}.review-card{text-align:left;background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 4px 16px #0b3d2e14}.review-image{object-fit:cover;border-radius:8px;width:100%;max-height:220px;margin-bottom:16px}.review-stars{margin-bottom:10px;font-size:15px}.review-text{color:#5c5347;margin-bottom:14px;font-size:15px;font-style:italic;line-height:1.6}.review-name{color:#0b3d2e;font-family:Playfair Display,Georgia,serif;font-size:15px;font-weight:700}@media (width<=768px){.reviews-section{padding:60px 25px}.reviews-section .tagline{letter-spacing:1px;font-size:12px}.reviews-section h2{margin-bottom:35px;font-size:30px;line-height:1.3}.reviews-grid{gap:20px}}@media (width<=480px){.reviews-section{padding:50px 15px}.reviews-section .tagline{font-size:11px}.reviews-section h2{margin-bottom:30px;font-size:24px}.reviews-grid{grid-template-columns:1fr;gap:18px}}@media (width<=360px){.reviews-section{padding:40px 12px}.reviews-section h2{font-size:22px}.reviews-grid{gap:15px}}.repeat-customer-badge{color:#b36b00;vertical-align:middle;background:#fff3e0;border-radius:12px;margin-left:10px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.gallery-preview-row{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.gallery-preview-item{width:80px;height:80px;position:relative}.gallery-preview-item img{object-fit:cover;border:1px solid #ddd;border-radius:10px;width:100%;height:100%}.remove-gallery-img-btn{color:#fff;cursor:pointer;background:#a23b2e;border:none;border-radius:50%;width:20px;height:20px;font-size:11px;line-height:1;position:absolute;top:-6px;right:-6px}.refund-request-box{background:#fff8e8;border:1px solid #e8c97a;border-radius:12px;margin-top:20px;padding:18px}.refund-request-box p{color:#5c3a21;margin:8px 0;font-size:14px}.refund-btn{color:#fff;cursor:pointer;background:#0f3b2e;border:none;border-radius:8px;margin-top:15px;margin-right:12px;padding:12px 22px;font-size:14px;font-weight:600;transition:all .3s}.refund-btn:hover{background:#145c44;transform:translateY(-1px)}.reject-refund-btn{color:#fff;cursor:pointer;background:#8b2f2f;border:none;border-radius:8px;margin-top:15px;padding:12px 22px;font-size:14px;font-weight:600;transition:all .3s}.reject-refund-btn:hover{background:#6f2424;transform:translateY(-1px)}.refund-status-badge{color:#856404;background:#fff3cd;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}.refund-completed{color:#2e7d32;background:#e8f5e9;border-radius:20px;padding:8px 14px;font-size:13px;font-weight:600}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#2e2a24;scroll-behavior:smooth;width:100%;font-family:Poppins,system-ui,sans-serif;overflow-x:hidden}body{background-color:#f8f5ec;background-image:url(/background.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100vh}#root{width:100%;min-height:100vh;overflow-x:hidden}h1{color:#0b3d2e;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(28px,5vw,56px);font-weight:700;line-height:1.2}h2{color:#0b3d2e;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(24px,3.5vw,42px);font-weight:700;line-height:1.25}h3{color:#2e2a24;margin:0;font-size:clamp(16px,2vw,20px);font-weight:700;line-height:1.3}p{color:#5c5347;margin:0;font-size:clamp(14px,1.5vw,16px);line-height:1.6}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto;display:block}input,select,textarea{max-width:100%;font-family:inherit;font-size:16px}button{cursor:pointer;font-family:inherit;font-size:16px}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}.flex{flex-wrap:wrap;gap:15px;display:flex}.section-padding{padding:clamp(50px,8vw,100px) clamp(20px,5vw,60px)}.responsive-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:clamp(16px,3vw,30px);display:grid}@media (width<=1024px){.container{padding:0 16px}}@media (width<=768px){.container{padding:0 14px}.flex{flex-direction:column}.stack-on-mobile{grid-template-columns:1fr!important}body{background-color:#d0cfc7}}@media (width<=480px){.container{padding:0 12px}h1{line-height:1.25}}@media (width<=768px){body{width:100vw}}
