:root{--ink:#f7f7f4;--muted:#a9adb7;--bg:#080a0f;--panel:#10131a;--panel-2:#171b24;--line:#2a2f3a;--brand:#ef3340;--brand-dark:#c8202d;--acid:#d7ff43;--white:#fff;--green:#43d58f;--warning:#ffbd5c;--shadow:0 24px 70px rgba(0,0,0,.32);--radius:20px;--shell:min(1200px,calc(100% - 40px))}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body a{color:inherit;text-decoration:none}
body img{display:block;max-width:100%}
body button,body input,body textarea,body select{font:inherit}
body button{cursor:pointer}
.shell{width:var(--shell);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.announcement{background:var(--brand);color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.announcement__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement a{text-decoration:underline;text-underline-offset:3px}
.store-header{position:sticky;top:0;z-index:60;background:rgba(8,10,15,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.store-header__main{min-height:78px;display:grid;grid-template-columns:190px minmax(260px,1fr) auto;align-items:center;gap:32px}
.brand img{width:158px;height:48px;object-fit:contain;object-position:left center}
.header-search{display:grid;grid-template-columns:1fr auto;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--panel)}
.header-search:focus-within{border-color:#686f7d;box-shadow:0 0 0 3px rgba(239,51,64,.15)}
.header-search input{width:100%;border:0;background:transparent;color:var(--ink);padding:13px 16px;outline:none}
.header-search button{border:0;background:var(--white);color:#111;padding:0 20px;font-weight:800}
.header-tools{display:flex;align-items:center;gap:12px}
.header-tool{display:flex;flex-direction:column;line-height:1.2;padding:8px 10px;border-radius:10px}
.header-tool:hover{background:var(--panel-2)}
.header-tool span{font-weight:800;font-size:14px}.header-tool small{font-size:11px;color:var(--muted);margin-top:4px}
.cart-tool{display:flex;align-items:center;gap:9px;padding:11px 14px;background:var(--panel-2);border:1px solid var(--line);border-radius:12px;font-weight:800;font-size:14px}
.cart-tool b{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--brand);font-size:12px}
.menu-toggle{display:none;border:1px solid var(--line);background:var(--panel);color:var(--ink);padding:10px 12px;border-radius:10px;font-weight:800}
.store-nav{border-top:1px solid rgba(255,255,255,.05)}
.store-nav__inner{height:48px;display:flex;align-items:center;gap:32px;font-size:13px;font-weight:700;color:#d8dbe2}
.store-nav a:hover,.store-nav .nav-strong{color:#fff}.store-nav .nav-strong{padding-right:28px;border-right:1px solid var(--line)}
.mobile-nav{display:none;background:var(--panel);padding:12px 20px 20px;border-top:1px solid var(--line)}
.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-weight:700}
.flash{margin-top:18px;padding:14px 18px;border-radius:12px;font-size:14px}.flash--success{background:#10281e;border:1px solid #22553f;color:#bff7d9}.flash--error{background:#2a1216;border:1px solid #6f2832;color:#ffd1d6}.flash ul{margin:8px 0 0;padding-left:20px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--acid);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:22px;height:2px;background:currentColor}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:11px;font-weight:900;letter-spacing:.01em;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--brand);color:#fff}.button--primary:hover{background:var(--brand-dark)}.button--ghost{background:transparent;border-color:#555c6a;color:#fff}.button--ghost:hover{border-color:#fff}.button--light{background:#fff;color:#0a0b0e}.button--full{width:100%}.button--large{min-height:58px;font-size:16px}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}
.hero{overflow:hidden;border-bottom:1px solid var(--line)}
.hero__grid{min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:42px;padding-block:64px}
.hero__copy{position:relative;z-index:2}.hero h1{max-width:700px;margin:18px 0 20px;font-size:clamp(48px,6vw,84px);line-height:.95;letter-spacing:-.065em}.hero__copy>p{max-width:650px;margin:0;color:#c4c7cf;font-size:19px;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero__proof{display:flex;gap:28px;margin-top:44px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.hero__proof span{display:flex;flex-direction:column}.hero__proof b{color:#fff;font-size:15px}
.hero__visual{position:relative;min-height:470px;display:grid;place-items:center}.hero__visual:before{content:"";position:absolute;inset:7% 4%;border:1px solid #343946;border-radius:40px;transform:rotate(4deg);background:#11151c}.hero__visual img{position:relative;z-index:2;width:100%;max-height:440px;object-fit:contain;filter:drop-shadow(0 36px 45px rgba(0,0,0,.7));transform:rotate(-3deg)}.hero__glow{position:absolute;width:250px;height:250px;border-radius:50%;background:#8d1823;box-shadow:0 0 130px 70px rgba(239,51,64,.3)}.hero__note{position:absolute;z-index:3;right:2%;bottom:3%;background:#fff;color:#101114;padding:15px 18px;border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;transform:rotate(2deg)}.hero__note span{font-size:11px;text-transform:uppercase;letter-spacing:.12em}.hero__note strong{font-size:15px}
.trust-strip{background:#0c0f15;border-bottom:1px solid var(--line)}.trust-strip__grid{min-height:92px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip__grid div{display:flex;align-items:center;gap:14px;padding:18px 22px;border-right:1px solid var(--line)}.trust-strip__grid div:first-child{padding-left:0}.trust-strip b{color:var(--brand);font-size:12px}.trust-strip span{font-size:13px;font-weight:800;color:#d8dbe2}
.section{padding-block:90px}.section--muted{background:#0c0f15;border-block:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-heading h2{margin:10px 0 0;font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.045em}.section-heading>a{font-weight:900;border-bottom:1px solid var(--brand);padding-bottom:5px}.section-heading>p{max-width:440px;color:var(--muted);margin:0}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:440px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel);display:flex;flex-direction:column}.category-card img{width:100%;height:235px;object-fit:cover;transition:transform .35s ease}.category-card:hover img{transform:scale(1.035)}.category-card>div{padding:22px;display:grid;grid-template-columns:auto 1fr;column-gap:14px}.category-card div>span{color:var(--brand);font-weight:900;font-size:12px;grid-row:1/4}.category-card h3{margin:0 0 8px;font-size:24px}.category-card p{margin:0 0 18px;color:var(--muted);font-size:14px}.category-card b{font-size:13px;color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-grid--catalog{grid-template-columns:repeat(3,1fr)}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--panel);min-width:0;transition:transform .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-5px);border-color:#505765}.product-card__image{height:285px;display:grid;place-items:center;position:relative;background:#171b23;padding:18px}.product-card__image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(0,0,0,.4))}.product-card__badge{position:absolute;z-index:2;left:14px;top:14px;background:var(--acid);color:#0c0e11;padding:7px 10px;border-radius:8px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.product-card__body{padding:20px}.product-card__category{margin:0 0 7px;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card h3{font-size:19px;line-height:1.25;margin:0 0 9px}.product-card h3 a:hover{color:var(--acid)}.product-card__copy{height:63px;overflow:hidden;margin:0;color:var(--muted);font-size:13px}.product-card__meta{display:flex;justify-content:space-between;align-items:end;gap:10px;margin:18px 0}.price{display:flex;flex-direction:column}.price strong{font-size:20px}.price del{font-size:12px;color:#777e8a}.stock{font-size:11px;font-weight:900;border-radius:99px;padding:5px 8px}.stock--in{background:#11291f;color:var(--green)}.stock--out{background:#2b1518;color:#ff8b97}
.custom-banner{background:var(--brand);border-radius:28px;padding:52px;display:grid;grid-template-columns:1fr .8fr;align-items:center;min-height:390px;overflow:hidden}.custom-banner .eyebrow{color:#fff}.custom-banner h2{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.05em;margin:15px 0}.custom-banner p{max-width:620px;color:#fff;font-size:17px}.custom-banner img{width:100%;height:360px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(0,0,0,.35));transform:rotate(4deg)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}.service-grid article{background:var(--panel);padding:34px}.service-grid span{color:var(--brand);font-size:12px;font-weight:950}.service-grid h3{font-size:21px;margin:25px 0 10px}.service-grid p{margin:0;color:var(--muted);font-size:14px}
.page-head{padding:70px 0 54px;background:#0e1117;border-bottom:1px solid var(--line)}.page-head--compact{padding:48px 0 36px}.page-head h1{font-size:clamp(42px,5vw,68px);letter-spacing:-.055em;line-height:1;margin:12px 0}.page-head p{margin:0;color:var(--muted);font-size:17px}.account-head{display:flex;justify-content:space-between;align-items:center}.account-head h1{margin-bottom:0}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:46px;align-items:start}.filters{position:sticky;top:180px}.filters h2{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 14px}.filters>a{display:block;padding:11px 13px;border-radius:9px;color:#c9cbd2;font-size:14px}.filters>a:hover,.filters>a.is-active{background:var(--panel-2);color:#fff;font-weight:800}.filter-help{margin-top:26px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.filter-help p{font-size:13px;color:var(--muted)}.filter-help a{font-size:13px;color:var(--acid);font-weight:800}.catalog-toolbar{height:52px;display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.catalog-toolbar p{margin:0;color:var(--muted)}.catalog-toolbar form{display:flex;align-items:center;gap:10px}.catalog-toolbar label{font-size:12px;color:var(--muted)}.catalog-toolbar select{background:var(--panel);color:#fff;border:1px solid var(--line);border-radius:9px;padding:9px 12px}.empty-state{border:1px dashed #3c424e;border-radius:18px;text-align:center;padding:70px 24px;background:var(--panel)}.empty-state h2{font-size:28px;margin:0 0 9px}.empty-state p{color:var(--muted);margin:0 0 24px}
.breadcrumbs{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:12px;margin-bottom:32px}.breadcrumbs a:hover{color:#fff}.product-detail__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:start}.product-gallery__main{position:relative;min-height:540px;display:grid;place-items:center;background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:36px}.product-gallery__main img{max-height:500px;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(0,0,0,.45))}.product-info h1{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-.05em;margin:14px 0}.product-info__lead{font-size:17px;color:#c4c7cf;line-height:1.7}.product-price{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:28px 0}.product-price strong{font-size:34px}.product-price del{color:#7a808b}.product-price>span{background:var(--acid);color:#111;padding:5px 8px;border-radius:6px;font-size:11px;font-weight:900}.availability{display:flex;align-items:center;gap:13px;padding:14px 0;border-block:1px solid var(--line);font-size:13px;color:var(--muted)}.buy-box{display:grid;grid-template-columns:auto 76px 1fr;align-items:center;gap:10px;margin:22px 0}.buy-box label{font-size:13px;font-weight:800}.buy-box select{height:48px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:#fff;padding:0 10px}.product-promises{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.product-promises li{background:var(--panel);border:1px solid var(--line);padding:13px;border-radius:10px;display:flex;flex-direction:column}.product-promises b{font-size:12px}.product-promises span{font-size:10px;color:var(--muted);margin-top:4px}.product-body{display:grid;grid-template-columns:1fr 390px;gap:70px;padding-top:80px}.product-body h2{font-size:40px;letter-spacing:-.04em;margin:13px 0}.product-body p{color:#c2c5cd;font-size:16px;line-height:1.8}.product-body aside{padding:24px;background:var(--panel);border:1px solid var(--line);border-radius:16px}.product-body aside h3{margin-top:0}.product-body dl{margin:0}.product-body dl div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-top:1px solid var(--line);font-size:13px}.product-body dt{color:var(--muted)}.product-body dd{text-align:right;margin:0;font-weight:700}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:42px;align-items:start}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:145px 1fr auto;gap:20px;align-items:center;border:1px solid var(--line);background:var(--panel);border-radius:16px;padding:16px}.cart-item>a{background:var(--panel-2);border-radius:12px;padding:10px}.cart-item img{width:125px;height:100px;object-fit:contain}.cart-item p,.cart-item span{margin:0;color:var(--muted);font-size:12px}.cart-item h2{font-size:18px;margin:3px 0}.cart-item>strong{font-size:18px}.cart-item__actions{display:flex;align-items:center;gap:20px;margin-top:12px}.cart-item__actions form{display:flex;align-items:center;gap:8px}.cart-item__actions label{font-size:12px}.cart-item__actions input{width:58px;background:#0a0c11;color:#fff;border:1px solid var(--line);border-radius:7px;padding:6px}.cart-item__actions button{border:0;background:transparent;color:#fff;font-size:12px;font-weight:800}.cart-item__actions .link-danger{color:#ff7f8a}.order-summary{position:sticky;top:180px;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px}.order-summary h2{font-size:22px;margin:0 0 22px}.coupon-form label{font-size:12px;font-weight:800}.coupon-form>div{display:grid;grid-template-columns:1fr auto;margin-top:7px}.coupon-form input{min-width:0;background:#090b0f;border:1px solid var(--line);border-radius:9px 0 0 9px;color:#fff;padding:11px}.coupon-form button{border:0;background:#fff;color:#111;border-radius:0 9px 9px 0;padding:0 13px;font-weight:900}.coupon-active{display:flex;justify-content:space-between;margin-top:10px;padding:9px 10px;background:#11291f;color:var(--green);border-radius:8px;font-size:12px}.coupon-active form,.coupon-active button{border:0;background:transparent;color:inherit;font-size:11px}.order-summary dl{margin:22px 0}.order-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;color:var(--muted);font-size:13px}.order-summary dd{margin:0;color:#fff}.order-summary .discount dd{color:var(--green)}.order-summary .summary-total{border-top:1px solid var(--line);margin-top:8px;padding-top:17px;font-size:17px;color:#fff;font-weight:900}.summary-note{text-align:center;color:var(--muted);font-size:11px;margin:12px 0 0}
.checkout-layout{grid-template-columns:1fr 410px}.checkout-form{display:grid;gap:16px}.checkout-form fieldset{border:1px solid var(--line);background:var(--panel);border-radius:16px;padding:24px}.checkout-form legend{padding:0 8px;font-weight:900;font-size:18px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid .full{grid-column:1/-1}.checkout-form label,.stack-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#d6d8de}.checkout-form input,.checkout-form textarea,.stack-form input{width:100%;background:#090b0f;border:1px solid var(--line);border-radius:9px;color:#fff;padding:12px;outline:none}.checkout-form input:focus,.checkout-form textarea:focus,.stack-form input:focus{border-color:#737b8a;box-shadow:0 0 0 3px rgba(239,51,64,.12)}.payment-option{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:12px!important;padding:15px;border:1px solid var(--line);border-radius:11px;margin-top:10px}.payment-option input{width:auto;margin-top:4px}.payment-option span{display:flex;flex-direction:column}.payment-option small{color:var(--muted);font-weight:400;margin-top:4px}.terms-check{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:11px!important;padding:14px 4px}.terms-check input{width:auto;margin-top:4px}.terms-check a{text-decoration:underline}.checkout-summary{position:sticky}.checkout-item{display:grid;grid-template-columns:60px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid var(--line)}.checkout-item img{width:60px;height:54px;object-fit:contain;background:var(--panel-2);border-radius:8px}.checkout-item div{display:flex;flex-direction:column}.checkout-item b,.checkout-item strong{font-size:12px}.checkout-item span{color:var(--muted);font-size:11px}.secure-note{background:#0b2219;border:1px solid #21583f;color:#baf3d4;border-radius:10px;padding:14px}.secure-note p{margin:4px 0 0;font-size:11px}
.result-page{max-width:760px;text-align:center}.result-page h1{font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;line-height:1;margin:16px 0}.result-page>p{color:var(--muted);font-size:17px}.result-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin:0 auto 24px;font-size:36px;font-weight:900}.result-icon--success{background:#123525;color:var(--green)}.result-icon--warning{background:#382913;color:var(--warning)}.result-card{margin:34px 0;padding:24px;background:var(--panel);border:1px solid var(--line);border-radius:16px;text-align:left}.result-card dl{margin:0}.result-card dl div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid var(--line)}.result-card dl div:first-child{border-top:0}.result-card dt{color:var(--muted)}.result-card dd{margin:0;font-weight:800}.bank-box{margin-top:20px;background:#191d25;padding:16px;border-radius:10px}.bank-box p{margin:5px 0}.result-actions{display:flex;justify-content:center;gap:12px}
.auth-shell{min-height:650px;display:grid;place-items:center}.auth-card{width:min(480px,100%);padding:36px;background:var(--panel);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.auth-card h1{font-size:38px;line-height:1;margin:14px 0}.auth-card>p{color:var(--muted)}.stack-form{display:grid;gap:15px;margin-top:26px}.stack-form label small{color:var(--muted);font-weight:400}.check{display:grid!important;grid-template-columns:auto 1fr;align-items:start}.check input{width:auto}.check a{text-decoration:underline}.auth-switch{text-align:center;font-size:13px;margin:22px 0 0!important}.auth-switch a{color:var(--acid);font-weight:900}.account-orders{display:grid;gap:10px}.account-orders article{display:grid;grid-template-columns:1.4fr .7fr .7fr auto;align-items:center;gap:20px;padding:20px;border:1px solid var(--line);background:var(--panel);border-radius:12px}.account-orders article span{color:var(--muted);font-size:11px;text-transform:uppercase}.account-orders article h3{margin:3px 0;font-size:16px}.account-orders article p{margin:0;color:var(--muted);font-size:12px}.account-orders article>div{display:flex;flex-direction:column}.legal-content{max-width:820px}.legal-content section{margin-bottom:38px}.legal-content h2{font-size:28px}.legal-content p{color:#c4c7cf;line-height:1.85}.legal-warning{margin-top:50px;padding:20px;border:1px solid #6f5628;background:#261f12;border-radius:12px;color:#f4d89e}.legal-warning p{margin-bottom:0;color:inherit}
.store-footer{background:#050609;border-top:1px solid var(--line);padding:66px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand img{width:170px}.footer-brand>p{max-width:420px;color:var(--muted);font-size:14px}.footer-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.footer-badges span{border:1px solid var(--line);border-radius:7px;padding:6px 8px;color:#c8cbd2;font-size:10px}.footer-grid h2{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#767c88;margin:0 0 18px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:13px}.footer-grid>div:not(.footer-brand) a:hover{color:var(--acid)}.footer-grid>div:not(.footer-brand) p{color:var(--muted);margin:0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:50px;border-top:1px solid var(--line);font-size:11px;color:#777d88}
@media(max-width:1050px){.store-header__main{grid-template-columns:160px 1fr auto;gap:16px}.header-tool{display:none}.hero__grid{min-height:560px}.hero h1{font-size:56px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-grid--catalog{grid-template-columns:repeat(2,1fr)}.category-card{min-height:390px}.cart-layout,.checkout-layout{grid-template-columns:1fr 340px}.product-detail__grid{gap:32px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:28px}}
@media(max-width:780px){:root{--shell:min(100% - 24px,1200px)}.announcement__center{display:none}.store-header__main{min-height:66px;grid-template-columns:1fr auto}.brand img{width:130px;height:40px}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.header-tools{grid-column:2;grid-row:1}.header-tool{display:none}.menu-toggle{display:block}.store-nav{display:none}.mobile-nav:not([hidden]){display:block}.store-header{position:relative}.hero__grid{grid-template-columns:1fr;padding-block:44px}.hero h1{font-size:49px}.hero__visual{min-height:360px}.hero__visual img{max-height:340px}.hero__proof{gap:16px}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.trust-strip__grid div{border-bottom:1px solid var(--line)}.section{padding-block:60px}.section-heading{align-items:start;flex-direction:column}.category-grid{grid-template-columns:1fr}.category-card{min-height:0}.category-card img{height:240px}.product-grid,.product-grid--catalog{grid-template-columns:repeat(2,1fr)}.custom-banner{grid-template-columns:1fr;padding:30px}.custom-banner img{height:260px}.service-grid{grid-template-columns:1fr}.catalog-layout{grid-template-columns:1fr;gap:22px}.filters{position:static;display:flex;gap:6px;overflow:auto}.filters h2,.filter-help{display:none}.filters>a{white-space:nowrap;border:1px solid var(--line)}.product-detail__grid,.product-body{grid-template-columns:1fr}.product-gallery__main{min-height:390px}.product-body{gap:28px;padding-top:50px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.checkout-summary{order:-1}.cart-item{grid-template-columns:100px 1fr}.cart-item>a img{width:80px}.cart-item>strong{grid-column:2;text-align:right}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.account-orders article{grid-template-columns:1fr 1fr}.account-orders article>strong{text-align:right}.account-head{align-items:flex-start;gap:20px}.account-head .button{min-height:42px}}
@media(max-width:520px){.announcement__inner{font-size:9px}.announcement a{display:none}.cart-tool span{display:none}.hero h1{font-size:42px}.hero__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero__note{right:0}.trust-strip__grid{grid-template-columns:1fr}.trust-strip__grid div{padding-left:0}.product-grid,.product-grid--catalog{grid-template-columns:1fr}.product-card__image{height:300px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.product-promises{grid-template-columns:1fr}.buy-box{grid-template-columns:auto 70px 1fr}.cart-item{grid-template-columns:76px 1fr;padding:12px}.cart-item>a{padding:5px}.cart-item>a img{width:66px;height:70px}.cart-item__actions{flex-direction:column;align-items:flex-start;gap:5px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.result-card dl div{flex-direction:column}.result-actions{flex-direction:column}.account-orders article{grid-template-columns:1fr 1fr}.account-orders article>div:first-child{grid-column:1/-1}.auth-card{padding:24px}.checkout-form fieldset{padding:18px}}
