:root{--bg:#f6f5f2;--surface:#ffffff;--ink:#1b1d21;--muted:#667085;--line:#dedbd4;--green:#1f7a4d;--blue:#2563eb;--rose:#cc5f6f;--yellow:#f5b942;--dark:#20242c;--page-max:1600px;--page-gutter:84px}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}main{width:min(var(--page-max),calc(100% - var(--page-gutter)));margin:0 auto 56px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(246,245,242,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.chip-nav,.main-bar,.utility-bar{width:min(var(--page-max),calc(100% - var(--page-gutter)));margin:0 auto}.utility-bar{display:flex;gap:18px;justify-content:flex-end;padding:8px 0 0;color:var(--muted);font-size:12px}.main-bar{position:relative;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 0}.brand-mark{font-size:28px;font-weight:850}.catalog-button,.filter-button,.primary-button,.secondary-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border-radius:8px;border:1px solid transparent;padding:0 16px;font-weight:750;cursor:pointer}.catalog-button{background:var(--ink);color:#fff}.catalog-button.is-active{background:#cf3a00}.search-box{display:flex;height:48px;align-items:center;border:1px solid #f7073f;border-radius:8px;background:#fff;overflow:hidden;padding:0 0 0 16px}.search-box input{width:100%;border:0;outline:0}.search-box button{display:inline-flex;width:48px;height:100%;flex:0 0 48px;align-items:center;justify-content:center;border:0;background:#f7073f;color:#fff;cursor:pointer}.search-box button:hover{background:#d90636}.header-actions{display:flex;gap:10px}.header-actions a,.wishlist-button{display:inline-flex;width:64px;height:48px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent}.header-actions a{flex-direction:column;gap:2px;font-size:13px;font-weight:800;line-height:1.05}.header-actions a:hover{background:rgba(255,255,255,.72)}.wishlist-button{width:42px;height:42px;border-color:var(--line);background:#fff}.catalog-popover{position:absolute;top:100%;left:50%;z-index:70;width:100vw;padding:0 20px;pointer-events:none;transform:translateX(-50%)}.catalog-mega-menu{display:grid;width:min(var(--page-max),100%);max-height:calc(100vh - 96px);margin:0 auto;grid-template-columns:272px minmax(0,1fr);overflow:hidden;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 26px 54px rgba(27,29,33,.16);pointer-events:auto}.catalog-side-list{display:grid;align-content:start;grid-gap:1px;gap:1px;overflow-y:auto;background:#f7f7f7;padding:6px 0}.catalog-side-link{display:grid;min-height:36px;grid-template-columns:24px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:0 14px;color:#15171b;font-size:15px}.catalog-side-link svg{color:#111}.catalog-side-link.is-active,.catalog-side-link:hover{background:#e9e9e9}.catalog-column-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));grid-gap:clamp(24px,4vw,62px);gap:clamp(24px,4vw,62px);overflow-y:auto;padding:18px 40px 24px}.catalog-column-stack{display:grid;align-content:start;grid-gap:18px;gap:18px}.catalog-column h2{margin:0 0 8px;color:#111;font-size:14px;font-weight:850;line-height:1.15}.catalog-column h2 a{color:inherit;font-size:inherit;font-weight:inherit}.catalog-column ul{display:grid;grid-gap:7px;gap:7px;margin:0;padding:0;list-style:none}.catalog-column a{color:#545962;font-size:14px;line-height:1.18}.catalog-column a:hover{color:#111;text-decoration:underline}.chip-nav{display:flex;gap:8px;overflow-x:auto;padding:0 0 12px}.benefit-row span,.catalog-toolbar button,.chip-nav a{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 12px;color:#343841;font-size:13px;font-weight:650}.home-marketplace{--category-row-height:32px;--category-column-width:256px;--marketplace-gap:14px;position:relative;display:grid;min-height:var(--showcase-height);grid-template-columns:var(--category-column-width) minmax(0,1fr) 252px;grid-gap:var(--marketplace-gap);gap:var(--marketplace-gap);align-items:stretch;padding:14px 0 10px}.home-category-zone{position:static;z-index:25;min-height:var(--showcase-height)}.home-category-list{display:grid;min-height:var(--showcase-height);align-content:start;border-radius:8px;background:#f7073f;padding:12px 10px;box-shadow:0 14px 34px rgba(217,0,55,.12)}.home-category-link{display:grid;min-height:var(--category-row-height);grid-template-columns:22px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;border-radius:8px;padding:0 10px;color:#fff;font-size:14px;line-height:1}.home-category-link svg{opacity:.96}.home-category-link span{min-width:0;overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.home-category-link.is-active,.home-category-link:focus-visible,.home-category-link:hover{background:rgba(255,255,255,.16);outline:0}.home-subcategory-flyout{position:absolute;top:14px;right:0;left:calc(var(--category-column-width) + var(--marketplace-gap));z-index:35;min-height:var(--showcase-height);overflow:hidden;border:0;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(27,29,33,.12);opacity:0;padding:18px;pointer-events:none;transform:translateX(-6px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;visibility:hidden}.home-subcategory-flyout.is-open{opacity:1;pointer-events:auto;transform:translateX(0);visibility:visible}.flyout-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding-bottom:14px}.flyout-heading strong{font-size:22px}.flyout-heading a{color:var(--green);font-weight:850}.flyout-grid{display:grid;min-height:0;grid-template-columns:repeat(4,minmax(120px,1fr));grid-gap:clamp(24px,4vw,62px);gap:clamp(24px,4vw,62px);overflow-y:auto;padding:16px 40px 24px}.home-promo-board{display:grid;min-height:var(--showcase-height);grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);grid-template-rows:minmax(154px,1fr) 163px;grid-gap:14px;gap:14px}.home-profile-card,.promo-deal-card,.promo-slider-card,.subsidy-card{border-radius:8px}.promo-slider-card{position:relative;min-height:154px;overflow:hidden;background:#28b87f;color:#fff}.promo-slide-link{display:grid;min-height:154px;grid-template-columns:minmax(0,1fr) minmax(170px,42%);grid-gap:12px;gap:12px;padding:22px 18px}.promo-slider-card h1{max-width:420px;margin-top:7px;font-size:clamp(28px,3.2vw,44px);line-height:1.04}.promo-slider-card p{max-width:390px;margin:10px 0 0;color:rgba(255,255,255,.86);font-weight:700;line-height:1.35}.promo-slider-card span{display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:999px;background:#f7073f;padding:4px 9px;font-size:12px;font-weight:850}.promo-slider-card img{align-self:center;justify-self:end;width:min(100%,260px);height:min(26vw,190px);min-height:122px;border-radius:8px;object-fit:cover;box-shadow:0 14px 30px rgba(11,61,42,.22)}.promo-dots{position:absolute;right:18px;bottom:14px;display:flex;gap:7px}.promo-dots button{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.54);cursor:pointer;padding:0}.promo-dots button.is-active{width:24px;background:#fff}.subsidy-card{display:grid;min-height:154px;align-content:space-between;border:1px solid rgba(222,219,212,.72);background:#fff;padding:18px}.deal-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.deal-heading strong{font-size:18px}.deal-heading span{border-radius:999px;background:#f7073f;color:#fff;padding:4px 7px;font-size:11px;font-weight:850}.mini-product-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:end}.mini-product{display:grid;grid-gap:7px;gap:7px;justify-items:center;min-width:0}.mini-product img{width:100%;height:82px;border-radius:8px;object-fit:cover}.mini-product strong,.promo-deal-card b{border-radius:4px;background:#f7073f;color:#fff;padding:4px 7px;font-size:13px;font-weight:900;line-height:1}.promo-tile-grid{display:grid;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;min-height:0}.promo-deal-card{display:grid;min-height:161px;grid-template-rows:auto auto minmax(0,1fr);grid-gap:4px;gap:4px;overflow:hidden;border:1px solid rgba(222,219,212,.72);background:#fff;padding:10px}.promo-deal-card>span{color:#f7073f;font-size:12px;font-weight:900}.promo-deal-card>strong{font-size:13px}.promo-deal-card div{position:relative;min-height:75px}.promo-deal-card img{width:100%;height:100%;min-height:75px;border-radius:8px;object-fit:cover}.promo-deal-card b{position:absolute;right:8px;bottom:8px}.home-profile-card{display:grid;min-height:var(--showcase-height);align-content:start;grid-gap:16px;gap:16px;border:1px solid rgba(252,208,218,.84);background:#fff0f4;padding:18px}.profile-welcome{display:grid;grid-template-columns:46px 1fr;grid-gap:12px;gap:12px;align-items:center}.profile-welcome>span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:999px;background:#ffd08b;color:#f7073f}.profile-welcome strong{font-size:18px}.profile-wallet p,.profile-welcome p{margin:4px 0 0;color:#6d5c62;font-size:13px;line-height:1.35}.profile-login-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:8px;background:#f7073f;color:#fff;font-weight:900}.profile-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.profile-action-grid a{display:grid;grid-gap:6px;gap:6px;justify-items:center;color:#1f2430;font-size:12px;font-weight:750;text-align:center}.profile-wallet{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;border-radius:8px;background:#fff;padding:14px}.profile-wallet a{display:inline-flex;margin-top:10px;border-radius:999px;background:#ff7a1a;color:#fff;padding:6px 10px;font-size:12px;font-weight:850}.profile-wallet svg{color:#ff9f2d}.profile-trust-row{display:grid;grid-gap:8px;gap:8px;color:#54464b;font-size:12px;font-weight:750}.profile-trust-row span{display:inline-flex;gap:7px;align-items:center}.market-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);grid-gap:24px;gap:24px;align-items:stretch;min-height:430px;padding:28px 0 18px}.hero-copy{display:flex;flex-direction:column;justify-content:center;border-radius:8px;background:#ffffff;padding:clamp(24px,4vw,48px)}.eyebrow{margin:0 0 10px;color:var(--green);font-size:13px;font-weight:850;text-transform:uppercase}h1,h2{margin:0;line-height:1.05}h1{max-width:820px;font-size:clamp(36px,6vw,68px)}h2{font-size:clamp(26px,4vw,42px)}.hero-copy p:not(.eyebrow),.muted{max-width:640px;color:var(--muted);font-size:16px;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.primary-button{background:var(--green);color:#fff}.secondary-button{border-color:var(--line);background:#fff}.hero-product{position:relative;min-height:360px;overflow:hidden;border-radius:8px;background:#ddd}.hero-product img{width:100%;height:100%;min-height:430px;object-fit:cover}.hero-product div{position:absolute;right:16px;bottom:16px;left:16px;border-radius:8px;background:rgba(255,255,255,.94);padding:16px}.benefit-row,.hero-product span,.price-row,.product-meta,.product-title{display:flex}.hero-product span{color:var(--muted);font-size:13px;font-weight:700}.hero-product strong{display:block;margin:5px 0}.hero-product p{margin:0;font-size:22px;font-weight:850}.story-rail{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));grid-gap:12px;gap:12px;margin:18px 0}.story-pill{display:flex;min-height:86px;align-items:flex-end;border-radius:8px;padding:14px;color:#fff;font-weight:850}.story-pill.rose{background:var(--rose)}.story-pill.blue{background:var(--blue)}.story-pill.dark{background:var(--dark)}.story-pill.green{background:var(--green)}.category-strip{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));grid-gap:10px;gap:10px;margin:20px 0}.category-tile{min-height:86px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px}.category-tile span{display:block;font-weight:850}.category-tile small{display:block;margin-top:8px;color:var(--muted)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:24px 0}.benefit-grid div{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px}.benefit-grid strong{font-size:18px}.benefit-grid span{color:var(--muted);line-height:1.45}.catalog-title,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:34px 0 16px}.section-heading a{color:var(--green);font-weight:800}.catalog-description{max-width:720px;margin:12px 0 0;color:var(--muted);font-size:16px;line-height:1.55}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.product-image-link{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#e7e2d8}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.product-card:hover .product-image{transform:scale(1.035)}.discount-badge{position:absolute;top:10px;left:10px;border-radius:999px;background:var(--rose);color:#fff;padding:6px 9px;font-size:13px;font-weight:850}.wishlist-button{position:absolute;right:10px;top:10px;cursor:pointer}.product-info{display:grid;grid-gap:8px;gap:8px;padding:12px}.product-meta{align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:13px}.rating{display:inline-flex;align-items:center;gap:4px;color:#b7791f}.product-title{min-height:44px;align-items:flex-start;color:#22252b;font-weight:750;line-height:1.35}.price-row{align-items:baseline;gap:8px}.price-row strong{font-size:20px}.price-row span{color:var(--muted);text-decoration:line-through}.benefit-row{flex-wrap:wrap;gap:6px}.benefit-row span{padding:5px 8px;font-size:12px}.catalog-page{padding-top:28px}.filter-button{border-color:var(--line);background:#fff}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:22px 0}.catalog-toolbar div{display:flex;flex-wrap:wrap;gap:8px}.catalog-toolbar button{cursor:pointer}.catalog-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:18px;gap:18px;align-items:start}.catalog-empty-state{grid-column:1/-1;margin:0;padding:22px;color:var(--muted)}.catalog-empty-state,.filter-panel{border:1px solid var(--line);border-radius:8px;background:#fff}.filter-panel{position:-webkit-sticky;position:sticky;top:142px;display:grid;grid-gap:14px;gap:14px;padding:16px}.filter-panel h2{font-size:20px}.filter-panel label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:13px;font-weight:700}.auth-form input,.filter-panel input{height:42px;border:1px solid var(--line);border-radius:8px;padding:0 12px;outline:0}.filter-group{display:grid;grid-gap:9px;gap:9px}.filter-group span{display:inline-flex;align-items:center;gap:8px;color:#343841}.filter-group i{width:16px;height:16px;border:1px solid var(--line);border-radius:999px}.auth-shell{display:grid;grid-template-columns:minmax(320px,520px) 1fr;grid-gap:24px;gap:24px;min-height:calc(100vh - 150px);padding-top:32px}.auth-panel{display:flex;flex-direction:column;justify-content:center;border-radius:8px;background:#fff;padding:clamp(24px,5vw,44px)}.auth-form{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.auth-form label{display:grid;grid-gap:7px;gap:7px;color:#3a3f48;font-weight:700}.auth-form .primary-button{width:100%;margin-top:4px;border:0}.form-status{margin:0;color:var(--muted);line-height:1.45}.auth-switch{margin:18px 0 0;color:var(--muted)}.auth-switch a{color:var(--green);font-weight:800}.auth-aside{min-height:520px;overflow:hidden;border-radius:8px}.auth-aside img{width:100%;height:100%;object-fit:cover}.product-page{padding-top:22px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;color:var(--muted);font-size:13px}.breadcrumbs>span{display:inline-flex;gap:8px}.breadcrumbs a{color:#343841;font-weight:700}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:22px;gap:22px;align-items:start}.product-media-column{display:grid;grid-gap:14px;gap:14px;align-items:start}.product-gallery{position:-webkit-sticky;position:sticky;top:136px;display:grid;grid-template-columns:76px 1fr;grid-gap:12px;gap:12px;align-items:start}.thumb-list{display:grid;grid-gap:9px;gap:9px}.thumb-button{display:block;aspect-ratio:1;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0;cursor:pointer}.thumb-button.selected{border-color:var(--green);box-shadow:0 0 0 2px rgba(31,122,77,.16)}.gallery-stage img,.thumb-button img{width:100%;height:100%;object-fit:cover}.gallery-stage{display:grid;grid-gap:12px;gap:12px}.gallery-stage figure{overflow:hidden;height:min(56vh,520px);min-height:360px;margin:0;border-radius:8px;background:#ebe7de}.product-summary{display:grid;grid-gap:14px;gap:14px}.brand-row,.detail-section,.product-heading,.purchase-panel,.seller-panel,.service-panel{border:1px solid var(--line);border-radius:8px;background:#fff}.product-heading{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;padding:18px}.product-heading h1{max-width:none;font-size:clamp(26px,3.2vw,42px);line-height:1.12}.product-rating-line{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px;color:var(--muted);font-size:14px}.product-rating-line span,.product-rating-line strong{display:inline-flex;align-items:center;gap:5px}.product-rating-line span{color:#b7791f}.product-rating-line strong{color:var(--green)}.icon-button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.brand-row{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:14px 16px}.brand-row span{font-weight:850}.brand-row small{color:var(--muted)}.selector-block{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}.detail-section h2,.selector-block h2,.service-panel h2{font-size:20px}.selector-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.installment-button,.selector-heading button,.seller-panel button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;font-weight:750}.size-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.size-grid button{display:grid;grid-gap:5px;gap:5px;min-height:72px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px;text-align:left;cursor:pointer}.size-grid button.selected{border-color:var(--green);box-shadow:0 0 0 2px rgba(31,122,77,.14)}.size-grid span{color:var(--muted);font-size:12px}.color-row{display:flex;flex-wrap:wrap;gap:9px}.color-choice{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;font-size:13px;font-weight:700}.color-choice,.color-choice i{border:1px solid var(--line);border-radius:999px}.color-choice i{width:18px;height:18px}.purchase-panel{position:-webkit-sticky;position:sticky;top:136px;z-index:2;display:grid;grid-gap:12px;gap:12px;padding:18px}.price-stack div{display:flex;flex-wrap:wrap;gap:10px;align-items:baseline}.price-stack strong{font-size:34px}.price-stack span{color:var(--muted);font-size:18px;text-decoration:line-through}.price-stack b{border-radius:999px;background:var(--rose);color:#fff;padding:5px 9px;font-size:13px}.cashback-line,.price-stack small{color:var(--muted)}.cashback-line{margin:0;font-weight:750}.buy-button{width:100%;border:0}.installment-button{width:100%;color:var(--ink)}.seller-panel{display:grid;grid-gap:12px;gap:12px;padding:16px}.seller-panel>div,.service-row{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.seller-panel strong{display:block}.seller-panel span,.service-row span{display:block;margin-top:3px;color:var(--muted);font-size:13px;line-height:1.4}.service-panel{display:grid;grid-gap:13px;gap:13px;padding:16px}.service-row{align-items:start;border-top:1px solid var(--line);padding-top:12px}.product-info-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);grid-gap:16px;gap:16px;margin-top:24px}.detail-section{padding:18px}.detail-section p{color:#3f4650;line-height:1.62}.spec-list{display:grid;grid-gap:0;gap:0;margin:0}.spec-list div{display:grid;grid-template-columns:180px 1fr;grid-gap:12px;gap:12px;border-bottom:1px solid var(--line);padding:11px 0}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0;font-weight:750}.review-section{display:grid;grid-gap:14px;gap:14px}.review-section div{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.related-section{margin-top:26px}@media (max-width:980px){:root{--page-gutter:40px}.home-marketplace{--category-column-width:236px;grid-template-columns:236px minmax(0,1fr)}.home-promo-board{grid-template-columns:1fr;grid-template-rows:auto}.promo-tile-grid,.subsidy-card{grid-column:auto}.home-profile-card{grid-column:1/-1;min-height:auto}.promo-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-bar{grid-template-columns:auto 1fr auto}.search-box{grid-column:1/-1}.header-actions{justify-content:end}.header-actions a{width:58px}.catalog-mega-menu{grid-template-columns:240px minmax(0,1fr)}.catalog-column-grid{grid-template-columns:repeat(2,minmax(140px,1fr));gap:22px 34px;padding:18px 28px 24px}.auth-shell,.market-hero{grid-template-columns:1fr}.category-strip,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-layout,.product-detail-layout,.product-info-layout{grid-template-columns:1fr}.filter-panel,.product-gallery,.purchase-panel{position:static}.product-gallery{grid-template-columns:1fr}.thumb-list{display:flex;overflow-x:auto;order:2}.thumb-button{width:76px;flex:0 0 auto}.gallery-stage figure{height:min(42vh,360px);min-height:280px}}@media (max-width:680px){:root{--page-gutter:20px}.chip-nav,.main-bar,.utility-bar,main{width:min(var(--page-max),calc(100% - var(--page-gutter)))}.home-marketplace{--category-row-height:36px;min-height:auto;grid-template-columns:1fr;gap:10px;padding-top:10px}.home-category-list,.home-category-zone,.home-profile-card,.home-promo-board{min-height:auto}.home-category-list{gap:2px;padding:10px}.home-category-link{grid-template-columns:22px minmax(0,1fr);padding:0 7px}.home-subcategory-flyout{position:static;display:none;width:100%;min-height:0;margin-top:10px;padding:16px;transform:none}.home-subcategory-flyout.is-open{display:block}.flyout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:16px}.promo-slide-link{grid-template-columns:1fr;padding:18px}.promo-slider-card img{justify-self:stretch;width:100%;height:180px}.mini-product-row,.profile-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-tile-grid{grid-template-columns:1fr}.utility-bar{display:none}.main-bar{grid-template-columns:1fr auto;gap:8px}.brand-mark{grid-column:1;grid-row:1;font-size:24px}.search-box{grid-column:1/-1;grid-row:2}.header-actions{grid-column:2;grid-row:1}.header-actions a{width:38px;height:38px}.header-actions a span,.header-actions a:first-child,.header-actions a:nth-child(2){display:none}.search-box{height:44px;padding-left:12px}.search-box button{width:44px;flex-basis:44px}.catalog-popover{padding:0 10px}.catalog-mega-menu{max-height:calc(100vh - 84px);grid-template-columns:1fr}.catalog-side-list{display:flex;gap:4px;overflow-x:auto;padding:8px}.catalog-side-link{min-height:38px;min-width:max-content;grid-template-columns:22px auto;border-radius:8px;padding:0 10px;font-size:14px}.catalog-column-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:16px}.catalog-column a{font-size:13px}h1{font-size:36px}.hero-copy{padding:22px}.auth-aside,.hero-product,.hero-product img{min-height:320px}.benefit-grid,.story-rail{grid-template-columns:1fr 1fr}.category-strip,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{gap:10px}.size-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-heading{grid-template-columns:1fr}.price-stack strong{font-size:28px}.spec-list div{grid-template-columns:1fr;gap:4px}.catalog-title,.catalog-toolbar,.section-heading{align-items:flex-start;flex-direction:column}.price-row strong{font-size:18px}}