:root{--ink:#121826;--ink-2:#2c3444;--muted:#687383;--muted-2:#98a2b3;--line:#e5eaf1;--line-2:#eef2f7;--bg:#f3f6fa;--surface:#ffffff;--surface-2:#f1f5f9;--accent:#10b981;--accent-press:#047857;--accent-soft:#e7f8f1;--promo:#ff7a1a;--promo-soft:#fff1e6;--trust:#2563eb;--trust-soft:#e8efff;--new:#38bdf8;--new-soft:#e6f6fe;--star:#ff9d2e;--danger:#e23b3b;--cat-training:#10b981;--cat-nutrition:#ff7a1a;--cat-goods:#2563eb;--cat-online:#0ea5e9;--cat-consults:#14b8a6;--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-card:8px;--shadow-sm:0 1px 2px rgba(18,24,38,0.06),0 1px 3px rgba(18,24,38,0.05);--shadow-md:0 6px 18px rgba(18,24,38,0.08);--shadow-lg:0 18px 44px rgba(18,24,38,0.12);--maxw:1200px;--font:var(--font-grot),"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,h4{margin:0;line-height:1.18;letter-spacing:0;font-weight:700}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}.muted{color:var(--muted)}.center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--radius-sm);padding:11px 18px;font-size:15px;font-weight:600;transition:transform .05s ease,background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-press)}.btn-ghost{background:var(--surface);border-color:var(--line);color:var(--ink)}.btn-ghost:hover{border-color:var(--ink-2)}.btn-soft{background:var(--surface-2);color:var(--ink)}.btn-soft:hover{background:#e6e9ee}.btn-block{width:100%}.btn-lg{padding:14px 22px;font-size:16px}.btn-sm{padding:8px 12px;font-size:13px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:600;line-height:1}.badge-discount,.badge-hit,.badge-promo{background:var(--promo);color:#fff}.badge-ad{background:rgba(18,24,38,.62);color:#fff}.badge-neutral{background:var(--surface-2);color:var(--ink-2)}.badge-verified{background:var(--trust-soft);color:var(--trust)}.badge-online{background:var(--accent-soft);color:var(--accent-press)}.badge-format{background:var(--surface-2);color:var(--ink-2)}.badge-new{background:var(--new-soft);color:#0284c7}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:13.5px;font-weight:500;color:var(--ink-2);transition:all .15s ease}.chip:hover{border-color:var(--ink-2)}.chip[data-active=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.rating{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:14px}.rating .star{color:var(--star)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.header-inner{gap:20px;height:68px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:10px;font-weight:700}.brand-mark{display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800;font-size:15px}.brand-logo,.brand-mark{width:40px;height:40px;border-radius:12px}.brand-logo{display:block}.brand strong{font-size:16px;line-height:1}.brand small{color:var(--muted);font-size:11.5px}.brand .stack{display:flex;flex-direction:column;gap:2px}.header-search{flex:1 1;max-width:520px}.header-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.header-nav a{font-size:14.5px;font-weight:500;color:var(--ink-2)}.header-nav a:hover{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:10px}.icon-link{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:11px;border:1px solid var(--line);background:var(--surface);font-size:18px}.icon-link:hover{border-color:var(--ink-2)}.icon-link .count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--promo);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.searchbar{display:flex;align-items:center;gap:8px;width:100%;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:6px 6px 6px 14px;transition:border-color .15s ease,box-shadow .15s ease}.searchbar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.searchbar input{flex:1 1;border:none;outline:none;background:transparent;font-size:15px;color:var(--ink)}.searchbar .search-icon{color:var(--muted);font-size:16px}.hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-top:24px;min-height:400px;display:flex;align-items:center;background:var(--ink);color:#fff}.hero>img{width:100%;height:100%;object-fit:cover;opacity:.55}.hero:after,.hero>img{position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(90deg,rgba(18,24,38,.88),rgba(18,24,38,.55) 50%,rgba(18,24,38,.12))}.hero-content{position:relative;z-index:1;padding:48px;max-width:620px}.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(16,185,129,.2);color:#6ee7b7;font-size:13px;font-weight:600;margin-bottom:16px}.hero h1{font-size:clamp(28px,4vw,44px);line-height:1.14;margin-bottom:14px;color:#fff}.hero h1 .accent{color:#34d399}.hero p{font-size:17px;color:rgba(255,255,255,.85);margin:0 0 24px;max-width:520px}.hero-search{display:flex;gap:8px;background:#fff;padding:7px 7px 7px 8px;border-radius:12px;max-width:560px}.hero-search input{flex:1 1;border:none;outline:none;padding:10px 12px;font-size:15px;color:var(--ink);background:transparent}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-tags a{padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:13.5px;font-weight:500;transition:background .15s ease}.hero-tags a:hover{background:rgba(255,255,255,.28)}.hero-stats{display:flex;gap:28px;margin-top:28px}.hero-stats div strong{display:block;font-size:22px;color:#fff}.hero-stats div span{color:rgba(255,255,255,.7);font-size:13px}.section{margin:56px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.section-head .eyebrow{color:var(--accent);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.section-head h2{font-size:clamp(22px,3vw,30px);margin-top:6px}.section-link{color:var(--accent);font-weight:600;font-size:14.5px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px}.category-tile{display:flex;align-items:center;gap:14px;padding:16px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--cat,var(--accent)) 40%,var(--line))}.cat-ico{width:48px;height:48px;flex-shrink:0;border-radius:12px;display:grid;place-items:center;background:color-mix(in srgb,var(--cat,var(--accent)) 12%,#fff);color:var(--cat,var(--accent))}.cat-ico svg{width:26px;height:26px}.category-tile .cat-text{display:flex;flex-direction:column;gap:2px;min-width:0}.category-tile strong{font-size:15px}.category-tile span{color:var(--muted);font-size:12.5px}.trust-band{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.trust-band .item{display:flex;gap:12px;align-items:flex-start}.trust-band .item .ic{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:var(--surface-2);color:var(--accent);flex-shrink:0}.trust-band .item .ic svg{width:22px;height:22px}.trust-band .item.t-pay .ic{color:var(--trust)}.trust-band .item.t-chat .ic{color:var(--new)}.trust-band .item.t-review .ic{color:var(--star)}.trust-band .item.t-place .ic{color:var(--cat-consults)}.trust-band .item strong{display:block;font-size:14px}.trust-band .item span{color:var(--muted);font-size:12px;line-height:1.35}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}.product-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;transition:transform .12s ease,box-shadow .18s ease,border-color .15s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.product-card .media{position:relative;aspect-ratio:16/11;background:var(--surface-2);overflow:hidden}.product-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .media img{transform:scale(1.05)}.product-card .media .badges{position:absolute;top:10px;left:10px;display:flex;gap:6px}.product-card .fav{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:999px;border:none;background:rgba(255,255,255,.92);display:grid;place-items:center;font-size:16px;box-shadow:var(--shadow-sm);transition:transform .1s ease,background .15s ease}.product-card .fav:hover{transform:scale(1.1)}.product-card .fav[data-on=true]{color:var(--promo)}.product-card .body{display:flex;flex-direction:column;gap:8px;padding:14px 15px 16px;flex:1 1}.product-card .topline{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12.5px;color:var(--muted)}.product-card h3{font-size:16px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .seller{display:flex;align-items:center;gap:6px;min-width:0;font-size:13px;color:var(--muted)}.product-card .seller .seller-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .seller .v{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;white-space:nowrap;padding:2px 8px;border-radius:6px;background:var(--trust-soft);color:var(--trust);font-size:11px;font-weight:700}.product-card .meta-line{display:flex;flex-wrap:wrap;gap:6px}.product-card .spacer{flex:1 1}.product-card .price-row{display:flex;align-items:baseline;gap:8px;margin-top:4px}.product-card .price{font-size:20px;font-weight:800;color:var(--ink)}.product-card .old-price{font-size:13.5px;color:var(--muted-2);text-decoration:line-through}.catalog-head{display:flex;flex-direction:column;gap:6px;margin:28px 0 22px}.breadcrumbs{display:flex;gap:8px;font-size:13px;color:var(--muted)}.breadcrumbs a:hover{color:var(--ink)}.catalog-layout{display:grid;grid-template-columns:268px 1fr;grid-gap:26px;gap:26px;align-items:start}.filters{position:-webkit-sticky;position:sticky;top:88px;display:flex;flex-direction:column;gap:22px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.filter-block h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:12px}.filter-list{display:flex;flex-direction:column;gap:4px}.filter-opt{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:9px;font-size:14px;color:var(--ink-2);transition:background .12s ease}.filter-opt:hover{background:var(--surface-2)}.filter-opt[data-active=true]{background:var(--accent-soft);color:var(--accent-press);font-weight:600}.filter-opt .cnt{color:var(--muted-2);font-size:12.5px}.filter-opt[data-active=true] .cnt{color:var(--accent-press)}.filter-range{display:flex;gap:8px}.filter-range input{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px 11px;font-size:14px;outline:none}.filter-range input:focus{border-color:var(--accent)}.filters-wrap{min-width:0}.filters-toggle{display:none}@media (min-width:821px){.filters-wrap>.filters{display:flex!important}}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.catalog-toolbar .count{color:var(--muted);font-size:14px}.sort-select{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:9px 13px;font-size:14px;font-weight:500;outline:none}.empty-state{padding:60px 20px;text-align:center;background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted)}.pagination{display:flex;gap:6px;justify-content:center;margin-top:30px}.pagination a,.pagination span{min-width:40px;height:40px;padding:0 10px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--line);background:var(--surface);font-size:14px;font-weight:500}.pagination a:hover{border-color:var(--ink-2)}.pagination [data-active=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.pagination [data-disabled=true]{opacity:.4;pointer-events:none}.product-detail{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:36px;gap:36px;margin:28px 0 50px;align-items:start}.gallery{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);background:var(--surface)}.gallery .main{aspect-ratio:16/11;background:var(--surface-2)}.gallery .main img{width:100%;height:100%;object-fit:cover}.detail-aside{position:-webkit-sticky;position:sticky;top:88px;display:flex;flex-direction:column;gap:16px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.detail-aside .price-big{font-size:30px;font-weight:800}.detail-aside .old-price{font-size:16px;color:var(--muted-2);text-decoration:line-through}.detail-aside .meta-row{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-2)}.detail-seller{display:flex;align-items:center;gap:12px;padding:14px;border-radius:var(--radius);background:var(--surface-2)}.avatar{width:46px;height:46px;border-radius:999px;background:var(--ink);color:var(--accent);display:grid;place-items:center;font-weight:700;flex-shrink:0}.detail-section{margin-bottom:30px}.detail-section h3{font-size:20px;margin-bottom:14px}.detail-section p{color:var(--ink-2);margin:0 0 10px}.feature-list{display:flex;flex-direction:column;gap:10px}.feature-list li{display:flex;gap:10px;align-items:flex-start;list-style:none;font-size:15px;color:var(--ink-2)}.feature-list li .ck{color:var(--accent);font-weight:700}ul.feature-list{padding:0;margin:0}.info-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.info-card{padding:18px;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface)}.info-card .label{font-size:13px;color:var(--muted);margin-bottom:6px}.info-card p{font-size:14.5px;color:var(--ink);margin:0}.review{padding:18px 0;border-bottom:1px solid var(--line-2)}.review:last-child{border-bottom:none}.review .head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.review .head .name{font-weight:600;font-size:14.5px}.review p{margin:0;color:var(--ink-2);font-size:14.5px}.seller-hero{display:flex;gap:22px;align-items:center;padding:30px;margin:28px 0 36px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg)}.seller-hero .avatar{width:76px;height:76px;font-size:28px}.seller-hero h1{font-size:28px;margin-bottom:8px}.seller-meta{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:14px}.seller-stats{display:flex;gap:30px;margin-left:auto;text-align:center}.seller-stats div strong{display:block;font-size:24px}.seller-stats div span{color:var(--muted);font-size:12.5px}.site-footer{margin-top:70px;background:var(--ink);color:rgba(255,255,255,.7);padding:50px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:30px;gap:30px}.site-footer h5{color:#fff;font-size:14px;margin:0 0 14px}.site-footer a{display:block;padding:5px 0;font-size:14px}.site-footer a:hover{color:#fff}.footer-bottom{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:13px;gap:12px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}.footer-brand strong{color:#fff;font-size:16px}.auth-input{border:1px solid var(--line);border-radius:var(--radius-sm);padding:11px 13px;font-size:15px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cart-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:26px;gap:26px;align-items:start;margin:24px 0 50px}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-row{display:grid;grid-template-columns:90px 1fr auto;grid-gap:16px;gap:16px;padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);align-items:center}.cart-row .thumb{width:90px;height:68px;border-radius:10px;object-fit:cover;background:var(--surface-2)}.cart-row h4{font-size:15.5px;margin-bottom:4px}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.qty button{width:32px;height:34px;border:none;background:var(--surface);font-size:16px;color:var(--ink-2)}.qty button:hover{background:var(--surface-2)}.qty span{min-width:36px;text-align:center;font-weight:600;font-size:14px}.summary{position:-webkit-sticky;position:sticky;top:88px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.summary .line{padding:8px 0;font-size:14.5px;color:var(--ink-2)}.summary .line,.summary .total{display:flex;justify-content:space-between}.summary .total{align-items:baseline;padding-top:14px;margin-top:8px;border-top:1px solid var(--line);font-weight:700}.summary .total .big{font-size:24px}.order-card{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:14px}.order-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:13px;font-weight:600}.status-created{background:#fff4e5;color:#b26a00}.status-paid{background:var(--accent-soft);color:var(--accent-press)}.status-other{background:var(--surface-2);color:var(--ink-2)}.order-line{display:grid;grid-template-columns:56px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--line-2)}.order-line img{width:56px;height:44px;border-radius:8px;object-fit:cover}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.account-tile{display:block;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .12s ease,box-shadow .15s ease}.account-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.account-tile .ic{font-size:24px}.account-tile strong{display:block;margin:8px 0 4px;font-size:16px}.account-tile span{color:var(--muted);font-size:13.5px}.product-form{max-width:720px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm)}.steps{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.step-tab{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:14px;font-weight:500;color:var(--muted)}.step-tab .num{width:22px;height:22px;border-radius:999px;background:var(--surface-2);display:grid;place-items:center;font-size:12px;font-weight:700}.step-tab[data-active=true]{border-color:var(--ink);color:var(--ink)}.step-tab[data-active=true] .num{background:var(--ink);color:#fff}.step-tab[data-done=true] .num{background:var(--accent);color:#fff}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field>span{font-size:13.5px;font-weight:600}.field textarea.auth-input{resize:vertical;font-family:inherit}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.form-nav{align-items:center;margin-top:10px}.form-nav,.image-picker{display:flex;gap:10px}.image-opt{border:2px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface);padding:0;width:120px}.image-opt img{width:100%;height:70px;object-fit:cover}.image-opt span{display:block;font-size:12px;padding:5px;color:var(--muted)}.image-opt[data-active=true]{border-color:var(--accent)}.goal-check{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:13.5px;cursor:pointer}.goal-check input{accent-color:var(--accent)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:14px;gap:14px;margin-bottom:26px}.stat{padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.stat strong{display:block;font-size:26px}.stat span{color:var(--muted);font-size:13px}.funnel{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.funnel-step{padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.funnel-step strong{display:block;font-size:26px}.funnel-step span{color:var(--muted);font-size:13px;display:flex;flex-direction:column}.funnel-step small{color:var(--accent-press);font-size:12px;margin-top:2px}@media (max-width:700px){.funnel{grid-template-columns:1fr 1fr}}.sp-row{display:grid;grid-template-columns:64px 1fr auto auto;grid-gap:14px;gap:14px;align-items:center;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:10px}.sp-row img{width:64px;height:48px;border-radius:8px;object-fit:cover}.sp-row .score{font-size:13px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--surface-2)}.sp-actions{display:flex;gap:6px;flex-wrap:wrap}.mod-row{display:grid;grid-template-columns:72px 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:12px}.mod-row img{width:72px;height:54px;border-radius:8px;object-fit:cover}.promote-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}@media (max-width:700px){.promote-form{grid-template-columns:1fr}}.chat-list-row{display:flex;align-items:center;gap:14px;padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:10px}.chat-list-row .avatar{width:44px;height:44px;font-size:16px}.chat-list-row .body{flex:1 1;min-width:0}.chat-list-row .body strong{font-size:15px}.chat-list-row .last{color:var(--muted);font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-role{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--surface-2);color:var(--ink-2)}.thread{display:flex;flex-direction:column;height:calc(100vh - 200px);min-height:420px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.thread-head{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.thread-body{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px;background:var(--bg)}.bubble{max-width:72%;padding:10px 14px;border-radius:14px;font-size:14.5px;line-height:1.45;box-shadow:var(--shadow-sm)}.bubble .meta{font-size:11px;color:var(--muted);margin-top:4px}.bubble.theirs{align-self:flex-start;background:var(--surface);border:1px solid var(--line)}.bubble.mine{align-self:flex-end;background:var(--accent);color:#fff}.bubble.mine .meta{color:rgba(255,255,255,.8)}.thread-empty{margin:auto;color:var(--muted);text-align:center}.thread-form{display:flex;gap:10px;padding:14px;border-top:1px solid var(--line);background:var(--surface)}.thread-form input{flex:1 1;border:1px solid var(--line);border-radius:10px;padding:11px 14px;font-size:15px;outline:none}.thread-form input:focus{border-color:var(--accent)}.seller-cta{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:28px;gap:28px;align-items:center;padding:36px;background:var(--ink);border-radius:var(--radius-lg);color:#fff}.seller-cta h2{font-size:clamp(22px,3vw,30px);color:#fff;margin-bottom:12px}.seller-cta p{color:rgba(255,255,255,.75);font-size:16px;margin:0 0 20px;max-width:460px}.seller-cta .seller-benefits{display:flex;flex-direction:column;gap:12px}.seller-cta .benefit{display:flex;gap:12px;align-items:flex-start}.seller-cta .benefit .ic{width:38px;height:38px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:var(--accent)}.seller-cta .benefit .ic svg{width:20px;height:20px}.seller-cta .benefit strong{display:block;font-size:15px}.seller-cta .benefit span{color:rgba(255,255,255,.65);font-size:13px}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.trust-band{grid-template-columns:repeat(3,1fr)}.product-detail{grid-template-columns:1fr}.detail-aside{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}.hero-visual{min-height:220px}.seller-cta{grid-template-columns:1fr}}@media (max-width:820px){.header-inner{flex-wrap:wrap;height:auto;padding-top:12px;padding-bottom:12px;gap:12px}.header-nav{display:none}.header-search{order:3;flex-basis:100%;max-width:none}.brand{margin-right:auto}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.product-grid,.product-grid.cols-3{grid-template-columns:repeat(2,1fr)}.seller-hero{flex-direction:column;align-items:flex-start;text-align:left}.seller-stats{margin-left:0}.hero{min-height:340px}.hero-content{padding:28px 22px}.hero p{font-size:15.5px}.hero-stats{flex-wrap:wrap;gap:18px 24px;margin-top:22px}.cart-layout{grid-template-columns:1fr}.summary{position:static}.catalog-toolbar{flex-wrap:wrap}.filters-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);font-weight:600;font-size:15px;cursor:pointer;list-style:none}.filters-toggle::-webkit-details-marker{display:none}.filters-toggle .chev{color:var(--muted);transition:transform .15s ease}.filters-wrap[open] .filters-toggle .chev{transform:rotate(180deg)}.filters-wrap[open] .filters{margin-top:12px}.sp-row{grid-template-columns:56px 1fr;row-gap:10px}.sp-row .score{grid-column:2;justify-self:start}.sp-row .sp-actions{grid-column:1/-1}.mod-row{grid-template-columns:56px 1fr;row-gap:10px}.mod-row .sp-actions{grid-column:1/-1}.promote-form{grid-template-columns:1fr}}@media (max-width:540px){.container{padding:0 14px}.category-grid,.footer-grid,.info-cards,.product-grid,.product-grid.cols-3,.trust-band{grid-template-columns:1fr}.brand small{display:none}.catalog-head h1,.hero h1{font-size:26px}.cart-row{grid-template-columns:72px 1fr}.cart-row>div:last-child{grid-column:1/-1;text-align:left}.bubble{max-width:86%}.seller-cta{padding:24px}.product-detail{gap:24px}}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Fallback;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_0de93c{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.__variable_0de93c{--font-grot:"IBM Plex Sans","IBM Plex Sans Fallback"}