:root{--brand:#ff5a1f;--brand-dark:#d93f09;--accent:#ffd43b;--ink:#171717;--muted:#6b7280;--line:#e5e7eb;--bg:#f7f7f8;--card:#fff;--radius:16px;--shadow:0 8px 30px rgba(0,0,0,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(1440px,calc(100% - 28px));margin:auto}.announcement{background:#171717;color:#fff;font-size:13px;text-align:center;padding:8px}.site-header{background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.header-main{display:grid;grid-template-columns:auto minmax(240px,1fr) auto;gap:18px;align-items:center;padding:14px 0}.logo{font-size:28px;font-weight:900;color:var(--brand);letter-spacing:-1px}.search{display:flex;background:#f3f4f6;border:2px solid var(--brand);border-radius:999px;overflow:hidden}.search input{flex:1;border:0;background:transparent;padding:13px 18px;outline:0}.search button{border:0;background:var(--brand);color:#fff;padding:0 22px;font-weight:800}.header-actions{display:flex;gap:14px;font-weight:700}.nav{display:flex;gap:22px;overflow:auto;padding:0 0 12px;font-size:14px}.hero{margin:18px auto;background:linear-gradient(120deg,#ff5a1f,#ff8a1f 55%,#ffd43b);border-radius:24px;color:#fff;overflow:hidden}.hero__inner{min-height:340px;padding:52px;display:grid;align-content:center;max-width:700px}.hero h1{font-size:clamp(38px,5vw,72px);line-height:.95;margin:0 0 16px;letter-spacing:-3px}.hero p{font-size:20px;margin:0 0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--brand);color:#fff;padding:13px 18px;font-weight:900;cursor:pointer}.btn--light{background:#fff;color:var(--brand)}.section{padding:26px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:15px}.section-heading h2{margin:0;font-size:28px}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card{position:relative;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px #00000005;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card__media{aspect-ratio:1/1;background:#fff}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:12px}.product-card__title{font-size:14px;line-height:1.35;min-height:38px}.price{font-size:20px;font-weight:900;color:var(--brand-dark)}.compare{font-size:12px;color:var(--muted);text-decoration:line-through;margin-left:6px}.badge-stack{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px;z-index:2}.badge{display:inline-flex;width:max-content;padding:6px 8px;border-radius:8px;font-size:11px;font-weight:900;background:var(--brand);color:#fff}.badge--advantage{background:#0f9d58}.badge--flash{background:#e11d48}.lowest{font-size:11px;color:#0f766e;margin-top:7px;font-weight:700}.rating-placeholder{font-size:12px;color:#f59e0b;margin:8px 0}.flash-shell{background:#fff1eb;border-radius:22px;padding:20px}.countdown{font-weight:900;color:#e11d48}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.main-product{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;padding:30px 0}.product-gallery{background:#fff;border-radius:20px;overflow:hidden}.product-gallery img{width:100%}.product-info{background:#fff;border-radius:20px;padding:26px}.product-info h1{font-size:32px;margin-top:0}.variant-select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;margin:10px 0}.quantity{width:90px;padding:12px;border:1px solid var(--line);border-radius:10px}.add{width:100%;font-size:17px;margin-top:14px}.reviews-shell{background:#fff;border-radius:20px;padding:24px}.footer{background:#171717;color:#fff;margin-top:40px;padding:38px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.mobile-bar{display:none}@media(max-width:990px){.header-main{grid-template-columns:1fr auto}.search{grid-column:1/-1;grid-row:2}.product-grid{grid-template-columns:repeat(3,1fr)}.main-product{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){body{padding-bottom:70px}.page-width{width:min(100% - 18px,1440px)}.logo{font-size:22px}.header-actions{font-size:0}.header-actions a{font-size:20px}.nav{display:none}.hero__inner{min-height:290px;padding:28px}.hero h1{font-size:42px;letter-spacing:-2px}.hero p{font-size:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.section-heading h2{font-size:22px}.product-card__body{padding:9px}.price{font-size:17px}.trust-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.mobile-bar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:50;padding:9px 4px}.mobile-bar a{text-align:center;font-size:12px;font-weight:800}.main-product{padding-top:14px}.product-info{padding:18px}}.promo-ticker{overflow:hidden;background:linear-gradient(90deg,#ff4d00,#ff7a00,#ff4d00);color:#fff;border-bottom:1px solid rgba(255,255,255,.3)}.promo-ticker__track{display:flex;width:max-content;gap:42px;padding:10px 0;font-size:13px;font-weight:900;animation:ticker 24s linear infinite}.promo-ticker__item{display:flex;align-items:center;gap:8px;white-space:nowrap}@keyframes ticker{to{transform:translate(-50%)}}.hero{position:relative;isolation:isolate;box-shadow:0 22px 60px #ff5a1f2e}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;background:#ffffff29;z-index:-1}.hero:before{width:330px;height:330px;right:-80px;top:-120px}.hero:after{width:180px;height:180px;right:220px;bottom:-100px}.hero__inner{position:relative}.hero__chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.hero__chip{padding:7px 11px;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:12px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.category-rail{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 10px;text-align:center;transition:.2s;box-shadow:0 4px 16px #00000009}.category-card:hover{transform:translateY(-4px);border-color:#ffc2aa;box-shadow:var(--shadow)}.category-card__icon{width:66px;height:66px;margin:0 auto 9px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fff2eb,#fff8df);font-size:30px}.category-card__title{font-size:13px;font-weight:900;line-height:1.2}.promo-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:14px}.promo-card{min-height:190px;border-radius:22px;padding:24px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;isolation:isolate}.promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.62));z-index:-1}.promo-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.promo-card--fallback{background:linear-gradient(135deg,#6d28d9,#ec4899)}.promo-card h3{margin:0 0 5px;font-size:25px}.promo-card p{margin:0;font-weight:700}.promo-card__tag{position:absolute;top:14px;left:14px;background:#fff;color:#111;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}.flash-shell{position:relative;background:linear-gradient(135deg,#fff,#fff5f0);border:1px solid #ffd5c4;box-shadow:0 18px 55px #ff5a1f17}.flash-shell:before{content:"\26a1";position:absolute;right:18px;top:-18px;font-size:52px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.12))}.countdown{display:flex;align-items:center;background:#171717;color:#fff;border-radius:12px;padding:10px 13px;letter-spacing:.3px}.section-kicker{display:block;color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.product-card{display:flex;flex-direction:column}.product-card>a{height:100%;display:flex;flex-direction:column}.product-card__body{display:flex;flex-direction:column;flex:1}.product-card__title{font-weight:700}.product-card__bottom{margin-top:auto}.product-card__actions{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:10px}.quick-add{width:100%;padding:10px 8px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:900;cursor:pointer}.favorite-btn{width:38px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:18px;cursor:pointer}.saving{font-size:11px;font-weight:900;color:#0f9d58;margin-top:5px}.delivery-note{font-size:11px;color:#6b7280;margin-top:5px}.product-card__media{position:relative;overflow:hidden}.product-card__media img{transition:.35s}.product-card:hover .product-card__media img{transform:scale(1.045)}.social-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.social-proof__item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.social-proof__stars{color:#f59e0b;letter-spacing:2px}.social-proof__item p{color:#4b5563;line-height:1.55}.social-proof__person{font-weight:900}.newsletter{background:linear-gradient(110deg,#171717,#3b1d11);color:#fff;border-radius:24px;padding:34px;display:grid;grid-template-columns:1fr minmax(300px,.7fr);align-items:center;gap:28px}.newsletter h2{font-size:32px;margin:0 0 8px}.newsletter p{margin:0;color:#ddd}.newsletter form{display:flex;background:#fff;border-radius:999px;padding:5px}.newsletter input{flex:1;border:0;outline:0;padding:12px 16px;border-radius:999px}.newsletter button{border:0;border-radius:999px;padding:0 20px;background:var(--brand);color:#fff;font-weight:900}.sticky-mobile-cta{display:none}@media(max-width:1100px){.category-rail{grid-template-columns:repeat(4,1fr)}.promo-grid{grid-template-columns:1fr 1fr}.promo-card:first-child{grid-column:1/-1}.newsletter{grid-template-columns:1fr}}@media(max-width:640px){.promo-ticker__track{animation-duration:18s}.hero{margin-top:10px}.hero__chips{gap:5px}.hero__chip{font-size:10px}.category-rail{grid-template-columns:repeat(4,1fr);gap:8px}.category-card{padding:10px 5px;border-radius:14px}.category-card__icon{width:48px;height:48px;font-size:23px}.category-card__title{font-size:11px}.promo-grid{grid-template-columns:1fr}.promo-card:first-child{grid-column:auto}.promo-card{min-height:155px;padding:18px}.promo-card h3{font-size:21px}.product-card__actions{grid-template-columns:1fr}.favorite-btn{display:none}.quick-add{font-size:12px}.social-proof{grid-template-columns:1fr}.newsletter{padding:24px 18px}.newsletter h2{font-size:25px}.newsletter form{display:grid;border-radius:14px;background:transparent;gap:8px}.newsletter input,.newsletter button{min-height:46px;border-radius:12px}.section{padding:19px 0}}@media(prefers-reduced-motion:reduce){.promo-ticker__track{animation:none}.product-card,.product-card__media img{transition:none}}.product-card__link{display:block}.product-card__body>a.product-card__title{display:block;color:inherit}.product-card form{margin:0}.quick-add:disabled{background:#9ca3af;cursor:not-allowed}.header-topline{background:linear-gradient(90deg,#a93408,#d9470d 55%,#f16020);color:#fff;font-size:12px;font-weight:800}.header-topline__inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}.header-quicklinks,.header-mini-links{display:flex;align-items:center;gap:22px}.header-quicklinks>a,.header-mini-links>a,.header-mini-links>span{opacity:.96;transition:.18s}.header-quicklinks>a:hover,.header-mini-links>a:hover{opacity:1;transform:translateY(-1px)}.category-menu{position:relative}.category-menu summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:5px}.category-menu summary::-webkit-details-marker{display:none}.category-menu__panel{position:absolute;top:28px;left:0;width:240px;background:#fff;color:var(--ink);padding:9px;border-radius:14px;box-shadow:0 18px 50px #0000002e;border:1px solid var(--line);z-index:50}.category-menu__panel a{display:flex;justify-content:space-between;padding:11px 12px;border-radius:9px}.category-menu__panel a:hover{background:#fff3ed;color:var(--brand)}.site-header{box-shadow:0 4px 20px #1414140b}.header-main{padding:12px 0}.logo{display:flex;align-items:center;gap:9px;white-space:nowrap}.logo-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,var(--brand),#ff8a00);color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 8px 20px #ff5a1f40}.search{height:46px;border-color:#ef4d13;background:#fff}.search input{font-size:14px}.search button{width:54px;padding:0;display:grid;place-items:center}.search button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.header-actions{gap:8px}.header-action{position:relative;display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:13px;transition:transform .2s,background .2s,box-shadow .2s}.header-action:hover{transform:translateY(-3px);background:#fff3ed;box-shadow:0 10px 22px #ff5a1f21}.header-action__icon{position:relative;width:31px;height:31px;display:grid;place-items:center;border-radius:50%;transition:.2s}.header-action:hover .header-action__icon{background:var(--brand);color:#fff;transform:scale(1.08)}.header-action__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.header-action__copy{display:flex;flex-direction:column;line-height:1.12}.header-action__copy small{font-size:10px;color:var(--muted);font-weight:700}.header-action__copy strong{font-size:12px}.cart-count{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#171717;color:#fff;font-size:10px;display:grid;place-items:center}.nav{align-items:center;padding-bottom:10px;gap:25px}.nav a{position:relative;font-weight:750;white-space:nowrap}.nav a:not(.nav__featured):after{content:"";position:absolute;height:2px;left:50%;right:50%;bottom:-6px;background:var(--brand);transition:.2s}.nav a:not(.nav__featured):hover:after{left:0;right:0}.nav__featured{background:#fff1eb;color:var(--brand-dark);padding:8px 12px;border-radius:10px}.section-heading--center{justify-content:center;text-align:center}.product-discovery{background:#fff;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}.product-discovery .section-kicker{margin-bottom:7px}.discovery-tabs{display:flex;gap:10px;overflow-x:auto;padding:3px 2px 18px;scrollbar-width:none}.discovery-tabs::-webkit-scrollbar{display:none}.discovery-tab{flex:0 0 auto;border:1px solid #d1d5db;border-radius:999px;padding:11px 20px;font-size:13px;font-weight:800;background:#fff;transition:.2s}.discovery-tab:hover,.discovery-tab.is-active{border-color:var(--brand);background:#fff3ed;color:var(--brand-dark);transform:translateY(-2px);box-shadow:0 7px 18px #ff5a1f1c}.product-grid--discovery{grid-template-columns:repeat(5,minmax(0,1fr))}.discovery-more{text-align:center;margin-top:22px}.product-card--placeholder p{font-size:12px;color:var(--muted)}@media(max-width:1100px){.header-action__copy{display:none}.product-grid--discovery{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.header-topline{display:none}.header-main{grid-template-columns:1fr auto}.header-actions .header-action:first-child{display:flex}.header-action--cart{display:none}.logo span:not(.logo-mark){font-size:19px}.product-grid--discovery{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-tab{padding:9px 15px}.mobile-bar{grid-template-columns:repeat(5,1fr)}.mobile-bar a{display:flex;flex-direction:column;gap:3px}.mobile-bar a span{font-size:17px}}@media(max-width:420px){.logo-mark{width:34px;height:34px}.logo span:not(.logo-mark){font-size:17px}.header-action{padding:4px}.search{height:43px}}[hidden]{display:none!important}.flash-empty{background:#fff;border:1px dashed #f2b69f;border-radius:18px;padding:22px;text-align:center;color:#7c2d12}.flash-empty span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.flash-heading p{margin:5px 0 0;color:#6b7280}.flash-timer-wrap{text-align:right}.flash-timer-wrap>span{display:block;font-size:11px;font-weight:800;color:#6b7280;margin-bottom:5px}.flash-admin-note{padding:18px;background:#fff;border-radius:12px}.breadcrumbs{display:flex;align-items:center;gap:8px;overflow:hidden;white-space:nowrap;color:#6b7280;font-size:12px;padding:18px 0 12px}.breadcrumbs a:hover{color:var(--brand)}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.product-page{padding-bottom:26px}.product-layout{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:26px;align-items:start}.product-gallery-new,.product-buy-panel{background:#fff;border:1px solid var(--line);border-radius:18px;position:relative}.product-gallery-new{padding:18px}.gallery-stage{height:min(590px,56vw);max-height:590px;min-height:420px;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:13px;background:#fff}.gallery-slide{display:none;width:100%;height:100%;align-items:center;justify-content:center}.gallery-slide.is-active{display:flex}.gallery-slide img,.gallery-slide video,.gallery-slide iframe,.gallery-slide model-viewer{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#ffffffeb;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 5px 18px #00000014}.gallery-arrow:hover{background:var(--brand);color:#fff}.gallery-arrow--prev{left:10px}.gallery-arrow--next{right:10px}.gallery-counter{display:none;position:absolute;left:10px;bottom:10px;background:#141414b3;color:#fff;padding:5px 8px;border-radius:7px;font-size:12px}.gallery-thumbs{display:flex;justify-content:center;gap:10px;overflow-x:auto;margin-top:14px;padding:2px}.gallery-thumb{flex:0 0 62px;width:62px;height:62px;padding:3px;border:2px solid transparent;border-radius:9px;background:#fff;cursor:pointer}.gallery-thumb.is-active{border-color:var(--brand)}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-favorite{position:absolute;right:18px;top:18px;z-index:4;width:43px;height:43px;border-radius:50%;box-shadow:0 6px 20px #0000001a}.product-labels{position:absolute;left:18px;top:18px;z-index:4;display:grid;gap:6px}.product-label{padding:7px 9px;border-radius:7px;color:#fff;font-size:10px;font-weight:900}.product-label--sale{background:#ef4444}.product-label--advantage{background:#16a34a}.product-buy-panel{padding:26px;position:sticky;top:145px}.product-brandline{color:var(--brand);font-size:13px;font-weight:900;margin-bottom:5px}.product-buy-panel h1{font-size:26px;line-height:1.25;margin:0 0 10px}.product-rating-row{display:flex;align-items:center;gap:8px;font-size:12px;border-bottom:1px solid var(--line);padding-bottom:14px}.product-rating-row .stars,.stars{color:#f59e0b;letter-spacing:1px}.product-rating-row a{color:#6b7280;text-decoration:underline}.product-price-box{padding:18px 0 14px}.product-price-line .price{font-size:30px}.product-price-line .compare{font-size:14px}.product-benefit{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-radius:13px;padding:13px 14px;margin:10px 0}.product-benefit>span{font-size:22px}.product-benefit strong,.product-benefit small{display:block}.product-benefit small{color:#6b7280;margin-top:3px}.product-benefit--purple{background:#faf5ff;color:#7e22ce}.product-benefit--green{background:#ecfdf3;color:#15803d}.product-benefit--purple small,.product-benefit--green small{color:inherit;opacity:.75}.product-form-new{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.variant-block label,.quantity-row label{display:block;font-size:13px;font-weight:900;margin-bottom:6px}.quantity-row{margin:12px 0}.product-cta-row{display:grid;grid-template-columns:1fr 1.15fr;gap:10px}.buy-now-btn{border:2px solid var(--brand);background:#fff;color:var(--brand);border-radius:12px;padding:14px;font-size:16px;font-weight:900;cursor:pointer}.product-cta-row .add{margin:0}.product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin:16px 0}.product-assurances>div{text-align:center;font-size:11px}.product-assurances span{display:block;font-size:18px;margin-bottom:3px}.product-details summary{font-weight:900;cursor:pointer;padding:8px 0}.product-details .rte{color:#4b5563;font-size:14px;line-height:1.65}.mobile-product-bar{display:none}@media(max-width:990px){.product-layout{grid-template-columns:1fr}.product-buy-panel{position:static}.gallery-stage{height:min(640px,85vw)}}@media(max-width:640px){.breadcrumbs{padding:10px 0 7px}.product-page{width:100%;padding-bottom:12px}.product-layout{gap:0}.product-gallery-new,.product-buy-panel{border-left:0;border-right:0;border-radius:0}.product-gallery-new{padding:0}.gallery-stage{height:calc(100vw - 8px);min-height:0;max-height:none;border-radius:0}.gallery-slide img{width:100%;height:100%;object-fit:contain}.gallery-thumbs,.gallery-arrow{display:none}.gallery-counter{display:block}.gallery-favorite{right:14px;top:14px}.product-labels{left:0;top:14px}.product-label{border-radius:0 6px 6px 0}.product-buy-panel{padding:18px 15px}.product-buy-panel h1{font-size:20px}.product-price-line .price{font-size:25px}.product-benefit{padding:12px}.product-form-new .product-cta-row{display:none}.product-assurances{font-size:10px}.mobile-product-bar{position:fixed;display:grid;grid-template-columns:minmax(90px,.65fr) 1fr 1.15fr;gap:8px;align-items:center;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid var(--line);padding:10px max(10px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));box-shadow:0 -8px 25px #0000001a}.mobile-product-price{font-size:20px;font-weight:900}.mobile-product-bar small{display:block;text-decoration:line-through;color:#9ca3af}.mobile-buy-now,.mobile-add-cart{height:50px;border-radius:11px;font-weight:900;font-size:15px}.mobile-buy-now{background:#fff;color:var(--brand);border:2px solid var(--brand)}.mobile-add-cart{background:var(--brand);color:#fff;border:2px solid var(--brand)}body.template-product{padding-bottom:88px}.flash-timer-wrap{text-align:left}.flash-heading{align-items:flex-start;gap:12px}.flash-heading h2{font-size:23px}}button,.btn,.buy-now-btn,.mobile-buy-now,.mobile-add-cart,.nav__featured,.discovery-tab,.header-action{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,filter .18s ease}button:not(:disabled):active,.btn:not(:disabled):active,.buy-now-btn:not(:disabled):active,.mobile-buy-now:not(:disabled):active,.mobile-add-cart:not(:disabled):active{transform:scale(.97)}.btn:hover,.mobile-add-cart:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 12px 28px #ff5a1f47}.buy-now-btn:hover,.mobile-buy-now:hover{transform:translateY(-2px);background:#fff4ee;box-shadow:0 10px 22px #ff5a1f29}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__media img{transition:transform .32s ease}.all-categories{position:relative;flex:0 0 auto}.all-categories>summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.all-categories>summary::-webkit-details-marker{display:none}.all-categories .nav__featured{display:flex;align-items:center;gap:7px;overflow:hidden;position:relative}.all-categories .nav__featured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-110%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.8),transparent);transition:transform .5s}.all-categories:hover .nav__featured,.all-categories[open] .nav__featured{background:var(--brand);color:#fff;transform:translateY(-2px);box-shadow:0 9px 22px #ff5a1f40}.all-categories:hover .nav__featured:before{transform:translate(110%)}.category-burger{transition:transform .22s}.all-categories[open] .category-burger{transform:rotate(90deg)}.category-chevron{transition:transform .22s}.all-categories[open] .category-chevron{transform:rotate(180deg)}.all-categories__panel{position:absolute;top:calc(100% + 10px);left:0;width:min(920px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px #00000029;padding:20px;z-index:90;animation:categoryPanelIn .2s ease both}.all-categories__panel:before{content:"";position:absolute;top:-7px;left:28px;width:14px;height:14px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}@keyframes categoryPanelIn{0%{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:none}}.all-categories__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line)}.all-categories__head strong{font-size:20px}.all-categories__head a{color:var(--brand);font-weight:900}.all-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding-top:16px}.all-categories__group{min-width:0}.all-categories__title{display:flex;justify-content:space-between;align-items:center;font-weight:900;padding:10px;border-radius:10px;background:#fff7f3;color:#9a3412}.all-categories__title:hover{background:var(--brand);color:#fff;transform:translate(3px)}.all-categories__child{display:block;padding:8px 10px;color:#4b5563;font-size:13px;border-radius:8px}.all-categories__child:hover{background:#f7f7f8;color:var(--brand);padding-left:14px}.gallery-stage{padding:14px}.gallery-slide{overflow:hidden}.gallery-slide img,.gallery-slide picture,.gallery-slide picture img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.gallery-thumb img,.bundle-product__image img{object-fit:contain!important;object-position:center!important}.product-gallery-new{overflow:visible}.editor-note{background:#fff8e7;border:1px dashed #f59e0b;border-radius:14px;padding:14px;color:#92400e;font-size:13px}.bundle-offer{margin-top:28px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 12px 32px #0000000d}.bundle-offer__head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px}.bundle-offer__head h2{margin:4px 0 0;font-size:25px}.bundle-offer__badge{background:#ecfdf3;color:#15803d;border:1px solid #bbf7d0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.bundle-offer__products{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) minmax(210px,.65fr);align-items:center;gap:16px}.bundle-product{display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:center;min-width:0}.bundle-product__image{width:110px;height:110px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:7px}.bundle-product__image img{width:100%;height:100%}.bundle-product small,.bundle-product strong,.bundle-product span{display:block}.bundle-product small{color:var(--muted);font-size:11px;margin-bottom:4px}.bundle-product strong{font-size:14px;line-height:1.35}.bundle-product span{color:var(--brand-dark);font-weight:900;margin-top:7px}.bundle-product s{color:#9ca3af;font-weight:600;margin-right:5px}.bundle-plus{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#fff1eb;color:var(--brand);font-size:23px;font-weight:900}.bundle-offer__summary{border-left:1px solid var(--line);padding-left:18px}.bundle-offer__summary small,.bundle-offer__summary s,.bundle-offer__summary strong{display:block}.bundle-offer__summary small{color:var(--muted)}.bundle-offer__summary s{color:#9ca3af;margin:4px 0}.bundle-offer__summary strong{font-size:25px;color:var(--brand-dark);margin-bottom:9px}.bundle-add{width:100%}.bundle-offer__summary p{font-size:12px;color:#b91c1c;margin:7px 0 0}.related-products{background:#fff}.related-products .product-card__media img{object-fit:contain;background:#fff}@media(max-width:900px){.all-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-offer__products{grid-template-columns:1fr auto 1fr}.bundle-offer__summary{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:16px 0 0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.bundle-offer__summary .btn{grid-column:1/-1}}@media(max-width:640px){.all-categories{position:static}.all-categories__panel{position:fixed;left:8px;right:8px;top:74px;width:auto;max-height:calc(100vh - 155px);overflow:auto}.all-categories__grid{grid-template-columns:1fr 1fr;gap:10px}.all-categories__head strong{font-size:17px}.gallery-stage{padding:8px;height:min(100vw,620px);background:#fff}.gallery-slide img{width:100%!important;height:100%!important;object-fit:contain!important}.bundle-offer{margin:16px 9px 0;padding:15px}.bundle-offer__head{display:block}.bundle-offer__badge{display:inline-flex;margin-top:10px}.bundle-offer__products{grid-template-columns:1fr;gap:12px}.bundle-plus{margin:auto}.bundle-product{grid-template-columns:90px 1fr}.bundle-product__image{width:90px;height:90px}.bundle-offer__summary{display:block}.bundle-offer__summary .btn{margin-top:10px}.related-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-live-strip{display:flex;align-items:center;gap:10px;margin:14px 0;padding:12px 14px;border:1px solid #d7f1df;background:#f2fff5;border-radius:14px;overflow:hidden;min-height:48px}.product-live-strip__dot{width:9px;height:9px;border-radius:50%;background:#12a150;box-shadow:0 0 #12a15066;animation:hmtPulse 1.8s infinite;flex:0 0 auto}.product-live-strip__messages{position:relative;height:22px;flex:1;overflow:hidden;font-weight:700;font-size:14px;color:#176b38}.product-live-strip__messages span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;transform:translateY(12px);animation:hmtMessage 9s infinite}.product-live-strip__messages span:nth-child(2){animation-delay:3s}.product-live-strip__messages span:nth-child(3){animation-delay:6s}@keyframes hmtMessage{0%,8%{opacity:0;transform:translateY(12px)}12%,28%{opacity:1;transform:translateY(0)}32%,to{opacity:0;transform:translateY(-12px)}}@keyframes hmtPulse{70%{box-shadow:0 0 0 8px #12a15000}to{box-shadow:0 0 #12a15000}}@media(prefers-reduced-motion:reduce){.product-live-strip__dot,.product-live-strip__messages span{animation:none}.product-live-strip__messages span:first-child{opacity:1;transform:none}}.related-products-safe{padding-top:28px;padding-bottom:40px}.related-products-safe__all{font-weight:800;text-decoration:none}.related-products-safe__grid{margin-top:18px}.editor-note{padding:14px;border:1px dashed rgba(0,0,0,.25);border-radius:12px;background:#fff8ee}.cart-page{background:#f6f7f9;min-height:65vh}.cart-page__heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.cart-page__heading h1{margin:3px 0 0;font-size:34px}.cart-page__heading h1 small{font-size:15px;color:var(--muted)}.cart-page__heading>a{font-weight:900;color:var(--brand)}.cart-reminder{display:flex;align-items:center;gap:13px;background:linear-gradient(100deg,#fff3e9,#fff);border:1px solid #ffd7c2;border-radius:16px;padding:14px 18px;margin-bottom:18px;overflow:hidden;position:relative}.cart-reminder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-110%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.8),transparent);animation:hmtCartShine 4s infinite}.cart-reminder__icon{font-size:25px}.cart-reminder div{flex:1}.cart-reminder strong,.cart-reminder small{display:block}.cart-reminder small{color:#7c4a31;margin-top:2px}.cart-reminder time{font-size:25px;font-weight:950;color:var(--brand-dark);font-variant-numeric:tabular-nums}@keyframes hmtCartShine{55%,to{transform:translate(110%)}}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.cart-items-card,.cart-summary,.cart-empty{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 30px #0000000b}.cart-line{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:18px;border-bottom:1px solid var(--line)}.cart-line:last-of-type{border-bottom:0}.cart-line__image{height:130px;border:1px solid var(--line);border-radius:14px;padding:7px;background:#fff}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__content{min-width:0}.cart-line__top{display:flex;justify-content:space-between;gap:15px}.cart-line__top strong{font-size:16px;line-height:1.4}.cart-line__remove{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f4f4f5;color:#6b7280;font-size:22px}.cart-line__remove:hover{background:#fee2e2;color:#b91c1c;transform:rotate(8deg)}.cart-line__content>small{display:block;color:var(--muted);margin-top:5px}.cart-line__bottom{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-top:20px}.cart-qty{display:grid;grid-template-columns:38px 50px 38px;border:1px solid var(--line);border-radius:11px;overflow:hidden}.cart-qty button{border:0;background:#fafafa;font-size:19px}.cart-qty input{width:100%;border:0;text-align:center}.cart-line__price{text-align:right}.cart-line__price s,.cart-line__price strong{display:block}.cart-line__price s{color:#9ca3af;font-size:12px}.cart-line__price strong{font-size:20px;color:var(--brand-dark)}.cart-update{margin:14px 18px 18px;border:0;background:#f3f4f6;border-radius:11px;padding:11px 15px;font-weight:800}.cart-update:hover{background:#e5e7eb}.cart-summary{position:sticky;top:115px;padding:22px}.cart-summary h2{margin:0 0 18px}.cart-summary>div:not(.cart-summary__trust){display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px dashed var(--line)}.cart-summary__discount{color:#16803d}.cart-summary__total{border-bottom:0!important;padding-top:18px!important}.cart-summary__total strong{font-size:25px;color:var(--brand-dark)}.cart-checkout{width:100%;display:flex;justify-content:center;align-items:center;gap:12px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--brand),#ff8a00);color:#fff;font-size:16px;font-weight:950;padding:16px;margin-top:12px;box-shadow:0 12px 26px #ff5a1f40;position:relative;overflow:hidden}.cart-checkout:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-120%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent);transition:.55s}.cart-checkout:hover{transform:translateY(-2px);box-shadow:0 16px 30px #ff5a1f52}.cart-checkout:hover:before{transform:translate(120%)}.cart-summary__trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.cart-summary__trust span{background:#f7f7f8;border-radius:8px;padding:7px 8px;font-size:11px;font-weight:750}.cart-empty{text-align:center;padding:50px 20px}.cart-empty__icon{font-size:60px}.cart-empty h2{font-size:28px;margin:10px 0}.cart-empty p{color:var(--muted)}.cart-recommendations{margin-top:34px}.cart-recommendations [data-random-item][hidden],.related-products-safe [data-random-item][hidden]{display:none!important}.product-reviews{background:#fff}.reviews-shell{border-top:1px solid var(--line);padding-top:30px}.reviews-shell__heading{display:flex;justify-content:space-between;align-items:start;gap:20px;margin-bottom:18px}.reviews-shell__heading h2{margin:3px 0 5px}.reviews-shell__heading p{margin:0;color:var(--muted)}.reviews-write{border:2px solid var(--brand);color:var(--brand);border-radius:11px;padding:11px 16px;font-weight:900;white-space:nowrap}.reviews-write:hover{background:#fff3ed;transform:translateY(-2px)}.hmt-support{position:fixed;right:20px;bottom:22px;z-index:110}.hmt-support__fab{border:0;border-radius:999px;background:#19a558;color:#fff;display:flex;align-items:center;gap:10px;padding:10px 16px 10px 11px;box-shadow:0 15px 35px #117a3f52;position:relative}.hmt-support__fab:hover{transform:translateY(-3px) scale(1.015);box-shadow:0 20px 42px #117a3f61}.hmt-support__pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 #19a55873;animation:hmtSupportPulse 2s infinite}.hmt-support__wa{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#19a558;font-size:25px;font-weight:950}.hmt-support__fab-text{text-align:left;line-height:1.05}.hmt-support__fab-text strong,.hmt-support__fab-text small{display:block}.hmt-support__fab-text small{margin-top:4px;opacity:.85}.hmt-support__panel{position:absolute;right:0;bottom:66px;width:min(360px,calc(100vw - 26px));background:#fff;border-radius:20px;box-shadow:0 24px 70px #00000038;overflow:hidden;animation:categoryPanelIn .2s ease}.hmt-support__panel header{display:flex;align-items:center;gap:11px;background:linear-gradient(135deg,#118c4b,#21ba65);color:#fff;padding:15px}.hmt-support__avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#159351;font-size:20px;font-weight:950}.hmt-support__panel header>div:nth-child(2){flex:1}.hmt-support__panel header strong,.hmt-support__panel header small{display:block}.hmt-support__panel header small{font-size:11px;margin-top:4px;opacity:.9}.hmt-support__panel header i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#baffcf;margin-right:4px}.hmt-support__panel header button{background:transparent;border:0;color:#fff;font-size:27px}.hmt-support__body{padding:16px}.hmt-support__bubble{background:#f0f2f5;border-radius:4px 14px 14px;padding:12px;font-size:13px;line-height:1.45;margin-bottom:14px}.hmt-support__body label{display:block;font-size:12px;font-weight:850;margin:10px 0 6px}.hmt-support__body select,.hmt-support__body textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff;font:inherit}.hmt-support__send{width:100%;display:flex;justify-content:center;gap:10px;border:0;border-radius:11px;background:#19a558;color:#fff;font-weight:900;padding:13px;margin-top:13px}.hmt-support__send:hover{transform:translateY(-2px);box-shadow:0 10px 22px #19a55840}.hmt-support__privacy{display:block;text-align:center;color:var(--muted);margin-top:8px}@keyframes hmtSupportPulse{70%{box-shadow:0 0 0 12px #19a55800}to{box-shadow:0 0 #19a55800}}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.hmt-support{bottom:86px;right:12px}.hmt-support__fab-text{display:none}.hmt-support__fab{padding:9px}.hmt-support__panel{bottom:62px}}@media(max-width:640px){.cart-page{padding-top:18px}.cart-page__heading{align-items:start}.cart-page__heading h1{font-size:27px}.cart-page__heading>a{font-size:12px}.cart-reminder{padding:12px}.cart-reminder time{font-size:20px}.cart-line{grid-template-columns:92px 1fr;gap:12px;padding:13px}.cart-line__image{height:92px}.cart-line__top strong{font-size:13px}.cart-line__bottom{display:block;margin-top:12px}.cart-line__price{text-align:left;margin-top:10px}.reviews-shell__heading{display:block}.reviews-write{display:inline-flex;margin-top:13px}.hmt-support__panel{position:fixed;left:8px;right:8px;bottom:82px;width:auto}.hmt-support__fab{width:56px;height:56px;justify-content:center}.hmt-support__wa{background:transparent;color:#fff}}@media(prefers-reduced-motion:reduce){.cart-reminder:after,.hmt-support__pulse{animation:none}}.badge-stack--visual{align-items:flex-start;gap:6px;max-width:92px}.visual-badge__image{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(0,0,0,.18))}.visual-badge--bestseller{display:flex;flex-direction:column;align-items:center;gap:2px}.visual-badge--bestseller img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(0,0,0,.18))}.visual-badge--bestseller em{font-style:normal;font-size:10px;line-height:1.1;font-weight:800;background:#fff3e8;color:#b84300;border:1px solid #ffb46f;border-radius:999px;padding:3px 6px;white-space:nowrap}.product-card__proof{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.product-card__proof span{font-size:10px;line-height:1.2;font-weight:700;color:#8a3c00;background:#fff5ea;border-radius:6px;padding:4px 6px}.product-labels--visual{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;max-width:85%}.product-visual-badge__image{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(0,0,0,.18))}.product-visual-badge--bestseller{display:flex;align-items:center;gap:8px;background:#fffffff0;border:1px solid #ffc67f;border-radius:14px;padding:6px 9px;box-shadow:0 5px 18px #00000017}.product-visual-badge--bestseller img{width:56px;height:56px;object-fit:contain}.product-visual-badge--bestseller strong{max-width:130px;font-size:12px;line-height:1.2;color:#9a3e00}.product-social-proof{display:flex;flex-wrap:wrap;gap:8px;margin:9px 0 4px}.product-social-proof span{font-size:13px;font-weight:700;color:#5f3300;background:linear-gradient(135deg,#fff8e8,#fff0db);border:1px solid #ffd6a8;border-radius:10px;padding:8px 10px;animation:proofPulse 4s ease-in-out infinite}.product-social-proof span:nth-child(2){animation-delay:.6s}.product-social-proof span:nth-child(3){animation-delay:1.2s}.product-social-proof__rank{color:#a84500!important;background:linear-gradient(135deg,#fff1d7,#ffe3ad)!important}@keyframes proofPulse{0%,to{transform:translateY(0);box-shadow:0 0 #ff780000}50%{transform:translateY(-1px);box-shadow:0 5px 14px #ff78001f}}@media(max-width:749px){.visual-badge__image,.visual-badge--bestseller img{width:44px;height:44px}.visual-badge--bestseller em{font-size:8px}.product-visual-badge__image{width:58px;height:58px}.product-visual-badge--bestseller{padding:4px 7px}.product-visual-badge--bestseller img{width:44px;height:44px}.product-visual-badge--bestseller strong{font-size:10px;max-width:100px}.product-social-proof{gap:5px}.product-social-proof span{font-size:11px;padding:6px 8px}}.visual-badge__image--round{width:56px;height:56px}.rating-placeholder--muted{color:#9ca3af}.badge-stack--visual .visual-badge__image,.badge-stack--visual .visual-badge--bestseller img{background:transparent}.product-labels--visual .product-visual-badge__image{width:78px;height:78px}@media(max-width:749px){.visual-badge__image--round{width:48px;height:48px}.product-labels--visual .product-visual-badge__image{width:62px;height:62px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/base.css.map */
