.home-page{--home-ink:#111827;--home-muted:#667085;--home-line:#e7e9f2;--home-brand:#6d28d9;--home-brand-dark:#4c1d95;background:#fff;color:var(--home-ink);overflow:hidden}
.home-shell{width:min(100% - 40px,1280px);margin-inline:auto}
.home-hero{padding:24px 0 0;background:radial-gradient(circle at 12% 0%,rgba(124,58,237,.09),transparent 26rem),linear-gradient(180deg,#faf9ff 0%,#fff 100%)}
.home-hero-grid{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:500px;overflow:hidden;border:1px solid rgba(17,24,39,.08);border-radius:26px;background:#fff;box-shadow:0 22px 60px rgba(30,27,75,.10)}
.home-category-menu{z-index:2;display:flex;min-width:0;flex-direction:column;background:rgba(255,255,255,.97);border-right:1px solid var(--home-line)}
.home-category-menu__head{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 20px;border-bottom:1px solid var(--home-line);font-size:14px;font-weight:800}
.home-category-menu__head>span:first-child{display:flex;align-items:center;gap:9px}.home-category-menu__head i{color:var(--home-brand)}
.home-category-menu__count{display:grid;width:26px;height:26px;place-items:center;border-radius:9px;background:#f1ecff;color:var(--home-brand);font-size:11px}
.home-category-menu__list{display:flex;flex:1;flex-direction:column;padding:7px 10px}
.home-category-menu__item{display:flex;min-height:45px;align-items:center;justify-content:space-between;gap:10px;padding:5px 10px;border-radius:11px;color:#344054;font-size:12px;font-weight:650;transition:color .2s ease,background .2s ease,transform .2s ease}
.home-category-menu__item:hover{color:var(--home-brand);background:#f7f4ff;transform:translateX(2px)}
.home-category-menu__label{display:flex;min-width:0;align-items:center;gap:10px}.home-category-menu__label>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-category-menu__icon{display:grid;width:29px;height:29px;flex:0 0 auto;place-items:center;border:1px solid #ede9fe;border-radius:9px;background:#faf9ff;color:#7c3aed}
.home-category-menu__item>i{color:#c6c9d2;font-size:9px}
.home-category-menu__all{display:flex;min-height:50px;align-items:center;justify-content:space-between;padding:0 20px;border-top:1px solid var(--home-line);color:var(--home-brand);font-size:12px;font-weight:800}
.home-category-menu__all i{transition:transform .2s ease}.home-category-menu__all:hover i{transform:translateX(4px)}
.home-page .home-slider{position:relative;min-width:0;min-height:500px;height:500px;overflow:hidden;background:#171329}
.home-page .home-slider .hc-slider-track{display:flex;width:100%;height:100%}
.home-page .home-slide{position:relative;display:flex;min-width:100%;min-height:500px;height:500px;align-items:center;justify-content:flex-start;overflow:hidden;padding:62px 70px;isolation:isolate}
.home-slide--1{background:linear-gradient(135deg,#171329 0%,#342166 56%,#7c3aed 140%)}.home-slide--2{background:linear-gradient(135deg,#071c2c 0%,#123b53 60%,#0891b2 150%)}.home-slide--3{background:linear-gradient(135deg,#30120a 0%,#713619 58%,#f59e0b 150%)}
.home-slide--custom{background:var(--slide-bg,#171329);background:linear-gradient(135deg,var(--slide-bg,#171329) 0%,#0b1020 145%)}
.home-slide__image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.home-slide__veil{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(12,10,29,.96) 0%,rgba(12,10,29,.82) 42%,rgba(12,10,29,.28) 74%,rgba(12,10,29,.08) 100%)}
.home-slide__glow{position:absolute;z-index:-1;right:-110px;bottom:-190px;width:500px;height:500px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 145px rgba(255,255,255,.025)}
.home-slide__content{position:relative;z-index:2;width:min(100%,620px)}
.home-slide__eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.10);color:#fff;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(8px)}
.home-slide__eyebrow i{color:#fbbf24}
.home-slide__title{max-width:610px;margin:0;color:#fff;font-size:clamp(36px,4vw,56px);font-weight:800;line-height:1.05;letter-spacing:-.045em;text-wrap:balance}
.home-slide__description{max-width:530px;margin:20px 0 0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}
.home-slide__actions{display:flex;align-items:center;gap:10px;margin-top:28px;flex-wrap:wrap}
.home-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 19px;border:1px solid transparent;border-radius:13px;font-size:12px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.home-button:hover{transform:translateY(-2px)}.home-button--light{background:#fff;color:#21163e;box-shadow:0 10px 26px rgba(0,0,0,.17)}.home-button--light:hover{box-shadow:0 14px 34px rgba(0,0,0,.24)}.home-button--ghost{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07);color:#fff}.home-button--ghost:hover{background:rgba(255,255,255,.14)}
.home-slide__meta{display:flex;gap:20px;margin-top:30px;color:rgba(255,255,255,.58);font-size:10px;font-weight:650}.home-slide__meta span{display:flex;align-items:center;gap:6px}.home-slide__meta i{color:#c4b5fd}
.home-slide--text-dark .home-slide__veil{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.24) 100%)}
.home-slide--text-dark .home-slide__eyebrow{border-color:rgba(17,24,39,.14);background:rgba(255,255,255,.72);color:#111827}.home-slide--text-dark .home-slide__title{color:#111827}.home-slide--text-dark .home-slide__description{color:rgba(17,24,39,.72)}
.home-slide--text-dark .home-button--light{background:#111827;color:#fff}.home-slide--text-dark .home-button--ghost{border-color:rgba(17,24,39,.2);color:#111827}.home-slide--text-dark .home-slide__meta{color:rgba(17,24,39,.62)}.home-slide--text-dark .home-slide__meta i{color:#6d28d9}
.home-slider__arrow{position:absolute;z-index:8;top:50%;display:grid;width:42px;height:42px;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(17,24,39,.28);color:#fff;font-size:11px;backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}
.home-slider__arrow:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.05)}.home-slider__arrow--prev{left:16px}.home-slider__arrow--next{right:16px}
.home-page .home-slider__dots{position:absolute;z-index:8;bottom:22px;left:70px;display:flex;gap:7px;transform:none}
.home-page .home-slider__dot{display:block;width:22px;height:4px;padding:0;border-radius:99px;background:rgba(255,255,255,.35);transition:width .25s ease,background .25s ease}.home-page .home-slider__dot.active{width:42px;background:#fff}
.home-trust{border-bottom:1px solid var(--home-line);background:#fff}.home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}
.home-trust__item{position:relative;display:flex;align-items:center;gap:12px;min-width:0;padding:0 24px}.home-trust__item:first-child{padding-left:0}.home-trust__item:last-child{padding-right:0}.home-trust__item+.home-trust__item:before{content:"";position:absolute;left:0;width:1px;height:38px;background:var(--home-line)}
.home-trust__icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:13px;background:#f2edff;color:var(--home-brand);font-size:15px}
.home-trust__item strong,.home-trust__item small{display:block}.home-trust__item strong{color:#1d2939;font-size:12px;font-weight:800}.home-trust__item small{margin-top:3px;color:#98a2b3;font-size:10px;line-height:1.35}
.home-section{padding:72px 0}.home-section--surface{background:#fff}.home-section--soft{background:#f6f7fb}.home-section--categories{background:linear-gradient(180deg,#fff 0%,#fbfaff 100%)}.home-section--promos{padding-top:10px;background:#fff}
.home-section__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.home-section__eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:9px;color:var(--home-brand);font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.home-section__eyebrow--orange{color:#ea580c}
.home-section__head h2{margin:0;color:var(--home-ink);font-size:clamp(24px,2.5vw,34px);font-weight:820;letter-spacing:-.035em;line-height:1.1}.home-section__head p{margin:9px 0 0;color:var(--home-muted);font-size:12px;line-height:1.55}
.home-section__link{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;padding-bottom:3px;border-bottom:1px solid #d8d1ec;color:var(--home-brand);font-size:11px;font-weight:800}.home-section__link i{font-size:9px;transition:transform .2s ease}.home-section__link:hover i{transform:translateX(3px)}
.home-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.home-category-card{position:relative;display:flex;min-width:0;align-items:center;gap:14px;padding:14px;overflow:hidden;border:1px solid var(--home-line);border-radius:18px;background:#fff;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-category-card:hover{transform:translateY(-3px);border-color:#d8cff4;box-shadow:0 16px 36px rgba(46,32,91,.09)}
.home-category-card__media{display:grid;width:68px;height:68px;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:15px;background:linear-gradient(145deg,#f3efff,#faf9ff);color:var(--home-brand);font-size:23px}
.home-category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-category-card:hover img{transform:scale(1.07)}
.home-category-card__body{min-width:0}.home-category-card__body strong,.home-category-card__body small{display:block}.home-category-card__body strong{overflow:hidden;color:#1d2939;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.home-category-card__body small{margin-top:5px;color:#98a2b3;font-size:10px}
.home-category-card__arrow{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;margin-left:auto;border-radius:50%;background:#f6f3ff;color:var(--home-brand);font-size:9px}
.home-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-page .product-card{border:1px solid var(--home-line);border-radius:18px;box-shadow:0 4px 14px rgba(16,24,40,.025);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.home-page .product-card:hover{transform:translateY(-5px);border-color:#dcd5ed;box-shadow:0 20px 42px rgba(27,22,57,.11)}
.home-page .product-img{aspect-ratio:1.12/1;background:#f7f7fa}.home-page .product-img img{object-fit:contain;padding:10px}
.home-page .pbody{gap:6px;padding:14px 15px 16px}.home-page .pbody-brand{color:#8b5cf6;font-size:9px;letter-spacing:.08em}.home-page .pbody h3{min-height:38px;color:#202333;font-size:12px;line-height:1.55}
.home-page .price-row{padding-top:10px}.home-page .price-main{color:var(--home-ink);font-size:15px}.home-page .price-old{margin-top:2px;font-size:10px}
.home-page .add-btn{width:38px;height:38px;border-radius:11px;background:var(--home-brand)}.home-page .add-btn:hover{background:var(--home-brand-dark);transform:scale(1.04)}
.home-page .product-badge{top:12px;left:12px;padding:4px 8px;border-radius:8px;font-size:9px}.home-page .product-heart{top:12px;right:12px;width:34px;height:34px}.home-page .product-compare{top:52px;left:12px;width:32px;height:32px}
.home-deal-section{padding:10px 0 72px;background:#fff}.home-deal{position:relative;padding:32px;overflow:hidden;border-radius:26px;background:linear-gradient(135deg,#18122b 0%,#2f2055 56%,#4c1d95 130%);box-shadow:0 24px 60px rgba(39,27,76,.18)}
.home-deal:after{content:"";position:absolute;top:-180px;right:-120px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 75px rgba(255,255,255,.025),0 0 0 150px rgba(255,255,255,.018);pointer-events:none}
.home-deal__head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.home-deal__title{display:flex;align-items:center;gap:16px}
.home-deal__badge{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:10px;background:#f59e0b;color:#241735;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.home-deal__title h2{margin:0;color:#fff;font-size:24px;font-weight:820;letter-spacing:-.03em}.home-deal__title p{margin:5px 0 0;color:rgba(255,255,255,.56);font-size:11px}
.home-countdown{display:flex;gap:7px}.home-countdown__item{display:grid;min-width:51px;min-height:54px;place-items:center;align-content:center;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.home-countdown__item strong{color:#fff;font-size:16px;line-height:1}.home-countdown__item small{margin-top:5px;color:rgba(255,255,255,.48);font-size:7px;text-transform:uppercase}.home-deal .product-card{position:relative;z-index:1;border-color:rgba(255,255,255,.13)}
.home-deal__footer{position:relative;z-index:1;display:flex;justify-content:flex-end;margin-top:24px}.home-deal__all{display:inline-flex;min-height:42px;align-items:center;gap:9px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.09);color:#fff;font-size:11px;font-weight:800;transition:background .2s ease,transform .2s ease}.home-deal__all:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.deals-page{min-height:620px;padding:22px 0 76px;background:linear-gradient(180deg,#faf9ff 0,#fff 420px)}.deals-page__breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:#8a8497;font-size:11px}.deals-page__breadcrumb a:hover{color:var(--home-brand)}.deals-page__breadcrumb i{font-size:8px}.deals-page__breadcrumb span{color:#302a3c;font-weight:700}
.deals-page__hero{padding:36px 38px}.deals-page__hero .home-deal__head{margin-bottom:22px}.deals-page__hero .home-deal__title h1{margin:0;color:#fff;font-size:clamp(27px,3vw,40px);font-weight:850;letter-spacing:-.04em;line-height:1.08}.deals-page__hero .home-deal__title p{margin:8px 0 0;color:rgba(255,255,255,.65);font-size:12px}.deals-page__summary{position:relative;z-index:1;display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.68);font-size:11px}.deals-page__summary i{color:#fbbf24}.deals-page__summary strong{color:#fff;font-size:13px}
.deals-page__products{padding-top:52px}.deals-page__pagination{display:flex;justify-content:center;margin-top:36px}.deals-page__empty{display:flex;min-height:460px;align-items:center;justify-content:center;flex-direction:column;padding:60px 24px;border:1px solid #ece8f6;border-radius:26px;background:#fff;text-align:center;box-shadow:0 24px 60px rgba(39,27,76,.08)}.deals-page__empty-icon{display:grid;width:72px;height:72px;place-items:center;margin-bottom:22px;border-radius:22px;background:linear-gradient(135deg,#fef3c7,#ffedd5);color:#ea580c;font-size:25px}.deals-page__empty h1{margin:0;color:#1e1930;font-size:clamp(25px,3vw,36px);font-weight:850;letter-spacing:-.04em}.deals-page__empty p{max-width:580px;margin:14px 0 25px;color:#777184;font-size:13px;line-height:1.7}.home-button--deal{background:#6d28d9;color:#fff;box-shadow:0 12px 28px rgba(109,40,217,.24)}.home-button--deal:hover{background:#4c1d95}
.home-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.home-promo{position:relative;display:flex;min-height:285px;align-items:center;overflow:hidden;border-radius:24px;isolation:isolate;background:#1f1740}.home-promo--2{background:#15374a}
.home-promo img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.home-promo:hover img{transform:scale(1.045)}.home-promo__overlay{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(15,12,28,.92),rgba(15,12,28,.58) 58%,rgba(15,12,28,.1))}
.home-promo__content{display:flex;width:min(75%,400px);flex-direction:column;align-items:flex-start;padding:36px;color:#fff}.home-promo__content small{margin-bottom:10px;color:#c4b5fd;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.home-promo__content strong{font-size:26px;font-weight:820;line-height:1.15;letter-spacing:-.03em}.home-promo__content>span{margin-top:10px;color:rgba(255,255,255,.62);font-size:11px;line-height:1.55}.home-promo__content b{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.4);font-size:10px}
.home-brands-section{padding-top:60px;border-top:1px solid var(--home-line);background:#fff}.home-brands{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.home-brand{display:grid;min-height:82px;place-items:center;padding:14px;border:1px solid var(--home-line);border-radius:16px;background:#fff;filter:grayscale(1);opacity:.72;transition:filter .2s ease,opacity .2s ease,transform .2s ease,box-shadow .2s ease}.home-brand:hover{filter:none;opacity:1;transform:translateY(-3px);box-shadow:0 12px 26px rgba(16,24,40,.08)}.home-brand img{max-width:90px;max-height:34px;object-fit:contain}.home-brand span{color:#344054;font-size:12px;font-weight:800;text-align:center}
.home-closing{padding:0 0 72px;background:#fff}.home-closing__panel{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:38px 42px;overflow:hidden;border-radius:26px;background:linear-gradient(125deg,#171329 0%,#362262 65%,#5b21b6 125%);color:#fff}
.home-closing--with-instagram{padding-bottom:38px}.home-instagram{padding:0 0 72px;background:#fff}.home-instagram__eyebrow{color:#c026d3}.home-instagram__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.home-instagram__post{min-width:0;min-height:180px;overflow:hidden;border:1px solid var(--home-line);border-radius:18px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 10px 28px rgba(32,24,64,.06)}.home-instagram__post .instagram-media{width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-radius:18px!important;box-shadow:none!important}.home-instagram__post>a{display:flex;min-height:180px;align-items:center;justify-content:center;padding:24px;color:var(--home-brand);font-size:12px;font-weight:800;text-align:center}
.home-closing__panel:after{content:"";position:absolute;right:14%;bottom:-160px;width:330px;height:330px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025)}
.home-closing__icon{position:relative;z-index:1;display:grid;width:68px;height:68px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.09);color:#ddd6fe;font-size:24px}.home-closing__copy{position:relative;z-index:1}.home-closing__copy span{color:#c4b5fd;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.home-closing__copy h2{margin:7px 0 0;font-size:25px;font-weight:820;letter-spacing:-.03em}.home-closing__copy p{margin:7px 0 0;color:rgba(255,255,255,.58);font-size:11px}.home-closing__panel>.home-button{position:relative;z-index:1}
.home-page a:focus-visible,.home-page button:focus-visible{outline:3px solid rgba(139,92,246,.38);outline-offset:3px}
.dark .home-page{--home-ink:#f5f3ff;--home-muted:#a8a3b8;--home-line:#322b42;background:#17131f}.dark .home-hero,.dark .home-section--categories{background:#17131f}.dark .deals-page{background:#17131f}.dark .deals-page__breadcrumb span{color:#f4f0fa}.dark .deals-page__empty{border-color:#342d40;background:#211b2a}.dark .deals-page__empty h1{color:#f4f0fa}.dark .deals-page__empty p{color:#aaa3b4}
.dark .home-category-menu,.dark .home-trust,.dark .home-section--surface,.dark .home-section--promos,.dark .home-deal-section,.dark .home-brands-section,.dark .home-closing,.dark .home-instagram{background:#17131f}
.dark .home-instagram__post{border-color:#342d40;background:#211b2a}
.dark .home-hero-grid,.dark .home-category-card,.dark .home-brand{background:#201a2a;border-color:#342d40}.dark .home-category-menu__item,.dark .home-category-card__body strong,.dark .home-trust__item strong,.dark .home-brand span,.dark .home-page .pbody h3,.dark .home-page .price-main{color:#f4f0fa}
.dark .home-category-menu__item:hover,.dark .home-category-menu__icon,.dark .home-category-card__media{background:#2a2039}.dark .home-trust__icon{background:#2c2140}.dark .home-section--soft{background:#1c1724}.dark .home-page .product-card{background:#211b2a;border-color:#342d40}.dark .home-page .product-img{background:#19151f}
@media(max-width:1100px){.home-hero-grid{grid-template-columns:220px minmax(0,1fr);min-height:460px}.home-page .home-slider,.home-page .home-slide{min-height:460px;height:460px}.home-page .home-slide{padding:52px 58px}.home-page .home-slider__dots{left:58px}.home-category-menu__item{min-height:40px}.home-category-menu__icon{width:27px;height:27px}.home-products-grid{gap:14px}.home-trust__item{padding-inline:16px}}
@media(max-width:900px){.home-hero-grid{grid-template-columns:1fr}.home-category-menu{display:none}.home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-grid{grid-template-columns:repeat(2,1fr)}.home-trust__grid{grid-template-columns:repeat(2,1fr);gap:20px 0}.home-trust__item:nth-child(3){padding-left:0}.home-trust__item:nth-child(3):before{display:none}.home-brands{grid-template-columns:repeat(4,1fr)}.home-instagram__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
 .home-shell{width:min(100% - 28px,1280px)}.home-hero{padding-top:14px}.home-hero-grid{min-height:440px;border-radius:20px}.home-page .home-slider,.home-page .home-slide{min-height:440px;height:440px}.home-page .home-slide{align-items:flex-end;padding:42px 30px 64px}
 .home-slide__veil{background:linear-gradient(0deg,rgba(12,10,29,.98) 0%,rgba(12,10,29,.79) 52%,rgba(12,10,29,.28) 100%)}.home-slide__title{font-size:clamp(31px,9vw,42px)}.home-slide__description{margin-top:14px;font-size:12px}.home-slide__meta{display:none}.home-slide__actions{margin-top:22px}.home-button{min-height:44px;padding-inline:15px}.home-slider__arrow{display:none}.home-page .home-slider__dots{bottom:24px;left:30px}
 .home-trust__grid{padding:18px 0}.home-trust__item{padding-inline:12px}.home-trust__item:nth-child(odd){padding-left:0}.home-trust__icon{width:38px;height:38px}.home-trust__item small{display:none}.home-section{padding:54px 0}.home-section__head{align-items:flex-end;margin-bottom:22px}.home-section__head p{display:none}.home-section__head h2{font-size:25px}
 .home-category-grid{gap:10px}.home-category-card{padding:11px}.home-category-card__media{width:54px;height:54px;border-radius:13px;font-size:19px}.home-category-card__arrow{display:none}.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .home-deal-section{padding-bottom:54px}.home-deal{padding:23px 14px 16px;border-radius:20px}.home-deal__head{align-items:flex-start;flex-direction:column;margin-bottom:18px}.home-deal__title{align-items:flex-start;flex-direction:column;gap:10px;padding-inline:4px}.home-deal__title h2{font-size:21px}.home-countdown{width:100%}.home-countdown__item{flex:1;min-width:0}.home-deal__footer{justify-content:stretch;margin-top:17px}.home-deal__all{width:100%;justify-content:center}.deals-page{padding-top:15px;padding-bottom:54px}.deals-page__hero{padding:24px 18px}.deals-page__hero .home-deal__title h1{font-size:26px}.deals-page__products{padding-top:40px}.deals-page__empty{min-height:390px;padding:42px 20px;border-radius:20px}
 .home-promo-grid{grid-template-columns:1fr;gap:12px}.home-promo{min-height:240px;border-radius:20px}.home-promo__content{width:85%;padding:28px}.home-brands{grid-template-columns:repeat(3,1fr);gap:9px}.home-brand{min-height:68px}.home-closing{padding-bottom:54px}.home-closing--with-instagram{padding-bottom:32px}.home-closing__panel{grid-template-columns:1fr;gap:16px;padding:30px 26px;border-radius:22px}.home-closing__icon{width:54px;height:54px;border-radius:16px;font-size:20px}.home-closing__copy h2{font-size:23px}.home-closing__panel>.home-button{justify-self:start}.home-instagram{padding-bottom:54px}.home-instagram__grid{grid-template-columns:1fr;gap:14px}
}
@media(max-width:430px){.home-shell{width:min(100% - 20px,1280px)}.home-page .home-slide{padding-inline:22px}.home-slide__eyebrow{margin-bottom:13px}.home-slide__actions .home-button--ghost{display:none}.home-trust__item{gap:8px}.home-trust__item strong{font-size:10px}.home-category-card__body strong{font-size:11px}.home-category-card__body small{font-size:9px}.home-category-card{gap:9px}.home-page .pbody{padding:11px 10px 12px}.home-page .pbody h3{min-height:35px;font-size:10px}.home-page .price-main{font-size:12px}.home-page .add-btn{width:34px;height:34px}.home-section__link{font-size:10px}.home-brands{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){.home-page *,.home-page *:before,.home-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
