:root{--accent:#ffc400;--accent-hover:#f2b800;--accent-active:#e4a800;--accent-soft:#fff5d6;--accent-ring:rgb(255 196 0/26%);--accent-text:#7a5a00;--ink:#14181d;--text:#303741;--text-secondary:#5b6672;--muted:#667281;--line:#d3dae1;--line-strong:#b8c2cc;--surface:#ffffff;--surface-soft:#f5f7f8;--surface-2:#eef1f4;--footer:#eef1f3;--success:#169b45;--success-text:#0f7a37;--success-soft:#e8f7ee;--warning-text:#8a5a00;--warning-soft:#fff3d6;--danger:#c93d35;--danger-soft:#fdecea;--radius-xs:8px;--radius-sm:10px;--radius:14px;--radius-lg:20px;--shadow-sm:0 4px 14px rgb(20 24 29/6%);--shadow:0 12px 34px rgb(20 24 29/9%);--shadow-lg:0 20px 56px rgb(20 24 29/14%);--focus-ring:0 0 0 3px var(--accent-ring);--transition-fast:140ms ease;--transition:200ms cubic-bezier(.2,.8,.2,1)}html[data-theme=dark]{--accent-text:#ffd45c;--text-secondary:#b3b8c2;--muted:#9aa2ad;--line:#2c3138;--line-strong:#414852;--surface-2:#1f2226;--success-text:#4fd07f;--success-soft:#16301f;--warning-text:#ffd45c;--warning-soft:#33290f;--danger-soft:#3a1c1a;--shadow-sm:0 4px 14px rgb(0 0 0/30%);--shadow:0 12px 34px rgb(0 0 0/40%);--shadow-lg:0 20px 56px rgb(0 0 0/50%)}:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.button:focus-visible,.product-delivery-button:focus-visible,.site-search-submit:focus-visible{outline:2px solid var(--ink);outline-offset:2px;box-shadow:var(--focus-ring)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--accent)!important;box-shadow:var(--focus-ring)!important}::selection{background:var(--accent-soft);color:var(--ink)}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.button{transition:background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}@media (min-width:921px){.button:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:none}.button.secondary:hover{background:var(--surface-soft);border-color:var(--line-strong)}}.button:active{transform:translateY(1px);background:var(--accent-active);border-color:var(--accent-active)}.button.secondary:active{background:var(--surface-2);border-color:var(--line-strong)}.button:disabled,.button[aria-disabled=true]{cursor:not-allowed;background:var(--surface-2);border-color:var(--surface-2);color:var(--muted);transform:none;box-shadow:none}.icon-button{transition:background-color var(--transition-fast),color var(--transition-fast)}.icon-button:hover{background:var(--surface-soft);border-radius:10px}.icon-button:active{background:var(--surface-2)}.site-header .main-nav a{position:relative;transition:color var(--transition-fast)}.site-header .main-nav a:hover{color:var(--accent-text);background:transparent}.breadcrumbs a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.section-heading a{color:var(--accent-text);font-size:14px;font-weight:600;white-space:nowrap;transition:color var(--transition-fast),gap var(--transition-fast)}.section-heading a svg{width:16px;height:16px;transition:transform var(--transition-fast)}.section-heading a:hover{color:var(--ink)}.section-heading a:hover svg{transform:translateX(3px)}.site-search{min-width:0;height:48px;padding:0 4px 0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);display:flex;align-items:center;gap:10px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.site-search:focus-within{border-color:var(--accent);box-shadow:var(--focus-ring)}.site-search-icon{width:18px;height:18px;flex:0 0 auto;color:var(--muted)}.site-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.site-search input:focus-visible{border:0!important;box-shadow:none!important}.site-search input::placeholder{color:var(--muted)}.site-search input::-webkit-search-cancel-button{display:none}.site-search-clear{width:32px;height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);display:grid;place-items:center;flex:0 0 auto}.site-search-clear svg{width:16px;height:16px}.site-search-clear:hover{background:var(--surface-soft);color:var(--ink)}.site-search-submit{height:38px;padding:0 18px;border:0;border-radius:9px;background:var(--accent);color:var(--ink);font-size:14px;font-weight:700;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background-color var(--transition-fast),transform var(--transition-fast)}.site-search-submit>.control-label{transform:translateY(.4px)!important}@media (min-width:641px) and (max-width:920px){.site-search-submit>.control-label{transform:translateY(.4px)!important}}.site-search-submit:hover{background:var(--accent-hover)}.site-search-submit:active{transform:translateY(1px);background:var(--accent-active)}.site-search--desktop{flex:1 1 320px;max-width:560px}.site-search-row{display:none}.site-header .header-actions .icon-button[aria-label="Поиск"]{display:none!important}@media (min-width:921px){.site-header .navline{gap:20px}.main-nav{flex:0 0 auto}.site-header .main-nav a{font-size:15px;font-weight:500}}@media (max-width:1180px){.site-search--desktop{flex-basis:220px}}@media (max-width:920px){.site-search--desktop{display:none}.site-header{height:auto!important;min-height:0!important;padding-bottom:10px}.site-search-row{display:block}.site-search--mobile{height:44px;padding-left:12px;border-radius:12px;background:var(--surface-soft);border-color:var(--surface-soft)}.site-search--mobile:focus-within{background:var(--surface)}.site-search--mobile .site-search-submit{height:34px;padding:0 12px;font-size:13px}}.home-banner-rail{position:relative;width:100%;margin-bottom:16px}.home-banner-rail-stage{position:relative}.home-banner-rail-image{display:block;width:100%;height:auto;aspect-ratio:1958/459;object-fit:cover;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}.home-banner-rail-control{position:absolute;top:50%;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(255,255,255,.88);color:var(--ink);font-size:30px;line-height:1;transform:translateY(-50%);box-shadow:0 8px 20px rgba(18,31,41,.12);cursor:pointer}.home-banner-rail-control:hover{background:#fff}.home-banner-rail-control:before{width:9px;height:9px;border-top:2px solid;border-right:2px solid;content:""}.home-banner-rail-control-prev:before{transform:rotate(-135deg)}.home-banner-rail-control-next:before{transform:rotate(45deg)}.home-banner-rail-control-prev{left:18px}.home-banner-rail-control-next{right:18px}.home-banner-rail-dots{display:flex;justify-content:center;gap:2px;margin:-6px 0 -12px}.home-banner-rail-dot{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:none;display:grid;place-items:center;cursor:pointer}.home-banner-rail-dot>i{width:8px;height:8px;border-radius:50%;background:var(--line);transition:width var(--transition-fast),background-color var(--transition-fast)}.home-banner-rail-dot:hover>i{background:var(--line-strong)}.home-banner-rail-dot.is-active>i{width:24px;border-radius:8px;background:var(--accent)}.home-banner-rail-control:focus-visible,.home-banner-rail-dot:focus-visible{outline:2px solid var(--ink);outline-offset:2px}@media (max-width:920px){.home-banner-rail{margin-bottom:10px}.home-banner-rail-image{border-radius:14px}.home-banner-rail-control{width:38px;height:38px;font-size:26px}.home-banner-rail-control-prev{left:10px}.home-banner-rail-control-next{right:10px}}.home-page .brand-rail{height:auto!important;min-height:0!important;width:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;display:block!important}.home-page .brand-rail:before{content:none!important}.brand-rail-heading{display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.brand-rail-heading a{color:var(--accent-text);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.brand-rail-heading a svg{width:16px;height:16px;transition:transform var(--transition-fast)}.brand-rail-heading a:hover{color:var(--ink)}.brand-rail-heading a:hover svg{transform:translateX(3px)}.brand-marquee-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.home-page .brand-marquee-item{height:56px;padding:6px 12px;border-radius:10px;transition:background-color var(--transition-fast)}.home-page .brand-marquee-item:hover{background:var(--surface-soft)}@media (max-width:920px){.brand-rail-heading{margin-bottom:6px}.home-page .brand-marquee-item{width:auto;min-width:0;height:48px;padding:4px 10px;border:0;background:transparent}.home-page .brand-marquee-item:first-child{border-color:transparent;background:transparent}.home-page .brand-marquee-item img{max-width:92px!important;max-height:30px!important}.home-page .brand-marquee-group{height:auto;padding-right:14px;gap:14px}.home-page .brand-marquee-track{height:auto}}.product-card{transition:border-color var(--transition-fast),box-shadow var(--transition)}.product-card:hover{border-color:var(--line-strong)!important;box-shadow:var(--shadow-sm)!important;transform:none!important}.product-card .product-meta{color:var(--muted)}.product-card .product-meta:first-of-type{font-variant-numeric:tabular-nums;letter-spacing:.01em}.product-availability{margin:4px 0 8px;color:var(--text);font-size:12px;font-weight:600;line-height:16px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-availability:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--success);flex:0 0 auto}.product-availability.is-order:before{background:var(--accent)}.product-availability.is-quote:before{background:var(--line-strong)}.product-availability small{color:var(--muted);font-weight:500}@media (min-width:921px){:is(.home-page .desktop-home-products,.cart-v2-recommendations,.cart-empty-favorites,.product-page .recommendation-feed,.favorites-grid,.account-recommendations,.catalog-page .catalog-grid) .current-product-card{height:auto!important;min-height:440px!important}.catalog-page .catalog-list .current-product-card .product-availability{margin:2px 0 0}}@media (max-width:920px){.product-availability{font-size:11px;line-height:14px;margin:2px 0 6px}}.current-product-card .product-buy{height:auto!important;min-height:30px!important}@media (min-width:921px) and (max-width:1180px){.home-page .desktop-home-products .infinite-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.home-page .desktop-home-products .infinite-product-grid .product-card:nth-child(n+21){display:none!important}}@media (max-width:640px){:root{scroll-padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px) + 12px)}}@media (max-width:920px){.home-page .mobile-home-products .current-product-card{height:auto!important;min-height:0!important;overflow:visible!important}.product-page .recommendation-feed .current-product-card{height:auto!important;min-height:0!important}.product-page .recommendation-feed .current-product-card .product-card-body{height:auto!important;min-height:0!important;position:static!important;display:flex!important;flex-direction:column!important}.product-page .recommendation-feed .current-product-card .product-buy{position:static!important;width:100%!important;min-height:0!important;margin:0 0 6px!important}.product-page .recommendation-feed .current-product-card .product-card-action{margin-top:auto!important}}.product-card-skeleton{min-height:414px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:12px;display:grid;grid-template-rows:180px 22px 40px 16px 16px 1fr;gap:10px}.product-card-skeleton:after,.product-card-skeleton:before,.product-card-skeleton>*{content:"";display:block;border-radius:8px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-soft) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:ptk-shimmer 1.2s linear infinite}.product-card-skeleton:after{align-self:end;height:44px}@keyframes ptk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.buy-facts .buy-fact-delivery{color:var(--ink)}.buy-facts .buy-fact-delivery.is-pending{color:var(--muted)}.buy-facts .buy-fact-delivery button{padding:0;border:0;background:none;color:var(--accent-text);font:inherit;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.product-info .availability{color:var(--success-text);background:var(--success-soft)}.product-info .availability.order{color:var(--warning-text);background:var(--warning-soft)}.footer-shop{display:flex;flex-direction:column;gap:8px}.footer-shop b{margin-bottom:10px;color:var(--ink)}.footer-shop a{color:var(--muted);font-size:13px;transition:color var(--transition-fast)}.footer-shop a:hover{color:var(--ink)}.footer-column a,.footer-contact a{transition:color var(--transition-fast)}.footer-contact a:hover{color:var(--ink)}.footer-bottom{padding:14px 0 22px;border-top:1px solid var(--line);font-size:12px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 24px}.footer-bottom,.footer-bottom a{color:var(--muted)}.footer-bottom a:hover{color:var(--ink)}@media (min-width:921px){.site-footer{height:auto!important;min-height:0!important}.footer-grid{min-height:0!important;padding-block:36px 28px!important;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr)!important;gap:40px!important}.footer-shop{padding-top:8px}.footer-shop b{font-size:13px;margin-bottom:13px}.footer-shop a{font-size:12px}}@media (max-width:920px){.footer-bottom,.footer-shop{display:none}}.empty-state h2,.state-page h1{margin-bottom:8px}.empty-state p,.state-page p{color:var(--text-secondary)}.empty-state .button,.state-page .button{margin-top:18px}.state-page{min-height:520px;padding-block:96px}.state-page .eyebrow{color:var(--accent-text)}.brands-search:focus-within,.cart-v2-promo-form input:focus,.checkout-field input:focus,.city-picker-search:focus-within,.field input:focus,.filter-search:focus-within,.profile-edit-field input:focus,.registration-field input:focus,.seller-form-grid input:focus,.seller-form-grid textarea:focus{border-color:var(--accent)!important;box-shadow:var(--focus-ring)!important}.brands-search input:focus-visible,.city-picker-search input:focus-visible,.filter-search input:focus-visible{box-shadow:none!important}.checkout-choice.selected,.checkout-choice[aria-pressed=true]{border-color:var(--accent)!important;background:var(--accent-soft)!important;box-shadow:inset 0 0 0 1px var(--accent)!important}.seller-product-editor{padding:clamp(20px,3vw,40px)}.seller-product-editor>h1{margin:0;font-size:clamp(28px,3vw,38px)}.seller-manual-product-form{display:grid;gap:20px;margin-top:28px}.seller-product-form-card{min-width:0;padding:clamp(18px,2vw,28px);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.seller-product-form-card h2{display:flex;align-items:center;gap:12px;margin:0 0 24px;font-size:20px;line-height:1.3}.seller-product-form-icon{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--ink)}.seller-product-form-icon svg{width:22px;height:22px;stroke-width:1.8}.seller-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}.seller-form-grid .field,.seller-manual-description{min-width:0;display:grid;gap:8px}.seller-category-picker legend,.seller-form-grid .field>span{color:var(--text);font-size:14px;font-weight:650}.seller-form-grid input,.seller-form-grid select,.seller-manual-description textarea{width:100%;min-height:50px;box-sizing:border-box;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit}.seller-form-grid input::placeholder,.seller-manual-description textarea::placeholder{color:var(--muted)}.seller-manual-description textarea{min-height:150px;resize:vertical}.seller-product-form-lower{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.seller-category-picker{min-width:0;margin:0;padding:0;border:0}.seller-category-picker legend{margin-bottom:8px;padding:0}.seller-category-picker details{position:relative}.seller-category-picker summary{min-height:50px;padding:12px 14px;box-sizing:border-box;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;list-style:none}.seller-category-picker summary::-webkit-details-marker{display:none}.seller-category-picker summary:after{content:"";float:right;width:8px;height:8px;margin:4px 3px 0 10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg)}.seller-category-picker summary:focus-visible{outline:2px solid var(--ink);outline-offset:2px;box-shadow:var(--focus-ring)}.seller-category-options{position:absolute;z-index:5;width:100%;max-height:320px;overflow:auto;padding:10px;box-sizing:border-box;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow)}.seller-category-picker small{margin-top:5px;color:var(--muted);font-size:12px}.seller-product-image-drop{min-height:150px;padding:20px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;gap:6px;text-align:center;color:var(--text-secondary)}.seller-product-image-drop.is-dragging{border-color:var(--accent);background:var(--accent-soft)}.seller-product-image-drop>svg{flex-basis:100%;width:28px;height:28px;margin-bottom:7px}.seller-product-image-drop button{min-height:44px;padding:0 4px;border:0;background:none;color:var(--accent-text);text-decoration:underline;text-underline-offset:3px}.seller-product-image-drop input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.seller-image-preview{width:112px;height:92px;margin-top:14px;padding:8px;box-sizing:border-box;border:1px solid var(--line);border-radius:var(--radius-sm);object-fit:contain}.seller-product-image-hint{margin:12px 0 0;color:var(--muted);font-size:13px}.seller-product-form-actions{align-items:center;gap:12px}.seller-product-form-actions .button{min-height:48px}.seller-product-form-cancel{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;color:var(--text-secondary)}.seller-product-form-cancel:hover{color:var(--ink);text-decoration:underline}.seller-draft-list{margin-top:24px}.seller-save-confirmation{margin:20px 0 0;padding:12px 16px;border:1px solid var(--success-text);border-radius:var(--radius-sm);background:var(--success-soft);color:var(--success-text)}.seller-draft-list h2{margin-bottom:12px;font-size:20px}.seller-draft-list>div{display:grid;gap:8px}.seller-draft-row{min-height:58px;padding:10px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:space-between;gap:12px}.seller-draft-row:hover{border-color:var(--line-strong);background:var(--surface-soft)}.seller-draft-row strong{overflow-wrap:anywhere}.seller-draft-row span{flex:0 0 auto;color:var(--accent-text);font-weight:650}@media (max-width:760px){.seller-form-grid,.seller-product-form-lower{grid-template-columns:1fr}.seller-product-form-actions{align-items:stretch}.seller-product-form-actions .button{flex:1 1 180px}.seller-draft-row{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.mobile-bottom-nav a span,.mobile-bottom-nav button span{font-size:11px!important}}.filter-option{min-height:34px}.selected-filters button{border-color:rgb(255 196 0/60%);background:var(--accent-soft);color:var(--accent-text);font-weight:600}.selected-filters button:hover{border-color:var(--accent);color:var(--ink)}.show-more{color:var(--accent-text)}.catalog-page{--catalog-spring:linear(0,.225 7.5%,.54 15.8%,.815 25%,.944 32.5%,1.016 41%,1.04 52%,1.016 70%,1);--catalog-ease:cubic-bezier(.32,.72,0,1)}@property --price-min{syntax:"<percentage>";inherits:true;initial-value:0}@property --price-max{syntax:"<percentage>";inherits:true;initial-value:100%}.catalog-page .filter-panel{color:var(--text);scrollbar-color:var(--line-strong) transparent}@media (min-width:921px){.catalog-page .filter-panel{border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;overscroll-behavior-y:contain}.catalog-page .filter-panel>.filter-title{display:none!important}.catalog-page .filter-panel>.filter-group:first-of-type{padding-top:2px}.catalog-page .filter-group{margin-inline:0}}.catalog-page .filter-title{position:sticky;top:0;z-index:3;min-height:0;padding:14px 16px 13px 18px;border-top:0;border-bottom:1px solid var(--line);background:var(--surface);display:flex;align-items:center;gap:10px}.catalog-page .filter-title-mark{width:30px;height:30px;flex:0 0 30px;border-radius:10px;background:var(--accent-soft);color:var(--accent-text);display:grid;place-items:center}.catalog-page .filter-title-mark svg{width:16px;height:16px}.catalog-page .filter-title h2{margin:0 auto 0 0;color:var(--ink);font-size:17px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.catalog-page .filter-close{width:40px;height:40px;margin-right:-8px;padding:0;border:0;border-radius:11px;background:transparent;color:var(--text-secondary);align-items:center;justify-content:center;transition:background-color var(--transition-fast),color var(--transition-fast)}.catalog-page .filter-close svg{width:20px;height:20px}.catalog-page .filter-close:hover{background:var(--surface-soft);color:var(--ink)}.catalog-page .filter-title:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:0 2px 2px 0;background:var(--accent);transform:scaleX(0);transform-origin:left center;pointer-events:none}@keyframes catalog-filter-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@supports (animation-timeline:scroll()){.catalog-page .filter-title:after{animation:catalog-filter-progress linear both;animation-timeline:scroll(nearest block)}}.catalog-page .filter-search-status{padding:6px 0 8px;color:var(--muted);font-size:13px}.catalog-page .filter-panel>.filter-search-status{padding:10px 18px 0}.catalog-page .filter-group{margin:0 18px;padding:8px 0 10px;border-bottom:0}.catalog-page .filter-group>h3{margin:0 0 2px;font-size:14px}.catalog-page .filter-group-body{display:grid;grid-template-rows:1fr}.catalog-page .filter-group-body-inner{min-width:0;min-height:0;padding-inline:10px;margin-inline:-10px;overflow:hidden}.catalog-page .filter-group-body-inner:after{content:"";display:block;height:6px}.catalog-page .filter-group:has(.filter-group-toggle[aria-expanded=false]) .filter-group-body{grid-template-rows:0fr}.catalog-page .filter-group:has(.filter-group-toggle[aria-expanded=false]) .filter-group-body-inner{opacity:0}@media (prefers-reduced-motion:no-preference){.catalog-page .filter-group-body{transition:grid-template-rows .26s var(--catalog-ease)}.catalog-page .filter-group-body-inner{transition:opacity .16s ease}}.catalog-page .filter-group-toggle{min-height:44px;margin:0 -8px;padding:0 4px 0 8px;width:calc(100% + 16px);border-radius:11px;display:flex;align-items:center;justify-content:flex-start;gap:8px;color:var(--ink);cursor:pointer;transition:background-color var(--transition-fast)}.catalog-page .filter-group-toggle:hover>.filter-group-chevron{background:var(--surface-soft)}.catalog-page .filter-group-toggle:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.catalog-page .filter-group-toggle>b{min-width:0;flex:1;font-size:16px;font-weight:700;line-height:1.3;letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-page .filter-group-toggle>.filter-group-count{width:auto;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--accent-soft);color:var(--accent-text);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:no-preference){.catalog-page .filter-group-toggle>.filter-group-count{animation:catalog-badge-in .26s var(--catalog-spring) both}}@keyframes catalog-badge-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}.catalog-page .filter-group-toggle>.filter-group-chevron{width:32px;height:32px;border-radius:9px;background:transparent;color:var(--text-secondary);display:grid;place-items:center;flex:0 0 auto}.catalog-page .filter-group-toggle>.filter-group-chevron svg{width:18px;height:18px;transform:rotate(-90deg);transition:transform .26s var(--catalog-ease)}.catalog-page .filter-group-toggle[aria-expanded=true]>.filter-group-chevron svg{transform:none}.catalog-page .filter-group-toggle:hover>.filter-group-chevron{color:var(--ink)}@media (prefers-reduced-motion:reduce){.catalog-page .filter-group-toggle>.filter-group-chevron svg{transition:none}}.catalog-page .filter-option{min-height:38px;margin:0 -6px;padding:5px 8px;border:0;border-radius:10px;display:flex;align-items:center;gap:8px;color:var(--text);font-size:14px;line-height:1.25;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast)}.catalog-category-tree .filter-option:hover,.catalog-page .filter-option:hover{background:var(--surface-soft)}.catalog-category-tree .filter-option.checked,.catalog-page .filter-option.checked{border-color:transparent;background:transparent;color:var(--ink);font-weight:600}.catalog-category-tree .filter-option>i,.catalog-page .filter-option>i{width:20px;height:20px;flex:0 0 20px;border:1.5px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--ink);display:grid;place-items:center;font-size:0;line-height:0;transition:border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast)}.catalog-category-tree .filter-option>i svg,.catalog-page .filter-option>i svg{width:13px;height:13px;display:block;opacity:0;transform:scale(.5)}.catalog-category-tree .filter-option>i svg path,.catalog-page .filter-option>i svg path{stroke-dasharray:26;stroke-dashoffset:-26}.catalog-category-tree .filter-option:hover>i,.catalog-page .filter-option:hover>i{border-color:var(--ink)}.catalog-category-tree .filter-option.checked>i,.catalog-page .filter-option.checked>i{border-color:var(--accent);background:var(--accent)}.catalog-category-tree .filter-option.checked>i svg,.catalog-page .filter-option.checked>i svg{opacity:1;transform:none}.catalog-category-tree .filter-option.checked>i svg path,.catalog-page .filter-option.checked>i svg path{stroke-dashoffset:0}@media (prefers-reduced-motion:no-preference){.catalog-category-tree .filter-option>i svg,.catalog-page .filter-option>i svg{transition:opacity .11s ease,transform .22s var(--catalog-spring,cubic-bezier(.32,.72,0,1))}.catalog-category-tree .filter-option>i svg path,.catalog-page .filter-option>i svg path{transition:stroke-dashoffset .19s ease-out 40ms}}.catalog-category-tree .filter-option:has(input:focus-visible)>i,.catalog-page .filter-option:has(input:focus-visible)>i{border-color:var(--accent);box-shadow:var(--focus-ring)}.catalog-page .filter-option>span{min-width:0;flex:1;overflow-wrap:anywhere}.catalog-page .filter-option small{flex:0 0 auto;min-width:34px;color:var(--muted);font-size:13px;font-weight:400;font-variant-numeric:tabular-nums;text-align:right;transition:color var(--transition-fast)}.catalog-page .filter-option.checked small{color:var(--muted)}.catalog-page .filter-search{min-width:0;min-height:40px;height:40px;margin:6px 0 8px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);display:flex;align-items:center;gap:8px;color:var(--muted);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast)}.catalog-page .filter-search:hover{border-color:var(--line-strong)}.catalog-page .filter-search:focus-within{border-color:var(--accent);background:var(--surface);box-shadow:var(--focus-ring);color:var(--ink)}.catalog-page .filter-search svg{width:16px;height:16px;flex:0 0 auto}.catalog-page .filter-search input{min-width:0;height:100%;background:transparent;color:var(--ink);font-size:14px}.catalog-page .filter-search input:focus-visible{border:0!important;box-shadow:none!important}.catalog-page .filter-search input::placeholder{color:var(--muted)}.catalog-page .show-more{min-height:34px;margin:4px -8px 0;padding-inline:8px;width:calc(100% + 16px);border-radius:9px;background:transparent;color:var(--accent-text);display:flex;align-items:center;justify-content:flex-start;font-size:13px;font-weight:600;transition:background-color var(--transition-fast)}.catalog-page .show-more:hover{background:var(--surface-soft)}.catalog-page .show-more{justify-content:flex-start!important;text-align:left!important}.catalog-page .price-inputs{margin-top:2px;display:grid;grid-template-columns:minmax(0,1fr) 10px minmax(0,1fr);align-items:end;gap:0}.catalog-page .price-inputs-dash{width:6px;height:1px;margin:0 auto 15px;background:var(--line-strong)}.catalog-page .price-field{min-width:0;height:auto;padding:0;border:0;border-radius:0;background:none;box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr);gap:1px;cursor:text}.catalog-page .price-field-label{color:var(--muted);font-size:11px;font-weight:600;line-height:14px;transition:color var(--transition-fast)}.catalog-page .price-field:focus-within .price-field-label{color:var(--accent-text)}.catalog-page .price-inputs input{width:100%;min-width:0;min-height:0;height:30px;padding:0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;text-overflow:ellipsis;transition:border-color var(--transition-fast)}.catalog-page .price-field:hover input{border-bottom-color:var(--line-strong)}@media (max-width:920px){.catalog-page .price-inputs input{height:44px;font-size:15px}.catalog-page .price-inputs-dash{margin-bottom:22px}}.catalog-page .price-field:has(input:focus-visible){border-radius:6px;outline:2px solid var(--ink);outline-offset:2px;box-shadow:var(--focus-ring)}.catalog-page .price-inputs input:focus-visible{border:0!important;border-bottom:1px solid var(--accent)!important;box-shadow:none!important}.catalog-page .price-range{height:28px;margin:14px 11px 16px;position:relative}.catalog-page .price-range-track{height:4px;top:12px;border-radius:999px;background:linear-gradient(to right,var(--surface-2) 0 var(--price-min),var(--accent) var(--price-min) var(--price-max),var(--surface-2) var(--price-max) 100%)}.catalog-page .price-range input[type=range]{height:28px}.catalog-page .price-range input[type=range]:focus-visible{border:0!important;box-shadow:none!important}.catalog-page .price-range input[type=range]::-webkit-slider-runnable-track{height:4px;background:transparent}.catalog-page .price-range input[type=range]::-webkit-slider-thumb{width:20px;height:20px;margin-top:-8px;border:4px solid var(--accent);border-radius:50%;background:#fff;box-shadow:0 2px 8px rgb(20 24 29/18%);transition:box-shadow var(--transition-fast),border-width var(--transition-fast)}.catalog-page .price-range input[type=range]:active::-webkit-slider-thumb,.catalog-page .price-range input[type=range]:hover::-webkit-slider-thumb{box-shadow:0 3px 12px rgb(20 24 29/26%);border-width:5px}.catalog-page .price-range input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--ink)}.catalog-page .price-range input[type=range]::-moz-range-track{height:4px;background:transparent}.catalog-page .price-range input[type=range]::-moz-range-thumb{width:12px;height:12px;border:4px solid var(--accent);border-radius:50%;background:#fff;box-shadow:0 2px 8px rgb(20 24 29/18%)}.catalog-page .price-range input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px var(--ink)}.catalog-page .catalog-filter-apply{position:sticky;top:auto;bottom:0;z-index:2;padding:12px 18px 16px;border-top:1px solid var(--line);border-bottom:0;background:var(--surface);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0 8px;align-items:center}@supports (backdrop-filter:blur(8px)){.catalog-page .catalog-filter-apply{background:color-mix(in srgb,var(--surface) 78%,transparent);-webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px)}}@media (min-width:921px){.catalog-page .catalog-filter-apply{padding:12px 0 6px}}.catalog-page .catalog-filter-pending{grid-column:1/-1;margin:0;display:grid;grid-template-rows:0fr;color:var(--accent-text);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.catalog-page .catalog-filter-apply.has-pending .catalog-filter-pending{grid-template-rows:1fr}.catalog-page .catalog-filter-pending>span{min-height:0;display:block;overflow:hidden}.catalog-page .catalog-filter-pending>span:after{content:"";display:block;height:8px}@media (prefers-reduced-motion:no-preference){.catalog-page .catalog-filter-pending{transition:grid-template-rows .22s var(--catalog-ease)}}.catalog-page .catalog-filter-apply .button{width:100%;min-height:48px;padding:0 16px;border-radius:12px;border-color:color-mix(in srgb,var(--accent) 55%,transparent);background:var(--accent-soft);color:var(--ink);box-shadow:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.catalog-page .catalog-filter-apply .button:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 20%,var(--accent-soft));color:var(--ink)}.catalog-page .catalog-filter-apply.has-pending .button{border-color:var(--accent);background:var(--accent);color:var(--ink);box-shadow:0 8px 20px rgb(255 196 0/40%)}.catalog-page .catalog-filter-apply.has-pending .button:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:var(--ink)}.catalog-page .catalog-filter-reset{min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text-secondary);font-size:13px;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast);--control-font-optical-offset:.4px}.catalog-page .catalog-filter-reset:hover{border-color:var(--line-strong);background:var(--surface-soft);color:var(--ink)}.catalog-page .catalog-category-tree{gap:0;margin-top:0}.catalog-page .catalog-category-tree-children{gap:0}.catalog-page .catalog-category-tree-row{min-height:38px;height:auto;margin:0 -6px;padding-left:calc(var(--category-depth, 0) * 14px);border-radius:10px;display:flex;align-items:center;position:relative;transition:background-color var(--transition-fast)}.catalog-page .catalog-category-tree-row:hover{background:var(--surface-soft)}.catalog-page .catalog-category-tree-node[aria-selected=true]>.catalog-category-tree-row{background:var(--accent-soft)}.catalog-page .catalog-category-tree-node[aria-selected=true]>.catalog-category-tree-row .catalog-category-tree-option>span{color:var(--ink);font-weight:600}.catalog-page .catalog-category-tree-node:has(>.catalog-category-tree-children [aria-selected=true])>.catalog-category-tree-row .catalog-category-tree-option>span{color:var(--ink);font-weight:600}.catalog-page .catalog-category-tree-expand,.catalog-page .catalog-category-tree-spacer{flex:0 0 26px;width:26px;height:34px;border-radius:9px}.catalog-page .catalog-category-tree-expand{color:var(--text-secondary);transition:background-color var(--transition-fast),color var(--transition-fast)}.catalog-page .catalog-category-tree-expand:hover{background:var(--surface-2);color:var(--ink)}.catalog-page .catalog-category-tree-expand:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.catalog-page .catalog-category-tree-expand svg{width:16px;height:16px;transition:transform .22s var(--catalog-ease)}@media (prefers-reduced-motion:reduce){.catalog-page .catalog-category-tree-expand svg{transition:none}}.catalog-page .catalog-category-tree-option{min-width:0;flex:1;margin:0;padding:4px 8px 4px 0;background:transparent;font-weight:inherit}.catalog-page .catalog-category-tree-option>span{hyphens:auto;overflow-wrap:break-word}.catalog-page .catalog-category-tree-option small{min-width:30px}.catalog-page .catalog-category-tree-option.checked,.catalog-page .catalog-category-tree-option:hover{background:transparent}.catalog-page .catalog-category-tree-status{min-height:38px;padding-left:24px;font-size:12px}.catalog-page .catalog-category-tree-retry{min-height:34px;margin-left:24px;border-radius:9px}.catalog-page .catalog-category-tree .show-more{margin-left:24px;width:calc(100% - 24px)}.catalog-page .catalog-toolbar{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:flex;align-items:center}.catalog-page .sort-label,.catalog-page .view-label{display:none}@property --chips-fade-start{syntax:"<length>";inherits:false;initial-value:0}@property --chips-fade-end{syntax:"<length>";inherits:false;initial-value:28px}@keyframes catalog-chips-edges{0%{--chips-fade-start:0px;--chips-fade-end:28px}10%,90%{--chips-fade-start:28px;--chips-fade-end:28px}to{--chips-fade-start:28px;--chips-fade-end:0px}}.catalog-page .selected-filters{gap:8px;align-items:center;scroll-padding-inline:28px;mask-image:linear-gradient(to right,transparent 0,#000 var(--chips-fade-start),#000 calc(100% - var(--chips-fade-end)),transparent 100%)}@supports (animation-timeline:scroll()){.catalog-page .selected-filters{animation:catalog-chips-edges 1s linear both;animation-timeline:scroll(self inline)}}.catalog-page .selected-filters>span{padding-inline:4px;color:var(--muted);font-size:14px}.catalog-page .selected-filters button{min-height:36px;border:1px solid transparent;border-radius:999px;background:var(--accent-soft);color:var(--accent-text);font-size:13px;font-weight:600;white-space:nowrap;gap:6px;transition:border-color var(--transition-fast),color var(--transition-fast),background-color var(--transition-fast)}.catalog-page .selected-filters button:hover{border-color:var(--accent);color:var(--ink)}.catalog-page .selected-filters button svg{width:14px;height:14px;flex:0 0 auto;opacity:.65;transition:opacity var(--transition-fast)}.catalog-page .selected-filters button:hover svg{opacity:1}.catalog-page .catalog-toolbar>.clear-selected{min-height:44px;border-radius:11px;color:var(--text-secondary);font-size:13px;font-weight:600;transition:background-color var(--transition-fast),color var(--transition-fast)}.catalog-page .catalog-toolbar>.clear-selected:hover{background:var(--surface-soft);color:var(--ink)}.catalog-page .catalog-toolbar>.selected-filters:not(:has(button))+.clear-selected{display:none!important}.catalog-page .view-switcher{flex:0 0 auto;padding:3px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);display:flex;gap:2px}.catalog-page .view-switcher button{width:38px;height:36px;border:0;border-radius:9px;background:transparent;color:var(--text-secondary);transition:background-color var(--transition-fast),color var(--transition-fast)}.catalog-page .view-switcher button:hover{color:var(--ink);background:var(--surface-2)}.catalog-page .view-switcher button.active{background:var(--accent-soft);color:var(--accent-text)}.catalog-page .view-switcher button:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.catalog-page .view-switcher svg{width:18px;height:18px}.catalog-page .catalog-sort-trigger{border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font-size:14px;font-weight:600}.catalog-page .catalog-sort-trigger:hover{border-color:var(--line-strong);background:var(--surface-soft)}.catalog-page .catalog-sort-trigger:focus-visible{border-color:var(--accent);box-shadow:var(--focus-ring)}.catalog-page .catalog-sort-trigger svg{opacity:1;color:var(--text-secondary)}.catalog-page .catalog-toolbar-search{border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);transition:background-color var(--transition-fast),border-color var(--transition-fast)}.catalog-page .catalog-toolbar-search:hover{border-color:var(--line-strong);background:var(--surface-soft)}.catalog-page .catalog-toolbar-search svg{width:20px;height:20px}@media (min-width:921px){.catalog-page .catalog-toolbar{height:64px;min-height:64px;margin:0 0 20px;padding:10px 12px;gap:10px}.catalog-page .catalog-sort-select{width:200px;height:44px}}.filter-panel-backdrop{display:none}@media (max-width:920px){.filter-panel-backdrop{display:block;position:fixed;inset:0;z-index:999;background:rgb(20 24 29/42%);animation:catalog-backdrop-in var(--transition) both}@supports (backdrop-filter:blur(2px)){.filter-panel-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.catalog-page .filter-panel{width:min(360px,100%);height:100dvh;border:0;border-radius:0;background:var(--surface);box-shadow:var(--shadow-lg);overflow-y:auto;overscroll-behavior:contain;scroll-padding-top:68px}.catalog-page .filter-panel.open{left:auto!important;right:0!important;animation:catalog-drawer-in var(--transition) both}.catalog-page .filter-title{min-height:60px;padding:10px 14px 10px 18px}}@media (max-width:920px) and (min-width:380px){.catalog-page .filter-panel{border-radius:20px 0 0 20px}}@media (max-width:920px){.catalog-page .filter-close{margin-right:0;display:inline-flex!important}.catalog-page .filter-group:first-of-type{padding-top:8px}.catalog-page .catalog-filter-apply{padding-bottom:calc(16px + env(safe-area-inset-bottom, 0px))}.catalog-page .filter-group-toggle{min-height:48px}.catalog-page .catalog-category-tree-row,.catalog-page .filter-option{min-height:44px}.catalog-page .catalog-category-tree-expand,.catalog-page .catalog-category-tree-spacer{flex:0 0 30px;width:30px;height:40px}.catalog-page .catalog-category-tree-status{min-height:44px;padding-left:28px}.catalog-page .catalog-category-tree .show-more,.catalog-page .catalog-category-tree-retry{margin-left:28px}.catalog-page .catalog-category-tree .show-more{width:calc(100% - 28px)}.catalog-page .show-more{min-height:44px}.catalog-page .filter-search{min-height:44px;height:44px}.catalog-page .price-field{height:auto}.catalog-page .mobile-catalog-actions{height:44px!important;margin:0 0 12px!important;gap:10px!important}.catalog-page .mobile-catalog-actions button{height:44px!important;padding:0 16px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--surface)!important;color:var(--ink)!important;font-size:14px!important;font-weight:600!important;justify-content:center!important;gap:8px!important;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.catalog-page .mobile-catalog-actions button:hover{background:var(--surface-soft)!important;border-color:var(--line-strong)!important}.catalog-page .mobile-catalog-actions button:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.catalog-page .mobile-catalog-actions .filter-mobile svg{color:var(--accent-text)}.catalog-page .catalog-toolbar{height:56px!important;min-height:56px!important;margin:0 0 12px!important;padding:5px!important;gap:6px!important;border:1px solid var(--line)!important;border-radius:14px!important}.catalog-page .view-switcher{padding:3px!important;gap:2px!important}.catalog-page .view-switcher button{width:40px!important;height:38px!important;border:0!important;border-radius:9px!important}.catalog-page .view-switcher button.active{border-color:transparent!important;background:var(--accent-soft)!important;color:var(--accent-text)!important}.catalog-page .catalog-sort-trigger{font-size:14px!important;color:var(--ink)}.catalog-page .catalog-sort-trigger:hover{background:var(--surface-soft)!important}.catalog-page .catalog-toolbar-search{border-radius:10px!important}}@keyframes catalog-drawer-in{0%{opacity:0}to{opacity:1}}@keyframes catalog-backdrop-in{0%{opacity:0}to{opacity:1}}html[data-theme=dark] .catalog-page .catalog-filter-apply,html[data-theme=dark] .catalog-page .filter-title{background:var(--surface)}@supports (backdrop-filter:blur(8px)){html[data-theme=dark] .catalog-page .catalog-filter-apply{background:color-mix(in srgb,var(--surface) 78%,transparent)}}html[data-theme=dark] .catalog-page .filter-option>i{background:var(--surface-2)}html[data-theme=dark] .catalog-page .filter-option.checked>i{background:var(--accent);color:#14181d}html[data-theme=dark] .catalog-page .filter-search{background:var(--surface-2)}html[data-theme=dark] .catalog-page .price-inputs input{background:transparent;border-color:var(--line)}html[data-theme=dark] .catalog-page .price-field:hover input{border-bottom-color:var(--line-strong)}html[data-theme=dark] .catalog-page .price-range-track{background:linear-gradient(to right,var(--surface-2) 0 var(--price-min),var(--accent) var(--price-min) var(--price-max),var(--surface-2) var(--price-max) 100%)}html[data-theme=dark] .catalog-page .price-range input[type=range]::-webkit-slider-thumb{background:var(--surface-2)}html[data-theme=dark] .catalog-page .price-range input[type=range]::-moz-range-thumb{background:var(--surface-2)}html[data-theme=dark] .catalog-page .catalog-filter-apply .button{border-color:color-mix(in srgb,var(--accent) 40%,transparent);background:var(--accent-soft);color:var(--ink)}html[data-theme=dark] .catalog-page .catalog-filter-apply .button:hover{background:color-mix(in srgb,var(--accent) 16%,var(--accent-soft))}html[data-theme=dark] .catalog-page .catalog-filter-reset{border-color:var(--line);background:var(--surface-2)}html[data-theme=dark] .catalog-page .catalog-filter-reset:hover{border-color:var(--line-strong);background:var(--surface-soft)}html[data-theme=dark] .catalog-page .catalog-filter-apply.has-pending .button{border-color:var(--accent);background:var(--accent);color:#14181d}@media (min-width:921px){.catalog-page .catalog-list .current-product-card .product-card-body,.catalog-page .catalog-list .current-product-card.is-recommendation .product-card-body{grid-template-rows:40px 18px 18px 18px!important}.catalog-page .catalog-list .current-product-card .product-availability{grid-column:1!important;grid-row:4!important}.catalog-page .catalog-list .current-product-card .product-buy,.catalog-page .catalog-list .current-product-card .product-card-action{grid-row:1/-1!important;align-self:center!important}.catalog-page .catalog-list .current-product-card .product-card-action{display:flex!important;align-items:center!important;min-height:44px!important;height:auto!important}.catalog-page .catalog-list .current-product-card .product-card-action>*{width:100%}.catalog-page .catalog-list .current-product-card .product-card-body,.catalog-page .catalog-list .current-product-card.is-recommendation .product-card-body{padding-right:72px!important}.catalog-page .catalog-list .current-product-card .favorite{width:36px!important;height:36px!important;left:auto!important;right:18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}}@media (max-width:920px){.catalog-page .mobile-catalog-result{height:auto!important;min-height:56px}.catalog-page .mobile-catalog-result-actions{display:flex;align-items:center;gap:14px}.catalog-page .mobile-catalog-result .catalog-clear-search{min-height:44px;padding:0!important;border:0!important;background:transparent!important;color:var(--accent-text)!important;font-size:12px!important;font-weight:600!important}.catalog-page .mobile-catalog-result-actions>button:last-child{min-height:44px}}