*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:var(--font-bengali);background-color:var(--warm-cream);color:var(--dark-text);overflow-x:hidden}h1,h2,h3,h4,.serif-font{font-family:var(--font-serif);font-weight:700;color:var(--dark-text)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none;outline:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--primary-deep-green: #0D3823;--primary-dark-green: #082818;--soft-leaf-green: #2F6F48;--soft-leaf-light: #3D8558;--warm-cream: #FAF7EE;--warm-cream-card: #FFFFFF;--warm-cream-hover: #F4EEDF;--muted-gold: #C89D42;--muted-gold-dark: #A67924;--muted-gold-light: #E8D3A2;--muted-gold-gradient: linear-gradient(135deg, #D5B058 0%, #C89D42 50%, #A67924 100%);--dark-text: #0C2417;--text-muted: #425B4C;--text-light: #6E8878;--white: #FFFFFF;--border-light: #EAE3D2;--border-subtle: #F3ECE0;--border-gold: rgba(200, 157, 66, .45);--border-green: rgba(13, 56, 35, .12);--badge-bestseller: #0D3823;--badge-new: #2F6F48;--badge-discount: #A67924;--font-serif: "Noto Serif Bengali", Georgia, serif;--font-bengali: "Hind Siliguri", "Plus Jakarta Sans", -apple-system, sans-serif;--font-sans: "Plus Jakarta Sans", -apple-system, sans-serif;--container-max: 1320px;--header-height: 84px;--topbar-height: 40px;--mobile-nav-height: 64px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--shadow-subtle: 0 4px 16px rgba(13, 56, 35, .05);--shadow-card: 0 6px 24px rgba(13, 56, 35, .08);--shadow-card-hover: 0 16px 36px rgba(13, 56, 35, .14);--shadow-modal: 0 24px 60px rgba(13, 56, 35, .25);--transition-fast: .18s ease;--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;font-size:15px;font-weight:600;border-radius:var(--radius-sm);transition:var(--transition-smooth);cursor:pointer;white-space:nowrap;letter-spacing:.2px}.btn-primary{background-color:var(--primary-deep-green);color:var(--white);border:1px solid rgba(198,161,91,.4);box-shadow:0 4px 14px #123b2740}.btn-primary:hover{background-color:#0b2619;border-color:var(--muted-gold);transform:translateY(-2px);box-shadow:0 6px 20px #123b2759}.btn-secondary{background-color:var(--white);color:var(--primary-deep-green);border:1.5px solid var(--primary-deep-green)}.btn-secondary:hover{background-color:var(--warm-cream-hover);transform:translateY(-2px)}.btn-whatsapp-hero{background-color:var(--white);color:#128c7e;border:1.5px solid #25D366;box-shadow:0 2px 8px #25d36626}.btn-whatsapp-hero:hover{background-color:#f0fdf4;border-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 14px #25d36640}.btn-gold{background:linear-gradient(135deg,#d4b16a,#c6a15b);color:#123b27;font-weight:700;border:1px solid #b89145;box-shadow:0 4px 14px #c6a15b4d;letter-spacing:.2px}.btn-gold:hover{background:linear-gradient(135deg,#dfbe79,#d4b16a);transform:translateY(-2px);box-shadow:0 6px 20px #c6a15b73}.product-detail-hero-grid{display:grid;grid-template-columns:minmax(360px,480px) 1fr;gap:48px;align-items:start}@media (max-width: 900px){.product-detail-hero-grid{grid-template-columns:1fr;gap:32px}}.product-gallery-card{background:#faf7ef;border:1.5px solid var(--border-light);border-radius:24px;padding:36px 24px;text-align:center;position:relative;box-shadow:0 12px 36px #123b2712;overflow:hidden}.product-gallery-card img{width:100%;max-height:380px;object-fit:contain;border-radius:14px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.product-gallery-card:hover img{transform:scale(1.04)}.pulse-dot{width:8px;height:8px;border-radius:50%;background-color:#16a34a;display:inline-block;box-shadow:0 0 #16a34ab3;animation:pulse-green 1.8s infinite}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #16a34ab3}70%{transform:scale(1);box-shadow:0 0 0 6px #16a34a00}to{transform:scale(.95);box-shadow:0 0 #16a34a00}}.product-rating-box{display:flex;align-items:center;gap:12px;margin:12px 0 18px;flex-wrap:wrap}.rating-badge-pill{background:#f7f3ea;border:1px solid var(--border-light);padding:4px 10px;border-radius:var(--radius-full);font-size:13px;font-weight:700;color:var(--dark-text);display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:all var(--transition-fast)}.rating-badge-pill:hover{background:var(--primary-deep-green);color:var(--white);border-color:var(--primary-deep-green)}.product-price-banner{background:#faf7ef;border:1.5px solid var(--border-light);border-radius:18px;padding:20px 24px;margin-bottom:24px;box-shadow:0 4px 16px #123b270a}.product-trust-perks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:18px}.trust-perk-card{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:12px;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.trust-perk-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #123b2714}.trust-perk-icon{width:38px;height:38px;border-radius:10px;background:#123b2714;display:flex;align-items:center;justify-content:center;color:var(--primary-deep-green);font-size:17px;flex-shrink:0}.product-tab-btn{font-family:var(--font-sans);font-size:15px;font-weight:700;border-radius:10px;padding:12px 22px;border:1.5px solid var(--border-light);background:var(--white);color:var(--dark-text);transition:all var(--transition-smooth);display:inline-flex;align-items:center;gap:8px;cursor:pointer}.product-tab-btn:hover{background:var(--warm-cream);color:var(--primary-deep-green);border-color:var(--muted-gold)}.product-tab-btn.active{background:var(--primary-deep-green);color:var(--white);border-color:var(--primary-deep-green);box-shadow:0 4px 16px #123b2740}.nutrition-table{width:100%;border-collapse:collapse;margin-top:16px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--border-light)}.nutrition-table th,.nutrition-table td{padding:14px 20px;border-bottom:1px solid var(--border-light);font-size:14.5px;text-align:left}.nutrition-table tr:nth-child(2n){background-color:#faf7ef}.review-card-item{background:#fff;border:1.5px solid var(--border-light);border-radius:16px;padding:20px 24px;margin-bottom:16px;box-shadow:0 4px 12px #123b2708;transition:transform var(--transition-fast)}.review-card-item:hover{transform:translateY(-2px);box-shadow:0 6px 18px #123b2712}.review-author-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#123b27,#1e4f35);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;font-family:var(--font-sans);border:1.5px solid var(--muted-gold)}.btn-outline{background-color:transparent;color:var(--primary-deep-green);border:1.5px solid var(--primary-deep-green)}.btn-outline:hover{background-color:var(--primary-deep-green);color:var(--white);transform:translateY(-2px)}.btn-sm{padding:8px 16px;font-size:13px}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:4px;font-size:11.5px;font-weight:700;line-height:1.2;letter-spacing:.3px}.badge-bestseller{background-color:var(--primary-deep-green);color:var(--white);border:1px solid var(--muted-gold)}.badge-new{background-color:var(--soft-leaf-green);color:var(--white)}.badge-discount{background-color:var(--muted-gold);color:var(--dark-text);font-weight:800}.label-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background-color:#123b2714;border:1px solid var(--border-gold);border-radius:var(--radius-full);font-size:12px;font-weight:700;letter-spacing:1.5px;color:var(--primary-deep-green);text-transform:uppercase}.category-card{background:var(--warm-cream-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-subtle);transition:var(--transition-smooth);text-decoration:none;cursor:pointer;position:relative}.category-card:hover{transform:translateY(-5px);border-color:var(--muted-gold);box-shadow:var(--shadow-card-hover)}.category-card-img-wrap{position:relative;aspect-ratio:16 / 11;overflow:hidden;background-color:#f2eee3}.category-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-card-img-wrap img{transform:scale(1.08)}.category-card-badge{position:absolute;top:10px;right:10px;background:#fffffff2;color:var(--primary-deep-green);font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.category-card-content{padding:14px 16px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--white);border-top:1px solid var(--border-subtle)}.category-card-title{font-size:15px;font-weight:700;color:var(--dark-text);font-family:var(--font-bengali)}.category-card-count{font-size:12px;font-weight:600;color:var(--muted-gold-dark);background:#c6a15b1f;padding:2px 8px;border-radius:var(--radius-full)}.product-card{background:var(--warm-cream-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-shadow:var(--shadow-subtle);transition:var(--transition-smooth);position:relative}.product-card:hover{transform:translateY(-5px);border-color:var(--border-gold);box-shadow:var(--shadow-card-hover)}.product-card-top{position:relative;border-radius:var(--radius-sm);overflow:hidden;background-color:#f7f3ea;aspect-ratio:1 / .95;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.product-card-top img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-top img{transform:scale(1.06)}.product-tag-pill{position:absolute;top:8px;left:8px;z-index:2}.product-wishlist-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;color:var(--dark-text);display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 6px #0000001a;transition:var(--transition-fast);z-index:2}.product-wishlist-btn:hover{background:var(--white);color:#dc2626;transform:scale(1.1)}.product-wishlist-btn.active-wishlist{background:#fee2e2;color:#dc2626}.product-info{display:flex;flex-direction:column;flex-grow:1}.product-title{font-size:15px;font-weight:700;color:var(--dark-text);margin-bottom:6px;line-height:1.4;min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.product-title:hover{color:var(--primary-deep-green)}.product-rating-row{display:flex;align-items:center;gap:4px;margin-bottom:8px}.star-rating{display:inline-flex;gap:2px;color:#eab308;font-size:12px}.rating-count{font-size:12px;color:var(--text-muted);font-family:var(--font-sans);margin-left:2px}.product-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.current-price{font-size:18px;font-weight:800;color:var(--primary-deep-green)}.original-price{font-size:13.5px;color:#9ca3af;text-decoration:line-through}.product-card-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.btn-card-add{padding:9px 12px;background-color:var(--primary-deep-green);color:var(--white);border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:var(--transition-fast)}.btn-card-add:hover{background-color:#0c271a}.btn-card-whatsapp{padding:8px 11px;background-color:#f0fdf4;color:#128c7e;border:1px solid #25D366;border-radius:var(--radius-sm);font-size:15px;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.btn-card-whatsapp:hover{background-color:#25d366;color:#fff}.spotlight-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:38px;box-shadow:var(--shadow-card);display:grid;grid-template-columns:1.05fr 1.15fr;gap:44px;align-items:center}.spotlight-gallery{display:flex;flex-direction:column;gap:14px}.spotlight-main-img-wrap{border-radius:var(--radius-md);overflow:hidden;background:#f7f3ea;aspect-ratio:1 / .88;border:1px solid var(--border-light)}.spotlight-main-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.spotlight-thumbnails{display:flex;gap:10px}.spotlight-thumb{width:76px;height:76px;border-radius:var(--radius-sm);border:2px solid var(--border-light);overflow:hidden;cursor:pointer;transition:var(--transition-fast)}.spotlight-thumb.active,.spotlight-thumb:hover{border-color:var(--muted-gold);transform:translateY(-2px)}.spotlight-thumb img{width:100%;height:100%;object-fit:cover}.spotlight-details{display:flex;flex-direction:column;gap:16px}.spotlight-title{font-size:28px;font-weight:800;color:var(--dark-text);line-height:1.3}.spotlight-desc{font-size:14.5px;line-height:1.7;color:var(--text-muted)}.spotlight-benefits-list{display:grid;grid-template-columns:1fr;gap:8px}.spotlight-benefit-item{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--dark-text)}.spotlight-benefit-item i{color:var(--soft-leaf-green)}.spotlight-sizes-wrap{display:flex;flex-direction:column;gap:8px}.spotlight-size-pills{display:flex;gap:10px;flex-wrap:wrap}.size-pill{padding:8px 16px;border-radius:var(--radius-sm);border:1.5px solid var(--border-light);background:var(--warm-cream);font-size:13.5px;font-weight:700;cursor:pointer;transition:var(--transition-fast)}.size-pill.active,.size-pill:hover{border-color:var(--primary-deep-green);background:var(--primary-deep-green);color:var(--white)}.spotlight-price-row{display:flex;align-items:baseline;gap:10px;margin-top:4px}.spotlight-price{font-size:28px;font-weight:800;color:var(--primary-deep-green)}.spotlight-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.why-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:26px 22px;box-shadow:var(--shadow-subtle);transition:var(--transition-smooth);display:flex;flex-direction:column;gap:12px}.why-card:hover{transform:translateY(-4px);border-color:var(--muted-gold);box-shadow:var(--shadow-card-hover)}.why-icon-box{width:48px;height:48px;border-radius:12px;background:#123b2714;border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;color:var(--primary-deep-green);font-size:20px}.why-card h3{font-size:17px;font-weight:700;color:var(--dark-text)}.why-card p{font-size:13.5px;line-height:1.65;color:var(--text-muted)}.floating-whatsapp{position:fixed;bottom:84px;right:24px;width:54px;height:54px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 6px 22px #25d36673;z-index:99;transition:var(--transition-smooth)}.floating-whatsapp:hover{transform:scale(1.1);background-color:#1eb954}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{background:#fff;color:var(--dark-text);border-left:4px solid var(--primary-deep-green);padding:12px 18px;border-radius:var(--radius-sm);box-shadow:var(--shadow-modal);font-size:14px;display:flex;align-items:center;gap:10px;animation:slideInRight .3s ease;pointer-events:auto;min-width:260px}.toast-success{border-color:#10b981}.toast-error{border-color:#ef4444}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#123b2799;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:998;opacity:0;visibility:hidden;transition:var(--transition-smooth)}.overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:-440px;width:100%;max-width:420px;height:100%;background:#fff;box-shadow:-8px 0 30px #0003;z-index:999;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-header{padding:20px;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;background:var(--warm-cream)}.cart-header h3{font-size:18px;font-weight:700;color:var(--primary-deep-green);display:flex;align-items:center;gap:8px}.btn-close-drawer{font-size:20px;color:var(--text-muted);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition-fast)}.btn-close-drawer:hover{background:#f1f1f1;color:#111}.cart-items-body{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:14px}.cart-item-card{display:flex;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border-subtle);align-items:center}.cart-item-img{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;background:#f8f6f0}.cart-item-details{flex:1}.cart-item-title{font-size:13.5px;font-weight:700;color:var(--dark-text);margin-bottom:4px}.cart-item-price{font-size:14.5px;font-weight:700;color:var(--primary-deep-green)}.cart-qty-control{display:inline-flex;align-items:center;border:1px solid var(--border-light);border-radius:4px;margin-top:4px}.cart-qty-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--dark-text);background:#fafafa}.cart-qty-val{min-width:26px;text-align:center;font-size:13px;font-weight:600}.cart-footer{padding:20px;border-top:1px solid var(--border-subtle);background:var(--warm-cream)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:700;color:var(--primary-deep-green)}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-modal);z-index:1000;max-width:560px;width:92%;padding:26px;opacity:0;visibility:hidden;transition:var(--transition-smooth)}.modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;border-bottom:1px solid var(--border-subtle);padding-bottom:12px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;font-weight:600;color:var(--dark-text);margin-bottom:6px}.form-input{width:100%;padding:10px 14px;border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:14px;background:#fafaf9}.form-input:focus{border-color:var(--primary-deep-green);outline:none;background:#fff}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px}.header-wrapper{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);box-shadow:0 4px 24px #123b270d}.main-nav-header{height:var(--header-height);display:flex;align-items:center}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:28px}.brand-logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.brand-logo-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1.5px solid var(--muted-gold);box-shadow:0 4px 12px #0d382326;transition:transform var(--transition-fast);background-color:var(--warm-cream)}.brand-logo-link:hover .brand-logo-img{transform:scale(1.06);border-color:var(--primary-deep-green)}.brand-icon-seedling{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0d3823,#1e4f35);border:1px solid var(--muted-gold);display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 12px #0d382333;font-size:18px}.brand-text-wrap{display:flex;flex-direction:column}.brand-title{font-size:24px;font-weight:800;letter-spacing:2.5px;color:var(--primary-deep-green);font-family:var(--font-sans);line-height:1}.brand-subtitle{font-size:9.5px;font-weight:700;letter-spacing:1.5px;color:var(--muted-gold-dark);font-family:var(--font-sans);margin-top:3px;text-transform:uppercase}.desktop-nav-menu{display:flex;align-items:center;gap:8px}.nav-item-link{font-family:var(--font-sans);font-size:14.5px;font-weight:600;letter-spacing:.2px;color:var(--dark-text);padding:8px 14px;border-radius:var(--radius-sm);position:relative;transition:all var(--transition-fast);text-decoration:none}.nav-item-link:hover{color:var(--primary-deep-green);background-color:var(--warm-cream)}.nav-item-link.active{color:var(--primary-deep-green);font-weight:700;background-color:#123b2714;border:1px solid rgba(18,59,39,.12)}.page-hero-banner{background:linear-gradient(135deg,#123b27,#1e4f35);color:var(--white);padding:54px 0 46px;border-bottom:1px solid var(--border-gold);text-align:center}.page-hero-banner h1{font-size:38px;font-weight:800;color:var(--white);margin-bottom:10px}.page-hero-banner p{font-size:16px;color:#d1fae5;max-width:600px;margin:0 auto 16px}.breadcrumb-nav{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:#cbd5e1;background:#0003;padding:6px 16px;border-radius:var(--radius-full)}.breadcrumb-nav a{color:#fff;text-decoration:none;font-weight:600}.breadcrumb-nav a:hover,.breadcrumb-nav span{color:var(--muted-gold)}.header-search-box{position:relative;flex:1;max-width:280px}.search-input-field{width:100%;padding:9px 40px 9px 18px;border:1.5px solid var(--border-light);border-radius:var(--radius-full);font-size:13.5px;font-family:var(--font-sans);background-color:#faf7ef;transition:all var(--transition-smooth);color:var(--dark-text);box-shadow:inset 0 1px 3px #00000008}.search-input-field:focus{border-color:var(--muted-gold);background-color:var(--white);outline:none;box-shadow:0 0 0 3.5px #c6a15b33,0 4px 12px #123b270f}.search-clear-btn{position:absolute;right:38px;top:50%;transform:translateY(-50%);background:#e2d9c8;color:var(--dark-text);border:none;width:18px;height:18px;border-radius:50%;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.search-clear-btn:hover{background:var(--primary-deep-green);color:#fff}.search-field-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:13.5px;pointer-events:none}.search-dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;width:360px;background:#fff;border-radius:16px;border:1.5px solid var(--border-light);box-shadow:0 18px 45px #123b2729;padding:16px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s cubic-bezier(.4,0,.2,1)}.search-dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.search-dropdown-header{font-size:11.5px;font-weight:700;color:var(--muted-gold-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border-subtle)}.search-popular-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.search-tag{background:#f7f3e8;color:var(--primary-deep-green);font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:var(--radius-full);cursor:pointer;border:1px solid var(--border-light);transition:all var(--transition-fast)}.search-tag:hover{background:var(--primary-deep-green);color:#fff;border-color:var(--primary-deep-green)}.search-results-list{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:10px;transition:background var(--transition-fast);cursor:pointer;text-decoration:none}.search-result-item:hover{background:#f7f4ea}.search-result-img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f4ede0;border:1px solid var(--border-light);flex-shrink:0}.search-result-info{flex:1;min-width:0}.search-result-title{font-size:13.5px;font-weight:700;color:var(--dark-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.search-result-price{font-size:12.5px;font-weight:800;color:var(--primary-deep-green)}.header-action-group{display:flex;align-items:center;gap:12px}.header-action-btn{position:relative;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark-text);background-color:#faf7ef;font-size:16px;transition:all var(--transition-smooth);border:1.5px solid var(--border-light);cursor:pointer;box-shadow:0 2px 6px #123b270a}.header-action-btn:hover{background-color:var(--primary-deep-green);color:var(--white);border-color:var(--muted-gold);transform:translateY(-2px);box-shadow:0 6px 18px #123b2733}.header-action-btn:active{transform:translateY(0)}.badge-counter{position:absolute;top:-4px;right:-4px;background-color:var(--primary-deep-green);color:var(--white);font-size:11px;font-weight:800;font-family:var(--font-sans);min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--white);box-shadow:0 2px 6px #00000026;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.header-action-btn:hover .badge-counter{background-color:var(--muted-gold);color:var(--dark-text);transform:scale(1.1)}.mobile-toggle-btn{display:none;font-size:22px;color:var(--primary-deep-green)}.site-footer{background-color:#0c2619;color:#cbd5e1;padding-top:64px;padding-bottom:24px;margin-top:70px;border-top:1px solid rgba(198,161,91,.2)}.footer-main-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:44px;margin-bottom:48px}.footer-brand-column .brand-logo-link{margin-bottom:16px}.footer-brand-column .brand-title{color:var(--white)}.footer-brand-desc{font-size:14px;line-height:1.7;color:#94a3b8;margin-bottom:20px;max-width:320px}.footer-social-group{display:flex;gap:10px}.footer-social-btn{width:36px;height:36px;border-radius:50%;background:#ffffff14;border:1px solid rgba(198,161,91,.25);display:flex;align-items:center;justify-content:center;color:#fff;transition:var(--transition-fast)}.footer-social-btn:hover{background:var(--muted-gold);color:var(--dark-text);transform:translateY(-2px)}.footer-column h4{font-size:16px;font-weight:700;color:var(--white);margin-bottom:20px;font-family:var(--font-bengali)}.footer-link-list{display:flex;flex-direction:column;gap:11px}.footer-link-list li a{font-size:14px;color:#94a3b8;transition:all var(--transition-fast)}.footer-link-list li a:hover{color:var(--white);padding-left:5px}.footer-contact-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#94a3b8;margin-bottom:12px}.footer-contact-row i{color:var(--muted-gold);width:16px}.footer-bottom-row{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:13px;color:#94a3b8}.payment-gateway-strip{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gateway-badge{background:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;color:#111;border:1px solid #e2e8f0}.mobile-bottom-navigation{display:none;position:fixed;bottom:0;left:0;width:100%;height:var(--mobile-nav-height);background:#fff;border-top:1px solid var(--border-light);box-shadow:0 -4px 16px #00000014;z-index:95;justify-content:space-around;align-items:center;padding:0 6px}.mobile-nav-tab{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--text-muted);font-size:11px;font-weight:600;flex:1;padding:6px 0;transition:color var(--transition-fast);text-decoration:none;position:relative}.mobile-nav-tab.active,.mobile-nav-tab:hover{color:var(--primary-deep-green)}.mobile-nav-tab i{font-size:18px}.mobile-nav-tab.whatsapp-tab{color:#128c7e}.mobile-drawer-menu{position:fixed;top:0;left:-300px;width:290px;height:100%;background:var(--white);z-index:999;box-shadow:6px 0 24px #0000002e;transition:left .3s ease;display:flex;flex-direction:column;padding:24px 20px}.mobile-drawer-menu.open{left:0}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--border-subtle)}.mobile-drawer-links{display:flex;flex-direction:column;gap:14px}.mobile-drawer-links a{font-size:15px;font-weight:600;color:var(--dark-text);padding:8px 0;border-bottom:1px solid #f3f3f3}@media (max-width: 1024px){.footer-main-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 768px){.top-utility-bar{display:none}.desktop-nav-menu,.header-search-box,.header-action-btn:not(.cart-btn){display:none}.mobile-toggle-btn{display:block}.mobile-bottom-navigation{display:flex}body{padding-bottom:calc(var(--mobile-nav-height) + 12px)}.floating-whatsapp{bottom:calc(var(--mobile-nav-height) + 18px);right:18px;width:48px;height:48px;font-size:24px}.footer-main-grid{grid-template-columns:1fr}.footer-bottom-row{flex-direction:column;text-align:center}}.section{padding:60px 0}.section-header-wrap{text-align:center;margin-bottom:40px;display:flex;flex-direction:column;align-items:center;gap:8px}.section-tagline{color:var(--muted-gold-dark);font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.section-main-heading{font-size:34px;font-weight:800;color:var(--dark-text);line-height:1.25}.section-subtext{font-size:15.5px;color:var(--text-muted);max-width:560px}.section-header-flex{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px}.hero-section{background:radial-gradient(circle at 75% 45%,#f6f0e2,#fbf8f0);padding:64px 0 74px;position:relative;overflow:hidden;border-bottom:1px solid var(--border-light)}.hero-grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:52px}.hero-content-left{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero-headline{font-size:50px;font-weight:800;line-height:1.2;color:var(--dark-text)}.hero-headline-accent{color:var(--primary-deep-green);display:block}.hero-copy{font-size:17px;line-height:1.7;color:var(--text-muted);max-width:520px}.hero-btn-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px}.hero-trust-rating{display:flex;align-items:center;gap:14px;margin-top:10px;padding-top:16px;border-top:1px solid var(--border-light);width:100%}.hero-avatar-stack{display:flex;align-items:center}.hero-avatar-img{width:36px;height:36px;border-radius:50%;border:2px solid var(--white);object-fit:cover;margin-left:-8px;box-shadow:0 2px 6px #0000001a}.hero-avatar-img:first-child{margin-left:0}.hero-rating-details{display:flex;flex-direction:column;gap:2px}.hero-rating-caption{font-size:13.5px;font-weight:700;color:var(--dark-text)}.hero-media-right{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.hero-composition-card{position:relative;width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 48px #123b272e;border:1px solid var(--border-gold);background:var(--white)}.hero-lifestyle-img{width:100%;height:auto;aspect-ratio:16 / 11.5;object-fit:cover;transition:transform .6s ease}.hero-composition-card:hover .hero-lifestyle-img{transform:scale(1.03)}.hero-float-badge{position:absolute;bottom:22px;left:22px;background:#fffffff2;border:1px solid var(--muted-gold);border-radius:var(--radius-md);padding:11px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 22px #00000024;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-float-badge i{font-size:24px;color:var(--primary-deep-green)}.hero-float-badge-text h4{font-size:14px;font-weight:800;color:var(--primary-deep-green);line-height:1.1}.hero-float-badge-text p{font-size:12px;color:var(--muted-gold-dark);font-weight:600}.trust-bar-section{background:var(--white);border-bottom:1px solid var(--border-light);padding:26px 0}.trust-bar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;align-items:center}.trust-bar-item{display:flex;align-items:center;gap:12px;padding:6px 12px;border-right:1px solid var(--border-subtle)}.trust-bar-item:last-child{border-right:none}.trust-item-icon{width:42px;height:42px;border-radius:50%;background:#123b270f;border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;color:var(--primary-deep-green);font-size:17px;flex-shrink:0}.trust-item-text h4{font-size:14px;font-weight:700;color:var(--dark-text);line-height:1.2}.trust-item-text p{font-size:12px;color:var(--text-muted);margin-top:2px}.categories-grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.best-sellers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.promo-section-wrap{background:linear-gradient(135deg,#123b27,#1a4d33);border-radius:var(--radius-lg);padding:48px 56px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:44px;color:var(--white);border:1px solid var(--border-gold);box-shadow:0 16px 40px #123b2747;position:relative;overflow:hidden}.promo-text-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.promo-label-badge{background:var(--muted-gold);color:var(--dark-text);font-size:12px;font-weight:800;padding:4px 14px;border-radius:var(--radius-full);letter-spacing:1px}.promo-headline{font-size:36px;font-weight:800;line-height:1.25;color:var(--white)}.promo-description{font-size:15.5px;line-height:1.65;color:#d1fae5;max-width:460px}.promo-media-right{display:flex;align-items:center;justify-content:center}.promo-media-card{border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--muted-gold);box-shadow:0 12px 30px #00000059;max-width:400px;width:100%}.promo-media-card img{width:100%;height:230px;object-fit:cover}.story-split-grid{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:52px}.story-media-left{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-gold);box-shadow:var(--shadow-card);aspect-ratio:4 / 3.3}.story-media-left img{width:100%;height:100%;object-fit:cover}.story-details-right{display:flex;flex-direction:column;gap:16px}.story-heading{font-size:34px;font-weight:800;line-height:1.3;color:var(--dark-text)}.story-body-text{font-size:15.5px;line-height:1.75;color:var(--text-muted)}.story-principles-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:6px 0}.principle-item{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:600;color:var(--dark-text)}.principle-icon{width:22px;height:22px;border-radius:50%;background:#123b271a;color:var(--primary-deep-green);display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.reviews-notice-card{background:var(--white);border:1.5px dashed var(--border-gold);border-radius:var(--radius-md);padding:34px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.reviews-notice-card i{font-size:32px;color:var(--muted-gold)}.reviews-notice-card h3{font-size:19px;font-weight:700;color:var(--dark-text)}.reviews-notice-card p{font-size:14.5px;color:var(--text-muted);max-width:500px}.newsletter-strip-wrap{background-color:var(--primary-deep-green);border-radius:var(--radius-lg);padding:34px 44px;display:flex;align-items:center;justify-content:space-between;gap:32px;color:var(--white);border:1px solid var(--border-gold);box-shadow:var(--shadow-card)}.newsletter-left-text{display:flex;flex-direction:column;gap:6px}.newsletter-left-text h3{font-size:22px;font-weight:800;color:var(--white)}.newsletter-left-text p{font-size:14px;color:#d1fae5}.newsletter-form-box{display:flex;align-items:center;gap:10px;flex:1;max-width:460px}.newsletter-input-field{flex:1;padding:12px 18px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.3);background:var(--white);font-size:14px;color:var(--dark-text)}.newsletter-input-field:focus{outline:none;border-color:var(--muted-gold)}.newsletter-submit-btn{background-color:var(--muted-gold);color:var(--dark-text);font-weight:700;padding:12px 22px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:8px;transition:var(--transition-fast)}.newsletter-submit-btn:hover{background-color:var(--muted-gold-dark);color:var(--white)}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:38px}.hero-content-left{align-items:center}.hero-btn-group,.hero-trust-rating{justify-content:center}.categories-grid-cards,.best-sellers-grid{grid-template-columns:repeat(3,1fr);gap:16px}.why-grid{grid-template-columns:repeat(2,1fr)}.spotlight-card{grid-template-columns:1fr;padding:26px}.promo-section-wrap{grid-template-columns:1fr;text-align:center;padding:34px 26px}.promo-text-content{align-items:center}.story-split-grid{grid-template-columns:1fr;gap:32px}.newsletter-strip-wrap{flex-direction:column;text-align:center;padding:28px 20px}.newsletter-form-box{width:100%}}@media (max-width: 768px){.hero-headline{font-size:34px}.trust-bar-grid{grid-template-columns:1fr 1fr;gap:12px}.trust-bar-item{border-right:none;border-bottom:1px solid var(--border-subtle);padding-bottom:8px}.trust-bar-item:last-child{border-bottom:none;grid-column:span 2;justify-content:center}.categories-grid-cards,.best-sellers-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{padding:10px}.product-title{font-size:13.5px;min-height:38px}.current-price{font-size:16px}.why-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-headline{font-size:28px}.trust-bar-grid{grid-template-columns:1fr}.trust-bar-item:last-child{grid-column:auto;justify-content:flex-start}.categories-grid-cards,.best-sellers-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-actions{grid-template-columns:1fr}.btn-card-whatsapp{display:none}}
