:root{--navy:#131921;--navy-soft:#1b2431;--navy-deep:#0c1118;--gold:#f90;--gold-soft:#ffd58b;--gold-strong:#e8890b;--red:#c0392b;--green:#007600;--text:#101828;--muted:#5f6c7b;--border:#d6dde6;--bg:#edf2f7;--white:#fff;--shadow:0 22px 60px rgba(15,23,42,.14);--radius:28px;--mobile-nav-height:74px;--font-sans:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Rajdhani","IBM Plex Sans",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.page-shell,main{min-width:0}.page-shell{padding-bottom:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:rgba(17,24,39,.18);border-radius:999px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:none}}.fade-up{animation:fadeUp .45s ease both}.section-title{font-family:var(--font-display);font-size:clamp(1.5rem,2vw,2rem);font-weight:700;letter-spacing:.02em;color:var(--text)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:20px}.section-header a{color:#0066c0;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.btn-buy,.btn-cart,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;width:100%;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.btn-buy:hover,.btn-cart:hover,.btn-primary:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);color:var(--white)}.btn-cart{background:var(--gold);border-color:rgba(232,137,11,.5);color:var(--navy-deep);box-shadow:0 12px 24px rgba(255,153,0,.18)}.btn-buy{background:#131921;color:var(--white);box-shadow:0 12px 28px rgba(19,25,33,.18)}.btn-buy--icon,.btn-cart--icon{justify-content:center}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:120;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__promo{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;padding:8px 16px;background:linear-gradient(90deg,#f7be52,#f90);color:#101828;font-size:13px;font-weight:700}.site-header__promo a{text-decoration:underline}.site-header__promo-separator{opacity:.6}.site-header__main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:14px 18px;background:rgba(19,25,33,.96);color:var(--white)}.site-header__brand-row{display:flex;align-items:center;gap:12px}.site-header__menu-button{display:none;width:44px;height:44px;border-radius:14px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.06);color:var(--white)}.site-header__brand{display:flex;flex-direction:column;gap:4px}.site-header__brand-badge{font-family:var(--font-display);color:rgba(255,214,154,.92);font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.site-header__brand-lockup{display:flex;align-items:center;gap:0}.site-header__brand-logo{width:40px;height:40px;border-radius:14px;background:hsla(0,0%,100%,.1);padding:6px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08)}.site-header__brand-wordmark{width:clamp(150px,20vw,220px);height:auto}.site-header__brand-copy{display:flex;padding-left:4px}.site-header__brand-copy span{color:hsla(0,0%,100%,.72);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.site-header__search{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:0;gap:0;min-height:52px;background:var(--white);border:2px solid rgba(255,153,0,.64);border-radius:999px;overflow:hidden}.site-header__search input{width:100%;min-height:48px;padding:0 12px 0 0;border:none;background:transparent;color:var(--navy-deep);outline:none}.site-header__search button{min-width:92px;min-height:48px;padding:0 18px;border:none;background:linear-gradient(135deg,var(--gold),#ffbb57);color:var(--navy-deep);font-weight:800}.site-header__search-icon{display:grid;place-items:center;width:46px;color:var(--muted)}.site-header__search-suggestions{position:absolute;inset:calc(100% + 10px) 0 auto 0;background:var(--white);color:var(--navy-deep);border:1px solid rgba(17,24,39,.08);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.site-header__suggestion-label{padding:14px 18px 8px;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.site-header__suggestion-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 18px}.site-header__suggestion-item:hover{background:rgba(255,153,0,.08)}.site-header__actions{display:flex;align-items:center;gap:10px}.site-header__action-link,.site-header__cart{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;border-radius:16px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:var(--white)}.site-header__action-link small,.site-header__cart small{display:block;color:hsla(0,0%,100%,.62);font-size:11px}.site-header__action-link strong,.site-header__cart strong{display:block;font-size:13px}.site-header__cart{border:none}.site-header__cart-icon{position:relative;display:grid;place-items:center}.site-header__cart-badge{position:absolute;top:-8px;right:-10px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--gold);color:var(--navy-deep);font-size:11px;font-weight:800;display:grid;place-items:center}.site-header__nav{display:flex;align-items:center;gap:4px;padding:8px 16px;background:rgba(35,47,62,.98);color:var(--white);overflow-x:auto;scrollbar-width:none}.site-header__nav a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-radius:14px;white-space:nowrap;color:hsla(0,0%,100%,.86)}.site-header__nav a.is-active,.site-header__nav a:hover{background:hsla(0,0%,100%,.08);color:var(--white)}.site-header__sidebar-overlay{position:fixed;inset:0;border:none;background:rgba(0,0,0,.52)}.site-header__sidebar{position:fixed;inset:0 auto 0 0;width:min(88vw,360px);padding:20px;background:var(--white);color:var(--navy-deep);box-shadow:var(--shadow);animation:slideInRight .22s ease reverse}.site-header__sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.site-header__sidebar-head strong{display:block;font-size:18px}.site-header__sidebar-head span{display:block;color:var(--muted);font-size:13px}.site-header__sidebar-head button{width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:var(--white)}.site-header__sidebar-links{display:flex;flex-direction:column;gap:10px}.site-header__sidebar-links a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}.site-header__sidebar-links strong{display:block;margin-bottom:2px}.site-header__sidebar-links small{display:block;color:var(--muted);font-size:12px}.site-header__flyer{position:fixed;z-index:140;width:40px;height:40px;border-radius:14px;background:var(--white);box-shadow:0 18px 28px rgba(15,23,42,.18);overflow:hidden;display:grid;place-items:center;color:var(--navy);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s ease}.site-header__flyer.is-active{opacity:.08}.site-header__flyer img{width:100%;height:100%;object-fit:cover}.hero-surface{position:relative;overflow:hidden;padding:28px 20px 20px;background:radial-gradient(circle at top left,rgba(255,153,0,.26),transparent 34%),radial-gradient(circle at bottom right,rgba(61,126,255,.22),transparent 32%),linear-gradient(135deg,#0f1724,#1a2c46 45%,#0f1724)}.hero-surface__glow{position:absolute;border-radius:999px;filter:blur(70px);opacity:.42;animation:fadeUp 1.2s ease both}.hero-surface__glow--left{width:320px;height:320px;left:-120px;top:-120px;background:rgba(255,153,0,.3)}.hero-surface__glow--right{width:360px;height:360px;right:-120px;bottom:-160px;background:rgba(102,169,255,.26)}.hero-surface__inner{position:relative;z-index:1;max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);grid-gap:clamp(24px,5vw,56px);gap:clamp(24px,5vw,56px);align-items:center;min-height:calc(100svh - 180px)}.hero-surface__copy{max-width:620px}.hero-surface__eyebrow{font-family:var(--font-display);color:var(--gold-soft);text-transform:uppercase;letter-spacing:.24em;font-size:12px;font-weight:600;margin-bottom:16px}.hero-surface__copy h1{font-family:var(--font-display);font-size:clamp(2.6rem,7vw,5.3rem);font-weight:700;line-height:.9;letter-spacing:-.025em;color:var(--white);margin-bottom:18px}.hero-surface__copy h1 span{color:#ffd37b}.hero-surface__body{max-width:560px;color:hsla(0,0%,100%,.78);font-size:clamp(1rem,2vw,1.15rem);line-height:1.65;margin-bottom:24px}.hero-surface__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}.hero-surface__primary,.hero-surface__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:700}.hero-surface__primary{background:var(--gold);color:var(--navy-deep)}.hero-surface__secondary{border:1px solid hsla(0,0%,100%,.18);color:var(--white);background:hsla(0,0%,100%,.03)}.hero-surface__stats{display:flex;flex-wrap:wrap;gap:20px}.hero-surface__stats div{min-width:120px}.hero-surface__stats strong{display:block;color:var(--white);font-size:1.05rem}.hero-surface__stats span{color:hsla(0,0%,100%,.62);font-size:13px}.hero-surface__visual{display:flex;justify-content:center}.hero-surface__visual-card{width:min(100%,470px);padding:22px;border-radius:34px;background:linear-gradient(180deg,hsla(0,0%,100%,.14),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.12);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-surface__visual-tag{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,153,0,.14);color:var(--gold-soft);font-family:var(--font-display);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hero-surface__visual-card img,.hero-surface__visual-placeholder{width:100%;aspect-ratio:1/1;margin:18px 0;border-radius:26px;background:linear-gradient(180deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,.04))}.hero-surface__visual-card img{object-fit:contain;padding:24px}.hero-surface__visual-placeholder{display:grid;place-items:center;color:hsla(0,0%,100%,.72);font-family:var(--font-display);font-size:2rem;font-weight:700;letter-spacing:.05em}.hero-surface__visual-meta strong{display:block;color:var(--white);font-size:1.1rem;margin-bottom:4px}.hero-surface__visual-meta span{color:hsla(0,0%,100%,.72)}.home-section{padding:28px 20px 24px}.home-section--muted{background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.05))}.home-section__inner{max-width:1200px;margin:0 auto}.category-scroller{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px}.category-scroller__item{display:flex;flex-direction:column;gap:10px;min-height:170px;padding:22px 18px;border-radius:28px;border:1px solid rgba(15,23,42,.06);box-shadow:0 12px 30px rgba(15,23,42,.05)}.category-scroller__icon{width:46px;height:46px;border-radius:16px;background:hsla(0,0%,100%,.72);display:grid;place-items:center;color:var(--navy)}.category-scroller__item strong{font-size:1rem}.category-scroller__item span:last-child{color:var(--muted);line-height:1.45}.daily-offer-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:26px 28px;border-radius:32px;background:linear-gradient(135deg,#132237,#213b62 58%,#152639);color:var(--white);box-shadow:var(--shadow)}.daily-offer-banner__eyebrow{display:inline-block;margin-bottom:8px;color:var(--gold-soft);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.daily-offer-banner h2{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:.015em;margin-bottom:8px}.daily-offer-banner p{color:hsla(0,0%,100%,.76);line-height:1.55}.daily-offer-banner__timer{min-width:220px;padding:20px;border-radius:24px;background:hsla(0,0%,100%,.08);text-align:center}.daily-offer-banner__timer small{display:block;color:hsla(0,0%,100%,.68);margin-bottom:8px}.daily-offer-banner__timer strong{display:block;margin-bottom:12px;font-size:2rem;font-family:var(--font-display);font-weight:700;letter-spacing:.08em}.daily-offer-banner__timer a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:var(--gold);color:var(--navy-deep);font-weight:800}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.why-grid__card{padding:22px;border-radius:28px;background:var(--white);border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 35px rgba(15,23,42,.05)}.why-grid__icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;margin-bottom:14px;background:linear-gradient(135deg,rgba(255,153,0,.16),rgba(255,153,0,.06));color:var(--gold-strong)}.why-grid__card strong{display:block;margin-bottom:8px;font-size:1rem}.why-grid__card p{color:var(--muted);line-height:1.55}.product-card{display:flex;flex-direction:column;background:var(--white);border-radius:28px;overflow:hidden;border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 35px rgba(15,23,42,.06)}.product-card__link{display:block}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.product-card__image{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__overlay{position:absolute;inset:auto 16px 16px 16px;min-height:44px;border-radius:999px;background:rgba(15,23,42,.82);color:var(--white);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease}.product-card__overlay span{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.product-card:hover .product-card__overlay{opacity:1;transform:none}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);font-family:var(--font-display);font-size:1.7rem;font-weight:700}.product-card__badges{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:8px}.product-card__badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(15,23,42,.12)}.product-card__badge--featured{background:#0f172a;color:#fff2d4}.product-card__badge--discount{background:#fff4e8;color:#a44500}.product-card__badge--new{background:#edf7ff;color:#005a9c}.product-card__body{display:flex;flex:1 1;flex-direction:column;padding:18px}.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45;min-height:2.9em;font-weight:700}.product-card__reviews{display:flex;align-items:center;gap:10px;margin:10px 0 12px;color:var(--muted);font-size:13px}.product-card__stars{display:inline-flex;align-items:center;gap:6px;color:#c97f00}.product-card__prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:8px}.product-card__price{color:#ab3300;font-size:1.35rem;font-weight:800}.product-card__compare{color:var(--muted);text-decoration:line-through}.product-card__shipping{color:var(--green);font-size:13px;margin-bottom:14px}.product-card__cta{margin-top:auto}.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) 320px;grid-gap:28px;gap:28px;align-items:flex-start}.product-gallery{position:relative}.product-gallery__main{position:relative;width:100%;border:1px solid rgba(15,23,42,.06);border-radius:32px;background:linear-gradient(180deg,#f8fafc,#edf2f7);overflow:hidden}.product-gallery__empty,.product-gallery__main img{width:100%;aspect-ratio:1/1}.product-gallery__main img{object-fit:contain;padding:28px}.product-gallery__empty{display:grid;place-items:center;color:var(--muted);font-family:var(--font-display);font-size:2rem;font-weight:700}.product-gallery__zoom{position:absolute;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(15,23,42,.82);color:var(--white);font-size:12px;font-weight:700}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));grid-gap:10px;gap:10px;margin-top:14px}.product-gallery__thumb{border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#f8fafc;overflow:hidden;aspect-ratio:1/1}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.product-gallery__thumb.is-active{border-color:rgba(255,153,0,.72);box-shadow:0 0 0 3px rgba(255,153,0,.16)}.product-gallery__lightbox{position:fixed;inset:0;z-index:150;display:grid;place-items:center;background:rgba(4,11,22,.84);padding:30px}.product-gallery__lightbox img{max-width:min(92vw,1080px);max-height:88vh;object-fit:contain}.product-gallery__close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:14px;border:none;background:hsla(0,0%,100%,.12);color:var(--white)}.product-copy__eyebrow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px;color:var(--muted);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.product-copy__badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,153,0,.12);color:#9f4f00}.product-copy__title{font-family:var(--font-display);font-size:clamp(2rem,3vw,2.7rem);font-weight:700;line-height:1.02;letter-spacing:-.015em;margin-bottom:14px}.product-copy__rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px;color:var(--muted)}.product-copy__stars{display:inline-flex;color:#c97f00}.product-copy__price{margin-bottom:18px}.product-copy__price-main{color:#ab3300;font-size:2rem;font-weight:800}.product-copy__price-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:6px}.product-copy__compare{color:var(--muted);text-decoration:line-through}.product-copy__discount{color:#9f2f00;font-weight:800}.product-copy__summary{color:var(--muted);line-height:1.75;margin-bottom:18px}.product-copy__tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.product-copy__tags a{min-height:34px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;background:#f3f7fb;color:#0066c0;font-size:12px;font-weight:700}.product-buy-card{position:-webkit-sticky;position:sticky;top:116px;padding:22px;border-radius:30px;background:var(--white);border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 40px rgba(15,23,42,.08)}.product-buy-card__price{color:#ab3300;font-size:2rem;font-weight:800}.product-buy-card__saving{color:var(--muted);margin:6px 0 14px}.product-buy-card__stock{margin-bottom:16px;font-size:1.05rem;font-weight:800}.product-buy-card__stock.in-stock{color:var(--green)}.product-buy-card__stock.out-stock{color:var(--red)}.product-buy-card__signals{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.product-buy-card__meta div,.product-buy-card__signals div{display:flex;gap:10px;align-items:flex-start;color:var(--muted);line-height:1.45}.product-buy-card__quantity{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;font-weight:700}.product-buy-card__quantity select{width:100%;min-height:46px;padding:0 14px;border-radius:16px;border:1px solid var(--border);background:#f8fafc}.product-buy-card__meta{font-size:13px}.detail-accordion,.product-buy-card__meta{display:flex;flex-direction:column;gap:10px;margin-top:16px}.detail-accordion__item{border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#f8fafc}.detail-accordion__trigger{width:100%;min-height:52px;padding:0 16px;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700}.detail-accordion__content{padding:0 16px 16px;color:var(--muted);line-height:1.65}.detail-accordion__icon{transition:transform .2s ease}.detail-accordion__icon.is-open{transform:rotate(180deg)}.sticky-add-bar{position:fixed;left:12px;right:12px;bottom:calc(var(--mobile-nav-height) + 10px);z-index:115;display:none;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:24px;background:rgba(15,23,42,.94);color:var(--white);box-shadow:0 24px 40px rgba(15,23,42,.22)}.sticky-add-bar__info{min-width:0}.sticky-add-bar__info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-add-bar__info span{color:hsla(0,0%,100%,.7);font-size:13px}.sticky-add-bar__cta{width:auto;min-width:132px;padding:0 18px}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:var(--white);z-index:130;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(15,23,42,.16);animation:slideInRight .25s ease;touch-action:pan-y;transition:transform .2s ease}.cart-overlay{position:fixed;inset:0;background:rgba(15,23,42,.46);z-index:129}.cart-drawer__grabber{position:absolute;top:10px;left:50%;width:56px;height:5px;border-radius:999px;background:hsla(0,0%,100%,.24);transform:translateX(-50%)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:flex-start}.checkout-stepper{position:relative;overflow:hidden;box-shadow:0 16px 34px rgba(15,23,42,.06)}.checkout-stepper:before{content:"";position:absolute;left:28px;right:28px;top:31px;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(255,153,0,.22),rgba(15,23,42,.08))}.checkout-summary{align-self:start}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:125;display:none;align-items:center;justify-content:space-between;gap:8px;padding:8px;border-radius:24px;background:hsla(0,0%,100%,.96);border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 50px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav__item{position:relative;flex:1 1;min-height:56px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:700;color:var(--muted)}.mobile-bottom-nav__item.is-active{background:rgba(255,153,0,.12);color:var(--navy)}.mobile-bottom-nav__icon{position:relative;display:grid;place-items:center}.mobile-bottom-nav__badge{position:absolute;top:-8px;right:-12px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:var(--gold);color:var(--navy-deep);font-size:10px}.shop-assistant{position:fixed;right:20px;bottom:20px;z-index:126;display:flex;flex-direction:column;align-items:flex-end;gap:14px}.shop-assistant__launcher{display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:0 16px 0 12px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:linear-gradient(135deg,#131921,#25354f);color:var(--white);box-shadow:0 24px 50px rgba(15,23,42,.22)}.shop-assistant__launcher small,.shop-assistant__launcher strong{display:block}.shop-assistant__launcher small{color:hsla(0,0%,100%,.72);font-size:11px}.shop-assistant__launcher-mark{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(255,153,0,.16);color:var(--gold-soft)}.shop-assistant__panel{width:min(420px,calc(100vw - 28px));max-height:min(72vh,680px);border-radius:30px;overflow:hidden;background:hsla(0,0%,100%,.98);border:1px solid rgba(15,23,42,.08);box-shadow:0 28px 64px rgba(15,23,42,.18);display:flex;flex-direction:column;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shop-assistant__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 16px;background:linear-gradient(135deg,#131921,#21344f);color:var(--white)}.shop-assistant__panel-head span,.shop-assistant__panel-head strong,.shop-assistant__panel-kicker{display:block}.shop-assistant__panel-kicker{margin-bottom:4px;color:rgba(255,214,154,.88);font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.shop-assistant__panel-head span{margin-top:4px;color:hsla(0,0%,100%,.72);font-size:12px;line-height:1.5}.shop-assistant__icon-button{width:44px;height:44px;border-radius:16px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:var(--white)}.shop-assistant__messages{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:18px;overflow-y:auto;background:linear-gradient(180deg,#f8fafc,#f2f6fb)}.shop-assistant__message{display:flex;flex-direction:column;gap:12px}.shop-assistant__message--user{align-items:flex-end}.shop-assistant__bubble{max-width:92%;padding:14px 16px;border-radius:20px;background:var(--white);color:var(--text);box-shadow:0 12px 28px rgba(15,23,42,.08);line-height:1.6}.shop-assistant__message--user .shop-assistant__bubble{background:#131921;color:var(--white)}.shop-assistant__bubble--loading{color:var(--muted)}.shop-assistant__cards{display:grid;grid-gap:10px;gap:10px}.shop-assistant__card{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:12px;border-radius:20px;background:var(--white);border:1px solid rgba(15,23,42,.06);box-shadow:0 14px 28px rgba(15,23,42,.06)}.shop-assistant__card-media,.shop-assistant__card-placeholder{width:72px;height:72px;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#edf2f7)}.shop-assistant__card-media img{width:100%;height:100%;object-fit:contain;padding:8px}.shop-assistant__card-placeholder{display:grid;place-items:center;font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--muted)}.shop-assistant__card-body{display:flex;min-width:0;flex-direction:column;gap:4px}.shop-assistant__card-body strong{line-height:1.35}.shop-assistant__card-body small,.shop-assistant__card-body span{color:var(--muted)}.shop-assistant__card-body small{font-size:12px}.shop-assistant__card-price{display:flex;align-items:center;gap:8px;margin-top:4px}.shop-assistant__card-price span{color:#ab3300;font-weight:800}.shop-assistant__card-price em{color:var(--muted);font-style:normal;text-decoration:line-through}.shop-assistant__chips{display:flex;flex-wrap:wrap;gap:8px}.shop-assistant__chips--inline{padding:0 18px 14px}.shop-assistant__chip{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.9);color:var(--navy)}.shop-assistant__catalog-link,.shop-assistant__chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.shop-assistant__catalog-link{width:-moz-fit-content;width:fit-content;color:#0066c0}.shop-assistant__composer{border-top:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.98);padding:16px 0 18px}.shop-assistant__form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:0 18px}.shop-assistant__field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-height:50px;padding:0 14px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#f8fafc;color:var(--muted)}.shop-assistant__field input{width:100%;border:none;background:transparent;outline:none;color:var(--navy-deep)}.shop-assistant__send{width:50px;height:50px;border-radius:18px;border:none;background:linear-gradient(135deg,var(--gold),#ffbf61);color:var(--navy-deep);box-shadow:0 16px 28px rgba(255,153,0,.22)}.shop-assistant__send:disabled{opacity:.52;cursor:not-allowed;box-shadow:none}.hide-mobile{display:block}@media (max-width:1024px){.product-hero-grid{grid-template-columns:1fr 1fr}.product-buy-card{position:static;grid-column:1/-1}.cart-layout,.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static!important}}@media (max-width:900px){.site-header__main{grid-template-columns:1fr}.site-header__actions{justify-content:space-between}.site-header__nav{display:none}.site-header__menu-button{display:grid;place-items:center}.daily-offer-banner,.hero-surface__inner{grid-template-columns:1fr}}@media (max-width:768px){.page-shell{padding-bottom:calc(var(--mobile-nav-height) + 28px)}.mobile-bottom-nav,.sticky-add-bar{display:flex}.site-header__promo{min-height:34px;font-size:12px;gap:6px}.site-header__action-link,.site-header__brand-copy span{display:none}.site-header__brand-wordmark{width:clamp(132px,40vw,188px)}.site-header__main{padding:12px}.site-header__search button{min-width:78px}.shop-assistant{left:12px;right:12px;bottom:calc(var(--mobile-nav-height) + 18px);align-items:stretch}.shop-assistant__launcher{align-self:flex-end}.shop-assistant__panel{width:100%;max-height:min(68vh,620px)}.hero-surface{padding-top:18px}.hero-surface__inner{min-height:auto}.category-scroller{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity}.category-scroller__item{min-width:240px;scroll-snap-align:start}.product-hero-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hide-mobile{display:none!important}.form-row{grid-template-columns:1fr}.cart-drawer__grabber{background:hsla(0,0%,100%,.36)}}@media (max-width:520px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border-radius:22px}.hero-surface__copy h1{font-size:clamp(2.4rem,12vw,3.8rem)}.section-header{align-items:flex-start;flex-direction:column}.site-header__cart{padding:0 12px}.shop-assistant__launcher small{display:none}}