:root{--primary-color:#1e3f20;--primary-hover:#152d16;--secondary-color:#ebf2ee;--accent-color:#2e6f40;--text-dark:#2c3e2d;--text-light:#6c7a6d;--bg-cream:#faf9f6;--white:#fff;--glass-bg:hsla(0,0%,100%,.75);--glass-border:rgba(30,63,32,.1);--shadow-sm:0 2px 8px rgba(30,63,32,.05);--shadow-md:0 8px 24px rgba(30,63,32,.08);--shadow-lg:0 16px 40px rgba(30,63,32,.12);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);font-family:var(--font-inter),sans-serif}:root,body{background-color:var(--bg-cream);color:var(--text-dark)}body{min-height:100vh;display:flex;flex-direction:column}.display-font,h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit),sans-serif;color:var(--primary-color);font-weight:600}.btn-brand{border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--white);border:1px solid transparent;font-family:var(--font-outfit),sans-serif;font-weight:500;padding:10px 24px;border-radius:8px;transition:var(--transition-smooth)}.btn-brand:hover{background-color:var(--primary-hover);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,63,32,.15)}.btn-brand-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color);font-family:var(--font-outfit),sans-serif;font-weight:500;padding:10px 24px;border-radius:8px;transition:var(--transition-smooth)}.btn-brand-outline:hover{transform:translateY(-2px)}.btn-brand-outline:hover,.btn-brand-secondary{background-color:var(--secondary-color);color:var(--primary-color)}.btn-brand-secondary{border:1px solid transparent;font-family:var(--font-outfit),sans-serif;font-weight:500;padding:10px 24px;border-radius:8px;transition:var(--transition-smooth)}.btn-brand-secondary:hover{background-color:#dceae2;transform:translateY(-2px)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:var(--shadow-md);transition:var(--transition-smooth)}.glass-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.form-control-brand{border:1px solid var(--glass-border);background-color:var(--white);padding:12px 16px;border-radius:8px;color:var(--text-dark);transition:var(--transition-smooth)}.form-control-brand:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(46,111,64,.15);outline:none}.product-card{background-color:var(--white);border-radius:12px;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border:1px solid rgba(30,63,32,.05)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-card-img-container{position:relative;background-color:var(--secondary-color);overflow:hidden;aspect-ratio:1}.product-card-img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.product-card:hover .product-card-img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;background-color:var(--accent-color);color:var(--white);padding:4px 10px;border-radius:4px;font-family:var(--font-outfit),sans-serif;font-size:.8rem;font-weight:500}.badge-status-green{background-color:rgba(46,111,64,.1);color:var(--accent-color)}.badge-status-green,.badge-status-orange{padding:6px 12px;border-radius:50px;font-weight:500;display:inline-block}.badge-status-orange{background-color:rgba(245,158,11,.1);color:#d97706}.badge-status-red{background-color:rgba(239,68,68,.1);color:#dc2626;padding:6px 12px;border-radius:50px;font-weight:500;display:inline-block}.nav-tabs-brand{border-bottom:2px solid var(--secondary-color)}.nav-link-brand{color:var(--text-light);font-family:var(--font-outfit),sans-serif;font-weight:500;border:none;background:none;padding:12px 24px;margin-bottom:-2px;transition:var(--transition-smooth);cursor:pointer}.nav-link-brand.active{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.breadcrumb-brand{font-size:.9rem;color:var(--text-light)}.breadcrumb-brand a{color:var(--text-light);text-decoration:none;transition:var(--transition-smooth)}.breadcrumb-brand a:hover{color:var(--primary-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease forwards}.main-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;height:80px;display:flex;align-items:center;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 15px rgba(0,0,0,.04);animation:fadeDown .5s ease-out forwards}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.brand-logo{height:54px;width:auto;object-fit:contain;transition:transform .3s ease,filter .3s ease;filter:none}.brand-logo:hover{transform:scale(1.06);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.premium-nav-link{display:flex;flex-direction:column;align-items:center;gap:2px;color:#333;font-family:var(--font-outfit),sans-serif;font-weight:600;font-size:11px;letter-spacing:.05em;text-decoration:none;padding:8px 12px;border-radius:10px;position:relative;transition:all .25s ease;white-space:nowrap}.premium-nav-link .nav-icon{font-size:16px;line-height:1;transition:transform .25s ease}.premium-nav-link .nav-text{font-size:10px;letter-spacing:.06em}.premium-nav-link:hover{color:var(--primary-color);background:rgba(0,0,0,.04);transform:translateY(-2px)}.premium-nav-link:hover .nav-icon{transform:scale(1.2)}.premium-nav-link:after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--primary-color);border-radius:2px;transition:width .3s ease}.premium-nav-link:hover:after{width:60%}.premium-nav-link.nav-highlight{background:rgba(255,224,130,.18);border:1px solid rgba(255,224,130,.35);color:#ffe082}.premium-nav-link.nav-highlight:hover{background:rgba(255,224,130,.28);color:#fff8e1}.header-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);color:#333;font-size:16px;cursor:pointer;transition:all .25s ease;text-decoration:none;position:relative}.header-action-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.header-cart-btn{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:24px;padding:6px 14px 6px 10px;color:#fff;cursor:pointer;transition:all .25s ease;text-decoration:none}.header-cart-btn:hover{background:hsla(0,0%,100%,.28);color:#ffe082;transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.2)}.cart-icon-wrap{position:relative;font-size:18px;line-height:1}.cart-info{display:flex;flex-direction:column}.cart-label{font-size:10px;opacity:.8;line-height:1}.cart-value{font-size:13px;font-weight:700;line-height:1.2}.header-badge{position:absolute;top:-6px;right:-8px;background:#ff5252;color:#fff;font-size:9px;font-weight:700;border-radius:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(0,76,3,.5)}.cart-icon-wrap .header-badge{top:-8px;right:-10px}summary::-webkit-details-marker{display:none!important}summary{list-style:none!important}summary:focus{outline:none!important}@media (max-width:767.98px){.header-badge{top:-2px!important;right:-2px!important;width:14px!important;height:14px!important;font-size:8px!important;border:1px solid #fff!important}}.premium-dropdown{background-color:#fff;z-index:1050;border:none;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.15);padding:6px 0;min-width:200px;animation:dropIn .2s ease;margin-top:12px}.dropdown-menu-center{left:50%!important;right:auto!important;transform:translateX(-50%)!important;top:100%!important;margin-top:15px!important}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header-item{padding:10px 16px 8px}.premium-dropdown-item{font-size:13.5px;padding:9px 16px;transition:background .2s ease;border-radius:0}.premium-dropdown-item:hover{background:#f0fdf4}.sliding-search-container{position:relative;display:flex;align-items:center;border-radius:24px;background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;height:40px}.sliding-search-container.open{background:#f1f5f9;width:250px;border:1px solid #e2e8f0}.sliding-search-container:not(.open){width:40px;background:transparent;border:none}.sliding-search-form{position:relative;width:100%;height:100%;display:flex;align-items:center}.sliding-search-input{border:none;background:transparent;outline:none;width:100%;height:100%;padding:0 40px 0 15px;font-size:14px;opacity:0;transition:opacity .3s ease;pointer-events:none;color:#333}.sliding-search-container.open .sliding-search-input{opacity:1;pointer-events:auto}.search-toggle-btn{position:absolute;right:0;top:0;z-index:10}.sliding-search-container.open .search-toggle-btn{color:#005b6e;transform:rotate(90deg);background:transparent;border-color:transparent}.sliding-search-container.open .search-toggle-btn:hover{background:transparent;color:#f33}.cart-badge{position:absolute;top:-5px;right:-8px;background-color:#ff5252;color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center}.swiper-button-next,.swiper-button-prev{display:none!important}.product-card{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;background:#fff;border:1px solid rgba(30,58,95,.08);border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(30,58,95,.06),0 2px 8px rgba(30,58,95,.04);transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(30,58,95,.1),0 4px 12px rgba(30,58,95,.06)}.product-card__media{position:relative;padding:10px 10px 0}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#f8fbff,#f4f8fc)}.product-card__image{width:100%;height:100%;display:block;object-fit:cover!important;object-position:center;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__image--contain{object-fit:contain}.product-card__image--cover{object-fit:cover}.product-card__badges{position:absolute;z-index:5;top:20px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.product-card__category-badge,.product-card__discount-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 8px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.04em;white-space:nowrap}.product-card__category-badge{color:#fff;background:#24447d;gap:4px}.product-card__category-badge.badge-green{background:#4caf50}.product-card__category-badge.badge-orange{background:#ff9800}.product-card__category-badge.badge-red{background:#f44336}.product-card__discount-badge{color:#fff;background:#18386f}.product-card__wishlist{position:absolute;z-index:6;right:14px;bottom:14px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(30,58,95,.1);border-radius:50%;background:hsla(0,0%,100%,.96);box-shadow:0 5px 14px rgba(0,0,0,.08);cursor:pointer;transition:all .18s ease}.product-card__wishlist:hover{transform:scale(1.06)}.product-card__benefits{display:flex;justify-content:space-between;padding:16px 16px 0;margin-bottom:-4px;gap:4px}.product-card__benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1}.product-card__benefit-icon{margin-bottom:6px;color:#1e3a5f}.product-card__benefit-text{font-size:10px;font-weight:600;color:#172033;line-height:1.2}.product-card__content{display:flex;flex-direction:column;flex:1 1;text-align:left;padding:18px 18px 20px}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.product-card__brand{color:#24447d;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card__rating{color:#172033;display:flex;align-items:center;gap:4px;font-size:13px;font-weight:700}.product-card__title{margin:0;min-height:48px;color:#172033;font-size:17px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__pricing{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:16px;margin-bottom:18px}.product-card__price{color:#172033;font-size:22px;font-weight:800}.product-card__mrp{color:#9aa7b8;font-size:14px;text-decoration:line-through}.product-card__discount{padding:5px 9px;border-radius:999px;color:#198754;background:#e6f7ed;font-size:11px;font-weight:800}.product-card__cart{width:100%;min-height:40px;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;color:#fff;background:#24447d;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px rgba(36,68,125,.22);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.product-card__cart:hover{background:#1b3768;transform:translateY(-1px);box-shadow:0 10px 24px rgba(36,68,125,.28)}.product-card__cart:active{transform:translateY(0)}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px;align-items:stretch}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:560px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.recommended-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory;padding-bottom:12px;-ms-overflow-style:none;scrollbar-width:none;margin-left:-1.5rem!important;margin-right:-1.5rem!important;padding-left:1rem!important;padding-right:1rem!important;gap:12px!important;justify-content:flex-start!important}.recommended-grid::-webkit-scrollbar{display:none}.recommended-grid>div{flex:0 0 65%!important;max-width:65%!important;scroll-snap-align:start}.product-card{border-radius:14px}.product-card__media{padding:8px 8px 0}.product-card__content{padding:10px}.product-card__meta{gap:6px;margin-bottom:6px}.product-card__brand{font-size:9px;letter-spacing:.05em}.product-card__rating{font-size:10px}.product-card__title{font-size:12px;line-height:1.25;min-height:30px}.product-card__pricing{margin-top:10px;margin-bottom:12px;gap:6px}.product-card__price{font-size:15px}.product-card__mrp{font-size:11px}.product-card__discount{font-size:9px;padding:3px 6px}.product-card__cart{min-height:32px;font-size:11px;gap:4px;padding:0 8px}.product-card__cart svg{width:14px;height:14px}.product-card__wishlist-btn{width:32px!important;height:32px!important}.product-card__wishlist-btn svg{width:16px;height:16px}.product-card__badges{top:12px;left:12px;right:12px}.product-card__category-badge,.product-card__discount-badge{min-height:18px;padding:2px 4px;font-size:7px;letter-spacing:.02em}.product-card__category-badge svg{width:8px;height:8px}}.mobile-sticky-actions{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 16px 20px;box-shadow:0 -4px 16px rgba(0,0,0,.08);z-index:1050;margin-bottom:0!important;border-top-left-radius:16px;border-top-right-radius:16px;border-top:1px solid rgba(0,0,0,.05);transform:translateZ(0);-webkit-transform:translateZ(0)}body{padding-bottom:90px}@media (min-width:768px){body{padding-bottom:0}}.product-card__wishlist-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(30,58,95,.15);border-radius:50%;background:#fff;cursor:pointer;transition:all .18s ease;flex-shrink:0}.product-card__wishlist-btn:hover{background:#f8f9fa;transform:scale(1.05);border-color:rgba(30,58,95,.25)}.banner-img-container{width:100%;overflow:hidden;position:relative;display:block}.banner-img-container img{width:100%!important;height:100%!important;display:block;object-fit:cover;object-position:center;position:absolute;top:0;left:0}.ratio-hero{aspect-ratio:1920/750}.ratio-trending{aspect-ratio:5/1}.ratio-promo{aspect-ratio:7/2}.ratio-4x3{aspect-ratio:4/3}@media (max-width:1024px){.ratio-hero{aspect-ratio:16/6}}@media (max-width:768px){.ratio-hero{aspect-ratio:16/9}.ratio-trending{aspect-ratio:3/1}.ratio-promo{aspect-ratio:2/1}}@media (max-width:480px){.ratio-hero{aspect-ratio:4/3}.ratio-hero-mobile-portrait{aspect-ratio:4/5}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Outfit_ed3508;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Outfit_ed3508;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Outfit_Fallback_ed3508;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:__Outfit_ed3508,__Outfit_Fallback_ed3508;font-style:normal}.__variable_ed3508{--font-outfit:"__Outfit_ed3508","__Outfit_Fallback_ed3508"}