:root{--bg:#f5f5f5;--surface:#fff;--text:#1a1a1a;--muted:#6b6b6b;--line:#e6e6e6;--line-strong:#d0d0d0;--brand:#657444;--brand-light:#7a8f55;--brand-strong:#4d5834;--brand-gold:#8a8f3e;--tint:#6574441f;--b2b:#3d5a80;--b2b-soft:#e8eef5;--danger:#dc2626;--shadow:0 1px 2px #0000000a, 0 4px 16px #0000000f;--radius:12px;--radius-sm:8px;--sans:"Manrope", system-ui, sans-serif;--display:"Manrope", system-ui, sans-serif;--max:1280px;--topbar-h:34px;--mast-h:68px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.45}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3{font-family:var(--display);letter-spacing:.01em;margin:0 0 .35em;font-weight:700;line-height:1.15}h1{font-size:clamp(1.6rem,2.4vw,2.1rem)}h2{font-size:clamp(1.25rem,1.8vw,1.55rem)}p{margin:0 0 .7em}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--brand);color:#fff;z-index:200;padding:8px 12px;position:absolute;top:0;left:-999px}.skip-link:focus{top:12px;left:12px}.muted{color:var(--muted)}.small{font-size:.9rem}.text-link{color:var(--brand-strong);font-weight:500}.text-link:hover{text-decoration:underline}.page-pad{max-width:var(--max);margin:0 auto;padding:20px 20px 32px}.btn{border-radius:var(--radius-sm);background:var(--brand);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:background .15s;display:inline-flex}.btn:hover:not(:disabled){background:var(--brand-light)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--sm{padding:8px 12px;font-size:.92rem}.btn--lg{padding:13px 20px;font-size:1.02rem}.btn--ghost{color:var(--text);border:1px solid var(--line-strong);background:0 0}.btn--ghost:hover:not(:disabled){background:#f0f0f0}.shop-shell{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.topbar{border-bottom:1px solid var(--line);color:var(--muted);background:#f0f0f0;font-size:.8125rem}.topbar__inner{max-width:var(--max);height:var(--topbar-h);align-items:center;gap:16px;margin:0 auto;padding:0 20px;display:flex}.topbar__left{align-items:center;gap:10px;display:flex}.topbar__city{color:var(--text);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:500;text-decoration:underline}.topbar__sep{background:var(--line-strong);width:1px;height:12px}.topbar__muted{white-space:nowrap}.topbar__nav{gap:16px;margin-left:auto;margin-right:16px;display:flex}.topbar__nav a:hover{color:var(--text)}.topbar__phone{color:var(--text);white-space:nowrap;font-weight:600}.masthead{z-index:50;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;box-shadow:0 1px #00000008}.masthead__inner{max-width:var(--max);grid-template-columns:auto auto minmax(200px,1fr) auto;align-items:center;gap:14px;margin:0 auto;padding:12px 20px;display:grid}.brand__logo{width:auto;height:36px}.masthead__catalog-wrap{position:relative}.btn-catalog{border-radius:var(--radius-sm);background:var(--brand);color:#fff;cursor:pointer;white-space:nowrap;border:0;align-items:center;gap:10px;height:44px;padding:0 16px;font-weight:600;display:inline-flex}.btn-catalog:hover,.btn-catalog.is-open{background:var(--brand-strong)}.btn-catalog__svg{flex-shrink:0}.search-bar{border:2px solid var(--text);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:8px;height:44px;padding-left:12px;display:flex;overflow:hidden}.search-bar__ico{color:#8a8a8a;flex-shrink:0}.search-bar input{background:0 0;border:0;flex:1;min-width:0;padding:0 4px 0 0}.catalog-mega{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:min(420px,90vw);box-shadow:var(--shadow);z-index:60;padding:8px;position:absolute;top:calc(100% + 8px);left:0}.catalog-mega__mobile-head,.catalog-mega__close{display:none}.catalog-mega ul{margin:0;padding:0;list-style:none}.catalog-mega a{border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 12px;display:flex}.catalog-mega a:hover{background:var(--tint)}.catalog-mega__ico{color:var(--brand);flex:none}.catalog-mega__text{min-width:0;display:block}.catalog-mega strong{font-size:.95rem;line-height:1.25;display:block}.catalog-mega__text>span{color:var(--muted);margin-top:2px;font-size:.8rem;line-height:1.3;display:block}.catalog-mega__all{color:var(--brand-strong);border-top:1px solid var(--line);margin-top:4px;padding:10px 12px;font-weight:600;display:block}.catalog-mega__all:hover{background:var(--tint)}.catalog-scrim{z-index:45;cursor:pointer;background:#0003;border:0;position:fixed;inset:0}.search-bar input:focus{outline:none}.search-bar input::placeholder{color:#9a9a9a}.search-bar__btn{background:var(--text);color:#fff;cursor:pointer;border:0;justify-content:center;align-self:stretch;align-items:center;padding:0 18px;font-weight:600;display:inline-flex}.search-bar__btn-ico{display:none}.search-bar__btn:hover{background:#333}.mast-actions{align-items:center;gap:4px;display:flex}.mast-action{border-radius:var(--radius-sm);min-width:64px;color:var(--muted);flex-direction:column;align-items:center;gap:2px;padding:4px 6px;font-size:.72rem;display:flex;position:relative}.mast-action:hover{color:var(--text);background:#f5f5f5}.mast-action__svg{color:var(--text);display:block}.mast-action__badge{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;top:0;right:10px}.mast-action--login{margin-left:2px}.cat-strip{border-top:1px solid var(--line)}.cat-strip__inner{max-width:var(--max);align-items:center;gap:4px;height:42px;margin:0 auto;padding:0 20px;display:flex;overflow-x:auto}.cat-strip__link{color:var(--text);white-space:nowrap;border-radius:6px;padding:8px 10px;font-size:.875rem}.cat-strip__link:hover{background:#f3f3f3}.cat-strip__b2b{background:var(--b2b-soft);color:var(--b2b);white-space:nowrap;border-radius:6px;margin-left:auto;padding:6px 12px;font-size:.875rem;font-weight:600}.cat-strip__b2b:hover{filter:brightness(.97)}.home__top{flex-direction:column;gap:20px;display:flex}.promo-banner{border-radius:var(--radius);color:#fff;background:#2c3224;min-height:300px;display:grid;position:relative;overflow:hidden}.promo-banner--photo{aspect-ratio:16/7;grid-template-columns:1fr;min-height:280px;max-height:420px}.promo-banner__img{object-fit:contain;object-position:right center;background:#2c3224;width:100%;height:100%;position:absolute;inset:0}.promo-banner__scrim{z-index:1;pointer-events:none;background:linear-gradient(105deg,#161c12eb 0%,#161c12b8 42%,#161c1233 72%,#161c120d 100%);position:absolute;inset:0}.promo-banner__overlay{z-index:2;background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;min-height:360px;padding:40px 44px;display:flex;position:relative}.promo-banner__brand{margin-bottom:4px}.promo-banner__brand .brand__logo{width:auto;height:36px}.promo-banner__copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:36px 40px;display:flex}.promo-banner__eyebrow{text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin:0;font-size:.85rem}.promo-banner__title{letter-spacing:-.02em;max-width:16ch;margin:0;font-size:clamp(1.75rem,3vw,2.45rem);font-weight:800}.promo-banner__text{opacity:.9;max-width:36ch;margin:0 0 8px;font-size:1.05rem;line-height:1.4}.btn--on-dark{color:var(--brand-strong);background:#fff}.btn--on-dark:hover{filter:none;background:#f3f5ee}.promo-banner__art{background:radial-gradient(circle at 30% 40%,#8a8f3e73,#0000 50%),linear-gradient(135deg,#657444,#3f4730 60%,#2a2f22)}.cat-cards{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.cat-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);flex-direction:column;gap:8px;padding:12px;transition:box-shadow .15s,transform .15s;display:flex}.cat-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.cat-card__visual{background:#e8ebe3;border-radius:8px;height:96px;display:block;overflow:hidden}.cat-card__visual img{object-fit:cover;width:100%;height:100%;display:block}.cat-card__title{font-size:.88rem;font-weight:600;line-height:1.25}.cat-card__blurb{color:var(--muted);font-size:.75rem;line-height:1.3}.usp-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.usp{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:4px;padding:16px 18px;display:flex}.usp strong{font-family:var(--display);font-size:1.05rem}.usp span{color:var(--muted);font-size:.9rem}.b2b-banner{background:var(--b2b);color:#fff;border-radius:var(--radius);grid-template-columns:1.4fr .8fr;gap:0;display:grid;overflow:hidden}.b2b-banner>div:first-child{padding:28px 32px}.b2b-banner h2{margin-bottom:10px}.b2b-banner ul{opacity:.92;margin:0 0 18px;padding-left:1.1em}.b2b-banner li{margin-bottom:4px}.b2b-banner__cta{flex-wrap:wrap;gap:10px;display:flex}.b2b-banner__cta .btn--ghost{color:#fff;border-color:#ffffff73}.b2b-banner__cta .btn--ghost:hover:not(:disabled){background:#ffffff1f}.b2b-banner__side{font-family:var(--display);background:linear-gradient(160deg,#4a6fa5,#2c4058);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.b2b-banner__side p{letter-spacing:.06em;margin:0;font-size:2.4rem;font-weight:800}.b2b-banner__side span{opacity:.75;font-size:.95rem}.rail-section{background:var(--bg);padding:8px 0 28px}.rail-section--alt{background:#eee;padding-top:28px}.rail-head{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.rail-head h2{margin:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;transition:box-shadow .15s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow)}.product-card__media{background:#f3f5ef;height:160px;display:block;position:relative;overflow:hidden}.product-card__img{object-fit:contain;object-position:center;background:#fff;width:100%;height:100%;padding:10px;display:block}.product-card__media--photo .product-card__sku{color:#28301cbf;text-shadow:none;background:#ffffffd1;border-radius:4px;padding:2px 6px}.tone-olive{background:linear-gradient(145deg,#6f8050,#4d5834)}.tone-sand{background:linear-gradient(145deg,#c4b896,#8a8f3e)}.tone-slate{background:linear-gradient(145deg,#6b7364,#3a4034)}.tone-copper{background:linear-gradient(145deg,#a67c52,#657444)}.product-card__sku{font-family:var(--display);color:#ffffffeb;letter-spacing:.03em;font-size:.9rem;font-weight:600;position:absolute;bottom:12px;left:12px}.product-card__badges{flex-direction:column;align-items:flex-end;gap:4px;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:8px;right:8px}.product-card__badges li{color:var(--brand-strong);text-transform:uppercase;letter-spacing:.04em;background:#fff;border-radius:4px;padding:3px 7px;font-size:.68rem;font-weight:700}.product-card__body{flex-direction:column;flex:1;gap:4px;padding:12px 14px 14px;display:flex}.product-card__seller{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;font-size:.72rem}.product-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;min-height:3.6em;margin:0;font-size:.92rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__title a:hover{color:var(--brand-strong)}.product-card__stock{margin:0;font-size:.82rem;font-weight:600}.product-card.is-out{opacity:.92}.stock--in_stock{color:var(--brand-strong)}.stock--low{color:#b45309}.stock--on_order{color:var(--muted)}.stock--out{color:var(--danger)}.product-card__row{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.product-card__price{font-family:var(--display);margin:0;font-size:1.15rem;font-weight:700}.product-card__price span{font-family:var(--sans);color:var(--muted);font-size:.8rem;font-weight:400}.section{max-width:var(--max);margin:0 auto;padding:24px 20px 40px}.section__head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.section__head p{color:var(--muted);margin:0}.catalog__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.catalog__layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:28px;display:grid}.catalog__main .catalog__toolbar{flex-direction:column;align-items:stretch}.catalog-filters{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 14px 8px;position:sticky;top:12px}.catalog-filters__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.catalog-filters__head-actions{align-items:center;gap:10px;display:flex}.catalog-filters__close,.catalog-filters-fab,.catalog-filters-scrim,.catalog-filters__apply{display:none}.catalog-filters__group{border-top:1px solid var(--line);padding:10px 0}.catalog-filters__title{color:var(--ink);margin:0 0 8px;font-size:.82rem;font-weight:700}.catalog-filters ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.catalog-filters label{color:var(--muted);cursor:pointer;align-items:flex-start;gap:8px;font-size:.86rem;display:flex}.catalog-filters label.is-active{color:var(--brand-strong);font-weight:600}.catalog-filters input{margin-top:3px}@media (width<=900px){.catalog__layout{grid-template-columns:1fr}.catalog-filters{position:static}}.chip-row,.cabinet-tabs{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--line-strong);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:8px 14px;font-weight:500}a.chip{display:inline-flex}.chip:hover,.chip.is-active{border-color:var(--brand);color:var(--brand-strong);background:var(--tint)}.chip-row--sub{margin-top:4px;padding-top:4px}.chip--sub{border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:500}.chip--sub.is-active{background:var(--brand);color:#fff;border-color:var(--brand)}.search-field input{border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;min-width:min(260px,70vw);padding:10px 14px}.search-field input:focus{outline:2px solid var(--tint);border-color:var(--brand)}.catalog__hint{color:var(--muted);margin-top:24px;font-size:.85rem}.catalog__hint code{background:#eee;border-radius:4px;padding:2px 6px}.empty{color:var(--muted);padding:28px 0}.crumbs{color:var(--muted);gap:8px;margin-bottom:16px;font-size:.9rem;display:flex}.crumbs a:hover{color:var(--brand-strong)}.product-page__grid{grid-template-columns:1fr 1.1fr;gap:28px;display:grid}.product-page__media{border-radius:var(--radius);min-height:300px;position:relative}.product-page__media--photo{border:1px solid var(--line);background:#fff;justify-content:center;align-items:center;padding:24px;display:flex}.product-page__img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:420px}.product-page__sku{color:#fff;font-family:var(--display);font-size:1.3rem;font-weight:700;position:absolute;bottom:18px;left:18px}.product-page__media--photo .product-page__sku{color:#28301cbf;background:#ffffffe6;border-radius:4px;padding:4px 8px}.product-page__seller{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.78rem}.product-page__price{font-family:var(--display);margin:8px 0 14px;font-size:1.85rem;font-weight:700}.product-page__stock-note{color:var(--muted);margin:2px 0 0;font-size:.8rem}.product-page__price span{font-family:var(--sans);color:var(--muted);font-size:.95rem;font-weight:400}.product-page__desc{color:var(--muted);max-width:48ch}.spec-list{border-radius:var(--radius-sm);background:#eee;gap:8px;margin:16px 0 20px;padding:12px 14px;display:grid}.spec-list>div{justify-content:space-between;gap:16px;display:flex}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0;font-weight:500}.product-page__buy{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-page__buy label,.cart-line__qty{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.product-page__buy input,.cart-line__qty input{background:0 0;border:0;width:88px;padding:6px}.product-page__buy input:focus,.cart-line__qty input:focus{outline:none}.cart-list{flex-direction:column;gap:8px;margin:0 0 20px;padding:0;list-style:none;display:flex}.cart-line{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:1fr auto auto auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.cart-line__title{font-weight:600}.cart-line__sum{font-family:var(--display);text-align:right;min-width:7rem;margin:0;font-size:1.1rem;font-weight:700}.cart-summary{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);max-width:360px;padding:18px}.cart-summary__total{margin-bottom:14px;font-size:1.2rem}.auth-page{justify-content:center;display:flex}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:min(420px,100%);box-shadow:var(--shadow);padding:28px}.auth-form{flex-direction:column;gap:12px;margin:16px 0;display:flex}.auth-form label{color:var(--muted);flex-direction:column;gap:6px;font-size:.9rem;display:flex}.auth-form input{border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:var(--text);padding:11px 12px}.auth-form input:focus{outline:2px solid var(--tint);border-color:var(--brand)}.cabinet-tabs{margin-bottom:18px}.stat-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px;display:grid}.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px}.stat__label{color:var(--muted);margin:0;font-size:.85rem}.stat__value{font-family:var(--display);margin:4px 0 0;font-size:1.5rem;font-weight:700}.table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:.92rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px 14px}.data-table th{color:var(--muted);font-size:.82rem;font-weight:500}.data-table tr:last-child td{border-bottom:0}.pill{background:var(--tint);color:var(--brand-strong);border-radius:999px;padding:3px 10px;font-size:.8rem;font-weight:500;display:inline-block}.pill--in_progress{color:#92400e;background:#d4880a2e}.site-footer{color:#ffffffd9;background:#2a2a2a;margin-top:auto;padding:40px 20px 24px}.site-footer__inner{max-width:var(--max);margin:0 auto}.site-footer__grid{grid-template-columns:1.3fr repeat(3,1fr);gap:28px;margin-bottom:24px;display:grid}.site-footer__tag{opacity:.65;margin-top:10px;font-size:.9rem}.site-footer__phone{color:#fff;margin-top:8px;font-size:1.05rem;font-weight:700;display:inline-block}.site-footer__mail{opacity:.75;margin-top:4px;font-size:.9rem;display:block}.site-footer__mail:hover{opacity:1;color:#fff}.content-page{max-width:920px;padding-top:28px;padding-bottom:48px}.content-page__head{margin-bottom:24px}.content-page__lead{color:var(--muted);max-width:52ch;margin:0;font-size:1.1rem}.content-page__body{flex-direction:column;gap:20px;display:flex}.content-cards{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.content-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px}.content-card h2{margin-bottom:8px;font-size:1.1rem}.content-card p{color:var(--muted);margin:0;font-size:.95rem}.content-card .text-link{margin-top:10px;display:inline-block}.content-steps{color:var(--text);flex-direction:column;gap:10px;margin:0;padding-left:1.25rem;display:flex}.content-callout{background:var(--tint);border-radius:var(--radius);border:1px solid #65744433;padding:16px 18px}.content-callout strong{margin-bottom:6px;display:block}.content-callout p{color:var(--muted);margin:0}.content-bullets{flex-direction:column;gap:8px;margin:0;padding-left:1.2rem;display:flex}.content-page__cta-row{flex-wrap:wrap;gap:10px;margin:8px 0 0;display:flex}.contacts-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.site-footer__h{font-family:var(--display);color:#fff;margin-bottom:10px;font-weight:600}.site-footer__grid a,.site-footer__grid span{opacity:.75;margin-bottom:6px;font-size:.9rem;display:block}.site-footer__grid a:hover{opacity:1}.site-footer__note{opacity:.45;border-top:1px solid #ffffff1f;margin:0;padding-top:14px;font-size:.8rem}.mob-tabbar{display:none}@media (width<=1100px){.masthead__inner{grid-template-columns:auto auto 1fr}.mast-actions .mast-action span:not(.mast-action__ico):not(.mast-action__badge){display:none}.mast-action{min-width:44px}.cat-cards{grid-template-columns:repeat(3,1fr)}.usp-row{grid-template-columns:repeat(2,1fr)}.contacts-grid,.content-cards{grid-template-columns:1fr}}@media (width<=860px){:root{--topbar-h:0px;--mob-tab-h:60px}.shop-shell{padding-bottom:calc(var(--mob-tab-h) + env(safe-area-inset-bottom,0px))}.topbar{display:none}.masthead{box-shadow:0 1px 8px #0000000f}.masthead__inner{grid-template-columns:auto 1fr auto;grid-template-areas:"catalog brand actions""search search search";gap:10px;padding:10px 12px 12px}.masthead__brand{grid-area:brand;justify-self:center}.masthead__brand .brand__logo{height:28px}.masthead__catalog-wrap{grid-area:catalog}.btn-catalog{border-radius:12px;justify-content:center;width:44px;height:44px;padding:0}.btn-catalog__label{display:none}.search-bar{border-width:1.5px;grid-area:search;gap:0;height:44px;padding-left:0}.search-bar__ico{display:none}.search-bar input{padding:0 12px}.search-bar__btn{flex-shrink:0;width:48px;padding:0}.search-bar__btn-text{display:none}.search-bar__btn-ico{display:block}.mast-actions{grid-area:actions;gap:0}.mast-action--desk,.mast-action--cart span:not(.mast-action__badge){display:none}.mast-action--cart{min-width:44px}.cat-strip{display:none}.catalog-scrim{z-index:70;background:#00000073}.catalog-mega{width:100%;max-width:none;height:100%;max-height:none;padding:0 0 calc(var(--mob-tab-h) + 12px);z-index:80;box-shadow:none;border:0;border-radius:0;position:fixed;inset:0;overflow:auto}.catalog-mega__mobile-head{border-bottom:1px solid var(--line);background:var(--surface);z-index:1;justify-content:space-between;align-items:center;padding:12px 12px 12px 16px;display:flex;position:sticky;top:0}.catalog-mega__close{width:44px;height:44px;color:var(--text);cursor:pointer;background:#f3f3f3;border:0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.catalog-mega ul{padding:8px 8px 0}.catalog-mega a{padding:14px 12px}.catalog-mega__ico{width:32px;height:32px}.catalog-mega__all{border:1px solid var(--line);border-radius:var(--radius-sm);text-align:center;margin:8px 12px 16px}.mob-tabbar{z-index:90;height:calc(var(--mob-tab-h) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000f}.mob-tab{color:var(--muted);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 4px;font-size:.68rem;font-weight:500;text-decoration:none;display:flex}.mob-tab.is-active{color:var(--brand-strong)}.mob-tab__svg{width:22px;height:22px;color:inherit}.mob-tab__cart-wrap{display:inline-flex;position:relative}.mob-tab__badge{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-10px}.page-pad{padding-left:12px;padding-right:12px}.home__top{gap:14px}.promo-banner{min-height:0}.promo-banner--photo{aspect-ratio:auto;border-radius:12px;min-height:0;max-height:none}.promo-banner__img{object-fit:cover;object-position:70% center}.promo-banner__overlay{gap:8px;min-height:0;padding:18px 16px 16px}.promo-banner__brand{margin-bottom:0}.promo-banner__brand .brand__logo{height:26px}.promo-banner__title{font-size:1.35rem;line-height:1.2}.promo-banner__text{max-width:18em;margin:0;font-size:.88rem}.promo-banner__overlay .btn{margin-top:4px}.cat-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cat-card{padding:8px}.cat-card__visual{aspect-ratio:1.15;margin-bottom:6px}.cat-card__title{font-size:.86rem}.cat-card__blurb{font-size:.72rem;line-height:1.25}.usp-row{grid-template-columns:1fr 1fr;gap:8px}.usp{padding:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__body{gap:4px;padding:10px}.product-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__row{flex-direction:column;align-items:stretch;gap:8px}.product-card__price{font-size:1rem}.product-card__row .btn{width:100%}.promo-banner,.b2b-banner,.product-page__grid,.stat-row,.site-footer__grid{grid-template-columns:1fr}.promo-banner__art,.b2b-banner__side{min-height:100px}.b2b-banner{padding:18px}.rail-head h2{font-size:1.2rem}.catalog__layout{grid-template-columns:1fr;gap:12px}.chip-row--scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin:0 -12px;padding:0 12px 2px;overflow-x:auto}.chip-row--scroll::-webkit-scrollbar{display:none}.chip{flex:none;padding:8px 12px;font-size:.82rem}.catalog-filters-fab{z-index:20;border:1px solid var(--line-strong);background:var(--surface);width:fit-content;height:40px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;border-radius:999px;align-self:start;align-items:center;gap:8px;padding:0 14px;font-weight:600;display:inline-flex;position:sticky;top:72px}.catalog-filters-fab.has-active{border-color:var(--brand);color:var(--brand-strong)}.catalog-filters-fab__dot{background:var(--brand);border-radius:50%;width:8px;height:8px}.catalog-filters-scrim{z-index:85;cursor:pointer;background:#0006;border:0;display:block;position:fixed;inset:0}.catalog-filters{z-index:95;max-height:min(82vh,640px);padding:14px 14px calc(18px + env(safe-area-inset-bottom,0px));border-radius:16px 16px 0 0;display:none;position:fixed;inset:auto 0 0;overflow:auto;box-shadow:0 -8px 32px #0000002e}.catalog-filters.is-open{display:block}.catalog-filters__close{cursor:pointer;background:#f3f3f3;border:0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.catalog-filters__apply{width:100%;margin-top:12px;display:block}.search-field{display:none}.product-page__media{min-height:220px}.product-page__price{font-size:1.45rem}.cart-line{grid-template-columns:1fr}.cart-line__sum{text-align:left}.site-footer{padding-bottom:24px}}@media (width<=420px){.usp-row{grid-template-columns:1fr}.promo-banner__brand .brand__logo{height:28px}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cab{max-width:1180px;margin:0 auto;padding:16px 16px 48px}.cab-loading{padding:40px 0}.cab-top{align-items:center;gap:12px;margin-bottom:14px;display:flex}.cab-top__menu{border:1px solid var(--line-strong);background:var(--surface);color:var(--brand-strong);cursor:pointer;border-radius:999px;padding:8px 14px;font-weight:600;display:none}.cab-top__org{flex-wrap:wrap;flex:1;align-items:baseline;gap:8px 14px;min-width:0;display:flex}.cab-top__name{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.cab-top__out{display:none}.cab-shell{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px;display:grid}.cab-nav{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 12px 16px;position:sticky;top:12px}.cab-nav__badge{letter-spacing:.02em;text-transform:uppercase;color:var(--brand);margin:0 8px 12px;font-size:.72rem;font-weight:700}.cab-nav__group+.cab-nav__group{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.cab-nav__title{color:var(--muted);margin:0 8px 6px;font-size:.75rem;font-weight:600}.cab-nav__link{color:var(--text);border-radius:10px;padding:8px 10px;font-weight:500;text-decoration:none;display:block}.cab-nav__link:hover{background:var(--tint);color:var(--brand-strong)}.cab-nav__link.is-active{color:var(--brand-strong);background:var(--tint);font-weight:700}.cab-nav__logout{width:calc(100% - 16px);color:var(--muted);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;margin:16px 8px 0;padding:8px 2px}.cab-nav__logout:hover{color:var(--danger)}.cab-nav-scrim{display:none}.cab-main{min-width:0}.cab-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;margin-bottom:14px;padding:18px 18px 16px}.cab-card__head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.cab-card h1,.cab-card h2,.cab-home h1,.cab-orders h1,.cab-purchases h1,.cab-deal h1{letter-spacing:-.02em;margin:0 0 8px;font-size:1.35rem}.cab-card h2{font-size:1.1rem}.cab-org__name{font-size:1.55rem!important}.cab-org__meta{flex-wrap:wrap;gap:10px 16px;margin-bottom:10px;display:flex}.cab-org__hint{color:var(--muted);margin:0;font-size:.92rem;line-height:1.45}.cab-copy{color:var(--brand-strong);font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.cab-stats__head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.cab-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.cab-stats__label{color:var(--muted);margin:0;font-size:.82rem}.cab-stats__value{margin:4px 0 0;font-size:1.15rem;font-weight:750}.cab-stats__bar{background:#ecefe6;border-radius:999px;height:8px;margin:14px 0 10px;overflow:hidden}.cab-stats__bar>span{background:linear-gradient(90deg, var(--brand), var(--brand-gold));border-radius:inherit;height:100%;display:block}.cab-pill{color:var(--brand-strong);background:#eef2e8;border-radius:999px;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.cab-pill--ok{color:#1f7a3a;background:#e7f6ea}.cab-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.cab-carousel__item{scroll-snap-align:start;flex-direction:column;flex:0 0 148px;gap:6px;display:flex}.cab-carousel__media{border:1px solid var(--line);height:110px;color:var(--muted);background:#f7f7f5;border-radius:12px;place-items:center;font-size:.75rem;font-weight:700;display:grid;overflow:hidden}.cab-carousel__media img{object-fit:contain;width:100%;height:100%}.cab-carousel__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin:0;font-size:.82rem;line-height:1.25;display:-webkit-box;overflow:hidden}.cab-carousel__price{margin:0;font-weight:750}.cab-toast{color:var(--brand-strong);background:#eef2e8;border-radius:10px;margin:10px 0 0;padding:8px 12px;font-size:.9rem}.cab-orders__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.cab-count{color:var(--muted);font-size:.85rem;font-weight:700}.cab-orders__history{white-space:nowrap}.cab-toolbar{grid-template-columns:minmax(140px,220px) minmax(0,1fr);gap:10px;margin-bottom:10px;display:grid}.cab-buyer{border:1px solid var(--line-strong);background:var(--surface);white-space:nowrap;text-overflow:ellipsis;border-radius:12px;padding:11px 12px;font-weight:600;overflow:hidden}.cab-search input{box-sizing:border-box;border:1px solid var(--line-strong);background:var(--surface);width:100%;font:inherit;border-radius:12px;padding:11px 14px}.cab-search input:focus{outline:2px solid var(--tint);border-color:var(--brand)}.cab-search--wide{margin-bottom:12px;display:block}.cab-filters{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.cab-filter{border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;font:inherit;color:var(--muted);border-radius:999px;padding:8px 12px;font-weight:500}.cab-filter.is-active{border-color:var(--brand);color:var(--brand-strong);background:var(--tint);font-weight:700}.cab-order-list{flex-direction:column;gap:12px;display:flex}.cab-order{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px}.cab-order__top{justify-content:space-between;gap:16px;margin-bottom:12px;display:flex}.cab-order__status{color:var(--text);font-size:1.15rem;font-weight:750;text-decoration:none;display:inline-block}.cab-order__status:hover{color:var(--brand-strong)}.cab-order__meta{color:var(--muted);margin:4px 0 0;font-size:.9rem}.cab-order__right{text-align:right}.cab-pay{color:var(--muted);margin-bottom:4px;font-weight:700;display:block}.cab-pay.is-ok{color:#1f7a3a}.cab-order__sum{margin:0;font-size:1.2rem;font-weight:800}.cab-order__thumbs{gap:8px;margin-bottom:12px;padding-bottom:4px;display:flex;overflow-x:auto}.cab-thumb{flex:0 0 72px;position:relative}.cab-thumb__qty{z-index:1;border:1px solid var(--line);background:#ffffffeb;border-radius:6px;padding:1px 5px;font-size:.68rem;font-weight:700;position:absolute;top:4px;left:4px}.cab-thumb__img,.cab-thumb--more,.cab-line-img{border:1px solid var(--line);width:72px;height:72px;color:var(--muted);background:#f7f7f5;border-radius:10px;place-items:center;font-size:.7rem;font-weight:700;display:grid;overflow:hidden}.cab-thumb__img img,.cab-line-img img{object-fit:contain;width:100%;height:100%}.cab-thumb--more{color:var(--brand-strong)}.cab-order__actions{flex-wrap:wrap;gap:8px;display:flex}.cab-action{border:1px solid var(--line-strong);color:var(--text);font:inherit;cursor:pointer;background:#f3f3f3;border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;font-weight:600;text-decoration:none;display:inline-flex}.cab-action:hover{border-color:var(--brand);color:var(--brand-strong);background:var(--tint)}.cab-line-img{width:44px;height:44px}.cab-deal .cab-card{margin-top:12px}@media (width<=900px){.cab-shell{grid-template-columns:1fr}.cab-top__menu,.cab-top__out{display:inline-flex}.cab-nav{z-index:40;border-radius:0 16px 16px 0;width:min(300px,86vw);transition:transform .2s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-105%);box-shadow:8px 0 24px #0000001f}.cab-shell.is-nav-open .cab-nav{transform:translate(0)}.cab-shell.is-nav-open .cab-nav-scrim{z-index:35;cursor:pointer;background:#14181059;border:0;display:block;position:fixed;inset:0}.cab-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cab-toolbar{grid-template-columns:1fr}.cab-order__top{flex-direction:column}.cab-order__right{text-align:left}.cab-orders__head{flex-direction:column}}@media (width<=560px){.cab{padding:10px 12px 88px}.cab-carousel__item{flex-basis:132px}.cab-order__actions .cab-action{flex:calc(50% - 8px)}}
