:root{--brand:#b51d22;--brand-dark:#8f1117;--brand-soft:#fff2f2;--ink:#171717;--muted:#656565;--line:#e5e5e5;--surface:#fff;--surface-soft:#f7f7f7;--success:#18774a;--shadow-sm:0 8px 24px #15151512;--shadow-lg:0 -12px 40px #15151529;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--shell:1180px;color-scheme:light;font-synthesis:none;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}body{min-width:320px;color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-size:16px;line-height:1.5}body:has(.modal-backdrop){overflow:hidden}img,svg{display:block}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{border:0}:focus-visible{outline-offset:3px;outline:3px solid #b51d2247}.skip-link{z-index:200;background:var(--ink);color:#fff;border-radius:10px;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.shell{width:min(100% - 32px, var(--shell));margin-inline:auto}.site-header{z-index:80;border-bottom:1px solid var(--line);backdrop-filter:blur(14px);background:#fffffff0;position:sticky;top:0}.city-bar{background:#fafafa;border-bottom:1px solid #e5e5e5cc}.city-bar__inner{align-items:center;min-height:36px;display:flex}.city-selector{min-width:0;color:var(--muted);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.city-selector svg{fill:none;width:17px;height:17px;stroke:var(--brand);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none}.city-selector select{max-width:132px;min-height:30px;color:var(--ink);cursor:pointer;background:0 0;border:0;padding:2px 5px;font-size:13px;font-weight:750}.city-bar__phone{display:none}.site-header__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.brand{align-items:center;width:70px;height:46px;display:flex;overflow:hidden}.brand img{object-fit:contain;width:70px;height:auto}.desktop-nav{display:none}.mobile-header-actions{align-items:center;gap:8px;display:flex}.mobile-menu summary{min-height:44px;color:var(--ink);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.mobile-menu summary svg{fill:none;width:22px;height:22px;stroke:var(--brand);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.mobile-menu{position:relative}.mobile-menu summary{width:44px;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{border:1px solid var(--line);width:min(280px,100vw - 32px);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:10px;display:grid;position:absolute;top:calc(100% + 9px);right:0}.mobile-menu nav a{border-radius:10px;padding:12px 14px;font-size:16px;font-weight:650}.mobile-menu nav a:hover{background:var(--surface-soft)}.bottom-nav{z-index:90;min-height:calc(72px + env(safe-area-inset-bottom));padding:7px 10px max(7px, env(safe-area-inset-bottom));border-top:1px solid var(--line);backdrop-filter:blur(16px);background:#fffffff7;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #1515150d}.bottom-nav>a{color:#333;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;min-height:54px;font-size:12px;font-weight:650;display:flex}.bottom-nav>a.active{color:var(--brand)}.bottom-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:25px;height:25px}.bottom-nav__icon-wrap,.desktop-cart{position:relative}.cart-count{background:var(--brand);color:#fff;border:2px solid #fff;border-radius:99px;place-items:center;min-width:20px;height:20px;padding-inline:5px;font-size:11px;font-weight:800;line-height:1;display:grid;position:absolute;top:-7px;right:-12px}.cart-count[hidden]{display:none}@keyframes cart-link-bump{0%,to{transform:translateY(0)scale(1)}38%{transform:translateY(-4px)scale(1.12)}68%{transform:translateY(1px)scale(.97)}}@keyframes cart-count-pop{0%{transform:scale(.65)}58%{transform:scale(1.25)}to{transform:scale(1)}}[data-cart-link].cart-link--bump{animation:.6s cubic-bezier(.2,.8,.2,1) cart-link-bump}[data-cart-link].cart-link--bump .cart-count{animation:.52s cubic-bezier(.2,.8,.2,1) cart-count-pop}main{min-height:60vh}.page-section{padding-block:48px}.section-heading{color:var(--brand);letter-spacing:-.045em;margin:0;font-size:clamp(30px,8vw,48px);font-weight:800;line-height:1.04}.section-lead{max-width:620px;color:var(--ink);margin:12px 0 0;font-size:clamp(17px,4.5vw,20px);line-height:1.45}.button{background:var(--brand);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:13px 20px;font-size:16px;font-weight:750;line-height:1.2;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{background:var(--brand-dark)}.button:active{transform:translateY(1px)}.button--secondary{border-color:var(--brand);color:var(--brand);background:#fff}.button--secondary:hover{background:var(--brand-soft)}.button--ghost{color:var(--brand);background:0 0}.button--ghost:hover{background:var(--brand-soft)}.button--full{width:100%}.home-hero{padding:20px 0 36px}.home-hero__panel{border-radius:var(--radius-lg);min-height:560px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #ececec;align-content:start;display:grid;position:relative;overflow:hidden}.home-hero__copy{z-index:2;padding:32px 24px 0;position:relative}.home-hero h1{max-width:660px;color:var(--brand);letter-spacing:-.055em;margin:0;font-size:clamp(38px,11.5vw,68px);font-weight:850;line-height:.98}.home-hero p{max-width:540px;margin:20px 0 24px;font-size:clamp(17px,4.5vw,22px);line-height:1.45}.home-hero__image{object-fit:contain;object-position:right bottom;align-self:end;width:118%;max-width:none;margin:-10px 0 -3% 3%}.categories-section{padding:28px 0 58px;scroll-margin-top:118px}.category-grid{gap:14px;margin-top:26px;display:grid}.category-card{color:#fff;isolation:isolate;min-height:204px;box-shadow:var(--shadow-sm);background:#333;border:1px solid #0000;border-radius:22px;display:block;position:relative;overflow:hidden}.category-card>img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .42s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0}.category-card:hover>img{transform:scale(1.035)}.category-card__shade{z-index:-1;background:linear-gradient(90deg,#1405079e 0%,#1405074d 47%,#0000 82%);position:absolute;inset:0}.category-card__content{flex-direction:column;gap:8px;max-width:78%;padding:26px 24px 76px;display:flex}.category-card__content strong{letter-spacing:-.045em;font-size:clamp(30px,9vw,44px);font-weight:800;line-height:1}.category-card__content>span{max-width:340px;font-size:15px;font-weight:550;line-height:1.32}.category-card__action{min-width:118px;color:var(--brand);text-align:center;background:#fff;border-radius:999px;padding:9px 18px;font-size:15px;font-weight:750;position:absolute;bottom:20px;left:24px}.category-card--paida,.category-card--realtime{background:var(--brand-soft);border-color:#f0b9b9}.category-card--paida .category-card__shade,.category-card--realtime .category-card__shade{background:linear-gradient(90deg,#63000794,#63000714 74%)}.catalog-index-hero,.catalog-page-header,.simple-page-header{padding:36px 0 22px}.back-link{min-height:44px;color:var(--brand);border-radius:10px;align-items:center;gap:8px;margin-left:-8px;padding:8px;font-size:16px;font-weight:650;display:inline-flex}.back-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:21px;height:21px}.catalog-title,.simple-page-title{color:var(--brand);letter-spacing:-.055em;margin:10px 0 0;font-size:clamp(42px,12vw,64px);font-weight:850;line-height:.98}.catalog-subtitle,.simple-page-subtitle{color:var(--ink);margin:14px 0 0;font-size:18px}.product-catalog{padding-bottom:68px}.catalog-toolbar{grid-template-columns:minmax(0,1fr) 52px;gap:10px;margin:12px 0 28px;display:grid}.search-field{position:relative}.search-field svg{fill:none;stroke:#6d6d6d;stroke-linecap:round;stroke-width:1.9px;pointer-events:none;width:22px;height:22px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-field input{background:#fff;border:1px solid #d9d9d9;border-radius:15px;width:100%;min-height:52px;padding:12px 14px 12px 48px;font-size:16px}.search-field input::placeholder{color:#888}.filter-button{width:52px;height:52px;color:var(--brand);cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:15px;place-items:center;display:grid}.filter-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.9px;width:23px;height:23px}.result-count{color:#333;margin:0 0 18px;font-size:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-card{border:1px solid var(--line);content-visibility:auto;contain-intrinsic-size:390px;background:#fff;border-radius:17px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 6px 18px #1515150d}.product-card__media{aspect-ratio:1;background:var(--surface-soft);position:relative;overflow:hidden}.product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .32s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__content{flex-direction:column;min-height:210px;padding:14px 12px 12px;display:flex}.product-card h2{overflow-wrap:anywhere;letter-spacing:-.025em;margin:0;font-size:clamp(15px,4vw,18px);font-weight:750;line-height:1.12}.product-card__description{color:#343434;margin-top:7px;font-size:13px;line-height:1.4}.product-card__description p{margin:0}.product-card__description strong{font-weight:700}.product-card__price{color:var(--muted);letter-spacing:0;margin:7px 0 0;font-size:12px;font-weight:400;line-height:1.35}.product-card__stock{color:#343434;margin:4px 0 0;font-size:12px;line-height:1.35}.product-card__stock strong{font-weight:700}.product-card__controls{margin-top:auto;padding-top:14px}.product-card__add{background:var(--brand);color:#fff;cursor:pointer;border-radius:11px;width:100%;min-height:42px;padding:9px 8px;font-size:14px;font-weight:750}.cart-toast{right:16px;bottom:calc(88px + env(safe-area-inset-bottom));z-index:120;color:#fff;background:#202020;border:1px solid #ffffff3d;border-radius:18px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;width:min(100% - 32px,520px);min-height:72px;margin-inline:auto;padding:12px 13px;animation:.28s cubic-bezier(.2,.8,.2,1) toast-enter;display:grid;position:fixed;left:16px;box-shadow:0 18px 46px #0000003d}@keyframes toast-enter{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cart-toast__icon{background:var(--brand);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.cart-toast__icon svg{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:21px;height:21px}.cart-toast__copy{min-width:0;line-height:1.25;display:grid}.cart-toast__copy strong{font-size:14px}.cart-toast__copy>span{color:#cfcfcf;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.cart-toast>a{color:#fff;text-underline-offset:3px;padding:8px 5px;font-size:13px;font-weight:750;text-decoration:underline}.cart-toast>button{color:#fff;cursor:pointer;background:#3b3b3b;border:2px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:20px;line-height:1;display:grid;position:absolute;top:-9px;right:-7px}.quantity-stepper{border:1px solid var(--brand);border-radius:11px;grid-template-columns:42px minmax(30px,1fr) 42px;min-height:42px;display:grid;overflow:hidden}.quantity-stepper button{color:var(--brand);cursor:pointer;background:0 0;place-items:center;font-size:24px;line-height:1;display:grid}.quantity-stepper button:disabled{color:#bdbdbd;cursor:not-allowed}.quantity-stepper span{place-items:center;font-size:17px;font-weight:700;display:grid}.catalog-message,.empty-state{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);text-align:center;padding:36px 20px}.catalog-message p,.empty-state p{color:var(--muted);margin:0}.catalog-message .button,.empty-state .button{margin-top:18px}.cart-page,.checkout-page,.auth-page,.profile-page{padding-bottom:68px}.profile-page-header{padding:42px 0 26px}.profile-page-kicker,.profile-eyebrow{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:13px;font-weight:850}.profile-content{gap:18px;padding-bottom:28px;display:grid}.labeling-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#fff 0% 62%,#fff5f5 100%);border:1px solid #e2e2e2;align-items:center;gap:20px;padding:24px;display:grid}.labeling-panel h2{overflow-wrap:anywhere;letter-spacing:.01em;margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,7vw,38px);line-height:1.1}.labeling-panel p:last-child{max-width:720px;color:var(--muted);margin:10px 0 0;font-size:14px}.labeling-panel .button:disabled{color:#999;cursor:not-allowed;border-color:#ddd}.checkout-readiness{border-radius:var(--radius-md);background:#fff5f5;border:1px solid #f0caca;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;padding:16px 18px;display:grid}.checkout-readiness--ready{background:#f1faf5;border-color:#bfe3cf}.checkout-readiness__icon{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:21px;font-weight:850;display:grid}.checkout-readiness--ready .checkout-readiness__icon{background:var(--success)}.checkout-readiness strong,.checkout-readiness p{margin:0;display:block}.checkout-readiness p{color:var(--muted);margin-top:3px;font-size:14px}.checkout-readiness>a{color:var(--success);text-underline-offset:3px;grid-column:2;font-size:14px;font-weight:800;text-decoration:underline}.profile-grid{gap:18px;display:grid}.profile-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;padding:20px;overflow:hidden;box-shadow:0 6px 22px #1515150a}#main-address,#main-company{scroll-margin-top:110px}#main-address{overflow:visible}.profile-card__header,.profile-card__heading{align-items:center;gap:12px;min-width:0;display:flex}.profile-card__header{margin-bottom:20px}.profile-card__header--action{flex-direction:column;justify-content:space-between;align-items:flex-start}.profile-card__icon{background:var(--brand-soft);width:42px;height:42px;color:var(--brand);border-radius:13px;flex:0 0 42px;place-items:center;font-size:20px;font-weight:850;display:grid}.profile-card h2,.profile-card p{margin:0}.profile-card h2{letter-spacing:-.025em;font-size:21px;line-height:1.12}.profile-card__header p{color:var(--muted);margin-top:3px;font-size:13px}.profile-form{gap:15px;display:grid}.profile-form .form-field label span{color:var(--muted);font-weight:500}.profile-form input[readonly]{background:var(--surface-soft);color:var(--muted)}.profile-form .button,.profile-form-actions .button{min-height:46px}.company-editor{background:snow;border:1px solid #edc5c7;border-radius:16px;gap:14px;margin:0 0 18px;padding:16px;display:grid}.profile-form-actions{gap:8px;display:flex}.company-list,.activity-list{display:grid}.company-row,.order-row,.session-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:15px 0;display:flex}.company-row:first-child,.order-row:first-child,.session-row:first-child{border-top:0;padding-top:0}.company-row:last-child,.order-row:last-child,.session-row:last-child{padding-bottom:0}.company-row>div:first-child,.order-row>div,.session-row>div{gap:2px;min-width:0;display:grid}.company-row strong,.order-row strong,.session-row strong{overflow-wrap:anywhere;font-size:15px}.company-row span,.order-row span,.session-row span{color:var(--muted);font-size:12px}.company-row__actions{flex:none;gap:12px;display:flex}.company-row__actions button{color:var(--brand);cursor:pointer;background:0 0;padding:7px 0;font-size:13px;font-weight:750}.company-row__actions .danger-link{color:#7f3538}.profile-empty{background:var(--surface-soft);color:var(--muted);border-radius:14px;padding:18px;font-size:14px}.order-row>div:last-child{flex:none;align-items:end}.order-status{background:#f1f1f1;border-radius:99px;padding:3px 8px;font-weight:750;color:#444!important}.order-status--new,.order-status--confirmed,.order-status--processing,.order-status--shipping{background:var(--brand-soft);color:var(--brand)!important}.order-status--delivered,.order-status--completed{background:#edf9f2;color:var(--success)!important}.session-row{justify-content:flex-start}.session-row__dot{background:var(--success);border-radius:50%;flex:0 0 10px;width:10px;height:10px;box-shadow:0 0 0 4px #e4f5ec}.session-row em{color:var(--success);text-transform:uppercase;background:#edf9f2;border-radius:99px;margin-left:5px;padding:2px 6px;font-size:10px;font-style:normal;display:inline-block}.password-card{border-color:#edd5d6}.profile-account-actions{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.profile-account-actions strong,.profile-account-actions p{margin:0;display:block}.profile-account-actions p{color:var(--muted);margin-top:3px;font-size:13px}.cart-layout{gap:18px;display:grid}.cart-list{gap:12px;display:grid}.cart-line{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;grid-template-columns:96px minmax(0,1fr);gap:14px;padding:14px;display:grid;box-shadow:0 6px 18px #1515150a}.cart-line__image{object-fit:cover;border-radius:13px;width:96px;height:118px}.cart-line__content{min-width:0}.cart-line__content h2{overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.08}.cart-line__description{color:#343434;margin:7px 0 0;font-size:13px;line-height:1.45}.cart-line__description p{margin:0}.cart-line__description strong{font-weight:700}.cart-line__details{gap:6px;margin:12px 0 0;display:grid}.cart-line__details>div{background:var(--surface-soft);border-radius:9px;justify-content:space-between;align-items:baseline;gap:12px;min-width:0;padding:7px 9px;display:flex}.cart-line__details dt,.cart-line__details dd{margin:0;font-size:12px;line-height:1.35}.cart-line__details dt{color:var(--muted)}.cart-line__details dd{overflow-wrap:anywhere;text-align:right;font-weight:700}.cart-line__actions{grid-template-columns:minmax(130px,190px) 42px;gap:8px;margin-top:14px;display:grid}.remove-button{background:var(--brand-soft);width:42px;min-height:42px;color:var(--brand);cursor:pointer;border-radius:11px;place-items:center;display:grid}.remove-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}.order-summary{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:18px}.order-summary__row{justify-content:space-between;align-items:baseline;gap:18px;padding-block:7px;display:flex}.order-summary__row strong{font-size:21px}.order-summary__row--total{border-top:1px solid var(--line);margin-top:8px;padding-top:16px}.order-summary__row--total span:last-child{color:var(--brand);font-size:22px;font-weight:850}.checkout-action{margin-top:14px}.modal-backdrop{z-index:120;background:#17171761;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.auth-gate{width:100%;max-width:580px;padding:12px 24px calc(22px + env(safe-area-inset-bottom));box-shadow:var(--shadow-lg);text-align:center;background:#fff;border-radius:26px 26px 0 0}.auth-gate__handle{background:#d2d2d2;border-radius:99px;width:52px;height:5px;margin:0 auto 24px;display:block}.auth-gate h2{letter-spacing:-.035em;margin:0;font-size:27px;line-height:1.08}.auth-gate p{color:var(--muted);margin:14px auto 22px;font-size:16px;line-height:1.5}.auth-gate__actions{gap:10px;display:grid}.auth-form,.checkout-form{border:1px solid var(--line);border-radius:var(--radius-lg);max-width:680px;box-shadow:var(--shadow-sm);background:#fff;gap:18px;margin-top:12px;padding:22px;display:grid}.form-field{gap:7px;display:grid}.form-field label,.fieldset-label{font-size:14px;font-weight:750}.form-field input,.form-field textarea,.form-field select{background:#fff;border:1px solid #d5d5d5;border-radius:13px;width:100%;min-height:50px;padding:12px 14px;font-size:16px}.form-field textarea{resize:vertical;min-height:100px}.field-help{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.address-autocomplete{position:relative}.address-autocomplete__status,.address-autocomplete__selected{color:var(--muted);margin-top:6px;font-size:12px;display:block}.address-autocomplete__selected{color:var(--success);font-weight:750}.address-autocomplete__menu{z-index:30;background:#fff;border:1px solid #d5d5d5;border-radius:13px;max-height:min(360px,50vh);position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 38px #15151529}.address-autocomplete__option{border-top:1px solid var(--line);width:100%;color:var(--text);cursor:pointer;text-align:left;background:#fff;gap:3px;padding:12px 14px;display:grid}.address-autocomplete__option:first-child{border-top:0}.address-autocomplete__option:hover,.address-autocomplete__option.is-highlighted{background:var(--brand-soft)}.address-autocomplete__option strong{font-size:14px}.address-autocomplete__option span,.address-autocomplete__empty{color:var(--muted);font-size:12px}.address-autocomplete__empty{margin:0;padding:14px}.form-hint,.form-error,.form-success{border-radius:12px;margin:0;padding:12px 14px;font-size:14px}.form-hint{background:var(--surface-soft);color:var(--muted)}.form-error{color:#941119;background:#fff0f0}.form-success{color:var(--success);background:#edf9f2}.auth-form__link{width:fit-content;color:var(--brand);margin-top:-8px;font-size:14px;font-weight:750}.auth-form__link:hover{text-decoration:underline}.payment-options{border:0;gap:10px;margin:0;padding:0;display:grid}.payment-option{border:1px solid var(--line);cursor:pointer;border-radius:13px;align-items:center;gap:12px;min-height:54px;padding:12px 14px;display:flex}.payment-option:has(input:checked){border-color:var(--brand);background:var(--brand-soft)}.payment-option input{width:18px;height:18px;accent-color:var(--brand)}.checkout-grid{gap:18px;display:grid}.checkout-summary{align-self:start}.checkout-summary__items{gap:10px;margin-bottom:14px;display:grid}.checkout-summary__item{color:var(--muted);justify-content:space-between;gap:16px;font-size:14px;display:flex}.site-footer{border-top:1px solid var(--line);background:var(--surface-soft);margin-top:72px;padding:42px 0 120px}.site-footer__grid{gap:28px;display:grid}.site-footer__grid>div{align-content:start;justify-items:start;gap:8px;display:grid}.site-footer img{object-fit:contain;width:86px;height:auto}.site-footer p,.site-footer span,.site-footer a{color:var(--muted);margin:0;font-size:14px}@media (width<=359px){.product-grid{grid-template-columns:1fr}.product-card__content{min-height:190px}}@media (width>=700px){.shell{width:min(100% - 56px, var(--shell))}.city-bar__inner{justify-content:space-between}.city-bar__phone{color:var(--ink);align-items:center;font-size:13px;font-weight:700;display:inline-flex}.site-header__inner{height:74px}.brand,.brand img{width:86px}.brand{height:54px}.mobile-header-actions{display:none}.desktop-nav{align-items:center;gap:28px;font-size:15px;font-weight:650;display:flex}.desktop-nav a{padding-block:10px;position:relative}.desktop-nav a.active{color:var(--brand)}.desktop-nav a.active:after{content:"";background:currentColor;border-radius:99px;height:2px;position:absolute;bottom:3px;left:0;right:0}.bottom-nav{display:none}.cart-toast{bottom:24px}.home-hero{padding:32px 0 54px}.home-hero__panel{grid-template-columns:1.05fr 1fr;align-items:center;min-height:500px}.home-hero__copy{padding:58px 0 58px 58px}.home-hero__image{align-self:end;width:122%;margin:0 -22% -1% -2%}.categories-section{padding-bottom:84px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.category-card{min-height:280px}.category-card:nth-child(5){grid-column:1/-1}.catalog-index-hero,.catalog-page-header,.simple-page-header{padding-top:54px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card__content{padding:18px}.product-card h2{font-size:21px}.cart-line{grid-template-columns:170px minmax(0,1fr);padding:18px}.cart-line__image{width:170px;height:190px}.cart-line__details{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-gate{border-radius:26px;margin-bottom:24px}.modal-backdrop{align-items:center;padding:24px}.site-footer{padding-bottom:48px}.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr}.profile-account-actions{flex-direction:row;align-items:center}}@media (width>=980px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cart-layout,.checkout-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.65fr);align-items:start}.order-summary,.checkout-summary{position:sticky;top:132px}.checkout-form{margin-top:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
