:root{--brand:#bd1522;--brand-dark:#9f111c;--brand-soft:#fff0f2;--ink:#17191d;--muted:#747983;--surface:#f6f7f8;--line:#e9ebee;--radius:24px;--shadow:0 18px 60px rgba(20,22,26,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Manrope',sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.container-xl{max-width:1440px}.btn{border-radius:14px;font-weight:700}.btn-brand{background:var(--brand);border-color:var(--brand);color:#fff}.btn-brand:hover,.btn-brand:focus{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.btn-light-soft{background:var(--surface);border:1px solid var(--line);color:var(--ink)}.btn-light-soft:hover{background:#eef0f2}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800;color:var(--brand)}
.install-app-banner{background:var(--ink);color:#fff;position:relative;z-index:1080}.install-app-banner__inner{min-height:70px;display:flex;align-items:center;gap:12px;padding-top:10px;padding-bottom:10px}.install-app-banner__close{border:0;background:transparent;color:#fff;opacity:.7;padding:6px}.install-app-banner__icon{width:42px;height:42px;background:#fff;border-radius:12px;display:grid;place-items:center;overflow:hidden}.install-app-banner__icon img{width:34px;height:34px;object-fit:contain}.install-app-banner__copy{display:flex;flex-direction:column;min-width:0}.install-app-banner__copy strong{font-size:14px}.install-app-banner__copy span{font-size:12px;color:#bfc3ca}.install-app-banner .btn{white-space:nowrap}
.site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(20px);border-bottom:1px solid rgba(233,235,238,.9);z-index:1030}.site-header__row{height:82px;display:flex;align-items:center;gap:14px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img{display:block;width:138px;height:44px;object-fit:contain;object-position:left center}.catalog-button{height:48px;border:0;border-radius:15px;background:var(--brand);color:#fff;padding:0 18px;align-items:center;gap:9px;font-weight:800}.header-search{height:48px;flex:1;display:flex;align-items:center;background:var(--surface);border:1px solid transparent;border-radius:16px;padding:0 16px;gap:10px;transition:.2s}.header-search:focus-within{background:#fff;border-color:#d7d9de;box-shadow:0 0 0 4px rgba(189,21,34,.06)}.header-search i{color:#7b8088}.header-search input{width:100%;border:0;outline:0;background:transparent;font-size:14px}.header-actions{align-items:center;gap:2px}.header-action{position:relative;min-width:70px;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px;color:#35383d;font-size:11px;font-weight:700}.header-action i{font-size:20px}.cart-badge,.mobile-nav__icon b{position:absolute;background:var(--brand);color:#fff;border-radius:99px;min-width:18px;height:18px;padding:0 5px;font-size:10px;display:grid;place-items:center;line-height:1}
.hero-section{padding:28px 0 12px}.hero-card{min-height:460px;border-radius:34px;background:linear-gradient(135deg,#f5f6f7 0%,#f1f2f4 48%,#fff0f2 100%);overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;position:relative}.hero-card__content{padding:64px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2}.hero-card h1{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em;font-weight:800;margin:12px 0 24px;max-width:760px}.hero-card p{max-width:610px;font-size:18px;line-height:1.65;color:var(--muted);margin-bottom:30px}.hero-card__actions{display:flex;gap:10px;flex-wrap:wrap}.hero-card__visual{position:relative;min-height:420px}.hero-mark{position:absolute;right:-20px;bottom:-130px;width:520px;height:520px;background:var(--brand);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:260px;font-weight:800;letter-spacing:-.12em;box-shadow:0 30px 80px rgba(189,21,34,.25)}.hero-pill{position:absolute;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow);border-radius:99px;padding:13px 17px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px}.hero-pill i{color:var(--brand)}.hero-pill--one{top:70px;right:50px}.hero-pill--two{top:150px;left:10px}.hero-pill--three{bottom:74px;left:50px}
.section-block{padding:64px 0}.section-block--soft{background:var(--surface)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head h2{font-size:34px;letter-spacing:-.035em;margin:5px 0 0;font-weight:800}.section-head>a{font-size:13px;font-weight:800;color:#53575f}.section-head>a i{margin-left:6px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card{min-height:210px;border-radius:24px;background:var(--surface);position:relative;overflow:hidden;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(20,22,26,.08)}.category-card__name{font-size:18px;font-weight:800;max-width:80%;position:relative;z-index:2}.category-card__count{font-size:12px;color:var(--muted);position:relative;z-index:2}.category-card__image{position:absolute;width:62%;height:70%;right:-6%;bottom:-6%;object-fit:contain}.category-card--skeleton{background:linear-gradient(90deg,#f4f5f6,#eceef0,#f4f5f6);background-size:200% 100%;animation:shimmer 1.3s infinite}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;min-width:0;display:flex;flex-direction:column;transition:.2s}.section-block--soft .product-card{border-color:transparent}.product-card:hover{box-shadow:0 14px 38px rgba(20,22,26,.08);transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1/1;background:#fff;padding:14px;display:block;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:.25s}.product-card:hover .product-card__media img{transform:scale(1.025)}.discount-badge{position:absolute;top:12px;left:12px;background:var(--brand);color:#fff;border-radius:10px;padding:6px 8px;font-size:11px;font-weight:800}.product-card__body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__name{font-size:14px;font-weight:700;line-height:1.4;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__unit{font-size:11px;color:var(--muted)}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto}.product-price{display:flex;flex-direction:column}.product-price strong{font-size:18px;line-height:1;font-weight:800}.product-price del{font-size:11px;color:#9ca0a7;margin-top:4px}.product-add{width:42px;height:42px;border:0;border-radius:13px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:18px;flex:0 0 42px}.qty-control{display:flex;align-items:center;background:var(--brand);color:#fff;border-radius:13px;height:42px;overflow:hidden}.qty-control button{width:35px;height:42px;border:0;background:transparent;color:#fff}.qty-control span{font-size:11px;font-weight:800;min-width:42px;text-align:center}.promo-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.promo-card{aspect-ratio:2.65/1;border-radius:24px;overflow:hidden;background:var(--surface);position:relative;display:block}.promo-card img{width:100%;height:100%;object-fit:cover}.promo-card__fallback{height:100%;padding:28px;background:var(--brand);color:#fff;display:flex;align-items:flex-end;font-size:26px;font-weight:800}
.catalog-page,.product-page{padding:48px 0 90px}.page-head{margin-bottom:28px}.page-head h1{font-size:48px;letter-spacing:-.045em;font-weight:800;margin:6px 0}.page-head p{color:var(--muted)}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.category-chips{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding-bottom:2px}.category-chips::-webkit-scrollbar{display:none}.category-chip{border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 14px;white-space:nowrap;font-size:12px;font-weight:700}.category-chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.catalog-sort{max-width:210px;border-radius:14px;border-color:var(--line);font-size:13px}.catalog-more{text-align:center;padding-top:34px}.back-link{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:700;margin-bottom:24px}.product-view{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:64px}.product-view__media{aspect-ratio:1/1;background:var(--surface);border-radius:30px;display:grid;place-items:center;padding:40px}.product-view__media img{width:100%;height:100%;object-fit:contain}.product-view__info{padding:30px 0}.product-view__info h1{font-size:42px;line-height:1.08;letter-spacing:-.04em;font-weight:800}.product-view__desc{color:var(--muted);line-height:1.7}.product-view__buy{margin-top:26px;padding-top:26px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px}.product-view__buy .product-price strong{font-size:30px}.product-view__buy .product-add{width:auto;padding:0 22px;display:flex;gap:8px;font-weight:800}
.cart-offcanvas{width:min(460px,100vw)!important}.offcanvas-header{padding:24px 24px 12px}.offcanvas-title{font-weight:800}.offcanvas-body{padding:16px 24px}.cart-empty{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;color:var(--muted)}.cart-empty i{font-size:38px;color:#b7bbc2}.cart-empty strong{color:var(--ink);font-size:18px}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item__img{width:74px;height:74px;object-fit:contain;background:var(--surface);border-radius:15px}.cart-item__name{font-size:13px;font-weight:700;line-height:1.35}.cart-item__meta{font-size:11px;color:var(--muted);margin-top:4px}.cart-item__actions{display:flex;align-items:center;gap:8px;margin-top:10px}.cart-item__actions button{width:30px;height:30px;border:0;border-radius:9px;background:var(--surface)}.cart-item__actions span{font-size:12px;font-weight:800}.cart-item__sum{font-size:13px;font-weight:800;white-space:nowrap}.cart-summary{padding:18px 24px max(22px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff}.cart-summary>div{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px}.cart-summary__total{font-size:18px!important;margin:15px 0!important}.cart-summary__total strong{font-size:20px}.site-footer{background:#17191d;color:#fff;padding:54px 0 24px;margin-top:30px}.brand--footer img{filter:brightness(0) invert(1);width:130px}.site-footer p{color:#9ea3ab;max-width:380px;font-size:13px;margin:16px 0 0}.site-footer__grid{display:grid;grid-template-columns:1fr auto;gap:40px}.site-footer__links{display:flex;gap:24px;font-size:13px;font-weight:700;align-items:start}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:20px;color:#777c84;font-size:12px}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:1020;height:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr)}.mobile-nav a,.mobile-nav button{border:0;background:transparent;color:#858a93;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;font-size:10px;font-weight:700}.mobile-nav i{font-size:20px}.mobile-nav .active{color:var(--brand)}.mobile-nav__icon{position:relative}.mobile-nav__icon b{top:-8px;right:-13px}.skeleton-box,.skeleton-line{background:linear-gradient(90deg,#f4f5f6,#eceef0,#f4f5f6);background-size:200% 100%;animation:shimmer 1.3s infinite}.skeleton-line{height:14px;border-radius:9px;margin:15px 0}.skeleton-line.big{height:34px}.product-card--skeleton{height:370px;background:linear-gradient(90deg,#f4f5f6,#eceef0,#f4f5f6);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:22px}@keyframes shimmer{to{background-position:-200% 0}}
@media(max-width:1199.98px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid>.category-card:nth-child(n+5){display:none}.hero-card__content{padding:48px}.hero-mark{width:430px;height:430px;font-size:220px}.hero-pill--two{left:-10px}}
@media(max-width:991.98px){.site-header__row{height:72px}.brand img{width:118px}.hero-card{grid-template-columns:1fr;min-height:auto}.hero-card__content{padding:48px}.hero-card__visual{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid>.category-card:nth-child(n+4){display:none}.product-view{grid-template-columns:1fr 1fr;gap:30px}.product-view__info h1{font-size:34px}}
@media(max-width:767.98px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.install-app-banner__inner{padding-left:10px;padding-right:10px;gap:8px}.install-app-banner__close{order:5}.install-app-banner__copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.install-app-banner__icon{width:38px;height:38px}.site-header__row{height:66px;gap:9px}.brand img{width:104px;height:36px}.header-search{height:42px;border-radius:13px;padding:0 12px}.header-search input{font-size:13px}.hero-section{padding:12px 0 0}.hero-card{border-radius:24px;min-height:390px;background:linear-gradient(160deg,#f3f4f5,#fff0f2)}.hero-card__content{padding:30px 22px;justify-content:flex-end}.hero-card h1{font-size:42px;max-width:340px}.hero-card p{font-size:14px;line-height:1.55;margin-bottom:22px}.hero-card__actions .btn{font-size:13px;padding:12px 16px}.section-block{padding:42px 0}.section-head{align-items:center;margin-bottom:18px}.section-head h2{font-size:26px}.section-head>a{font-size:11px}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-grid>.category-card:nth-child(n){display:flex}.category-card{flex:0 0 170px;min-height:175px;scroll-snap-align:start;padding:16px;border-radius:20px}.category-card__name{font-size:15px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{border-radius:17px}.product-card__media{padding:8px}.product-card__body{padding:11px;gap:6px}.product-card__name{font-size:12px;min-height:34px}.product-price strong{font-size:15px}.product-add{width:36px;height:36px;flex-basis:36px;border-radius:11px}.qty-control{height:36px;border-radius:11px}.qty-control button{width:28px;height:36px}.qty-control span{min-width:34px;font-size:10px}.promo-track{display:flex;overflow-x:auto;gap:10px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.promo-track::-webkit-scrollbar{display:none}.promo-card{flex:0 0 88%;aspect-ratio:2.3/1;border-radius:19px}.catalog-page,.product-page{padding:30px 0 50px}.page-head h1{font-size:36px}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-sort{max-width:none}.product-view{grid-template-columns:1fr;gap:20px}.product-view__media{border-radius:22px;padding:20px}.product-view__info{padding:0}.product-view__info h1{font-size:29px}.product-view__buy{position:sticky;bottom:calc(74px + env(safe-area-inset-bottom));background:#fff;margin-left:-12px;margin-right:-12px;padding:14px 12px;border-top:1px solid var(--line);z-index:10}.site-footer{padding-bottom:95px}.site-footer__grid{grid-template-columns:1fr}.site-footer__links{flex-direction:column;gap:12px}.toast-container{bottom:76px!important}.container-xl{padding-left:12px;padding-right:12px}}
@media(max-width:390px){.brand img{width:94px}.header-search{padding:0 10px}.install-app-banner__copy{max-width:125px}.install-app-banner__copy span{max-width:115px}}

/* ===== Stage 2: Catalog / search ===== */
.header-search{position:relative}.header-search__clear{border:0;background:transparent;color:#9b9fa6;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;flex:0 0 30px}.header-search__clear:hover{background:#eef0f2;color:var(--ink)}
.search-suggest{position:absolute;left:0;right:0;top:calc(100% + 10px);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 60px rgba(22,27,35,.14);padding:10px;z-index:1100;max-height:min(650px,70vh);overflow:auto}.search-suggest__label{padding:8px 10px 5px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.search-suggest__category{display:grid;grid-template-columns:28px 1fr 16px;align-items:center;gap:8px;padding:10px;border-radius:12px;font-size:12px;font-weight:700}.search-suggest__category:hover,.search-suggest__product:hover{background:var(--surface)}.search-suggest__category>i:first-child{width:28px;height:28px;border-radius:8px;background:#fff0f2;color:var(--brand);display:grid;place-items:center}.search-suggest__category>i:last-child{font-size:10px;color:#afb3ba}.search-suggest__product{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:10px;padding:8px 10px;border-radius:13px}.search-suggest__product img{width:46px;height:46px;border-radius:11px;background:var(--surface);object-fit:contain}.search-suggest__product span{min-width:0;display:flex;flex-direction:column;gap:3px}.search-suggest__product strong{font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest__product small{font-size:11px;color:var(--brand);font-weight:800}.search-suggest__all{margin-top:5px;padding:11px 10px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);font-size:12px;font-weight:800}.search-suggest__loading,.search-suggest__empty{padding:18px 10px;color:var(--muted);font-size:12px;text-align:center}
.catalog-page--v2{padding-top:28px}.catalog-breadcrumb{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;margin-bottom:25px;min-height:18px}.catalog-breadcrumb a:hover{color:var(--brand)}.catalog-breadcrumb i{font-size:8px;color:#c0c3c8}.catalog-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.catalog-head-count{font-size:12px;color:var(--muted);font-weight:700;padding-bottom:8px}.catalog-layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:34px;align-items:start}.catalog-sidebar__sticky{position:sticky;top:105px;display:flex;flex-direction:column;gap:14px}.catalog-panel{border:1px solid var(--line);border-radius:20px;background:#fff;padding:12px}.catalog-panel__title{font-size:12px;font-weight:800;padding:5px 5px 10px}.category-tree__all,.category-tree__link{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:11px;padding:9px 10px;font-size:11px;font-weight:700;color:#555b64}.category-tree__all:hover,.category-tree__link:hover{background:var(--surface);color:var(--ink)}.category-tree__all.active,.category-tree__link.active{background:#fff0f2;color:var(--brand)}.category-tree__link small{font-size:9px;color:#aaaeb5;font-weight:700}.category-tree__link.active small{color:var(--brand)}.category-tree__children{margin-left:12px;padding-left:7px;border-left:1px solid #eceef1}.category-tree__node--d1>.category-tree__link{font-size:10.5px}.category-tree__node--d2>.category-tree__link{font-size:10px}.catalog-filter-panel{padding:14px}.filter-check{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700;margin:2px 0 18px;cursor:pointer}.filter-check .form-check-input{margin:0;box-shadow:none}.filter-check .form-check-input:checked{background-color:var(--brand);border-color:var(--brand)}.filter-label{font-size:10px;color:var(--muted);font-weight:700;margin-bottom:7px}.filter-price-row{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:13px}.filter-price-row .form-control{height:40px;border-radius:11px;border-color:var(--line);font-size:11px}.catalog-filter-panel .btn-brand,.catalog-panel--mobile .btn-brand{height:40px;border-radius:11px;font-size:11px}.catalog-reset{font-size:10px;color:var(--muted);text-decoration:none;margin-top:4px}.catalog-reset:hover{color:var(--brand)}.catalog-content{min-width:0}.catalog-desktop-toolbar{align-items:center;justify-content:space-between;min-height:43px;margin-bottom:18px;gap:20px}.catalog-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.catalog-active-filters button{border:0;border-radius:99px;background:var(--surface);padding:8px 10px 8px 12px;font-size:10px;font-weight:700;color:#555b64}.catalog-active-filters button i{font-size:12px;margin-left:3px}.catalog-desktop-toolbar .catalog-sort{max-width:230px;height:42px}.catalog-subcategories{display:flex;gap:8px;overflow:auto;scrollbar-width:none;margin-bottom:18px;padding-bottom:2px}.catalog-subcategories::-webkit-scrollbar{display:none}.catalog-subcategory{flex:0 0 auto;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:13px;padding:10px 12px;font-size:10px;font-weight:750;background:#fff}.catalog-subcategory:hover{border-color:#d9dce0;background:var(--surface)}.catalog-subcategory small{color:#a1a5ac;font-size:9px}.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.catalog-empty,.catalog-error{grid-column:1/-1;min-height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:7px;color:var(--muted)}.catalog-empty i,.catalog-error i{font-size:34px;color:#b5b9c0}.catalog-empty strong,.catalog-error strong{font-size:17px;color:var(--ink)}.catalog-empty span,.catalog-error span{font-size:11px}.catalog-mobile-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(145px,.7fr);gap:8px;margin-bottom:14px}.catalog-filter-button{height:43px;border:1px solid var(--line);background:#fff;border-radius:13px;font-size:11px;font-weight:800;position:relative}.catalog-filter-button i{margin-right:4px}.filter-dot{position:absolute;right:9px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--brand)}.catalog-filter-offcanvas{width:min(360px,90vw)!important}.catalog-filter-offcanvas .offcanvas-title{font-size:20px}.catalog-panel--mobile{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:10px 0 22px;margin-bottom:12px}.catalog-panel--mobile .category-tree__all,.catalog-panel--mobile .category-tree__link{padding:11px 8px;font-size:12px}.catalog-panel--mobile .category-tree__children{margin-left:15px}.catalog-panel--mobile .filter-check{font-size:13px}.catalog-panel--mobile .filter-label{font-size:11px}.catalog-panel--mobile .filter-price-row .form-control{height:44px;font-size:13px}.catalog-panel--mobile .btn-brand{height:46px;font-size:12px;margin-top:4px}
@media(max-width:1199.98px){.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:24px}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991.98px){.catalog-layout{display:block}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-page-head{margin-bottom:18px}.catalog-head-count{display:none!important}}
@media(max-width:767.98px){.search-suggest{position:fixed;left:8px;right:8px;top:auto;margin-top:8px;max-height:60vh;border-radius:17px}.catalog-page--v2{padding-top:18px}.catalog-breadcrumb{margin-bottom:16px}.catalog-page-head{align-items:start}.catalog-page-head h1{font-size:31px;margin-bottom:4px}.catalog-page-head p{font-size:11px;margin:0}.catalog-mobile-toolbar .catalog-sort{height:43px;border-radius:13px;font-size:10px;padding-left:10px}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog-subcategories{margin-right:-12px;padding-right:12px}.catalog-subcategory{padding:9px 11px}.catalog-more{padding-top:22px}.catalog-more .btn{font-size:12px;padding:11px 18px}.catalog-empty,.catalog-error{min-height:260px}.catalog-breadcrumb{overflow:hidden;white-space:nowrap}.catalog-breadcrumb a,.catalog-breadcrumb span{overflow:hidden;text-overflow:ellipsis;max-width:120px}}

/* Stage 3 — product detail */
.product-detail-page{padding-top:28px}.product-breadcrumbs{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:26px;color:var(--muted);font-size:12px;font-weight:650;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.product-breadcrumbs::-webkit-scrollbar{display:none}.product-breadcrumbs a{color:#6f747d}.product-breadcrumbs a:hover{color:var(--ink)}.product-breadcrumbs i{font-size:9px;color:#b3b7bd}.product-breadcrumbs span{overflow:hidden;text-overflow:ellipsis;color:#989ca3}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.78fr);gap:72px;align-items:start}.product-detail__gallery{min-width:0;position:sticky;top:112px}.product-gallery-main{position:relative;aspect-ratio:1/1;border-radius:32px;background:#f7f8f9;display:grid;place-items:center;padding:54px;overflow:hidden}.product-gallery-main>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-detail-discount{position:absolute;z-index:2;top:20px;left:20px;border-radius:12px;background:var(--brand);color:#fff;padding:8px 11px;font-size:13px;font-weight:800}.product-gallery-zoom{position:absolute;z-index:2;right:18px;top:18px;width:42px;height:42px;border:1px solid rgba(20,22,26,.07);border-radius:13px;background:rgba(255,255,255,.9);display:grid;place-items:center;font-size:16px;backdrop-filter:blur(12px);transition:.18s}.product-gallery-zoom:hover{transform:scale(1.04);background:#fff}.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px;scrollbar-width:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{width:78px;height:78px;flex:0 0 78px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:7px;transition:.18s}.product-gallery-thumb img{width:100%;height:100%;object-fit:contain}.product-gallery-thumb.active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.product-detail__info{padding:18px 0 0;min-width:0}.product-detail-meta{font-size:12px;color:var(--muted);font-weight:700;margin-bottom:12px}.product-detail__info h1{font-size:44px;line-height:1.08;letter-spacing:-.045em;font-weight:800;margin:0 0 16px;overflow-wrap:anywhere}.product-detail-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750}.product-detail-status.is-stock{background:#edf8f0;color:#2d7741}.product-detail-status.is-out{background:#f4f4f5;color:#7b7f86}.product-detail-status i{font-size:12px}.product-detail-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:32px}.product-detail-price strong{font-size:38px;line-height:1;font-weight:850;letter-spacing:-.035em}.product-detail-price del{font-size:16px;color:#a2a6ad}.product-detail-price span{font-size:12px;color:var(--muted);font-weight:650}.product-detail-saving{display:inline-flex;margin-top:10px;border-radius:9px;background:#fff0f1;color:var(--brand);padding:6px 9px;font-size:11px;font-weight:800}.product-purchase-card{margin-top:28px;border:1px solid var(--line);border-radius:24px;padding:18px;background:#fff;box-shadow:0 16px 42px rgba(20,22,26,.055)}.product-purchase-card__top{display:flex;align-items:center;gap:30px;padding:0 2px 16px}.product-purchase-card__top>div{display:flex;flex-direction:column;gap:3px}.product-purchase-card__top span{font-size:10px;color:var(--muted)}.product-purchase-card__top strong{font-size:12px;font-weight:800}.product-detail-add{width:100%;height:56px;border:0;border-radius:16px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:800;transition:.18s}.product-detail-add:hover:not(:disabled){filter:brightness(.94);transform:translateY(-1px)}.product-detail-add:disabled{background:#e7e9ec;color:#969ba3}.product-detail-add i{font-size:18px}.product-detail-qty{height:56px;border-radius:16px;background:var(--brand);color:#fff;display:grid;grid-template-columns:56px 1fr 56px;align-items:stretch;overflow:hidden}.product-detail-qty button{border:0;background:transparent;color:#fff;font-size:18px}.product-detail-qty button:hover{background:rgba(0,0,0,.07)}.product-detail-qty span{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.15}.product-detail-qty strong{font-size:14px}.product-detail-qty small{font-size:9px;opacity:.72;margin-top:3px}.product-detail-note{display:flex;gap:9px;margin-top:15px;color:var(--muted);font-size:11px;line-height:1.55}.product-detail-note i{font-size:14px;margin-top:1px}.product-content-section{margin-top:72px;padding:42px 0;border-top:1px solid var(--line)}.product-content-grid{display:grid;grid-template-columns:minmax(230px,.42fr) minmax(0,1fr);gap:70px}.product-content-grid h2{font-size:30px;letter-spacing:-.035em;font-weight:800;margin:5px 0 0}.product-description{font-size:15px;line-height:1.8;white-space:pre-line;color:#4f545c;max-width:820px}.product-specs{max-width:760px}.product-spec{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(160px,1fr);gap:30px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.product-spec:first-child{padding-top:0}.product-spec span{color:var(--muted)}.product-spec strong{font-weight:700;text-align:left}.product-related{padding-bottom:26px}.product-related--soft{background:var(--surface);margin-left:calc((100vw - min(100vw,1320px))/2 * -1);margin-right:calc((100vw - min(100vw,1320px))/2 * -1);padding-left:max(12px,calc((100vw - 1296px)/2));padding-right:max(12px,calc((100vw - 1296px)/2));border-radius:34px}.product-not-found{min-height:48vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;color:var(--muted)}.product-not-found>i{font-size:44px;color:#bcc0c6}.product-not-found strong{font-size:21px;color:var(--ink)}.product-not-found a:not(.btn){font-size:13px;font-weight:800;color:var(--brand)}.product-image-modal .modal-content{border:0;border-radius:28px;background:#fff;min-height:min(86vh,900px);position:relative;overflow:hidden}.product-image-modal__close{position:absolute;right:20px;top:20px;z-index:2;width:42px;height:42px;border-radius:50%;background-color:#f3f4f5;opacity:1;padding:13px}.product-image-modal__stage{min-height:min(86vh,900px);padding:58px;display:grid;place-items:center}.product-image-modal__stage img{max-width:100%;max-height:75vh;object-fit:contain}

@media(max-width:1199.98px){.product-detail{gap:42px;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr)}.product-detail__info h1{font-size:38px}.product-gallery-main{padding:38px}}
@media(max-width:991.98px){.product-detail{grid-template-columns:minmax(0,1fr) minmax(330px,.88fr);gap:28px}.product-detail__gallery{top:94px}.product-gallery-main{padding:26px;border-radius:25px}.product-detail__info h1{font-size:32px}.product-detail-price strong{font-size:31px}.product-content-grid{gap:35px}.product-related--soft{border-radius:26px}}
@media(max-width:767.98px){.product-detail-page{padding-top:18px}.product-breadcrumbs{margin-bottom:14px;font-size:10px;gap:6px}.product-detail{grid-template-columns:1fr;gap:20px}.product-detail__gallery{position:static}.product-gallery-main{border-radius:22px;padding:22px;aspect-ratio:1/1}.product-detail-discount{top:12px;left:12px;padding:7px 9px;font-size:11px;border-radius:10px}.product-gallery-zoom{right:11px;top:11px;width:38px;height:38px;border-radius:12px}.product-gallery-thumbs{margin-top:8px;gap:7px}.product-gallery-thumb{width:62px;height:62px;flex-basis:62px;border-radius:13px}.product-detail__info{padding:0}.product-detail-meta{font-size:10px;margin-bottom:9px}.product-detail__info h1{font-size:28px;line-height:1.12;margin-bottom:12px}.product-detail-price{margin-top:24px;gap:8px}.product-detail-price strong{font-size:30px}.product-detail-price del{font-size:13px}.product-purchase-card{margin-top:20px;border-radius:19px;padding:13px;box-shadow:none}.product-purchase-card__top{padding:0 2px 12px}.product-detail-add,.product-detail-qty{height:52px;border-radius:14px}.product-detail-qty{grid-template-columns:50px 1fr 50px}.product-content-section{margin-top:42px;padding:30px 0}.product-content-grid{grid-template-columns:1fr;gap:18px}.product-content-grid h2{font-size:25px}.product-description{font-size:13px;line-height:1.75}.product-spec{grid-template-columns:1fr auto;gap:18px;font-size:12px}.product-spec strong{text-align:right}.product-related{padding-top:38px}.product-related .section-head h2{font-size:24px}.product-related .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.product-related .product-grid::-webkit-scrollbar{display:none}.product-related .product-card{flex:0 0 158px;scroll-snap-align:start}.product-related--soft{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px;border-radius:0}.product-image-modal .modal-dialog{margin:0;min-height:100%;max-width:none}.product-image-modal .modal-content{border-radius:0;min-height:100vh}.product-image-modal__stage{min-height:100vh;padding:52px 18px}.product-image-modal__stage img{max-height:84vh}}

/* Stage 4 — cart, checkout and auth */
.cart-offcanvas__full{display:block;text-align:center;margin-top:10px;font-size:12px;font-weight:750;color:var(--muted)}.cart-offcanvas__full:hover{color:var(--ink)}
.cart-page,.checkout-page{padding-top:28px}.cart-page__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.cart-page__head h1,.checkout-page__head h1{font-size:42px;line-height:1.05;letter-spacing:-.045em;font-weight:800;margin:5px 0 0}.cart-clear{border:0;background:transparent;color:#93979e;font-size:12px;font-weight:750;padding:8px}.cart-clear:hover{color:var(--brand)}
.cart-page__layout,.checkout-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:38px;align-items:start}.cart-page__items{min-width:0}.cart-page-item{display:grid;grid-template-columns:124px minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-page-item:first-child{padding-top:0}.cart-page-item__image{width:124px;height:124px;border-radius:20px;background:var(--surface);padding:13px;display:grid;place-items:center}.cart-page-item__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cart-page-item__content{min-width:0}.cart-page-item__name{display:block;font-size:16px;line-height:1.35;font-weight:800;margin-bottom:5px}.cart-page-item__content>span{font-size:11px;color:var(--muted);font-weight:650}.cart-page-item__qty{display:inline-grid;grid-template-columns:38px minmax(70px,auto) 38px;height:38px;margin-top:16px;border-radius:12px;background:var(--surface);overflow:hidden;align-items:stretch}.cart-page-item__qty button{border:0;background:transparent;font-size:14px}.cart-page-item__qty button:hover{background:#eceef0}.cart-page-item__qty strong{display:grid;place-items:center;font-size:11px}.cart-page-item__right{align-self:stretch;min-width:110px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:7px 0}.cart-page-item__right>strong{font-size:17px;font-weight:850}.cart-page-item__right button{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#a4a8ae}.cart-page-item__right button:hover{background:#fff0f1;color:var(--brand)}
.checkout-summary-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:22px;box-shadow:0 18px 55px rgba(20,22,26,.055)}.cart-page__summary,.checkout-page__summary{position:sticky;top:108px}.checkout-summary-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.checkout-summary-card__head>span{font-size:18px;font-weight:850}.checkout-summary-card__head small{font-size:10px;color:var(--muted);font-weight:700}.checkout-summary-line{display:flex;justify-content:space-between;gap:20px;padding:8px 0;font-size:12px}.checkout-summary-line span{color:var(--muted)}.checkout-summary-line strong{font-weight:750}.checkout-summary-line.total{border-top:1px solid var(--line);margin-top:10px;padding:18px 0}.checkout-summary-line.total span{font-size:14px;color:var(--ink);font-weight:800}.checkout-summary-line.total strong{font-size:21px;font-weight:850}.checkout-delivery-note{border-radius:12px;background:#f2f8f3;color:#397349;padding:10px 12px;margin:7px 0 8px;font-size:10px;font-weight:700;line-height:1.45}.cart-continue{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;color:var(--muted);font-size:11px;font-weight:750}.cart-page-empty{min-height:330px;border:1px dashed #dadde1;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:30px;color:var(--muted)}.cart-page-empty>i{font-size:39px;color:#b9bdc3}.cart-page-empty>strong{font-size:18px;color:var(--ink)}.cart-page-empty>span:not(.spinner-border){font-size:12px}.cart-page-empty .btn{margin-top:10px}.cart-page-warning{display:flex;gap:10px;padding:13px 15px;border-radius:15px;background:#fff8e7;color:#80631a;margin-bottom:17px;font-size:11px;font-weight:700}.cart-page-warning>div{display:flex;flex-direction:column;gap:4px}
.checkout-page__head{max-width:700px;margin-bottom:30px}.checkout-page__head p{margin:10px 0 0;color:var(--muted);font-size:13px}.checkout-form-column{display:flex;flex-direction:column;gap:15px}.checkout-card{border:1px solid var(--line);border-radius:24px;padding:24px;background:#fff}.checkout-card__head{display:flex;gap:13px;align-items:flex-start;margin-bottom:22px}.checkout-card__head>div:first-child{width:28px;height:28px;flex:0 0 28px;border-radius:9px;background:var(--ink);color:#fff;display:grid;place-items:center}.checkout-card__head>div:first-child span{font-size:10px;font-weight:850}.checkout-card__head h2{font-size:17px;font-weight:850;margin:1px 0 3px}.checkout-card__head p{font-size:10px;color:var(--muted);margin:0}.checkout-fields{padding-left:41px}.checkout-field{display:block}.checkout-field>span{display:block;margin:0 0 7px;font-size:10px;color:#747981;font-weight:750}.checkout-field .form-control{min-height:48px;border:1px solid var(--line);border-radius:13px;background:#fafafa;font-size:12px;padding:12px 14px;box-shadow:none}.checkout-field textarea.form-control{min-height:90px;resize:vertical}.checkout-field .form-control:focus{background:#fff;border-color:#b8bbc0;box-shadow:0 0 0 3px rgba(23,25,29,.05)}.checkout-phone-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.checkout-code-btn{height:48px;padding:0 17px;font-size:11px}.checkout-code-box{margin-top:12px;border-radius:16px;background:var(--surface);padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.checkout-code-box[hidden]{display:none}.checkout-code-box .btn{height:48px;font-size:11px}.checkout-code-box>small{grid-column:1/-1;color:var(--muted);font-size:10px}.checkout-authorized{display:flex;align-items:center;gap:11px;border-radius:15px;background:#eff8f1;padding:13px 14px;color:#326d43}.checkout-authorized[hidden]{display:none}.checkout-authorized>i{font-size:19px}.checkout-authorized>div{display:flex;flex-direction:column;flex:1}.checkout-authorized small{font-size:9px;opacity:.75}.checkout-authorized strong{font-size:12px}.checkout-authorized button{border:0;background:transparent;color:#5e7e67;font-size:10px;font-weight:750}.checkout-info{display:flex;gap:9px;margin-top:12px;color:var(--muted);font-size:10px;line-height:1.5}.checkout-info i{font-size:14px}.checkout-payment{padding-left:41px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-payment__item{border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px;display:grid;grid-template-columns:28px minmax(0,1fr) 18px;gap:10px;text-align:left;align-items:center}.checkout-payment__item>i:first-child{font-size:19px}.checkout-payment__item>i:last-child{color:#d4d6da}.checkout-payment__item span{display:flex;flex-direction:column}.checkout-payment__item strong{font-size:11px}.checkout-payment__item small{font-size:9px;color:var(--muted);margin-top:2px}.checkout-payment__item.active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.checkout-payment__item.active>i:last-child{color:var(--brand)}.checkout-summary-items{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid var(--line)}.checkout-summary-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:9px;align-items:center}.checkout-summary-item img{width:42px;height:42px;object-fit:contain;border-radius:10px;background:var(--surface);padding:4px}.checkout-summary-item span{min-width:0;display:flex;flex-direction:column}.checkout-summary-item span strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-summary-item span small{font-size:8px;color:var(--muted)}.checkout-summary-item>b{font-size:10px}.checkout-summary-more{text-align:center;color:var(--muted);font-size:9px}.checkout-issues{display:flex;flex-direction:column;gap:6px;background:#fff7e6;color:#806319;border-radius:13px;padding:11px;margin:0 0 12px}.checkout-issues span{display:flex;gap:7px;font-size:9px;line-height:1.4}.checkout-submit-note{display:block;text-align:center;color:#999da4;font-size:8px;line-height:1.45;margin-top:10px}.checkout-empty{grid-column:1/-1}.checkout-success{max-width:630px;margin:52px auto 100px;text-align:center;border:1px solid var(--line);border-radius:30px;padding:52px 40px}.checkout-success__icon{width:66px;height:66px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#edf8f0;color:#2f7a43;font-size:28px}.checkout-success h2{font-size:31px;font-weight:850;letter-spacing:-.04em;margin:5px 0 8px}.checkout-success p{font-size:12px;color:var(--muted)}.checkout-success__total{display:flex;justify-content:center;gap:10px;align-items:baseline;margin:22px 0}.checkout-success__total span{font-size:10px;color:var(--muted)}.checkout-success__total strong{font-size:21px}.checkout-success[hidden]{display:none}
.auth-modal .modal-dialog{max-width:430px}.auth-modal .modal-content{border:0;border-radius:28px;padding:31px;box-shadow:0 30px 100px rgba(20,22,26,.18);position:relative}.auth-modal__close{position:absolute;right:17px;top:17px}.auth-modal__icon{width:52px;height:52px;border-radius:16px;background:var(--surface);display:grid;place-items:center;font-size:22px;margin-bottom:20px}.auth-modal__icon.is-success{background:#edf8f0;color:#2f7a43}.auth-modal h2{font-size:25px;letter-spacing:-.035em;font-weight:850;margin:5px 0 7px}.auth-modal p{font-size:11px;color:var(--muted);margin-bottom:20px}.auth-modal__status{display:block;min-height:16px;margin-top:8px;color:var(--muted);font-size:9px}.auth-modal__guest[hidden],.auth-modal__account[hidden]{display:none}
@media(max-width:991.98px){.cart-page__layout,.checkout-page__layout{grid-template-columns:minmax(0,1fr) 330px;gap:24px}.cart-page-item{grid-template-columns:105px minmax(0,1fr) auto}.cart-page-item__image{width:105px;height:105px}.checkout-summary-card{padding:18px}}
@media(max-width:767.98px){.cart-page,.checkout-page{padding-top:16px}.cart-page__head{margin-bottom:18px}.cart-page__head h1,.checkout-page__head h1{font-size:30px}.cart-page__layout,.checkout-page__layout{display:block}.cart-page__summary,.checkout-page__summary{position:static;margin-top:20px}.cart-page-item{grid-template-columns:82px minmax(0,1fr) auto;gap:11px;padding:13px 0}.cart-page-item__image{width:82px;height:82px;border-radius:15px;padding:8px}.cart-page-item__name{font-size:12px}.cart-page-item__content>span{font-size:9px}.cart-page-item__qty{height:34px;grid-template-columns:32px minmax(56px,auto) 32px;margin-top:10px;border-radius:10px}.cart-page-item__qty strong{font-size:9px}.cart-page-item__right{min-width:66px}.cart-page-item__right>strong{font-size:12px}.checkout-summary-card{border-radius:20px;box-shadow:none}.cart-page-empty{min-height:260px}.checkout-page__head{margin-bottom:19px}.checkout-page__head p{font-size:11px}.checkout-card{border-radius:19px;padding:16px}.checkout-card__head{margin-bottom:16px}.checkout-card__head h2{font-size:15px}.checkout-fields,.checkout-payment{padding-left:0}.checkout-phone-row{grid-template-columns:1fr}.checkout-code-btn{width:100%}.checkout-code-box{grid-template-columns:1fr}.checkout-code-box .btn{width:100%}.checkout-payment{grid-template-columns:1fr}.checkout-payment__item{padding:12px}.checkout-page__summary{margin-bottom:12px}.checkout-success{margin:20px auto 60px;padding:36px 20px;border-radius:22px}.checkout-success h2{font-size:26px}.auth-modal .modal-dialog{margin:12px}.auth-modal .modal-content{border-radius:23px;padding:25px 18px}.auth-modal h2{font-size:22px}}
/* Stage 5 — account & orders */
.account-page,.orders-page,.order-page{padding-top:42px;min-height:70vh}.account-auth-gate{max-width:650px;margin:50px auto 110px;text-align:center;border:1px solid var(--line);border-radius:30px;padding:54px 36px;background:#fff}.account-auth-gate[hidden]{display:none}.account-auth-gate__icon{width:64px;height:64px;border-radius:20px;background:var(--surface);display:grid;place-items:center;font-size:26px;margin:0 auto 18px}.account-auth-gate h1{font-size:34px;font-weight:850;letter-spacing:-.04em;margin:7px 0 9px}.account-auth-gate p{font-size:12px;color:var(--muted);margin:0 auto 22px;max-width:390px}.account-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.account-hero h1,.orders-head h1{font-size:44px;font-weight:850;letter-spacing:-.045em;margin:5px 0}.account-hero p,.orders-head p{margin:0;color:var(--muted);font-size:12px}.account-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}.account-sidebar{position:sticky;top:108px}.account-nav{display:flex;flex-direction:column;gap:5px;border:1px solid var(--line);padding:8px;border-radius:20px}.account-nav a{min-height:48px;border-radius:13px;display:flex;align-items:center;gap:10px;padding:0 12px;font-size:11px;font-weight:750;color:#565b63}.account-nav a i{font-size:17px}.account-nav a.active,.account-nav a:hover{background:var(--surface);color:var(--ink)}.account-nav a b{margin-left:auto;min-width:21px;height:21px;border-radius:99px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:9px}.account-app-card{margin-top:12px;border-radius:20px;background:var(--ink);color:#fff;padding:20px;display:flex;flex-direction:column;align-items:flex-start}.account-app-card>i{font-size:22px;margin-bottom:15px}.account-app-card strong{font-size:12px}.account-app-card span{font-size:9px;color:#adb1b8;line-height:1.5;margin:5px 0 14px}.account-app-card a{font-size:9px;font-weight:800;color:#fff}.account-main{display:flex;flex-direction:column;gap:18px}.account-panel{border:1px solid var(--line);border-radius:26px;padding:27px;background:#fff}.account-panel__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:23px}.account-panel__head h2{font-size:21px;font-weight:850;letter-spacing:-.025em;margin:4px 0 0}.account-panel__head>a{font-size:10px;font-weight:800;color:#5d626a}.account-saved{font-size:9px;font-weight:750;color:#39804b}.profile-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.profile-form__actions{display:flex;align-items:center;gap:14px;margin-top:18px}.profile-form__actions small{font-size:9px;color:var(--muted);max-width:370px;line-height:1.5}.profile-order-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.profile-order-stats>div{border-radius:17px;background:var(--surface);padding:16px}.profile-order-stats span{display:block;font-size:9px;color:var(--muted);margin-bottom:5px}.profile-order-stats strong{font-size:19px;font-weight:850}.profile-orders-preview{display:flex;flex-direction:column}.account-loading{min-height:90px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:10px}.account-loading--large{min-height:340px}.order-mini{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:15px 0;border-top:1px solid var(--line)}.order-mini:first-child{border-top:0}.order-mini__main{min-width:0}.order-mini__main>div{display:flex;align-items:center;gap:8px;margin-bottom:4px}.order-mini__main strong{font-size:12px}.order-mini__main p{font-size:9px;color:var(--muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-mini__right{text-align:right}.order-mini__right strong{font-size:12px;display:block}.order-mini__right a{font-size:9px;color:var(--muted);font-weight:750}.order-status{display:inline-flex;align-items:center;border-radius:99px;padding:5px 8px;font-size:8px;font-weight:800}.order-status--warning{background:#fff5dc;color:#856716}.order-status--info{background:#eaf7fb;color:#267389}.order-status--primary{background:#eef1ff;color:#4356a6}.order-status--success{background:#ecf8ef;color:#337746}.order-status--danger{background:#fff0f0;color:#a54141}.order-status--secondary{background:#f0f1f2;color:#646971}.orders-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:18px 0 23px}.orders-filter{display:flex;gap:7px;overflow:auto;scrollbar-width:none;margin-bottom:19px}.orders-filter::-webkit-scrollbar{display:none}.orders-filter button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:99px;padding:9px 13px;font-size:9px;font-weight:750}.orders-filter button.active{background:var(--ink);border-color:var(--ink);color:#fff}.orders-list{border:1px solid var(--line);border-radius:25px;padding:0 22px}.order-list-card{display:grid;grid-template-columns:150px minmax(0,1fr) 150px 20px;gap:18px;align-items:center;padding:22px 3px;border-top:1px solid var(--line)}.order-list-card:first-child{border-top:0}.order-list-card__id strong{display:block;font-size:13px;margin-bottom:4px}.order-list-card__id small,.order-list-card__meta span{font-size:9px;color:var(--muted)}.order-list-card__meta{min-width:0}.order-list-card__meta>div{display:flex;align-items:center;gap:7px;margin-bottom:6px}.order-list-card__meta p{font-size:9px;color:var(--muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-list-card__total{text-align:right}.order-list-card__total strong{display:block;font-size:14px}.order-list-card__total small{font-size:8px;color:var(--muted)}.order-list-card>i{color:#a5a9af}.orders-empty{padding:65px 20px;text-align:center;color:var(--muted)}.orders-empty i{font-size:34px;color:#b8bcc2}.orders-empty strong{display:block;color:var(--ink);font-size:16px;margin:8px 0 4px}.orders-empty span{font-size:10px}.order-detail-shell{max-width:1040px;margin:0 auto}.order-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:17px 0 24px}.order-detail-head h1{font-size:40px;font-weight:850;letter-spacing:-.04em;margin:5px 0}.order-detail-head p{font-size:10px;color:var(--muted);margin:0}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;align-items:start}.order-detail-card{border:1px solid var(--line);border-radius:24px;padding:23px;background:#fff}.order-detail-card+.order-detail-card{margin-top:14px}.order-detail-card__title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}.order-detail-card__title h2{font-size:17px;font-weight:850;margin:0}.order-product{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.order-product:first-of-type{border-top:0}.order-product__image{width:64px;height:64px;border-radius:14px;background:var(--surface);padding:6px;display:grid;place-items:center}.order-product__image img{width:100%;height:100%;object-fit:contain}.order-product__content{min-width:0}.order-product__content strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-product__content span{font-size:9px;color:var(--muted)}.order-product__content small{display:block;font-size:8px;color:#a34242;margin-top:3px}.order-product__sum{text-align:right}.order-product__sum strong{font-size:11px}.order-product__sum span{display:block;color:var(--muted);font-size:8px}.order-info-list{display:flex;flex-direction:column;gap:13px}.order-info-row{display:flex;justify-content:space-between;gap:20px;font-size:10px}.order-info-row span{color:var(--muted)}.order-info-row strong{text-align:right;font-weight:750;max-width:180px}.order-totals{border-top:1px solid var(--line);margin-top:18px;padding-top:11px}.order-info-row.total{padding-top:9px}.order-info-row.total span,.order-info-row.total strong{font-size:14px;color:var(--ink);font-weight:850}.order-repeat-note{margin-top:11px;font-size:8px;color:var(--muted);line-height:1.5}.repeat-result{border-radius:14px;background:#fff7e5;color:#806419;padding:11px 12px;margin-top:10px;font-size:9px;line-height:1.5}.repeat-result[hidden]{display:none}
@media(max-width:991.98px){.account-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}.order-list-card{grid-template-columns:125px minmax(0,1fr) 120px 16px}.order-detail-grid{grid-template-columns:minmax(0,1fr) 280px}}
@media(max-width:767.98px){.account-page,.orders-page,.order-page{padding-top:16px}.account-auth-gate{margin:25px auto 70px;padding:38px 20px;border-radius:23px}.account-auth-gate h1{font-size:27px}.account-hero{align-items:flex-start;margin-bottom:18px}.account-hero h1,.orders-head h1{font-size:30px}.account-hero>.btn{font-size:0;width:42px;height:42px;padding:0;display:grid;place-items:center}.account-hero>.btn i{font-size:16px}.account-layout{display:block}.account-sidebar{position:static;margin-bottom:14px}.account-nav{flex-direction:row;padding:5px}.account-nav a{flex:1;justify-content:center;min-height:43px}.account-nav a i{font-size:15px}.account-nav a b{display:none}.account-app-card{display:none}.account-panel{border-radius:20px;padding:17px}.account-panel__head{margin-bottom:17px}.account-panel__head h2{font-size:17px}.profile-form__grid{grid-template-columns:1fr}.profile-form__actions{display:block}.profile-form__actions .btn{width:100%}.profile-form__actions small{display:block;margin-top:9px}.profile-order-stats{grid-template-columns:1fr 1fr}.profile-order-stats>div:last-child{grid-column:1/-1}.order-mini{gap:9px}.orders-head{align-items:flex-start;margin:12px 0 17px}.orders-head>.btn{display:none}.orders-filter{margin:0 -12px 14px;padding:0 12px}.orders-list{border:0;border-radius:0;padding:0}.order-list-card{grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;border:1px solid var(--line);border-radius:17px;padding:15px;margin-bottom:9px}.order-list-card:first-child{border-top:1px solid var(--line)}.order-list-card__id{grid-column:1}.order-list-card__meta{grid-column:1}.order-list-card__total{grid-column:2;grid-row:1/3;align-self:center}.order-list-card>i{display:none}.order-detail-shell{max-width:none}.order-detail-head{align-items:flex-start;margin:11px 0 18px}.order-detail-head h1{font-size:30px}.order-detail-head .order-status{margin-top:4px}.order-detail-grid{display:block}.order-detail-grid>aside{margin-top:14px}.order-detail-card{border-radius:19px;padding:16px}.order-product{grid-template-columns:52px minmax(0,1fr) auto;gap:9px}.order-product__image{width:52px;height:52px}.order-product__content strong{font-size:10px}.order-info-row strong{max-width:160px}.order-detail-grid>aside .btn{min-height:48px}}


/* Stage 6: production / error states */
.error-page { min-height: 58vh; display: flex; align-items: center; }
.error-page__card { max-width: 640px; margin: 0 auto; text-align: center; padding: clamp(36px, 7vw, 72px) 24px; }
.error-page__code { font-size: clamp(64px, 12vw, 120px); line-height: .9; font-weight: 800; letter-spacing: -.06em; color: var(--brand, #bd1522); opacity: .14; margin-bottom: 18px; }
.error-page__card h1 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; margin-bottom: 12px; }
.error-page__card p { color: #6b7280; margin: 0 auto 26px; max-width: 480px; }

/* Stage 7: UX polish */
.skip-link{position:fixed;left:16px;top:12px;z-index:2000;transform:translateY(-140%);background:#17191d;color:#fff;padding:10px 14px;border-radius:12px;font-size:12px;font-weight:800;transition:transform .18s ease}.skip-link:focus{transform:translateY(0);color:#fff}.network-status{position:fixed;top:10px;left:50%;transform:translateX(-50%);z-index:1900;background:#17191d;color:#fff;border-radius:999px;padding:8px 13px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.18)}.network-status[hidden]{display:none!important}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(189,21,34,.2);outline-offset:2px}.site-header{transition:box-shadow .2s ease,border-color .2s ease}.site-header.is-scrolled{box-shadow:0 10px 30px rgba(20,22,26,.06);border-bottom-color:transparent}.header-mobile-tools{display:flex;align-items:center;gap:4px}.header-mobile-tool{position:relative;width:42px;height:42px;border:0;background:transparent;border-radius:13px;display:grid;place-items:center;color:#292c31}.header-mobile-tool:active{background:var(--surface)}.header-mobile-tool>i{font-size:20px}.header-mobile-cart .cart-badge{top:1px;right:0}
.home-benefits{padding:14px 0 0}.home-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-benefit{min-height:86px;border:1px solid var(--line);border-radius:20px;padding:17px 18px;display:flex;align-items:center;gap:13px;background:#fff}.home-benefit>i{width:42px;height:42px;border-radius:13px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:19px;flex:0 0 42px}.home-benefit div{min-width:0}.home-benefit strong{display:block;font-size:13px;font-weight:800;margin-bottom:3px}.home-benefit span{display:block;color:var(--muted);font-size:10px;line-height:1.45}
.product-card{isolation:isolate}.product-card__media{border-bottom:1px solid rgba(233,235,238,.72)}.product-card__name:hover{color:var(--brand)}.product-add,.qty-control,.product-detail-add,.product-detail-qty{transition:transform .16s ease,box-shadow .16s ease}.product-add:not(:disabled):active,.product-detail-add:not(:disabled):active{transform:scale(.97)}.product-add:disabled{background:#d9dce0;color:#fff}.product-detail-add:disabled{cursor:not-allowed;opacity:.65}.catalog-empty,.cart-page-empty,.product-not-found{border:1px dashed #dfe2e6;background:#fafbfb;border-radius:24px}.catalog-more .btn{min-width:180px}
.product-mobile-buy,.cart-mobile-checkout,.checkout-mobile-bar{position:fixed;left:0;right:0;z-index:1019;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(20,22,26,.08);padding:10px 12px calc(10px + env(safe-area-inset-bottom));bottom:68px}.product-mobile-buy[hidden],.cart-mobile-checkout[hidden],.checkout-mobile-bar[hidden]{display:none!important}.product-mobile-buy__inner,.cart-mobile-checkout,.checkout-mobile-bar{align-items:center;gap:10px}.product-mobile-buy__inner{display:grid;grid-template-columns:auto minmax(0,1fr);max-width:560px;margin:0 auto}.product-mobile-buy__price{min-width:92px}.product-mobile-buy__price span,.cart-mobile-checkout>div span,.checkout-mobile-bar>div span{display:block;color:var(--muted);font-size:9px;line-height:1.2}.product-mobile-buy__price strong,.cart-mobile-checkout>div strong,.checkout-mobile-bar>div strong{display:block;font-size:17px;font-weight:850;letter-spacing:-.02em;white-space:nowrap}.product-mobile-buy__action{min-width:0}.product-mobile-buy .product-detail-add{min-height:48px;width:100%;border-radius:14px}.product-mobile-buy .product-detail-add span{font-size:11px}.product-mobile-buy .product-detail-qty{min-height:48px;width:100%;border-radius:14px}.product-mobile-buy .product-detail-qty button{height:48px}.product-mobile-buy .product-detail-qty span strong{font-size:11px}.product-mobile-buy .product-detail-qty span small{display:none}.cart-mobile-checkout,.checkout-mobile-bar{display:flex;justify-content:space-between}.cart-mobile-checkout>div,.checkout-mobile-bar>div{min-width:90px}.cart-mobile-checkout .btn,.checkout-mobile-bar .btn{min-height:46px;min-width:150px;border-radius:14px}.cart-mobile-checkout .btn.disabled{pointer-events:none;opacity:.5}
.checkout-card{transition:border-color .2s ease,box-shadow .2s ease}.checkout-card:focus-within{border-color:#d9dce0;box-shadow:0 10px 30px rgba(20,22,26,.04)}.checkout-field .form-control{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.checkout-field .form-control:focus{border-color:#c8cbd0;box-shadow:0 0 0 4px rgba(189,21,34,.055)}.checkout-payment__item{transition:border-color .18s ease,background .18s ease,transform .18s ease}.checkout-payment__item:active{transform:scale(.99)}

@media(min-width:1200px){.hero-card{min-height:430px}.hero-card__content{padding:58px 62px}.hero-card h1{font-size:clamp(48px,4.4vw,66px)}.category-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.category-card{min-height:180px}.category-card__name{font-size:15px;max-width:88%}.category-card__count{font-size:10px}.category-card__image{width:68%;height:63%}}

@media(max-width:991.98px){.home-benefits__grid{grid-template-columns:1fr 1fr}.home-benefit:last-child{grid-column:1/-1}.hero-card{min-height:380px;grid-template-columns:1fr .72fr}.hero-card__content{padding:42px}.hero-card__visual{min-height:350px}.hero-mark{width:400px;height:400px;font-size:190px;bottom:-110px}.hero-pill--two{left:-25px}.hero-pill--three{left:10px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

@media(max-width:767.98px){
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.site-header__row{height:auto;min-height:112px;padding:9px 0 10px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand tools" "search search";gap:7px 8px}.brand{grid-area:brand}.brand img{width:116px;height:35px}.header-mobile-tools{grid-area:tools}.header-search{grid-area:search;width:100%;height:44px;border-radius:14px;padding:0 13px}.header-search input{font-size:14px}.header-search:focus-within{box-shadow:0 0 0 3px rgba(189,21,34,.05)}
  .install-app-banner__inner{min-height:62px;gap:8px;padding-left:8px;padding-right:8px}.install-app-banner__close{padding:5px}.install-app-banner__icon{width:38px;height:38px;flex:0 0 38px}.install-app-banner__icon img{width:30px;height:30px}.install-app-banner__copy strong{font-size:12px}.install-app-banner__copy span{font-size:9px;line-height:1.25}.install-app-banner .btn{font-size:10px;padding:8px 10px}
  .hero-section{padding:12px 0 4px}.hero-card{min-height:0;display:block;border-radius:24px;background:linear-gradient(145deg,#f5f6f7 0%,#fff4f5 100%)}.hero-card__content{padding:28px 21px 27px}.hero-card h1{font-size:38px;line-height:1.01;letter-spacing:-.052em;margin:8px 0 14px;max-width:330px}.hero-card p{font-size:13px;line-height:1.55;margin-bottom:21px;max-width:335px}.hero-card__actions{width:100%}.hero-card__actions .btn{min-height:44px;font-size:11px;padding-left:15px;padding-right:15px}.hero-card__visual{display:none}.home-benefits{padding-top:8px}.home-benefits__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.home-benefits__grid::-webkit-scrollbar{display:none}.home-benefit{min-width:255px;min-height:76px;scroll-snap-align:start;border-radius:18px;padding:13px 14px}.home-benefit>i{width:38px;height:38px;flex-basis:38px}.home-benefit strong{font-size:11px}.home-benefit span{font-size:9px}
  .section-block{padding:38px 0}.section-head{align-items:center;margin-bottom:16px}.section-head h2{font-size:25px;margin-top:3px}.section-head>a{font-size:0;width:36px;height:36px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center}.section-head>a i{font-size:15px;margin:0}.section-block--soft{background:#f8f9fa}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{min-width:142px;min-height:148px;scroll-snap-align:start;border-radius:19px;padding:14px}.category-card__name{font-size:13px;max-width:92%}.category-card__count{font-size:9px}.category-card__image{width:72%;height:60%}
  .product-grid:not(.catalog-product-grid){display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.product-grid:not(.catalog-product-grid)::-webkit-scrollbar{display:none}.product-grid:not(.catalog-product-grid)>.product-card,.product-grid:not(.catalog-product-grid)>.product-card--skeleton{min-width:166px;width:166px;scroll-snap-align:start}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{border-radius:18px}.product-card__media{padding:9px}.product-card__body{padding:10px;gap:6px}.product-card__name{font-size:11px;min-height:31px}.product-card__unit{font-size:8px}.product-price strong{font-size:15px}.product-price del{font-size:9px}.product-add{width:38px;height:38px;flex-basis:38px;border-radius:12px}.qty-control{height:38px;border-radius:12px}.qty-control button{width:30px;height:38px}.qty-control span{min-width:34px;font-size:9px}.discount-badge{top:8px;left:8px;font-size:9px;border-radius:8px;padding:5px 6px}
  .promo-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.promo-track::-webkit-scrollbar{display:none}.promo-card{min-width:86vw;scroll-snap-align:start;border-radius:19px;aspect-ratio:2.05/1}
  .page-head h1{font-size:32px}.catalog-page,.product-page{padding-top:18px}.catalog-breadcrumb,.product-breadcrumbs{overflow-x:auto;white-space:nowrap;scrollbar-width:none}.catalog-breadcrumb::-webkit-scrollbar,.product-breadcrumbs::-webkit-scrollbar{display:none}.catalog-mobile-toolbar{position:sticky;top:112px;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);padding:8px 0;margin-bottom:12px}.catalog-empty{padding-left:16px;padding-right:16px}
  .product-detail__info h1{font-size:29px}.product-purchase-card{margin-bottom:8px}.product-related .product-grid{padding-bottom:4px}.product-page{padding-bottom:120px}
  body[data-page="product"],body[data-page="cart"],body[data-page="checkout"]{padding-bottom:calc(136px + env(safe-area-inset-bottom))}.cart-page,.checkout-page{padding-top:18px}.cart-page__layout,.checkout-page__layout{gap:13px}.cart-page__summary{margin-bottom:8px}.checkout-page__summary{margin-bottom:8px}.checkout-summary-card .btn[href="/checkout.php"],#checkoutSubmit{display:none}.cart-mobile-checkout,.checkout-mobile-bar{display:flex}.mobile-nav{z-index:1020}.product-mobile-buy,.cart-mobile-checkout,.checkout-mobile-bar{z-index:1019}
  .checkout-page__head h1{font-size:30px}.checkout-page__head p{font-size:10px}.checkout-card{border-radius:20px;padding:16px}.checkout-card__head{gap:10px}.checkout-card__head h2{font-size:16px}.checkout-card__head p{font-size:9px}.checkout-payment__item{min-height:62px}.checkout-success{padding-bottom:60px}
  .toast-container{bottom:calc(138px + env(safe-area-inset-bottom))!important;left:12px!important;right:12px!important;padding:0!important}.toast-container .toast{width:100%;max-width:none}
}

@media(max-width:390px){.hero-card h1{font-size:34px}.catalog-product-grid{gap:7px}.product-grid:not(.catalog-product-grid)>.product-card,.product-grid:not(.catalog-product-grid)>.product-card--skeleton{min-width:158px;width:158px}.cart-mobile-checkout .btn,.checkout-mobile-bar .btn{min-width:136px}}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* Stage 8 — stabilization states */
.cart-issue-remove{border:0;background:transparent;color:inherit;text-decoration:underline;text-underline-offset:2px;font:inherit;font-weight:800;padding:0 0 0 4px;cursor:pointer}.cart-mini-warning{margin:0 0 10px}.cart-item__actions button:disabled{opacity:.45;cursor:not-allowed}.cart-summary .disabled,.cart-mobile-checkout .disabled{pointer-events:none;opacity:.5}
