.shipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.shipment-card{border:1px solid var(--line,#e8e9ef);border-radius:20px;padding:18px;display:grid;gap:14px;background:#fff}.shipment-card>div{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.shipment-card small{display:block;color:var(--muted,#6e7180);margin-top:4px}.shipment-card details{border-top:1px solid var(--line,#e8e9ef);padding-top:10px}.seller-offer-form select[multiple]{min-height:92px}

/* v28+ launch announcement banner */
.launch-banner{position:relative;overflow:hidden;background:linear-gradient(100deg,#0f64dd 0%,#1677ff 42%,#8d73ff 78%,#ff5f87 120%);color:#fff;padding:14px 0}
.launch-banner-inner{position:relative;z-index:2;display:flex;align-items:center;gap:16px}
.launch-banner-badge{flex:none;display:grid;place-items:center;width:46px;height:46px;font-size:0;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);border-radius:15px;backdrop-filter:blur(4px)}
.launch-banner-text{display:grid;gap:2px;min-width:0;flex:1}
.launch-banner-text strong{font-size:16px;font-weight:800;letter-spacing:-.2px}
.launch-banner-sub{font-size:13px;line-height:1.45;color:rgba(255,255,255,.86)}
.launch-banner-actions{flex:none;display:flex;align-items:center;gap:18px}
.launch-banner-cta{padding:11px 22px;border:0;border-radius:14px;background:#fff;color:#0f64dd;font-weight:800;font-size:13px;box-shadow:0 8px 22px rgba(9,25,66,.28);transition:transform .15s ease,box-shadow .15s ease}
.launch-banner-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(9,25,66,.36)}
.launch-banner-link{color:#fff;font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(255,255,255,.5);white-space:nowrap}
.launch-banner-link:hover{text-decoration-color:#fff}
.launch-banner-close{flex:none;display:grid;place-items:center;border:0;background:rgba(255,255,255,.14);color:#fff;width:34px;height:34px;border-radius:11px;cursor:pointer;transition:background .15s ease}
.launch-banner-close:hover{background:rgba(255,255,255,.3)}
.launch-banner-decor{position:absolute;z-index:1;border-radius:50%;pointer-events:none}
.launch-banner-decor-a{width:220px;height:220px;right:16%;top:-140px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%)}
.launch-banner-decor-b{width:150px;height:150px;left:26%;bottom:-110px;background:radial-gradient(circle,rgba(255,207,84,.28),transparent 62%)}
.launch-banner-decor-c{width:90px;height:90px;right:34%;bottom:-58px;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 60%)}
@media(max-width:980px){.launch-banner-actions{flex-direction:column;align-items:stretch;gap:10px}.launch-banner-link{text-align:center;white-space:normal}}
@media(max-width:700px){.launch-banner-inner{flex-wrap:wrap;gap:12px}.launch-banner-badge{width:40px;height:40px}.launch-banner-text strong{font-size:14px}.launch-banner-sub{font-size:12px}.launch-banner-actions{flex-direction:row;width:100%}.launch-banner-cta{flex:1;text-align:center;padding:10px 14px}.launch-banner-link{flex:none}.launch-banner-close{position:absolute;right:8px;top:8px;width:30px;height:30px}}

/* v12 progressive storefront */
.mini-cart{position:fixed;z-index:80;right:28px;top:82px;width:min(360px,calc(100vw - 24px));padding:16px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg)}
.mini-cart-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:9px}.mini-cart-head span{color:var(--muted);font-size:12px}.mini-cart-line{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid var(--line);font-size:12px}.mini-cart>.btn{width:100%;margin-top:10px}
.delivery-promise,.checkout-promise{display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px solid #dcebe4;background:#f3fbf6;border-radius:16px;margin-top:14px}.delivery-promise small,.delivery-promise strong,.checkout-promise small,.checkout-promise strong{display:block}.delivery-promise small,.checkout-promise small{color:var(--muted);font-size:10px}.delivery-promise strong,.checkout-promise strong{margin-top:2px;font-size:13px}
.saved-address-strip{display:flex;gap:9px;overflow:auto;padding:2px 1px 12px;scrollbar-width:none}.saved-address-strip::-webkit-scrollbar{display:none}.saved-address-chip{min-width:190px;display:grid;gap:3px;padding:12px 14px;border:1px solid var(--line);border-radius:15px;background:#fff}.saved-address-chip b{font-size:12px}.saved-address-chip small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-address-chip.add{min-width:auto;place-items:center;color:var(--primary);font-weight:800}
.address-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;padding-bottom:50px}.address-list{display:grid;gap:12px}.address-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.address-card.is-default{border-color:#a8caff;background:#f8fbff}.address-card>div:first-child{display:flex;gap:9px;align-items:center}.address-card p{margin:8px 0;color:var(--muted)}.address-actions{display:flex;gap:12px;align-items:center;margin-top:14px}.pill{padding:4px 8px;background:#eaf3ff;color:var(--primary);font-size:9px;font-weight:900;border-radius:999px}.danger{color:#d92d20;border:0;background:transparent}.address-form p{display:grid;gap:6px}.address-form input,.address-form select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:12px}
.import-grid{display:grid;grid-template-columns:390px minmax(0,1fr);gap:24px;padding-bottom:42px}.import-upload p{display:grid;gap:6px}.import-upload input{width:100%;padding:12px;border:1px dashed #c9cfdb;border-radius:13px}.import-list{display:grid;gap:8px}.import-list a{display:grid;grid-template-columns:1fr auto;gap:5px 12px;padding:13px;border:1px solid var(--line);border-radius:14px}.import-list small{grid-column:1/-1;color:var(--muted)}.import-progress{max-width:760px}.import-status{display:flex;justify-content:space-between;gap:12px}.progress-track{display:block;width:100%;height:10px;border:0;border-radius:99px;overflow:hidden;margin:16px 0;background:#eef1f5}.progress-track::-webkit-progress-bar{background:#eef1f5}.progress-track::-webkit-progress-value{background:linear-gradient(90deg,var(--primary),#69a6ff);border-radius:99px}.progress-track::-moz-progress-bar{background:var(--primary);border-radius:99px}.import-errors{margin-top:16px;max-width:760px}.import-errors>div{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:9px 0;border-top:1px solid var(--line);font-size:12px}.import-errors span{color:#a23b30}
@media(max-width:800px){.address-layout,.import-grid{grid-template-columns:1fr}.address-form{order:-1}.mini-cart{right:12px;top:72px}.saved-address-chip{min-width:170px}}

.notification-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
.notification-list{display:grid;gap:14px}.notification-card{display:flex;justify-content:space-between;gap:18px;padding:20px;border:1px solid #e8e8ee;border-radius:22px;background:#fff}.notification-card.unread{border-color:#b9c9ff;box-shadow:0 10px 28px rgba(58,86,180,.08)}.notification-card>div:first-child{display:flex;gap:14px}.notification-card p{margin:6px 0;color:#636878}.notification-card small{color:#8a8f9d}.notification-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#f2f5ff}.notification-actions{display:flex;align-items:center;gap:12px;white-space:nowrap}.text-button{border:0;background:transparent;color:#5165c5;cursor:pointer}.notification-settings{position:sticky;top:100px}.notification-settings form p{display:flex;gap:10px;align-items:flex-start}.draft-status{display:block;margin:4px 0 14px;color:#7a8090}
@media(max-width:860px){.notification-layout{grid-template-columns:1fr}.notification-settings{position:static}.notification-card{flex-direction:column}.notification-actions{justify-content:space-between}}
.bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.bundle-card{display:flex;gap:18px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff}.bundle-card>span{font-size:42px}.bundle-card h2{margin:5px 0}.bundle-detail{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px}.bundle-line{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.bundle-line>span{font-size:30px}.bundle-line div{display:grid;gap:4px;flex:1}.bundle-line small{color:var(--muted)}@media(max-width:800px){.bundle-grid{grid-template-columns:1fr}.bundle-detail{grid-template-columns:1fr}}
.sponsor-tag{background:#f4f1ff;color:#5d46a8}
.gift-card-layout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(320px,1.2fr);gap:28px;align-items:start}.gift-card-preview{min-height:230px;border-radius:28px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,#fff0f7,#e9f0ff);box-shadow:0 22px 55px rgba(30,50,100,.12)}.gift-card-preview span{font-weight:800}.gift-card-preview strong{font-size:32px;line-height:1.05;margin:12px 0}.gift-card-preview small,.form-note{color:var(--muted)}.gift-card-form textarea{min-height:110px}.gift-purchase-status dl{display:grid;gap:12px}.gift-purchase-status dl div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0f5;padding:10px 0}@media(max-width:760px){.gift-card-layout{grid-template-columns:1fr}.gift-card-preview{min-height:180px}}
/* v26 support operations */
.support-list{display:grid;gap:12px;padding-bottom:48px}.support-case-card{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}.support-case-card h2{font-size:18px;margin:5px 0}.support-case-card small{color:var(--muted)}.support-layout,.support-staff-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start;padding-bottom:48px}.support-timeline{display:grid;gap:12px}.support-event{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.support-event.internal{background:#fff9e9;border-color:#f3dfab}.support-event>div{display:flex;justify-content:space-between;gap:12px}.support-event small{color:var(--muted)}.support-event p{margin:10px 0 0}.support-file{display:block;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.support-form p,.support-tools form{display:grid;gap:7px}.support-form textarea,.support-tools textarea{min-height:110px}.support-tools{display:grid;gap:18px}.support-tools form+form{border-top:1px solid var(--line);padding-top:16px}.support-tools input,.support-tools select,.support-tools textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:12px}.compensation-card{display:grid;gap:7px;padding:13px;background:#f5f7ff;border-radius:14px}.compensation-card form{display:flex;gap:10px;border:0!important;padding:0!important}@media(max-width:860px){.support-layout,.support-staff-grid{grid-template-columns:1fr}.support-tools{order:-1}}

/* v27 seller product office */
.office-toolbar{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:10px}
.office-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.office-main{flex:1;min-width:200px}
.office-thumb{width:64px;height:64px;object-fit:cover;border-radius:12px}
.office-thumb-lg{width:96px;height:96px;object-fit:cover;border-radius:12px}
.office-actions{display:flex;gap:10px;flex-wrap:wrap}
.office-gallery{display:flex;gap:14px;flex-wrap:wrap}
.office-gallery figure{margin:0}
.office-gallery figcaption{display:flex;align-items:center;gap:8px}

/* v28 buyer orders office */
.orders-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.orders-tabs{display:flex;gap:8px;flex-wrap:wrap}
.orders-tabs a{padding:9px 16px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:800;font-size:12px;color:var(--muted)}
.orders-tabs a.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.orders-search{display:flex;gap:8px}
.orders-search input{border:1px solid var(--line);border-radius:13px;padding:10px 14px;min-width:230px}
.order-row{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:14px 16px;border:1px solid var(--line);background:#fff;border-radius:17px;margin-bottom:9px}
.order-thumbs{display:flex;gap:6px}
.order-thumbs img{width:54px;height:54px;border-radius:12px;object-fit:cover;background:#f5f6f8}
.order-row-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.order-row-head strong{font-size:15px}
.order-row-info small{display:block;color:var(--muted);margin-top:4px}
.order-row-side{display:grid;gap:8px;justify-items:end;text-align:right}
.order-row-side b{font-size:16px}
.status-badge{display:inline-block;padding:4px 11px;border-radius:999px;font-size:10px;font-weight:800;background:#f1f2f6;color:var(--muted)}
.status-badge.big{font-size:13px;padding:8px 18px}
.status-badge[data-status="new"],.status-badge[data-status="awaiting_payment"]{background:#fff4e0;color:#b96a00}
.status-badge[data-status="confirmed"],.status-badge[data-status="paid"]{background:#e8f0ff;color:#2b5fd9}
.status-badge[data-status="assembling"]{background:#f3e8ff;color:#7a3ce8}
.status-badge[data-status="shipped"]{background:#e2f6ec;color:#1e8f5a}
.status-badge[data-status="done"]{background:#e2f6ec;color:#128a4f}
.status-badge[data-status="canceled"]{background:#ffe9ec;color:#d0342c}
.order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.order-office{display:grid;grid-template-columns:1fr 330px;gap:18px;align-items:start}
.order-block{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;margin-bottom:14px}
.order-block h2{font-size:16px;margin-bottom:12px}
.order-item-row{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--line)}
.order-item-row:first-of-type{border-top:0}
.order-item-photo img{width:64px;height:60px;border-radius:12px;object-fit:cover;background:#f5f6f8;display:block}
.order-item-info strong{display:block;font-size:14px}
.order-item-info strong a{color:inherit}
.order-item-info small{display:block;color:var(--muted);margin-top:3px}
.order-item-canceled{color:#d0342c}
.order-item-price{text-align:right}
.order-item-price span{display:block;color:var(--muted);font-size:11px}
.fulfillment-row{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 0;border-top:1px solid var(--line)}
.fulfillment-row:first-of-type{border-top:0}
.fulfillment-row strong{font-size:14px}
.fulfillment-row small{display:block;color:var(--muted);margin-top:2px}
.fulfillment-track{text-align:right}
.order-timeline{list-style:none;margin:0;padding:0}
.order-timeline li{position:relative;margin-left:6px;padding:0 0 14px 20px;border-left:2px solid var(--line)}
.order-timeline li:last-child{border-left-color:transparent;padding-bottom:0}
.order-timeline li::before{content:'';position:absolute;left:-6px;top:2px;width:10px;height:10px;border-radius:50%;background:var(--primary)}
.order-timeline b{display:block;font-size:13px}
.order-timeline small{color:var(--muted)}
.order-aside{display:grid;gap:0}
.order-aside .order-block{margin-bottom:14px}
.order-totals div{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;gap:10px}
.order-totals div.sum{border-top:1px solid var(--line);margin-top:6px;padding-top:10px;font-weight:800;font-size:15px}
.order-delivery div{padding:4px 0}
.order-delivery small{color:var(--muted);display:block}
.order-actions{display:grid;gap:9px}
.order-actions .btn{width:100%}
@media(max-width:900px){.order-office{grid-template-columns:1fr}}
@media(max-width:700px){.order-row{grid-template-columns:1fr auto}.order-thumbs{grid-column:1/-1}.orders-search input{min-width:0;flex:1}.order-head{flex-direction:column}}

/* ===== v29 seller questions office ===== */
.q-list{display:grid;gap:12px}
.q-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px}
.q-card header{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.q-card header b{font-size:14px}
.q-card header span{color:var(--muted);font-size:12px}
.q-card p{margin:0 0 10px;font-size:14px}
.q-card.answered blockquote{margin:0;border-left:3px solid var(--primary);padding:6px 0 6px 12px;color:var(--muted);font-size:14px}
.q-card textarea{width:100%;margin-bottom:8px}

/* ===== v30 legal & info pages ===== */
.legal-page{max-width:760px;padding-bottom:48px}
.legal-page h2{margin:26px 0 10px;font-size:19px}
.legal-page p,.legal-page li{font-size:15px;line-height:1.65;color:#333}
.legal-page ul{margin:10px 0;padding-left:20px;list-style:disc}
.legal-page li{margin-bottom:6px}
.legal-page b{color:var(--text,#1c1c28)}
.verified-badge{font-style:normal;font-size:11px;color:#1c7c46;background:#e7f6ee;border-radius:999px;padding:2px 8px;margin:0 6px}

/* --- Онбординг продавца, ответы на отзывы, подтверждение email (t13) --- */
.email-badge{display:inline-block;margin-left:6px;padding:2px 10px;border-radius:999px;font-size:12px;font-style:normal;background:#fff4e0;color:#8a5a00;border:1px solid #f0d9a8}
.review-reply{margin-top:10px;padding:10px 14px;border-left:3px solid var(--brand,#7c5cff);background:#f7f6ff;border-radius:0 10px 10px 0}
.review-reply small{display:block;color:#6b6b76;margin-bottom:4px}
.review-reply-form{margin-top:10px;display:grid;gap:8px}
.seller-review{border:1px solid #ececf2;border-radius:14px;padding:16px 18px;margin-bottom:12px;background:#fff}
.join-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:16px}
.join-steps div{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid #ececf2;border-radius:12px;background:#fff}
.join-steps strong{color:var(--brand,#7c5cff);font-size:18px}
.profile-actions{display:flex;gap:12px;align-items:center;margin-top:10px;flex-wrap:wrap}
.container.narrow{max-width:720px}

/* --- Сравнение, полезность отзывов, поступление, чек (t14) --- */
.detail-actions-row{display:flex;gap:10px;flex-wrap:wrap}
.detail-actions-row .detail-favorite{flex:none}
.btn.compare.active{border-color:var(--brand,#7c5cff);color:var(--brand,#7c5cff);background:#f7f6ff}
.stock-alert{margin-top:10px}
.review-votes{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.review-votes>span{font-size:12px;color:#6b6b76}
.vote-form{display:inline-flex;align-items:center;gap:6px}
.vote{border:1px solid #ececf2;background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;cursor:pointer;color:#1c1c28}
.vote.active{border-color:var(--brand,#7c5cff);color:var(--brand,#7c5cff);background:#f7f6ff}
.compare-wrap{padding-bottom:48px}
.compare-scroll{overflow-x:auto;border-radius:16px}
.compare-table{border-collapse:separate;border-spacing:0;width:100%;min-width:640px;background:#fff;border:1px solid #ececf2;border-radius:16px;overflow:hidden}
.compare-table th,.compare-table td{border-bottom:1px solid #ececf2;padding:12px 14px;text-align:left;font-size:14px;vertical-align:top}
.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:none}
.compare-table thead th{min-width:190px;vertical-align:top}
.compare-table tbody th{width:130px;color:#6b6b76;font-weight:600;background:#fafafc;font-size:13px}
.compare-table thead img{width:120px;height:120px;object-fit:cover;border-radius:10px;display:block;margin-bottom:8px}
.compare-remove{float:right;margin-left:6px}
.compare-remove .chip{display:grid;place-items:center;border:1px solid #ececf2;background:#fff;border-radius:999px;width:26px;height:26px;cursor:pointer}
.compare-remove .chip:hover{background:#f7f6ff;border-color:var(--brand,#7c5cff)}
.compare-title{display:block;margin:6px 0;font-weight:600;color:var(--text,#1c1c28)}
.compare-price{display:block;margin-bottom:8px;font-size:16px}
.compare-empty span{font-size:44px}

/* ============================================================
   v33 — Премиальная дизайн-система: бренд-лого, SVG-иконки,
   типографика Inter/Manrope, полировка компонентов
   ============================================================ */

/* --- Базовая типографика --- */
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
h1,h2,h3,h4,.section-head h2,.hero h1,.entity-hero h1{font-family:Manrope,Inter,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:-.02em}
.hero h1,.section-head h2{font-weight:800}
::selection{background:rgba(22,119,255,.16)}
:focus-visible{outline:3px solid rgba(22,119,255,.38);outline-offset:2px;border-radius:10px}

/* --- SVG-иконки (спрайт) --- */
.sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none;vertical-align:-5px;display:inline-block}
.icon-sm{width:15px;height:15px;vertical-align:-3px}
.icon-lg{width:26px;height:26px}
.icon-xl{width:52px;height:52px;stroke-width:1.4}

/* --- Логотип --- */
.logo img{height:52px;width:auto;display:block}
.header-main .logo{display:inline-flex;align-items:center}
.footer-logo{display:inline-flex;align-items:center;transition:transform .18s ease,filter .18s ease;filter:drop-shadow(0 2px 10px rgba(255,255,255,.14)) drop-shadow(0 0 30px rgba(255,255,255,.1))}
.footer-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 2px 12px rgba(255,255,255,.22)) drop-shadow(0 0 38px rgba(255,255,255,.16))}
.footer-logo img{height:46px;width:auto}
@media(max-width:1250px){.logo img{height:46px}.footer-logo img{height:40px}}
@media(max-width:700px){.logo img{height:40px}.footer-logo img{height:38px}}

/* --- Хедер: иконки действий --- */
.header-actions i{font-style:normal;display:inline-grid;place-items:center}
.header-actions .icon{width:21px;height:21px;transition:transform .18s ease,color .18s ease}
.header-actions a{transition:color .18s ease}
.header-actions a:hover{color:var(--primary)}
.header-actions a:hover .icon{transform:translateY(-1px) scale(1.06)}
.catalog-btn .icon{width:19px;height:19px}
.mobile-menu .icon{width:22px;height:22px}
.nav-row a{display:inline-flex;align-items:center;gap:6px}
.nav-row .icon-sm{width:14px;height:14px}
.search-wrap>button .icon{width:20px;height:20px}
.search-suggest .s-ico{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--surface-2);color:var(--muted)}
.search-suggest .s-ico .icon{width:18px;height:18px}

/* --- Кнопки с иконками --- */
.btn .icon{width:18px;height:18px}
.btn-primary{background:linear-gradient(180deg,#3b90ff,var(--primary) 52%,var(--primary-dark));box-shadow:0 10px 24px rgba(22,119,255,.22),inset 0 1px 0 rgba(255,255,255,.28)}
.btn-primary:hover{background:linear-gradient(180deg,#3b90ff,var(--primary) 52%,var(--primary-dark));box-shadow:0 14px 30px rgba(22,119,255,.3),inset 0 1px 0 rgba(255,255,255,.28)}
.btn:active{transform:translateY(0) scale(.985)}
.favorite{display:grid;place-items:center}
.favorite .icon{width:17px;height:17px}
.favorite.active{color:var(--pink)}
.favorite.active .icon{fill:currentColor}

/* --- Карточка товара: премиальный ховер --- */
.product-card{will-change:transform}
.product-card .product-media img{transition:transform .4s cubic-bezier(.22,.61,.36,1)}
.product-card:hover .product-media img{transform:scale(1.045)}
.product-card:hover{border-color:#dbe6ff;box-shadow:0 22px 46px rgba(16,24,40,.1)}
.rating{display:inline-flex;align-items:center;gap:3px}

/* --- Пустые состояния: иконки и брендовые игрушки --- */
.empty>span,.empty.mini span{display:inline-grid;place-items:center;margin-bottom:6px}
.empty>span .icon{width:56px;height:56px;stroke-width:1.3;color:#b9c0d4}
.empty.mini span .icon{width:36px;height:36px;stroke-width:1.5;color:#b9c0d4}
.empty-state{text-align:center;padding:80px 20px}
.empty-state .empty-toy{margin:0 auto 14px}
.empty-toy{display:block;width:120px;height:auto}
.empty .empty-toy{width:130px;margin-inline:auto}

/* --- Главная: benefits, quick-picks, hero --- */
.benefits>div>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(150deg,#eef4ff,#f8f0ff);color:var(--primary);font-size:0}
.benefits>div>span .icon{width:24px;height:24px}
.hero-toys{display:flex;gap:14px;align-items:center;justify-content:center}
.hero-toys img{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(16,24,40,.14));animation:toy-float 5.5s ease-in-out infinite}
.hero-toys img:nth-child(2n){animation-delay:-2.4s}
.hero-toys img:nth-child(3n){animation-delay:-1.2s}
@keyframes toy-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.hero-trust .icon{width:15px;height:15px;color:var(--primary)}
.hero-trust>span{display:inline-flex;align-items:center;gap:6px}
.delivery-promise span,.checkout-promise span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eef4ff;color:var(--primary)}
.delivery-promise span .icon,.checkout-promise span .icon{width:22px;height:22px}

/* --- Витрина: бейджи, отзывы, сущности --- */
.media-badges span{display:inline-flex;align-items:center;gap:5px}
.media-badges .icon{width:14px;height:14px}
.entity-mark{font-size:0}
.entity-mark .icon{width:30px;height:30px;stroke-width:2}
.vote-form .icon,.votes .icon{width:16px;height:16px;vertical-align:-3px}
.success-mark .icon{width:34px;height:34px;stroke-width:2}
.launch-banner-badge .icon{width:24px;height:24px;stroke-width:1.9}
.launch-banner-close .icon{width:15px;height:15px}
.compare-remove .chip .icon{width:13px;height:13px}
.attach-link .icon,.file-link .icon{width:15px;height:15px;vertical-align:-3px}
.sla-warning{display:inline-flex;align-items:center;gap:5px;color:#d92d20}
.sla-warning .icon{width:15px;height:15px}
.notif-ico .icon{width:22px;height:22px}
.profile-links a{display:inline-flex;align-items:center;gap:8px}
.profile-links .icon{width:17px;height:17px;color:var(--primary)}

/* --- Плашка доверия к бренду в хедере поиска (микро-детали премиума) --- */
.topbar{box-shadow:0 1px 0 rgba(16,24,40,.02),0 8px 30px -18px rgba(16,24,40,.18)}

/* --- Кабинеты: навигация с иконками, hover и активный раздел (t17) --- */
.seller-nav a{display:inline-flex;align-items:center;gap:7px;transition:border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}
.seller-nav a .icon{width:15px;height:15px;color:#98a1b3;transition:color .16s ease}
.seller-nav a:hover{border-color:#c9d4f5;color:var(--primary);transform:translateY(-1px)}
.seller-nav a:hover .icon{color:var(--primary)}
.seller-nav a.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(22,119,255,.24)}
.seller-nav a.active .icon{color:#fff}
.account-nav a{display:flex;align-items:center;gap:9px;transition:border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}
.account-nav a .icon{width:16px;height:16px;color:var(--primary);flex:none}
.account-nav a:hover{border-color:#c9d4f5;color:var(--primary);transform:translateY(-1px);box-shadow:0 8px 18px rgba(16,24,40,.06)}
.orders-tabs a{transition:border-color .15s ease,background .15s ease,color .15s ease}

/* --- Доступность и печать --- */
@media(prefers-reduced-motion:reduce){
  .hero-toys img{animation:none}
  *{transition-duration:.01ms!important;animation-duration:.01ms!important}
}
@media print{
  .topbar,.footer,.cookie,.toast,.launch-banner,.mini-cart,.search-suggest{display:none!important}
  body{background:#fff}
}

/* --- v34: подборки, фильтры-панель, сортировка, чипы --- */
.link-accent{color:var(--primary);font-weight:800;font-size:13px}
.picks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.pick-card{position:relative;display:grid;grid-template-columns:56px 1fr;column-gap:15px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}
.pick-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(16,24,40,.1)}
.pick-card::after{content:"";position:absolute;inset:0;background:var(--pick-tint,#fff5f7);opacity:0;transition:opacity .2s;z-index:-1}
.pick-card:hover::after{opacity:.55}
.pick-card>strong{font-size:15.5px;letter-spacing:-.2px}
.pick-card>p{margin:3px 0 0;color:var(--muted);font-size:11.5px;line-height:1.45}
.pick-card>em{grid-column:2;justify-self:start;margin-top:9px;font-style:normal;font-weight:800;font-size:10.5px;padding:5px 10px;border-radius:999px;background:#f4f6fa;color:#475467}
.pick-icon{grid-row:1/3;display:grid;place-items:center;width:56px;height:56px;border-radius:17px}
.pick-icon .icon{width:27px;height:27px}
.pick-card.accent-pink{--pick-tint:#fff0f3}.pick-card.accent-pink .pick-icon{background:linear-gradient(150deg,#fff0f3,#ffe3ea);color:var(--pink)}
.pick-card.accent-green{--pick-tint:#effaf3}.pick-card.accent-green .pick-icon{background:linear-gradient(150deg,#effaf3,#dff5e8);color:#2f9e64}
.pick-card.accent-violet{--pick-tint:#f3f0ff}.pick-card.accent-violet .pick-icon{background:linear-gradient(150deg,#f0ecff,#e6ddff);color:#7c5cff}
.pick-card.accent-blue{--pick-tint:#eef6ff}.pick-card.accent-blue .pick-icon{background:linear-gradient(150deg,#e9f4ff,#d9ecff);color:#1677ff}
.pick-card.accent-amber{--pick-tint:#fff7e8}.pick-card.accent-amber .pick-icon{background:linear-gradient(150deg,#fff4dd,#ffe9c2);color:#d97706}
.pick-strip{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none;padding:2px 2px 12px;align-items:center}
.pick-strip::-webkit-scrollbar{display:none}
.pick-strip a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800;font-size:12px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.pick-strip a:hover{transform:translateY(-2px);border-color:#d5dbe3;box-shadow:0 8px 18px rgba(16,24,40,.07)}
.pick-strip a .icon{width:16px;height:16px}
.pick-strip a em{font-style:normal;font-size:10px;font-weight:900;color:#98a2b3;background:#f4f6fa;border-radius:999px;padding:3px 7px}
.pick-strip a.accent-pink .icon{color:var(--pink)}.pick-strip a.accent-green .icon{color:#2f9e64}.pick-strip a.accent-violet .icon{color:#7c5cff}.pick-strip a.accent-blue .icon{color:#1677ff}.pick-strip a.accent-amber .icon{color:#d97706}
.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-bottom:10px}
.collection-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:9px;padding:24px 22px;border:1px solid var(--line);border-radius:24px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}
.collection-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(16,24,40,.1)}
.collection-card strong{font-size:16.5px;letter-spacing:-.2px;line-height:1.25}
.collection-card p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.5}
.collection-card em{font-style:normal;font-weight:800;font-size:10.5px;padding:6px 11px;border-radius:999px;background:#f4f6fa;color:#475467;margin-top:auto}
.collection-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:19px;margin-bottom:4px}
.collection-icon .icon{width:29px;height:29px}
.collection-card.accent-pink .collection-icon,.collection-hero.accent-pink .collection-icon{background:linear-gradient(150deg,#fff0f3,#ffe3ea);color:var(--pink)}
.collection-card.accent-green .collection-icon,.collection-hero.accent-green .collection-icon{background:linear-gradient(150deg,#effaf3,#dff5e8);color:#2f9e64}
.collection-card.accent-violet .collection-icon,.collection-hero.accent-violet .collection-icon{background:linear-gradient(150deg,#f0ecff,#e6ddff);color:#7c5cff}
.collection-card.accent-blue .collection-icon,.collection-hero.accent-blue .collection-icon{background:linear-gradient(150deg,#e9f4ff,#d9ecff);color:#1677ff}
.collection-card.accent-amber .collection-icon,.collection-hero.accent-amber .collection-icon{background:linear-gradient(150deg,#fff4dd,#ffe9c2);color:#d97706}
.collection-hero{display:grid;grid-template-columns:78px 1fr auto;gap:22px;align-items:center;margin-top:30px;padding:28px 30px;border:1px solid var(--line);border-radius:26px}
.collection-hero h1{margin:4px 0 0;font-size:38px;letter-spacing:-1.4px}
.collection-hero p{margin:7px 0 0;color:var(--muted);font-size:13px;max-width:640px}
.collection-hero .collection-icon{width:78px;height:78px;border-radius:23px}
.collection-hero .collection-icon .icon{width:36px;height:36px}
.collection-hero.accent-pink{background:linear-gradient(120deg,#fff 55%,#fff0f3)}
.collection-hero.accent-green{background:linear-gradient(120deg,#fff 55%,#effaf3)}
.collection-hero.accent-violet{background:linear-gradient(120deg,#fff 55%,#f3f0ff)}
.collection-hero.accent-blue{background:linear-gradient(120deg,#fff 55%,#eef6ff)}
.collection-hero.accent-amber{background:linear-gradient(120deg,#fff 55%,#fff7e8)}
.collection-total{text-align:right}
.collection-total strong{display:block;font-size:32px;letter-spacing:-1px}
.collection-total span{color:var(--muted);font-size:10.5px;font-weight:700}
.f-backdrop{position:fixed;inset:0;z-index:110;background:rgba(16,24,40,.52);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s}
.f-backdrop.show{opacity:1;visibility:visible}
.f-head{display:none}
.f-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#667085;cursor:pointer}
.filters .f-body{display:grid;gap:10px}
.f-sec{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}
.f-sec summary{display:flex;align-items:center;gap:8px;padding:12px 14px;cursor:pointer;font-weight:800;font-size:12.5px;color:var(--text);list-style:none;user-select:none}
.f-sec summary::-webkit-details-marker{display:none}
.f-sec summary em{font-style:normal;font-size:10px;font-weight:900;color:var(--primary);background:#eef5ff;border-radius:999px;padding:3px 8px}
.f-chev{margin-left:auto;color:#98a2b3;transition:transform .2s ease}
.f-sec[open] .f-chev{transform:rotate(180deg)}
.f-sec .f-title{display:block;padding:12px 14px 6px;color:#475467;font-size:10.5px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.f-sec input[name=q]{margin:0 14px 14px;width:calc(100% - 28px);min-height:42px;padding:9px 12px;border:1px solid var(--line);border-radius:12px;outline:0;font-size:13px}
.f-sec input[name=q]:focus{border-color:#aecfff;box-shadow:0 0 0 3px rgba(22,119,255,.07)}
.filters .f-list{display:grid;gap:2px;padding:4px 8px 10px}
.filters .f-list.f-scroll{max-height:216px;overflow:auto;padding-right:4px}
.filters .f-check{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:11px;cursor:pointer;transition:background .14s ease}
.filters .f-check:hover{background:#f6f8fb}
.filters .f-check input{width:17px;height:17px;min-height:0;flex:none;accent-color:var(--primary);cursor:pointer}
.filters .f-check span{flex:1;font-size:12.5px;font-weight:600;line-height:1.3}
.filters .f-check em{font-style:normal;font-size:10.5px;font-weight:800;color:#98a2b3}
.filters .f-check:has(input:checked){background:#f0f6ff}
.filters .f-select select{width:100%;min-height:42px;margin:2px 4px 6px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;outline:0;font-size:12.5px;font-weight:600}
.filters .price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:2px 12px 14px}
.filters .price-filter label{display:grid;gap:5px;color:#98a2b3;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.filters .price-filter input{width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;outline:0;font-size:13px;font-weight:700}
.filters .price-filter input:focus{border-color:#aecfff;box-shadow:0 0 0 3px rgba(22,119,255,.07)}
.filters .f-switch{display:flex;align-items:center;gap:10px;padding:9px 9px;border-radius:11px;cursor:pointer;transition:background .14s ease}
.filters .f-switch:hover{background:#f6f8fb}
.filters .f-switch input{position:absolute;opacity:0;width:0;height:0}
.filters .f-track{position:relative;flex:none;width:36px;height:21px;border-radius:999px;background:#dfe3e8;transition:background .18s ease}
.filters .f-track i{position:absolute;top:2.5px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(16,24,40,.2);transition:transform .18s ease}
.filters .f-switch input:checked~.f-track{background:var(--primary)}
.filters .f-switch input:checked~.f-track i{transform:translateX(14px)}
.filters .f-switch input:focus-visible~.f-track{outline:2px solid var(--primary);outline-offset:2px}
.filters .f-switch span:last-child{font-size:12.5px;font-weight:600}
.filters .f-actions{position:sticky;bottom:0;display:flex;gap:9px;padding:12px 2px 2px;background:#fff;border-top:1px solid var(--line);margin-top:12px}
.filters .f-actions .btn{flex:1}
.catalog-toolbar{display:grid;gap:10px;margin:0 0 14px}
.toolbar-row{display:flex;align-items:center;gap:10px}
.toolbar-count{font-size:12px;color:var(--muted);font-weight:600}
.toolbar-count strong{font-size:14px;color:var(--text)}
.f-open{display:none;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:800;font-size:12px;cursor:pointer}
.f-open em{font-style:normal;font-size:10px;font-weight:900;color:#fff;background:var(--primary);border-radius:999px;padding:2px 7px}
.chips-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.chip-x{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:11.5px;font-weight:700;color:#475467;transition:border-color .15s ease,color .15s ease,transform .15s ease}
.chip-x .icon{width:13px;height:13px;color:#98a2b3}
.chip-x:hover{border-color:#f6b3c4;color:var(--pink);transform:translateY(-1px)}
.chip-x:hover .icon{color:var(--pink)}
.chips-reset{font-size:11.5px;font-weight:800;color:#98a2b3;text-decoration:underline;text-underline-offset:3px}
.chips-reset:hover{color:var(--primary)}
.sort-dd{position:relative;margin-left:auto}
.sort-dd>button{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:800;font-size:12px;color:var(--text);cursor:pointer;transition:border-color .15s ease}
.sort-dd>button:hover{border-color:#d5dbe3}
.sort-dd>button .icon:last-child{color:#98a2b3;transition:transform .2s ease}
.sort-dd.open>button .icon:last-child{transform:rotate(180deg)}
.sort-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:60;min-width:236px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 44px rgba(16,24,40,.14);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease,visibility .18s}
.sort-dd.open .sort-menu,.sort-dd:focus-within .sort-menu{opacity:1;visibility:visible;transform:none}
.sort-menu a{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:11px;font-size:12px;font-weight:700;color:#475467;transition:background .13s ease}
.sort-menu a:hover{background:#f6f8fb}
.sort-menu a.active{color:var(--primary);background:#f0f6ff}
.sort-menu a .icon{margin-left:auto;width:15px;height:15px}
@media(max-width:1250px){.collections-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){
.picks-grid{grid-template-columns:1fr 1fr}
.collections-grid{grid-template-columns:1fr 1fr}
.f-open{display:inline-flex}
.sort-dd{margin-left:auto}
.catalog-layout{margin-top:8px}
.filters form{grid-template-columns:1fr}
.filters{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:120;max-height:87vh;overflow:auto;border-radius:24px 24px 0 0;border-bottom:0;transform:translateY(104%);opacity:0;visibility:hidden;transition:transform .26s ease,opacity .26s ease,visibility .26s;box-shadow:0 -18px 60px rgba(16,24,40,.24)}
.filters.open{transform:none;opacity:1;visibility:visible}
body.filters-locked{overflow:hidden}
.f-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}
.f-head strong{display:inline-flex;align-items:center;gap:8px;font-size:15px}
.filters .f-actions{bottom:0}
}
@media(max-width:700px){
.picks-grid{grid-template-columns:1fr}
.collections-grid{grid-template-columns:1fr}
.collection-hero{grid-template-columns:60px 1fr;padding:22px}
.collection-hero .collection-icon{width:60px;height:60px;border-radius:18px}
.collection-hero h1{font-size:29px;letter-spacing:-.8px}
.collection-total{grid-column:1/-1;text-align:left;display:flex;align-items:baseline;gap:8px}
.collection-total strong{font-size:26px}
.filters form{grid-template-columns:1fr}
.price-filter{grid-column:1/-1}
.toolbar-row{flex-wrap:wrap}
.toolbar-count{order:-1;width:100%}
}
@media(max-width:430px){
.filters form{grid-template-columns:1fr}
.collections-grid{gap:10px}
}

/* --- v35: география доставки, город в шапке, модалка, подсказки --- */
.header-main{grid-template-columns:auto auto auto minmax(200px,1fr) auto auto}
.geo-chip{display:inline-flex;align-items:center;gap:7px;height:48px;padding:0 13px;background:#fff;border:1px solid var(--line);border-radius:15px;font-weight:800;font-size:13px;color:#344054;white-space:nowrap;max-width:190px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.geo-chip:hover{border-color:#cfe2ff;box-shadow:0 6px 18px rgba(22,119,255,.1);transform:translateY(-1px)}
.geo-chip .icon{width:17px;height:17px;color:var(--pink);flex:none}
.geo-chip span{overflow:hidden;text-overflow:ellipsis}
.geo-chip .geo-chev{color:var(--muted);width:13px;height:13px}
.geo-locked{overflow:hidden}
.geo-modal[hidden],.cookie[hidden]{display:none}
.geo-modal{position:fixed;inset:0;z-index:95;display:grid;place-items:start center}
.geo-backdrop{position:absolute;inset:0;background:rgba(16,24,40,.45);backdrop-filter:blur(5px);animation:geo-fade .18s ease}
.geo-panel{position:relative;z-index:1;width:min(600px,calc(100vw - 28px));margin-top:7vh;background:#fff;border-radius:24px;box-shadow:var(--shadow-lg);padding:22px;animation:geo-pop .2s ease}
@keyframes geo-fade{from{opacity:0}to{opacity:1}}
@keyframes geo-pop{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
.geo-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}
.geo-head-txt strong{font-size:21px;letter-spacing:-.5px}
.geo-head-txt small{display:block;color:var(--muted);margin-top:2px}
.geo-x{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:12px;display:grid;place-items:center;color:var(--muted);transition:.16s ease}
.geo-x:hover{color:var(--text);border-color:#cfe2ff}
.geo-search{display:flex;gap:10px;align-items:center;padding:0 15px;border:1.5px solid var(--line);border-radius:15px;transition:border-color .16s ease,box-shadow .16s ease}
.geo-search:focus-within{border-color:#8fbaff;box-shadow:0 0 0 4px rgba(22,119,255,.1)}
.geo-search .icon{width:19px;height:19px;color:var(--muted)}
.geo-search input{flex:1;height:50px;border:0;outline:0;font-size:15px;min-width:0}
.geo-cap{margin:16px 0 8px;text-transform:uppercase;letter-spacing:.09em;font-size:10.5px;font-weight:900;color:var(--muted)}
.geo-chips{display:flex;flex-wrap:wrap;gap:8px}
.geo-chip-sm{padding:9px 14px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:800;font-size:12.5px;color:#344054;transition:.15s ease}
.geo-chip-sm:hover{background:#f0f6ff;border-color:#b9d7ff;color:var(--primary);transform:translateY(-1px)}
.geo-regions{display:grid;grid-template-columns:1fr 1fr;gap:6px;max-height:300px;overflow:auto;padding-right:4px;scrollbar-width:thin}
.geo-region{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:11px 13px;border:1px solid transparent;border-radius:12px;background:var(--surface-2);font-weight:700;font-size:12.5px;text-align:left;transition:.14s ease}
.geo-region:hover{background:#eef5ff;border-color:#cfe2ff;color:var(--primary)}
.geo-region small{color:var(--muted);font-weight:700;font-size:10.5px}
.geo-list{display:grid;gap:5px;max-height:380px;overflow:auto;padding-right:4px;scrollbar-width:thin}
.geo-row{display:flex;gap:11px;align-items:center;padding:11px 12px;border:0;background:transparent;border-radius:13px;text-align:left;transition:.13s ease}
.geo-row:hover{background:#f4f8ff}
.geo-row .icon{width:16px;height:16px;color:var(--pink);flex:none}
.geo-row strong{display:block;font-size:14px}
.geo-row small{display:block;color:var(--muted);font-size:11px;margin-top:1px}
.geo-empty{padding:34px 18px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:16px}
.geo-back{display:inline-flex;align-items:center;gap:7px;margin:14px 0 0;padding:8px 13px;border:1px solid var(--line);background:#fff;border-radius:11px;font-weight:800;font-size:12px;color:var(--muted);transition:.15s ease}
.geo-back:hover{border-color:#cfe2ff;color:var(--primary);background:#f4f8ff}
.geo-row.active,.geo-row:hover{background:#f4f8ff}
.geo-row.active{box-shadow:inset 3px 0 0 var(--pink)}
.geo-region.active{background:#eef5ff;border-color:#cfe2ff;color:var(--primary)}
.search-suggest .sg-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-radius:12px}
.search-suggest .sg-item:hover,.search-suggest .sg-item.active{background:#f4f8ff}
.search-suggest .sg-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:13px}
.search-suggest .sg-item b{font-size:12.5px;font-weight:900;color:var(--text)}
.search-suggest .sg-item em{font-style:normal;font-size:10px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.search-suggest .sg-cap{padding:9px 10px 3px;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:var(--muted)}
.search-suggest .sg-all{grid-template-columns:auto minmax(0,1fr);margin-top:7px;border-top:1px solid var(--line);border-radius:0 0 12px 12px;color:var(--primary);font-weight:800;font-size:12.5px}
.search-suggest .sg-all .icon{width:15px;height:15px}
.search-suggest .sg-empty{padding:22px;text-align:center;color:var(--muted)}
.search-suggest .sg-empty small{display:block;margin-top:4px}
:focus-visible{outline:2px solid rgba(22,119,255,.55);outline-offset:2px;border-radius:8px}
.geo-chip:focus-visible,.geo-x:focus-visible,.geo-chip-sm:focus-visible{outline-offset:0}
.nav-row .mobile-nav-only{display:none}
.nav-row.open .mobile-nav-only{display:inline-flex}
@media(max-width:980px){
.header-main{grid-template-columns:auto auto minmax(0,1fr) auto}
.geo-chip{height:44px;padding:0 11px;max-width:none}
.geo-chip span,.geo-chip .geo-chev{display:none}
.geo-panel{width:100vw;max-width:100%;margin-top:auto;align-self:end;border-radius:24px 24px 0 0;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}
.geo-modal{place-items:end stretch}
.geo-regions{grid-template-columns:1fr;max-height:38vh}
}

/* --- v35: избранное/история в меню, бейджи скидок, корзина и чекаут --- */
.head-row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.badge-sale{position:absolute;top:14px;right:14px;z-index:2;padding:5px 11px;border-radius:999px;font-weight:900;font-size:11px;letter-spacing:.3px;color:#fff;background:linear-gradient(135deg,#ff6b88,#e93a5c);box-shadow:0 6px 16px rgba(233,58,92,.32);pointer-events:none}
.collection-thumbs{display:flex;gap:6px;margin-top:2px}
.collection-thumbs img{width:54px;height:54px;object-fit:cover;border-radius:13px;border:1px solid var(--line);background:#f7f8fb}
.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden}
.qty-stepper button{width:36px;height:40px;border:0;background:none;font-size:19px;font-weight:800;color:#475467;cursor:pointer;transition:background .15s ease,color .15s ease}
.qty-stepper button:hover{background:#f4f6fa;color:var(--primary)}
.qty-stepper input{width:46px;height:40px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;text-align:center;font-weight:800;font-size:14px;padding:0;-moz-appearance:textfield;appearance:textfield}
.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.qty-stepper input:disabled{opacity:.55}
.cart-line .line-photo img{width:110px;height:88px;object-fit:cover;border-radius:15px;transition:transform .2s ease}
.cart-line .line-photo:hover img{transform:scale(1.03)}
.cart-line b span{color:var(--muted);font-weight:600;font-size:11px}
.line-remove{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:var(--muted);font-weight:700;font-size:11px;cursor:pointer;padding:6px 2px;border-radius:8px;transition:color .15s ease}
.line-remove:hover{color:#d0342c}
.free-ship{margin:0 0 14px;padding:12px 14px;border:1px solid #dcebe4;background:#f3fbf6;border-radius:15px}
.free-ship .free-bar{height:7px;border-radius:999px;background:#dcebe4;overflow:hidden;margin-bottom:7px}
.free-ship .free-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#35b57c,#2f9e64);transition:width .3s ease}
.free-ship small{color:#1c7c46;font-size:11px;line-height:1.45}
.free-ship.done{border-color:#c9ecd9}
.free-ship.done small{display:flex;align-items:center;gap:6px;font-weight:800}
.summary-trust{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:13px}
.summary-trust span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:10.5px;font-weight:700}
.summary-trust .icon{color:#2f9e64}
.checkout-trust{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:2px}
.checkout-trust span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:700}
.checkout-trust .icon{color:var(--primary)}
.checkout-form .choice-cards input:checked+span{border-color:var(--primary);background:#f5f8ff;border-width:2px;padding:13px;box-shadow:0 8px 20px rgba(22,119,255,.1)}
.checkout-form .choice-cards span{position:relative;transition:border-color .15s ease,box-shadow .15s ease}
.checkout-form .choice-cards span::after{content:"";position:absolute;right:13px;top:13px;width:19px;height:19px;border-radius:50%;border:2px solid #d5dbe3;background:#fff;transition:all .15s ease}
.checkout-form .choice-cards input:checked+span::after{border-color:var(--primary);background:var(--primary) center/11px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E")}
.checkout-form .payment-option span{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}
.checkout-form .payment-option i{grid-row:1/3;display:grid;place-items:center;width:44px;height:44px;border-radius:13px;font-style:normal;font-weight:900;font-size:15px;background:linear-gradient(150deg,#eef4ff,#e0ebff);color:var(--primary)}
.checkout-form .payment-option b{font-size:13px}
.checkout-form .payment-option small{grid-column:2;margin-top:2px}
@media(max-width:700px){.badge-sale{top:10px;right:10px;font-size:10px;padding:4px 9px}.qty-stepper button{width:32px;height:38px}.cart-line .line-photo img{width:82px;height:72px}}

/* v35-fix: мобильное меню — чипы с переносом строк вместо усечённой строки */
@media(max-width:980px){
.nav-row.open{flex-wrap:wrap;gap:8px;align-items:center;padding:14px 0 18px}
.nav-row.open a{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:700;font-size:13px;color:#475467;white-space:normal;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}
.nav-row.open a:hover{transform:translateY(-1px);border-color:#d5dbe3;box-shadow:0 6px 14px rgba(16,24,40,.06)}
.nav-row.open a.sale{color:#e93a5c;border-color:#ffd4dc;background:#fff5f7}
.nav-row.open .geo-chip{border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 14px}
}

/* --- Кабинеты: премиальная система форм (t21) --- */
.f-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}
.f-grid .span-2{grid-column:1/-1}
.f-field{display:grid;gap:7px;min-width:0}
.f-field>label{font-size:12px;font-weight:800;letter-spacing:.01em;color:#3d4451}
.f-field input:not([type=checkbox]):not([type=file]),.f-field select,.f-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;font:inherit;font-size:14px;color:var(--text);outline:0;transition:border-color .15s ease,box-shadow .15s ease}
.f-field textarea{min-height:120px;resize:vertical}
.f-field input:focus,.f-field select:focus,.f-field textarea:focus{border-color:#9cc2ff;box-shadow:0 0 0 4px rgba(22,119,255,.08)}
.f-field select,.f-premium select{appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center/16px no-repeat;padding-right:42px}
.f-hint{font-size:12px;line-height:1.45;color:var(--muted)}
.f-error{font-size:12px;color:#d92d20;font-weight:700}
.form-bar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.form-bar .spacer{flex:1}
/* as_p-формы внутри панелей — единый премиум без правки каждого шаблона */
.f-premium p{display:grid;gap:7px;margin:0 0 15px}
.f-premium p>label{font-size:12px;font-weight:800;letter-spacing:.01em;color:#3d4451}
.f-premium input:not([type=checkbox]):not([type=file]),.f-premium select,.f-premium textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;font:inherit;font-size:14px;color:var(--text);outline:0;transition:border-color .15s ease,box-shadow .15s ease}
.f-premium textarea{min-height:110px;resize:vertical}
.f-premium input:focus,.f-premium select:focus,.f-premium textarea:focus{border-color:#9cc2ff;box-shadow:0 0 0 4px rgba(22,119,255,.08)}
.f-premium p:has(>input[type=checkbox]){display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center;gap:11px;min-height:50px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-sizing:border-box}
.f-premium p:has(>input[type=checkbox])>label{font-size:13.5px;color:var(--text)}
.f-premium input[type=checkbox]{width:19px;height:19px;accent-color:var(--primary);cursor:pointer;flex:none}
.f-premium .empty{margin:0}
/* Дропзона загрузки файлов */
.file-drop{position:relative;display:grid;gap:5px;justify-items:center;text-align:center;padding:28px 18px 24px;border:1.5px dashed #c9cfdb;border-radius:18px;background:#fafbfd;transition:border-color .16s ease,background .16s ease}
.file-drop:hover{border-color:var(--primary);background:#f5f8ff}
.file-drop.has-files{border-color:#9fe0b6;background:#f4fbf6}
.file-drop input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.file-drop .icon{width:28px;height:28px;color:var(--primary);stroke-width:1.7;margin-bottom:2px}
.file-drop b{font-size:13.5px}
.file-drop small{color:var(--muted)}
/* Выключатель-строка (приватность, настройки) */
.switch-row{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:#fff;cursor:pointer;user-select:none}
.switch-row input{position:absolute;opacity:0;width:0;height:0}
.switch-row .track{width:42px;height:24px;border-radius:999px;background:#dfe3ea;position:relative;transition:background .16s ease;flex:none}
.switch-row .track::after{content:'';position:absolute;top:2.5px;left:2.5px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(16,24,40,.25);transition:transform .16s ease}
.switch-row input:checked~.track{background:var(--primary)}
.switch-row input:checked~.track::after{transform:translateX(18px)}
.switch-row input:focus-visible~.track{outline:2px solid var(--primary);outline-offset:2px}
.switch-row span{font-size:13.5px;font-weight:700}
/* Сайдбар кабинета: выход и подсветка активного раздела */
.account-nav .logout-btn{display:flex;align-items:center;gap:9px;width:100%;text-align:left;border:1px solid #ffd9dd;background:#fff6f7;border-radius:13px;padding:12px;font-weight:800;color:#d92d20;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.account-nav .logout-btn .icon{width:16px;height:16px;color:#d92d20;flex:none}
.account-nav .logout-btn:hover{border-color:#f5b3bb;transform:translateY(-1px);box-shadow:0 8px 18px rgba(217,45,32,.08)}
.link-btn{border:0;background:none;padding:0;color:var(--primary);font-weight:800;font-size:13px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#bcd4ff}
.link-btn:hover{color:var(--primary-dark)}
/* Пустые состояния: заголовок, подпись и CTA */
.empty p{margin:2px 0 0;font-weight:700;color:var(--text)}
.empty .empty-sub{display:block;margin-top:4px;font-size:12.5px;color:var(--muted);font-weight:500}
.empty .btn{margin-top:14px}
.empty.mini .btn{margin-top:10px;padding:9px 14px;font-size:12.5px}
/* Секция формы товара продавца */
.pf-sec+.pf-sec{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
.pf-sec h2{font-size:19px;margin:0 0 16px;letter-spacing:-.4px}
.product-form .file-drop{margin-top:4px}
@media(max-width:760px){.f-grid{grid-template-columns:1fr}.form-bar .btn{width:100%}}
.form-note{display:block;margin-top:14px;font-size:12.5px;line-height:1.5}

/* v35: онбординг продавца — публичный лендинг, премиальные auth-формы */
.join-hero{padding:56px 0 4px}
.join-hero p{max-width:760px;color:var(--muted);font-size:16px;line-height:1.6;margin:14px 0 0}
.join-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:30px auto 6px}
.benefit-card{display:grid;gap:10px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 1px 2px rgba(17,24,39,.04)}
.benefit-ico{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:var(--primary)}
.benefit-card h2{font-size:17px;margin:2px 0 0}
.benefit-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.join-panel{margin-top:10px}
.join-panel form{margin-top:14px}
.auth-gate{display:grid;gap:14px;padding:30px;margin-top:10px}
.auth-gate p{margin:0}
.auth-gate-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}
.f-premium ul.errorlist{list-style:none;margin:5px 0 0;padding:0;color:#c23b3b;font-size:12.5px;font-weight:600}
.f-premium>ul.errorlist{margin:0 0 14px;padding:10px 14px;border:1px solid #f3c9c9;border-radius:12px;background:#fdf2f2}
@media(max-width:860px){.join-benefits{grid-template-columns:1fr}.join-hero{padding-top:36px}}

/* ============================================================
   Fix v1.4 — каталог: ровные карточки товаров и аккуратные фильтры
   ============================================================ */

/* — Карточка товара: строгая анатомия — верх выровнен, низ прижат — */
.product-card{display:flex;flex-direction:column}
.product-card .product-media{flex:none}
.product-brand{margin-top:11px;margin-bottom:3px}
.product-card h3{min-height:35px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0 0 2px;overflow-wrap:anywhere}
.product-card h3 a{overflow-wrap:anywhere}
.product-card .rating{min-height:16px;margin-top:1px}
.product-card .rating span{color:#98a2b3;font-weight:700;font-size:10.5px}
.rating.is-empty{color:#98a2b3;font-weight:600;font-size:10.5px;letter-spacing:.01em}
.product-card .product-meta{min-height:0;margin-top:3px}
.product-card .price-row{margin:auto 0 0;padding-top:10px}
.product-card .price-row b{font-size:17px}
.product-card .card-buy{margin-top:2px;display:flex;align-items:center;justify-content:center;min-height:36px;padding:0 10px;text-align:center}

/* избранное: активное состояние — белая подложка, розовое сердце (читаемо) */
.favorite.active{background:#fff;color:var(--pink);border-color:#f9c2d4}

/* — Фильтры: единая типографика заголовков секций — */
@media (min-width:981px){
  /* кнопки в потоке панели, ничего не перекрывают (sticky остаётся только в мобильном шите) */
  .filters .f-actions{position:static;padding:12px 2px 2px}
}
.filters .f-sec .f-title{display:flex;align-items:center;gap:8px;padding:12px 14px;color:var(--text);font-size:12.5px;font-weight:800;text-transform:none;letter-spacing:0}
.filters .f-sec input[name=q]{margin:0 14px 14px}
.filters .f-check,.filters .f-switch{padding:8px 9px}
.filters .f-select select{margin:2px 1px 6px 9px}
.price-filter input::-webkit-outer-spin-button,.price-filter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.price-filter input[type=number]{-moz-appearance:textfield;appearance:textfield}

/* ============================================================
   Design v2 — «Тёплая витрина»
   Свет, воздух, игрушечность: расслоённые тени, стеклянные
   панели, тёплые градиентные заливки, ровная микроанимация.
   Брейкпоинты зеркалят app.css (1250/980/700/430).
   ============================================================ */

/* — 0. Фон и фокус — */
body{background:linear-gradient(180deg,#f7f9fd 0%,#f5f4fb 52%,#faf6f1 100%) fixed}
:focus-visible{outline:2px solid #7cb0ff;outline-offset:2px;border-radius:6px}
input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0}

/* — 1. Кнопки: глубина, нажатие, тихий второй план — */
.btn{border-radius:13px}
.btn-primary{background:linear-gradient(180deg,#3b90ff,#1677ff 55%,#0f6ae8);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 8px 22px rgba(22,119,255,.26),0 2px 6px rgba(22,119,255,.16)}
.btn-primary:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 12px 30px rgba(22,119,255,.34);filter:saturate(1.06)}
.btn:active{transform:translateY(0) scale(.985)}
.btn-light{border-color:#e7eaf1;box-shadow:0 1px 2px rgba(16,24,40,.04)}
.btn-light:hover{border-color:#d6dce8;background:#fbfcfe}
.btn:focus-visible{outline:2px solid #7cb0ff;outline-offset:2px}

/* — 2. Hero: световая сцена, стеклянная витрина игрушек — */
.hero{background:
 radial-gradient(900px 430px at 88% -12%,rgba(141,115,255,.17),transparent 62%),
 radial-gradient(720px 400px at -6% 112%,rgba(255,138,96,.15),transparent 60%),
 radial-gradient(560px 320px at 46% 122%,rgba(22,119,255,.09),transparent 62%),
 linear-gradient(120deg,#fff4f6,#fffaf6 40%,#eff6ff);
 border-color:#f3e9ec}
.hero-trust{gap:9px;margin-top:28px}
.hero-trust span{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.95);border-radius:999px;box-shadow:0 2px 8px rgba(16,24,40,.05);color:#4a5468}
.hero-trust .icon{width:14px;height:14px}
.orb{filter:blur(46px);opacity:.55}
.orb-a{background:radial-gradient(circle at 35% 35%,#a7b9ff,#8d73ff)}
.orb-b{background:radial-gradient(circle at 60% 60%,#ffc09a,#ff8f66)}
.hero-toys{display:grid;grid-template-columns:repeat(2,1fr);place-items:center}
.hero-toys img{background:#fff;border-radius:24px;padding:16px;box-shadow:0 10px 26px rgba(16,24,40,.08),0 2px 6px rgba(16,24,40,.05);transition:transform .25s ease}
.hero-toys img:nth-child(1){transform:rotate(-3deg)}
.hero-toys img:nth-child(2){transform:translateY(-9px) rotate(2deg)}
.hero-toys img:nth-child(3){transform:translateY(8px) rotate(-2deg)}
.hero-toys img:nth-child(4){transform:rotate(3deg)}
.hero-toys:hover img{transform:translateY(-2px) rotate(0)}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero-toys{animation:heroFloat 7s ease-in-out infinite}
@media (prefers-reduced-motion:reduce){.hero-toys{animation:none}.hero-toys img,.category-card,.benefits>div{transition:none}}
.hero-coupon{border:1px solid #f1e8ff;background:linear-gradient(180deg,#fff,#fdfaff);transform:rotate(2.5deg);box-shadow:0 16px 40px rgba(87,63,150,.18),0 2px 8px rgba(16,24,40,.06)}
.hero-coupon code{background:#eef5ff;border-radius:9px;padding:5px 9px}
@media (min-width:981px){
  .hero-copy{padding:64px 58px}
  .hero-toys{width:66%;display:grid;grid-template-columns:repeat(2,1fr);place-items:center;aspect-ratio:1.24;border-radius:40px;padding:24px;gap:8px;background:linear-gradient(150deg,rgba(255,255,255,.92),rgba(255,255,255,.66));border:1px solid rgba(255,255,255,.95);box-shadow:0 24px 70px rgba(87,63,150,.16),inset 0 1px 0 #fff;backdrop-filter:blur(14px)}
  .hero-toys img{max-width:118px}
  .hero-coupon{right:6%;top:9%;padding:16px 20px;border-radius:22px}
}
@media (max-width:700px){
  .hero-coupon{transform:rotate(1.5deg);box-shadow:0 10px 26px rgba(87,63,150,.16)}
  .hero-toys img{border-radius:18px;padding:10px}
}

/* — 3. Заголовки секций и пилюли-ссылки — */
.section-head h2{letter-spacing:-.8px}
.section-head>a{padding:9px 16px;font-size:12.5px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:0 1px 2px rgba(16,24,40,.04);transition:.18s ease}
.section-head>a:hover{border-color:#c9ddff;color:var(--primary);background:#f7fbff;transform:translateY(-1px)}

/* — 4. Карточки категорий: пастель с глубиной — */
.category-card{box-shadow:0 1px 2px rgba(16,24,40,.04)}
.category-card:nth-child(6n+1){background:linear-gradient(145deg,#edf9f3,#f9fdfb)}
.category-card:nth-child(6n+2){background:linear-gradient(145deg,#fff6df,#fffdf6)}
.category-card:nth-child(6n+3){background:linear-gradient(145deg,#f2efff,#f9f8ff)}
.category-card:nth-child(6n+4){background:linear-gradient(145deg,#fff0f3,#fff8fa)}
.category-card:nth-child(6n+5){background:linear-gradient(145deg,#eef7ff,#f8fcff)}
.category-card:nth-child(6n){background:linear-gradient(145deg,#fff4e8,#fffaf4)}
.category-card small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.category-card i{transition:.18s ease}
.category-card:hover{box-shadow:0 14px 34px rgba(16,24,40,.1)}
.category-card:hover i{background:var(--primary);color:#fff;transform:translateX(3px)}
.category-card>span svg.icon{width:26px;height:26px;color:#e0536f}
@media (min-width:431px){
  .category-card{grid-template-columns:56px 1fr auto;gap:13px;padding:17px;min-height:122px;border-radius:22px}
  .category-card>span{width:56px;height:56px;border-radius:18px;background:#fff;box-shadow:0 4px 12px rgba(16,24,40,.07),inset 0 0 0 1px rgba(16,24,40,.03)}
  .category-card i{width:30px;height:30px}
}

.age-band .category-card small{display:none}
.age-band .category-card{grid-template-columns:44px 1fr;gap:11px;padding:14px 15px;min-height:74px}
.age-band .category-card i{display:none}
.age-band .category-card>span{width:44px;height:44px;border-radius:14px}
.age-band .category-card>span svg.icon{width:22px;height:22px}
.age-band .category-card strong{white-space:nowrap;font-size:14.5px}

/* — 5. Бренды: панель и пилюли — */
.brand-panel{border-radius:30px;padding:40px;border-color:#eee9fb;background:
 radial-gradient(600px 300px at 100% 0%,rgba(141,115,255,.12),transparent 55%),
 linear-gradient(135deg,#fff,#f6f4ff)}
.brand-cloud a{padding:12px 18px;border-radius:999px;font-weight:800;font-size:13px;box-shadow:0 1px 2px rgba(16,24,40,.05);transition:.18s ease}
.brand-cloud a:hover{background:#f2f7ff;border-color:#bcd7ff;color:var(--primary);transform:translateY(-2px)}

/* — 6. Преимущества: тонированные иконки — */
.benefits{gap:14px}
.benefits>div{padding:20px;border-radius:22px;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:.2s ease}
.benefits>div:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(16,24,40,.08)}
.benefits>div>span{display:grid;place-items:center;width:46px;height:46px;border-radius:15px}
.benefits>div:nth-child(1)>span{color:#1677ff;background:#e9f3ff}
.benefits>div:nth-child(2)>span{color:#0e9f6e;background:#e6f7f0}
.benefits>div:nth-child(3)>span{color:#d97706;background:#fdf1df}
.benefits>div:nth-child(4)>span{color:#db2777;background:#fdeaf3}
.benefits>div>span .icon{width:22px;height:22px}
.benefits strong{font-size:13.5px}
.benefits small{font-size:11.5px;line-height:1.5;margin-top:5px;color:#667085}

/* — 7. Футер: глубокий синий с градиентной кромкой — */
.footer{background:#0e1424;position:relative;margin-top:80px;padding:52px 0 26px}
.footer::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1677ff,#8d73ff 45%,#ff5f87)}
.footer-grid>div{font-size:13px;gap:10px}
.footer-grid strong{color:#8fa3c8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.footer-grid a{color:#b9c2d8;width:fit-content;transition:.15s ease}
.footer-grid a:hover{color:#fff}
.footer-grid p{color:#8fa3c8;margin:10px 0 0}
.footer-logo img{width:168px;height:auto}
.footer-contacts{margin-top:20px;display:grid;gap:6px}
.footer-contacts strong{margin-bottom:2px}
.footer-contacts span,.footer-contacts a{color:#d3daea;font-weight:700;font-size:13.5px}
.footer-contacts a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.footer-contacts small{color:#71809c}
.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#71809c}
.footer-bottom a{color:#b9c2d8}
@media (min-width:981px){.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1fr;gap:34px}}

/* — 8. Cookie-баннер: тихая стеклянная карточка — */
.cookie{left:auto;right:22px;bottom:22px;max-width:400px;flex-direction:column;align-items:flex-start;gap:13px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);color:#1d2433;border:1px solid rgba(231,234,240,.9);border-radius:20px;padding:16px 18px;box-shadow:0 20px 50px rgba(16,24,40,.18)}
.cookie>div{display:grid;gap:4px}
.cookie strong{font-size:13.5px;color:#141a28}
.cookie small{color:#667085;font-size:11.5px;line-height:1.5;margin-top:0}
.cookie .btn{padding:9px 16px;border-radius:11px;font-size:12px}
@media (max-width:700px){.cookie{left:10px;right:10px;bottom:10px;max-width:none;flex-direction:row;align-items:center}}

/* — 9. Авторизация: премиальная карточка — */
.auth-card{width:min(460px,100%);padding:36px;border-radius:30px;border-color:#eceef4;box-shadow:0 24px 70px rgba(16,24,40,.09)}
.auth-card h1{font-size:30px;letter-spacing:-.6px}
.auth-card>p{color:#667085;font-size:13.5px;line-height:1.55}
.auth-card form .field{display:grid;gap:6px}
.auth-card form .field+.field{margin-top:13px}
.auth-card form .field label{font-size:11px;font-weight:800;color:#475467;text-transform:uppercase;letter-spacing:.06em}
.auth-card input{min-height:46px;border-radius:13px;font-size:14px}
.auth-card input:focus{border-color:#a9cdff;box-shadow:0 0 0 4px rgba(22,119,255,.1)}
.auth-card .field small.err{color:#d92d20;font-size:11px;font-weight:600}
.auth-card .btn-lg{width:100%;min-height:48px;margin-top:6px}
.auth-card>p a{color:var(--primary);font-weight:700;font-size:13px;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(22,119,255,.35)}
.auth-card>p a:hover{text-decoration-color:var(--primary)}
.auth-card small,.auth-card .text-link{font-size:13px}

/* — 10. Пустые состояния: мягкая сцена вместо коробки — */
.empty{border-radius:30px;border-color:#eceef4;padding:84px 24px;background:
 radial-gradient(460px 240px at 50% 0%,rgba(22,119,255,.06),transparent 70%),
 radial-gradient(420px 220px at 82% 100%,rgba(255,95,135,.05),transparent 70%),#fff}
.empty>span{display:grid;place-items:center;width:88px;height:88px;margin:0 auto 18px;background:#fff;border:1px solid #eceef4;border-radius:26px;box-shadow:0 14px 34px rgba(16,24,40,.08)}
.empty>span:has(.empty-toy){width:auto;height:auto;border:0;background:none;box-shadow:none;margin-bottom:6px}
.empty>span .icon{width:36px;height:36px;color:#a5b0c2}
.empty h1,.empty h2{font-size:26px;margin:0 0 8px}
.empty .btn{margin-top:20px}

/* — 11. Баннер запуска: глубина без пестроты — */
.launch-banner{background:linear-gradient(100deg,#0e5fd8 0%,#1677ff 40%,#7a68f0 76%,#e8558a 115%)}
.launch-banner-badge{border-radius:14px}
.launch-banner-close{transition:.15s ease}
.launch-banner-close:hover{background:rgba(255,255,255,.22)}

/* ============================================================================
   Design v2.5 «Полный проход» — appended layer (см. начало блока)
   ============================================================================ */
/* ============================================================================
   Design v2.5 «Полный проход» — liliputiya.ru
   Единый слой поверх v2.4: карточка товара, корзина, checkout, заказы,
   кабинет, документы, шапка в авторизованном состоянии, микровзаимодействия.
   ============================================================================ */

/* ----------------------------------------------------------------------------
   1. КАРТОЧКА ТОВАРА
   ---------------------------------------------------------------------------- */
.product-detail{gap:42px;padding-top:18px}

/* Галерея */
.detail-media>img{border-radius:22px;border:1px solid var(--line);background:#fff}
.detail-thumbs{gap:10px;margin-top:12px}
.gallery-thumb{width:68px;height:68px;border-radius:14px;border:1px solid var(--line);background:#fff;padding:5px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.gallery-thumb img{border-radius:9px;width:100%;height:100%;object-fit:cover}
.gallery-thumb:hover{border-color:#c9d7f5;transform:translateY(-1px);box-shadow:0 6px 16px rgba(17,24,39,.07)}
.gallery-thumb.active,.gallery-thumb[aria-current]{border-color:var(--primary);box-shadow:0 0 0 2px rgba(37,99,235,.16)}
.media-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;position:static}
.media-badges span{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#f2f9f5;border:1px solid #d8efe2;color:#12805c;font-size:11px;font-weight:800}
.media-badges span .icon{width:13px;height:13px}
.media-badges span+.media-badges span,.media-badges span:nth-child(2){background:#f6f9ff;border-color:#dbe7fb;color:#1d4ed8}

/* Шапка блока покупки */
.detail-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.detail-top>a{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:999px;background:#f6f9ff;border:1px solid #dbe7fb;color:#1d4ed8;font-size:12px;font-weight:800;transition:background .16s ease,border-color .16s ease}
.detail-top>a:hover{background:#eaf1ff;border-color:#c3d5f7}
.detail-top .rating{display:inline-flex;align-items:center;gap:5px;margin:0;padding:6px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12.5px;font-weight:800;color:var(--text)}
.detail-top .rating a{color:var(--muted);font-weight:700;margin-left:2px}
.detail-top .rating a:hover{color:var(--primary)}
.detail-copy h1{font-family:var(--font-display,inherit);font-size:31px;line-height:1.12;letter-spacing:-.7px;margin:13px 0 10px}
.detail-copy>p{color:#5b6472;font-size:14.5px;line-height:1.65;margin:0 0 4px}

/* Цена */
.detail-price{margin:18px 0 6px;align-items:baseline}
.detail-price strong{font-family:var(--font-display,inherit);font-size:38px;font-weight:800;letter-spacing:-1px}
.detail-price del{font-size:16px;font-weight:600}
.detail-price span{padding:6px 10px;border-radius:999px;font-size:11.5px;letter-spacing:.02em}

/* Избранное / сравнить */
.detail-actions-row{display:flex;gap:10px;margin:12px 0 14px}
.detail-actions-row .btn{min-height:44px;border-radius:13px}
.detail-actions-row .favorite{width:auto;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:13px;font-size:13px;font-weight:800}
.detail-actions-row .favorite .icon{width:16px;height:16px}
.detail-actions-row .compare.active{background:#f6f9ff;color:var(--primary);border-color:#c9d7f5}

/* Панель покупки */
.buy-box{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px;align-items:end;padding:16px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 26px rgba(17,24,39,.05);position:relative}
.buy-box::before{content:'';position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,rgba(37,99,235,.045),rgba(236,72,153,.035) 55%,rgba(37,99,235,.02));pointer-events:none}
.buy-box>*{position:relative}
.buy-box label{display:grid;gap:6px;font-size:10px;font-weight:800;color:#667085;text-transform:uppercase;letter-spacing:.09em;min-width:0}
.buy-box input,.buy-box select{width:100%;min-height:47px;padding:9px 13px;border:1px solid var(--line);border-radius:13px;background:#fff;outline:0;font-size:13.5px;font-weight:700;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}
.buy-box input:focus,.buy-box select:focus{border-color:#9dbdf3;box-shadow:0 0 0 3px rgba(37,99,235,.13)}
.buy-box select{appearance:none;-webkit-appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23667085' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;text-overflow:ellipsis}
.buy-box select option{font-weight:600}
.buy-box input[type=number]{text-align:center;font-size:15px;appearance:textfield;-moz-appearance:textfield}
.buy-box input[type=number]::-webkit-inner-spin-button,.buy-box input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.buy-box .btn{grid-column:1/-1;min-height:50px;border-radius:14px;font-size:15px;letter-spacing:.01em}

/* Лучшее предложение */
.seller-box{margin-top:14px;padding:15px 18px;border:1px solid #e3ecfb;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:14px;background:linear-gradient(120deg,#f7faff, #fef6fa 130%)}
.seller-box small{font-size:9.5px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#8a94a6}
.seller-box strong{margin:4px 0 3px;font-size:14.5px}
.seller-box strong a:hover{color:var(--primary)}
.seller-box span{font-size:12px!important}
.seller-box b{font-family:var(--font-display,inherit);font-size:21px;letter-spacing:-.4px;white-space:nowrap}

/* Повторная покупка */
.repeat-plan-form{margin-top:10px}
.repeat-plan-form .btn{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:8px;border-radius:14px}

/* Доставка — обещание */
.delivery-promise{display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:16px}
.delivery-promise>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(17,24,39,.06)}
.delivery-promise small{font-size:11px}
.delivery-promise strong{font-size:14px}

/* Характеристики */
.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0 0}
.specs>div{background:#f7f8fb;border:1px solid #eef0f5;border-radius:15px;padding:12px 15px}
.specs dt{font-size:9.5px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#8a94a6;margin-bottom:5px}
.specs dd{margin:0;font-size:13.5px;font-weight:800}

/* Сертификат */
.compliance-block{border-radius:15px!important;border-color:#d8efe2!important;background:#f6fbf8!important}
.compliance-block strong{font-size:13px}

/* Цена-алерт */
.price-alert{display:flex;gap:10px;margin-top:16px}
.price-alert input{flex:1;min-width:0}
.price-alert .btn{white-space:nowrap;border-radius:13px}

/* Нижняя зона: вопросы и история цены */
.detail-lower{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:22px;align-items:start}
.questions-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}
.questions-card article{padding:13px 0;border-bottom:1px dashed #e8ebf1}
.questions-card article:last-of-type{border-bottom:0}
.questions-card article strong{font-size:12.5px}
.questions-card article p{margin:5px 0 0;font-size:13.5px}
.questions-card blockquote{margin:9px 0 0;padding:10px 14px;background:#f2fbf6;border:1px solid #d8efe2;border-radius:13px;font-size:13px}
.questions-card blockquote b{color:#12805c}
.questions-card form{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:14px}
.questions-card form>*{min-width:0}
.questions-card textarea{width:100%;min-width:0;max-width:100%;min-height:88px;padding:11px 13px;border:1px solid var(--line);border-radius:13px;outline:0;font:inherit;font-size:13.5px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}
.questions-card textarea:focus{border-color:#9dbdf3;box-shadow:0 0 0 3px rgba(37,99,235,.13)}
.price-history{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}
.price-history h2{margin:0 0 6px}
.history-bars{height:200px;padding-top:24px}
.history-bars i{width:26px;height:calc(var(--h,6)*15px);max-height:132px;background:linear-gradient(180deg,var(--primary),#a9c9fb);border-radius:9px 9px 4px 4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}
.history-bars>div:nth-last-child(-n+2) i{background:linear-gradient(180deg,#ec4899,#f9a8d4)}
.history-bars small{font-size:10px}
.history-bars b{font-size:11.5px;font-variant-numeric:tabular-nums}

/* ----------------------------------------------------------------------------
   2. КОРЗИНА
   ---------------------------------------------------------------------------- */
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.cart-line{display:grid;grid-template-columns:78px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:15px 18px 15px 15px;background:#fff;border:1px solid var(--line);border-radius:19px;margin-bottom:10px;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}
.cart-line:hover{box-shadow:0 10px 26px rgba(17,24,39,.06);transform:translateY(-1px);border-color:#dfe5ee}
.line-photo{display:block;width:78px;height:78px;border-radius:15px;background:#f8f9fc;border:1px solid #eef0f5;overflow:hidden}
.line-photo img{width:100%;height:100%;object-fit:cover}
.line-info{min-width:0}
.line-info .product-brand{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#8a94a6}
.line-info h3{margin:4px 0 3px;font-size:14.5px;line-height:1.3}
.line-info small{color:var(--muted);font-size:12px}
.line-info b{display:block;margin-top:7px;font-size:13px;color:var(--text)}
.line-info b span{color:var(--muted);font-weight:600;font-size:11.5px}
.qty-stepper{display:inline-flex;align-items:center;gap:2px;background:#f2f4f9;border-radius:13px;padding:3px}
.qty-stepper button{width:32px;height:34px;border:0;background:transparent;border-radius:10px;font-size:16px;font-weight:700;color:#4b5563;cursor:pointer;transition:background .14s ease,color .14s ease}
.qty-stepper button:hover{background:#fff;color:var(--primary);box-shadow:0 1px 4px rgba(17,24,39,.09)}
.qty-stepper input{width:40px;height:34px;border:0;background:transparent;text-align:center;font-size:14px;font-weight:800;outline:0;appearance:textfield;-moz-appearance:textfield}
.qty-stepper input::-webkit-inner-spin-button,.qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.line-total{text-align:right;min-width:104px}
.line-total strong{display:block;font-family:var(--font-display,inherit);font-size:18px;letter-spacing:-.3px;font-variant-numeric:tabular-nums}
.line-remove{display:inline-flex;align-items:center;gap:5px;margin-top:5px;color:#98a2b3;font-size:12px;font-weight:700;transition:color .15s ease}
.line-remove:hover{color:#d92d20}
.free-bar{height:8px;border-radius:999px;background:#eef2f7;overflow:hidden;margin-bottom:8px}
.free-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#4ade80);transition:width .5s ease}
.free-ship small{color:#12805c;font-weight:700}
.free-ship.done small{display:inline-flex;align-items:center;gap:6px}
.summary-card{border-radius:24px}
.summary-card h2{font-family:var(--font-display,inherit);font-size:22px;letter-spacing:-.4px}
.summary-total strong{font-family:var(--font-display,inherit);font-size:24px;letter-spacing:-.5px}
.summary-trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:13px}
.summary-trust span{display:inline-flex;align-items:center;gap:6px;color:#8a94a6;font-size:11.5px;font-weight:700}
.summary-trust .icon-sm{color:#12805c}

/* ----------------------------------------------------------------------------
   3. ОФОРМЛЕНИЕ ЗАКАЗА
   ---------------------------------------------------------------------------- */
.page-head .steps{display:flex;align-items:center;gap:12px;max-width:none;margin-top:14px;color:#98a2b3;font-size:12.5px;font-weight:800}
.steps b,.steps strong,.steps span{display:inline-flex;align-items:center;white-space:nowrap}
.steps em{display:inline-grid;place-items:center;width:23px;height:23px;margin-right:8px;border-radius:8px;background:#eef1f6;color:#667085;font-size:11.5px;font-weight:900;font-style:normal;line-height:1}
.steps strong{color:var(--primary)}
.steps strong em{background:var(--primary);color:#fff;box-shadow:0 3px 8px rgba(37,99,235,.35)}
.steps i{flex:1;max-width:120px;height:2px;border-radius:2px;background:linear-gradient(90deg,#dfe3e8,#eef1f6)}

.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}
.checkout-form fieldset{border:1px solid var(--line);border-radius:20px;padding:20px 22px 22px;margin:0 0 16px;background:#fff}
.checkout-form legend{padding:0 10px;margin-left:-10px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#667085}
.checkout-form .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}
.checkout-form label{display:grid;gap:7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#667085;min-width:0}
.checkout-form input:not([type=checkbox]):not([type=radio]),.checkout-form select{width:100%;min-height:47px;padding:9px 13px;border:1px solid var(--line);border-radius:13px;background:#fff;outline:0;font-size:14px;font-weight:600;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease;appearance:none;-webkit-appearance:none}
.checkout-form select{padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23667085' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.checkout-form input:focus,.checkout-form select:focus{border-color:#9dbdf3;box-shadow:0 0 0 3px rgba(37,99,235,.13)}
.checkout-form label small{text-transform:none;letter-spacing:0;font-weight:600;color:#8a94a6;font-size:11px}
.checkout-form .check-row{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;text-transform:none;letter-spacing:0;color:var(--text)}
.checkout-form input[type=checkbox]{width:18px;height:18px;min-height:0;accent-color:var(--primary);cursor:pointer}

/* Сохранённые адреса */
.saved-address-strip{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}
.saved-address-chip{padding:9px 14px;border:1px solid var(--line);border-radius:14px;background:#f8f9fc;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}
.saved-address-chip b{display:block;font-size:12.5px}
.saved-address-chip small{color:var(--muted);font-size:11px}
.saved-address-chip:hover{border-color:#c9d7f5;background:#f6f9ff;box-shadow:0 4px 12px rgba(17,24,39,.05)}
.saved-address-chip.add{border-style:dashed;color:var(--primary);display:inline-flex;align-items:center;font-weight:800;font-size:12.5px}

/* Способы доставки */
.choice-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px;margin-bottom:14px}
.choice-cards span{position:relative;display:grid;gap:3px;padding:14px 16px 13px;border:1px solid var(--line);border-radius:16px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.choice-cards b{font-size:13px}
.choice-cards small{color:var(--muted);font-size:11px}
.choice-cards label:hover span{border-color:#c9d7f5}
.choice-cards input:checked+span{border-color:var(--primary);background:#f6f9ff;box-shadow:0 0 0 2px rgba(37,99,235,.14)}
.choice-cards input:checked+span::after{content:'✓';position:absolute;top:11px;right:12px;width:21px;height:21px;border-radius:50%;background:var(--primary);color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;box-shadow:0 3px 8px rgba(37,99,235,.35)}
.choice-cards input:focus-visible+span{outline:2px solid var(--primary);outline-offset:2px}

/* Обещание доставки в checkout */
.checkout-promise{display:flex;align-items:center;gap:13px;margin-top:14px}
.checkout-promise>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(17,24,39,.06)}

/* Оплата */
.payment-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:12px}
.payment-option span{min-height:70px;border-radius:16px;padding:12px 14px}
.payment-option label:hover span,.payment-option:hover span{border-color:#c9d7f5}
.payment-option input:checked+span{border-color:var(--primary);box-shadow:0 0 0 2px rgba(37,99,235,.14);background:#f6f9ff}
.payment-option i{border-radius:12px}
.payment-cards .payment-option:nth-child(1) i{background:#eef2ff;color:#4f46e5}
.payment-cards .payment-option:nth-child(2) i{background:#ecfeff;color:#0891b2}
.payment-cards .payment-option:nth-child(3) i{background:#f0fdf4;color:#16a34a}
.payment-option b{font-size:12.5px}
.payment-option small{font-size:10.5px;color:var(--muted)}
.checkout-form .muted{font-size:12px;color:#8a94a6;margin:2px 0 10px}
.draft-status{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:#f6f9ff;border:1px solid #dbe7fb;color:#5b6472;font-size:11px;font-weight:700;margin-bottom:12px}
.draft-status::before{content:'';width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.18)}
.checkout-form>.btn{width:100%;min-height:52px;border-radius:15px;font-size:15.5px;margin-top:2px}
.checkout-trust{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:13px}
.checkout-trust span{display:inline-flex;align-items:center;gap:6px;color:#8a94a6;font-size:11.5px;font-weight:700}

/* Сводка заказа */
.checkout-summary .checkout-line{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:11px;align-items:center;padding:9px 0;border-bottom:1px dashed #edf0f5}
.checkout-summary .checkout-line img{width:44px;height:44px;border-radius:12px;background:#f8f9fc;border:1px solid #eef0f5;object-fit:cover}
.checkout-summary .checkout-line span{font-size:12.5px;font-weight:700;line-height:1.3;min-width:0}
.checkout-summary .checkout-line span small{display:block;color:var(--muted);font-weight:600;font-size:11px;margin-top:2px}
.checkout-summary .checkout-line b{font-size:13.5px;white-space:nowrap;font-variant-numeric:tabular-nums}
.promo-summary span{color:#12805c;font-weight:800}
.promo-summary small{background:#f2fbf6;color:#12805c;padding:3px 9px;border-radius:999px;font-weight:700}

/* ----------------------------------------------------------------------------
   4. МОИ ЗАКАЗЫ
   ---------------------------------------------------------------------------- */
.orders-office{display:block}
.orders-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.orders-tabs{gap:7px}
.orders-tabs a{padding:9px 15px;border-radius:999px;font-size:12px}
.orders-tabs a:not(.active):hover{border-color:#c9d7f5;color:var(--primary);background:#f6f9ff}
.orders-search{display:flex;gap:8px}
.orders-search input{min-width:210px;min-height:42px;padding:8px 14px;border:1px solid var(--line);border-radius:13px;outline:0;font-size:13px;transition:border-color .15s ease,box-shadow .15s ease}
.orders-search input:focus{border-color:#9dbdf3;box-shadow:0 0 0 3px rgba(37,99,235,.13)}
.orders-search .btn{border-radius:13px}
.order-row{transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease;padding:15px 18px}
.order-row:hover{box-shadow:0 10px 26px rgba(17,24,39,.06);transform:translateY(-1px);border-color:#dfe5ee}
.order-thumbs{display:flex;gap:6px}
.order-thumbs img{width:46px;height:46px;border-radius:12px;background:#f8f9fc;border:1px solid #eef0f5;object-fit:cover}
.order-row-head strong{font-size:14.5px;letter-spacing:.01em}
.status-badge{display:inline-flex;align-items:center;padding:4px 11px;border-radius:999px;font-size:11px;font-weight:800;background:#f2f4f9;color:#4b5563}
.status-badge[data-status="new"]{background:#eef5ff;color:#1d4ed8}
.status-badge[data-status="awaiting_payment"]{background:#fff7ed;color:#c2410c}
.status-badge[data-status="confirmed"],.status-badge[data-status="paid"]{background:#f5f3ff;color:#6d28d9}
.status-badge[data-status="assembling"]{background:#fffbeb;color:#b45309}
.status-badge[data-status="shipped"]{background:#f5f3ff;color:#6d28d9}
.status-badge[data-status="done"]{background:#ecfdf5;color:#047857}
.status-badge[data-status="canceled"]{background:#fef2f2;color:#b91c1c}
.order-row-side b{font-family:var(--font-display,inherit);font-size:17.5px;letter-spacing:-.3px;font-variant-numeric:tabular-nums}
.order-row-side .btn{border-radius:12px}

/* Страница успеха */
.success-card{max-width:760px;margin:0 auto;text-align:center;padding:46px 40px}
.success-icon{width:76px;height:76px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);box-shadow:inset 0 0 0 1px #a7f3d0,0 12px 30px rgba(16,185,129,.18);font-size:30px;font-weight:900;color:#059669}
.success-card .eyebrow{margin-bottom:10px}
.success-card h1{font-size:36px;letter-spacing:-1.2px;margin:0 0 12px}
.success-card>p{color:#5b6472;font-size:14.5px;line-height:1.65;max-width:520px;margin:0 auto}
.success-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;max-width:640px;margin:24px auto 6px}
.success-info>div{background:#f7f8fb;border:1px solid #eef0f5;border-radius:15px;padding:13px 12px}
.success-info small{display:block;font-size:9.5px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#8a94a6;margin-bottom:5px}
.success-info b{font-size:15px}
.fulfillment-list{text-align:left;max-width:640px;margin:22px auto 0}
.fulfillment-list h2{font-size:16px;margin:0 0 10px}
.fulfillment-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;border:1px solid var(--line);border-radius:15px;background:#fff;margin-bottom:8px}
.fulfillment-card strong{font-size:13.5px}
.fulfillment-card span{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.fulfillment-card small{color:#5b6472;font-weight:600}
.hero-actions{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:22px}
.success-card>p:last-child{margin-top:16px}
.success-card>p:last-child a{color:#8a94a6;font-weight:600;font-size:13px}
.success-card>p:last-child a:hover{color:var(--primary)}

/* ----------------------------------------------------------------------------
   5. ЛИЧНЫЙ КАБИНЕТ
   ---------------------------------------------------------------------------- */
.account-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;background:linear-gradient(115deg,#fdf3f6,#f4f8ff 60%,#f0fbf6);border:1px solid #eef0f5;border-radius:24px;padding:26px 30px;margin-bottom:20px}
.account-hero h1{font-size:32px;letter-spacing:-.8px;margin:2px 0 6px}
.account-hero p{color:#5b6472;font-size:13.5px}
.verified-badge{color:#12805c;background:#f2fbf6;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;font-style:normal;border:1px solid #d8efe2}
.email-badge{color:#b45309;background:#fffbeb;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;font-style:normal;border:1px solid #fde9c0}
.profile-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:14px}
.profile-actions .btn{border-radius:12px}
.bonus-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:16px 22px;text-align:right;box-shadow:0 8px 22px rgba(17,24,39,.05)}
.bonus-card small{font-size:9.5px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#8a94a6}
.bonus-card strong{display:block;font-family:var(--font-display,inherit);font-size:30px;letter-spacing:-.8px;margin:3px 0 1px}
.bonus-card span{color:var(--muted);font-size:11.5px}
.account-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}
.account-nav{display:grid;gap:2px;align-self:start;position:sticky;top:118px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:7px;box-shadow:0 4px 16px rgba(17,24,39,.04)}
.account-nav a,.account-nav button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700;color:#374151;text-align:left;transition:background .14s ease,color .14s ease}
.account-nav a:hover{background:#f4f6fb;color:var(--primary)}
.account-nav .icon{width:17px;height:17px;color:#8a94a6;flex:0 0 17px;transition:color .14s ease}
.account-nav a:hover .icon{color:var(--primary)}
.account-nav .logout-btn{color:#d92d20}
.account-nav .logout-btn .icon{color:#d92d20}
.account-nav button.logout-btn:hover{background:#fef2f2;color:#b91c1c}
.section-head{margin-bottom:12px}
.order-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:14px 17px;border:1px solid var(--line);border-radius:15px;background:#fff;margin-bottom:9px;transition:border-color .16s ease,box-shadow .16s ease}
.order-card:hover{border-color:#c9d7f5;box-shadow:0 6px 18px rgba(17,24,39,.05)}
.order-card strong{font-size:13.5px}
.order-card span{display:block;color:var(--muted);font-size:11.5px;margin-top:3px}
.order-card b{font-family:var(--font-display,inherit);font-size:16px;font-variant-numeric:tabular-nums}
.order-card>a{font-size:12.5px;font-weight:800;color:var(--primary);white-space:nowrap}
.ledger-list{display:grid;gap:7px;margin-bottom:22px}
.ledger-row{grid-template-columns:minmax(0,1fr) auto auto;gap:14px;padding:12px 16px;border-radius:14px;transition:border-color .15s ease,box-shadow .15s ease}
.ledger-row:hover{border-color:#dfe5ee;box-shadow:0 4px 12px rgba(17,24,39,.04)}
.ledger-row span{font-size:12.5px}
.ledger-row b{font-family:var(--font-display,inherit);font-size:14.5px;font-variant-numeric:tabular-nums}
.ledger-row small{color:#8a94a6;font-size:11px}
.empty-sub{display:block;color:#8a94a6;font-size:12px;margin-top:4px}

/* ----------------------------------------------------------------------------
   6. ДОКУМЕНТЫ (оферта, доставка, приватность, о нас)
   ---------------------------------------------------------------------------- */
.legal-page.doc-page{max-width:820px}
.doc-head{padding:36px 0 10px}
.doc-head .eyebrow{margin-bottom:10px}
.doc-head h1{font-size:38px;line-height:1.08;letter-spacing:-1.4px;margin:0 0 12px}
.doc-head p{color:#5b6472;font-size:15px;line-height:1.65;margin:0;max-width:680px}
.legal-page h2{font-size:20px;letter-spacing:-.3px;margin:30px 0 10px}
.legal-page p,.legal-page li{font-size:14.5px;line-height:1.72;color:#3c4352}
.legal-page p+p{margin-top:10px}
.legal-page a{color:var(--primary);font-weight:700}
.legal-page a:hover{text-decoration:underline}
.legal-page strong{color:var(--text)}
.legal-page ul{padding-left:6px;list-style:none}
.legal-page ul li{position:relative;padding-left:20px;margin:6px 0}
.legal-page ul li::before{content:'';position:absolute;left:2px;top:9px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#93c5fd)}

/* ----------------------------------------------------------------------------
   7. ШАПКА: авторизованное состояние + лента категорий
   ---------------------------------------------------------------------------- */
@media (max-width:1680px){
  .header-actions{gap:14px}
  .header-actions a[href*='orders'] span,
  .header-actions a[href*='notification'] span,
  .header-actions a[href*='security'] span,
  .header-actions a[href*='case'] span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .header-actions a[href*='orders'],
  .header-actions a[href*='notification'],
  .header-actions a[href*='security'],
  .header-actions a[href*='case']{padding:0 6px}
}
.nav-row{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),rgba(0,0,0,0) calc(100% - 6px));mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),rgba(0,0,0,0) calc(100% - 6px))}
.nav-row::-webkit-scrollbar{display:none}
.nav-row>a{white-space:nowrap}

/* ----------------------------------------------------------------------------
   8. ФИЛЬТРЫ ПОИСКА: действия без лишней линии на десктопе
   ---------------------------------------------------------------------------- */
@media (min-width:981px){
  .filters .f-actions{border-top:0;margin-top:4px}
}

/* ----------------------------------------------------------------------------
   9. СТРАНИЦА ПРОДАВЦА (join): шаги одной высоты
   ---------------------------------------------------------------------------- */
.join-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:stretch}
.join-steps>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:start;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fff}
.join-steps strong{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;font-size:12.5px;box-shadow:0 4px 10px rgba(37,99,235,.3)}
.join-steps span{font-size:12.5px;line-height:1.45;color:#3c4352;font-weight:600}

/* ----------------------------------------------------------------------------
   10. МИКРОВЗАИМОДЕЙСТВИЯ / ДОСТУПНОСТЬ
   ---------------------------------------------------------------------------- */
.checkout-form input:focus-visible,.checkout-form select:focus-visible,.buy-box select:focus-visible,.buy-box input:focus-visible{outline:none}
@media (prefers-reduced-motion:reduce){
  .cart-line,.order-row,.gallery-thumb,.ledger-row,.order-card{transition:none}
}

@media (max-width:700px){
  .history-bars{gap:6px}
  .history-bars>div{min-width:0;flex:1 1 0}
  .history-bars i{width:100%;max-width:30px}
  .history-bars small{font-size:8.5px}
  .history-bars b{font-size:10px}
}

/* ----------------------------------------------------------------------------
   АДАПТИВ
   ---------------------------------------------------------------------------- */
@media (max-width:1100px){
  .detail-lower{grid-template-columns:minmax(0,1fr)}
  .checkout-layout{grid-template-columns:1fr}
  .checkout-summary{position:static}
}
@media (max-width:980px){
  .product-detail{gap:18px}
  .account-nav{position:static}
  .account-grid{grid-template-columns:1fr}
  .account-hero{grid-template-columns:1fr;padding:22px}
  .bonus-card{text-align:left}
  .cart-layout{grid-template-columns:1fr}
  .summary-card{position:static}
  .success-card{padding:32px 20px}
  .success-card h1{font-size:28px}
  .doc-head h1{font-size:30px;letter-spacing:-.8px}
  .join-steps{grid-template-columns:1fr}
}
@media (max-width:700px){
  .cart-line{grid-template-columns:66px minmax(0,1fr);grid-template-rows:auto auto;row-gap:10px;padding:13px}
  .line-photo{width:66px;height:66px}
  .line-total{grid-column:2;text-align:left;display:flex;align-items:baseline;gap:12px}
  .line-total strong{font-size:16px}
  .line-remove{margin-top:0}
  .cart-line .qty-stepper{grid-column:2;justify-self:start}
  .buy-box{grid-template-columns:1fr 96px}
  .detail-price strong{font-size:32px}
  .steps b,.steps strong,.steps span{font-size:11px}
  .steps i{max-width:40px}
  .orders-toolbar{align-items:stretch;flex-direction:column}
  .orders-search input{min-width:0;flex:1}
  .success-info{grid-template-columns:1fr 1fr}
  .checkout-form fieldset{padding:16px 15px 18px;border-radius:17px}
}
