:root{--mint-0:#fff;--mint-50:#f5fcf9;--mint-100:#eaf6f0;--mint-150:#dff0e8;--mint-200:#cfe8dc;--loft-plaster:#d4ede3;--loft-paper:#ecf8f2;--loft-card:#fff;--loft-ink:#1e2d24;--loft-steel:#3d5248;--loft-steel-mid:#4a6355;--loft-steel-deep:#142018;--loft-bronze:#4cae63;--loft-bronze-hover:#3d9852;--loft-bronze-mute:#4cae6352;--loft-bronze-soft:#4cae631f;--loft-cream:#e8f6ef;--loft-cream-bright:#fff;--ref-white:var(--loft-card);--ref-black:var(--loft-ink);--ref-green:var(--loft-bronze);--ref-green-hover:var(--loft-bronze-hover);--ref-text:var(--loft-ink);--ref-heading:var(--loft-ink);--ref-link:#4cae63;--ref-link-hover:#3d9852;--ref-border:#3a7d5c29;--ref-nav-bg:var(--loft-paper);--ref-nav-hover:var(--loft-bronze-soft);--ref-nav-text:var(--loft-ink);--ref-footer:var(--loft-paper);--ref-primary:var(--loft-bronze);--ref-primary-hover:var(--loft-bronze-hover);--ref-on-accent:#fff;--ref-accent-bright:#d4ede3;--ref-muted:#1e2d2480;--ref-surface:var(--loft-card);--ref-page-bg:var(--loft-plaster);--ref-focus-ring:var(--loft-bronze-mute);--shadow-sm:0 2px 10px #2d5a460f;--shadow-md:0 12px 32px #2d5a4614;--shadow-card-hover:0 20px 48px #2d5a461a;--radius-ui:8px;--ease-out:cubic-bezier(.33, 1, .68, 1);--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-ui:"DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;font-family:var(--font-ui);color:var(--ref-text);background:var(--ref-page-bg);letter-spacing:.02em;font-size:15px;font-weight:500;line-height:1.52}.site-header,.site-topbar,.site-branding,.site-nav-accent,.site-mega-wrap,.site-subnav,.site-home-products,.site-footer--compact .site-footer-main,.site-footer-bar{box-shadow:none!important;border-top:none!important;border-bottom:none!important}*{box-sizing:border-box}body{background:var(--ref-page-bg);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-height:100vh;margin:0}html{scroll-behavior:smooth}a{color:var(--ref-link);transition:color .15s var(--ease-out);text-decoration:none}a:hover{color:var(--ref-link-hover);text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--ref-green);outline-offset:2px}.site-ref-link:hover,.site-btn-text:hover{color:var(--ref-link-hover)}h1,h2,h3{color:var(--ref-heading);font-family:var(--font-display);letter-spacing:.02em;margin:0 0 .5rem;font-weight:600}.page{max-width:1170px;margin:0 auto;padding:1.5rem 15px 2.5rem}.site-content-panel{background:var(--ref-white);border:1px solid var(--ref-border);box-shadow:var(--shadow-md);border-radius:0;margin-top:1rem;margin-bottom:2rem}.page.site-content-panel{padding:1.65rem 18px 2.35rem}@media (width>=768px){.page.site-content-panel{padding:1.8rem 26px 2.6rem}}.page.narrow.site-content-panel{max-width:440px;padding:1.5rem 22px 2rem}.page.narrow{max-width:420px}.page-pad{padding:1.5rem}.admin-banner-thumb{object-fit:cover;border:1px solid #00000014;border-radius:8px;width:72px;height:48px;display:block}.admin-banner-upload{flex-direction:column;gap:.75rem;display:flex}.admin-banner-upload .btn{align-self:flex-start}.admin-banner-preview{flex-direction:column;gap:.35rem;display:flex}.admin-banner-preview img{object-fit:cover;border:1px solid #00000014;border-radius:10px;max-width:280px;max-height:140px}.muted{color:var(--ref-muted)}.small{font-size:.875rem}.error{color:var(--ref-black);font-weight:600}.success{color:var(--ref-green)}.stack{flex-direction:column;gap:1rem;display:flex}.stack.narrow{max-width:420px}.row{align-items:center;display:flex}.row.space-between{justify-content:space-between}.row.gap{gap:.75rem}.row.wrap{flex-wrap:wrap}.grid{gap:1rem;display:grid}.grid.cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(1.15rem,2.5vw,1.85rem)}.grid.stats{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.card{border:1px solid var(--ref-border);border-radius:var(--radius-ui);box-shadow:var(--shadow-sm);transition:box-shadow .2s var(--ease-out), border-color .2s var(--ease-out), transform .2s var(--ease-out);background:#fff;padding:1rem}.card.stat .big{font-size:1.75rem;font-weight:700}label{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}input,select,textarea,button{font:inherit}input,select,textarea{border-radius:var(--radius-ui);border:1px solid var(--ref-border);background:var(--loft-cream-bright);color:var(--ref-black);padding:.5rem .65rem;transition:border-color .15s,box-shadow .15s}input:hover,select:hover,textarea:hover{border-color:#0d0d0d47}input:focus,select:focus,textarea:focus{border-color:var(--ref-green);box-shadow:0 0 0 3px var(--ref-focus-ring)}button.btn{cursor:pointer;border-radius:var(--radius-ui);border:1px solid var(--ref-black);background:var(--ref-white);color:var(--ref-black);text-transform:uppercase;letter-spacing:.04em;padding:.5rem .95rem;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,box-shadow .15s,color .15s}button.btn.primary{background:var(--ref-primary);border-color:var(--ref-green-hover);color:var(--ref-on-accent);box-shadow:0 1px 2px #0000000f}button.btn.primary:hover{background:var(--ref-primary-hover);border-color:var(--ref-green-hover);color:var(--ref-on-accent);box-shadow:0 2px 16px var(--loft-bronze-mute)}button.btn.primary:active,a.btn.primary:active{color:#fff}a.btn{cursor:pointer;border-radius:var(--radius-ui);border:1px solid var(--ref-black);background:var(--ref-white);color:var(--ref-black);text-transform:uppercase;letter-spacing:.04em;box-sizing:border-box;justify-content:center;align-items:center;padding:.5rem .95rem;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex}a.btn.primary{background:var(--ref-primary);border-color:var(--ref-green-hover);color:var(--ref-on-accent);box-shadow:0 1px 2px #0000000f}a.btn.primary:hover{background:var(--ref-primary-hover);border-color:var(--ref-green-hover);color:var(--ref-on-accent);box-shadow:0 2px 16px var(--loft-bronze-mute)}button.btn.secondary{background:var(--ref-white);border-color:var(--ref-black);color:var(--ref-black)}button.btn.secondary:hover{background:var(--loft-bronze);border-color:var(--loft-bronze);color:var(--ref-on-accent)}button.btn.danger{background:var(--ref-white);border-color:var(--ref-black);color:var(--ref-black)}button.btn.danger:hover{background:var(--ref-black);border-color:var(--ref-black);color:var(--ref-white)}button.btn.ghost{color:var(--ref-muted);background:0 0;border:none;align-self:flex-start}button.btn.ghost:hover{color:var(--ref-green)}button.btn.small{padding:.25rem .5rem;font-size:.9rem}.cabinet-root{flex-direction:column;min-height:100vh;display:flex}.cabinet-root .layout{flex:1;min-height:0}.layout{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{color:#e8e8e8;background:linear-gradient(#141414 0%,#0a0a0a 100%);border-right:3px solid #2a2a2a;flex-direction:column;gap:1rem;padding:1.25rem 1rem 1.25rem 1.1rem;display:flex;box-shadow:4px 0 18px #0000001f}.sidebar .brand{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;color:#fff;border-bottom:1px solid #333;padding-bottom:.35rem;font-size:1.05rem;font-weight:600}.sidebar .nav{flex-direction:column;gap:.35rem;display:flex}.sidebar .nav a{color:#c4c4c4;border-radius:var(--radius-ui);text-transform:uppercase;letter-spacing:.04em;padding:.5rem .65rem;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.sidebar .nav a.admin-nav-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.admin-nav-label{text-align:left;flex:1;align-items:center;gap:.4rem;min-width:0;display:inline-flex}.nav-inline-pill{color:#f7d7a1;background:#b453092e;border:1px solid #b4530961;border-radius:999px;justify-content:center;align-items:center;min-width:1.2rem;height:1.2rem;padding:0 .38rem;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.admin-mod-media-only-badge{text-transform:uppercase;letter-spacing:.05em;color:#92400e;background:#b4530924;border:1px solid #b4530959;border-radius:6px;margin:0 0 .4rem;padding:.2rem .55rem;font-size:10px;font-weight:700}.admin-nav-badge{color:#fff;text-align:center;letter-spacing:0;background:#b45309;border-radius:999px;flex-shrink:0;min-width:1.35rem;padding:.12rem .45rem;font-size:10px;font-weight:700;line-height:1.2}.admin-nav-section__label{text-transform:uppercase;letter-spacing:.1em;color:#6b6b6b;margin:.85rem 0 .35rem;padding-left:.65rem;font-size:10px;font-weight:700}.admin-nav-section:first-of-type .admin-nav-section__label{margin-top:.25rem}.admin-sidebar-super-card{border-radius:var(--radius-ui);color:#c8c8c8;background:linear-gradient(145deg,#1f1f1f 0%,#141414 100%);border:1px solid #3a3a3a;margin:.5rem .65rem 0;padding:.65rem .75rem;font-size:12px}.admin-sidebar-super-card strong{color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.sidebar .nav a:hover{color:#fff;background:#252525}.sidebar .nav a.active{background:var(--loft-bronze-soft);color:#fff;box-shadow:inset 3px 0 0 var(--loft-bronze)}.sidebar .nav a.active:active{color:#fff}.sidebar .btn.ghost{color:#999;margin-top:auto}.sidebar .btn.ghost:hover{color:#e5e5e5}.main{background:var(--ref-page-bg);min-height:100vh;padding:0 10px 2rem}.cabinet-root .main .page-pad{background:var(--loft-card);border:1px solid var(--ref-border);max-width:1180px;box-shadow:var(--shadow-md);margin:1rem auto 0;padding:1.5rem 20px 2rem}.cabinet-root .main h1{font-family:var(--font-display);text-transform:none;letter-spacing:.03em;color:var(--ref-heading);border-bottom:2px solid var(--loft-bronze);margin:0 0 1.25rem;padding-bottom:12px;font-size:24px;font-weight:600}@media (width<=900px){.layout{grid-template-columns:1fr;min-height:0}.sidebar{border-bottom:3px solid #2a2a2a;border-right:none;flex-flow:wrap;align-items:center;gap:.5rem .75rem;padding:.75rem .85rem;box-shadow:0 6px 20px #0000001f}.sidebar .brand{border-bottom:none;flex:auto;min-width:0;margin:0;padding-bottom:0;font-size:.98rem}.sidebar .nav{flex-flow:wrap;flex:100%;gap:.35rem}.sidebar .nav a{text-align:center;min-width:min(100%,140px);box-shadow:none;flex:auto;padding:.55rem .5rem;font-size:11px}.sidebar .nav a.active{box-shadow:inset 0 -3px 0 var(--loft-bronze)}.sidebar .btn.ghost{flex:none;margin-top:0;margin-left:auto}.main{min-height:0;padding:0 12px 1.75rem}.cabinet-root .main .page-pad{margin:.75rem auto 0;padding:1.15rem 14px 1.5rem}.cabinet-root .main h1{font-size:1.35rem}}.table{border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;overflow:hidden}.table th,.table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:.6rem .75rem}.table tbody tr:last-child td{border-bottom:none}.thumb{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:100px;height:100px}.inline{align-items:center;gap:.35rem;display:inline-flex}form.inline{display:inline}.catalog-toolbar{background:var(--ref-surface);border:1px solid var(--ref-border);border-radius:14px;align-items:flex-end;gap:.75rem 1rem;margin-bottom:1.25rem;padding:1.1rem 1.15rem 1.2rem;box-shadow:0 8px 28px #2d5a460a}.catalog-toolbar label{min-width:140px;font-family:var(--font-ui);letter-spacing:.03em;text-transform:uppercase;color:var(--ref-muted);font-size:.82rem;font-weight:500}.pagination{justify-content:center;margin-top:1.5rem}.product-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.price-big{margin:.5rem 0 0;font-size:1.5rem;font-weight:700}.seller-card{border:1px solid var(--ref-border);min-width:200px;box-shadow:var(--shadow-sm)}.site-product-page .product-head .seller-card{background:linear-gradient(180deg, var(--mint-0) 0%, var(--mint-50) 100%)}.product-gallery{margin-bottom:1.5rem}.product-gallery__tile{cursor:zoom-in;font:inherit;color:inherit;background:0 0;border:none;border-radius:10px;margin:0;padding:0;line-height:0;display:block}.product-gallery__tile:focus-visible{outline:2px solid var(--ref-green-hover);outline-offset:3px}.product-gallery__tile:hover .product-img{transform:scale(1.02);box-shadow:0 6px 20px #0000001f}.product-gallery--hero{margin-bottom:0}.product-gallery--hero .product-img{aspect-ratio:1;width:min(100%,400px);height:auto;max-height:400px}@media (width>=900px){.product-gallery--hero .product-img{width:100%;max-width:420px}}.product-hero-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width>=900px){.product-hero-layout{grid-template-columns:minmax(280px,1.05fr) minmax(260px,1fr);gap:2rem}}.product-hero-brief{margin:0 0 .75rem;line-height:1.45}.product-hero-price-row{flex-wrap:wrap;align-items:center;gap:.55rem 1rem;margin:.1rem 0 0;display:flex}.product-hero-price-row .price-big{margin:0}.product-price-block{flex-direction:column;align-items:flex-start;gap:.12rem;display:flex}.product-price-note{text-transform:uppercase;letter-spacing:.07em;color:var(--ref-muted);font-size:11px;font-weight:600}.product-buy-column{flex-direction:column;gap:.85rem;min-width:0;display:flex}.site-product-page.page.site-content-panel{padding:1.15rem 14px 1.65rem}@media (width>=768px){.site-product-page.page.site-content-panel{padding:1.35rem 20px 1.85rem}}.site-product-page--showcase.page.site-content-panel{box-shadow:none;background:#f4f3f1;border:none}.site-product-page--showcase .site-breadcrumb{background:var(--ref-white);border:1px solid var(--ref-border);max-width:100%;box-shadow:var(--shadow-sm);border-radius:12px;flex-wrap:wrap;align-items:center;gap:.15rem .45rem;margin-bottom:1rem;padding:.55rem 1rem;font-size:12px;display:inline-flex}.site-product-page--showcase .product-hero-layout{background:var(--ref-white);border:1px solid #2d5a461a;border-radius:18px;padding:.85rem;box-shadow:0 14px 44px #16201c12}@media (width>=900px){.site-product-page--showcase .product-hero-layout{padding:1.2rem 1.35rem}}.site-product-page--showcase .product-gallery-shell{background:linear-gradient(165deg,#f2f5f3 0%,#e8eeea 55%,#e2e9e5 100%);border:1px solid #2d5a461a;border-radius:14px;padding:.55rem}.site-product-page--showcase .product-buy-card--intro{background:var(--ref-white);border:1px solid #2d5a461a;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 8px 26px #16201c0d}.site-product-page--showcase .salon-mini-card--product-page{background:var(--ref-white);border:1px solid #2d5a461a;border-radius:16px;margin:0;box-shadow:0 8px 26px #16201c0d}.site-product-page--showcase .product-order-card--showcase{background:linear-gradient(168deg,#fbfcfb 0%,#f2f6f3 52%,#ecf3ef 100%);border:1px solid #2d5a461c;border-left-color:#3a7d5c59;border-radius:16px;margin:0;padding:1rem 1.05rem;box-shadow:0 10px 32px #16201c0f,inset 0 1px #ffffffeb}.site-product-page--showcase .product-order-card--showcase .product-order-card__title{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--ref-muted);border-bottom:1px solid var(--ref-border);margin:0 0 .7rem;padding-bottom:.65rem;font-size:11px;font-weight:700}.site-product-page--showcase .product-info-sheet{border:1px solid #2d5a461a;border-radius:18px;box-shadow:0 12px 36px #16201c12}.site-product-page--showcase section.site-similar-products.stack,.site-product-page--showcase section.product-reviews.stack{background:var(--ref-white);border:1px solid #2d5a461a;border-radius:18px;padding:1.05rem 1.15rem 1.35rem;box-shadow:0 8px 28px #16201c0d}.site-product-page--showcase section.site-similar-products .site-block-title,.site-product-page--showcase section.product-reviews .site-block-title{margin-top:0}@media (width<=767px){.site-product-page--showcase .product-hero-layout{border-radius:14px;padding:.65rem}.site-product-page--showcase .product-buy-card--intro{padding:.85rem 1rem}.site-product-page--showcase section.site-similar-products.stack,.site-product-page--showcase section.product-reviews.stack{border-radius:14px;padding:.9rem .85rem 1.15rem}}.site-product-page .product-hero-layout{gap:1rem;margin-bottom:1.1rem}@media (width>=900px){.site-product-page .product-hero-layout{grid-template-columns:minmax(260px,1.15fr) minmax(240px,360px);align-items:start;gap:1.05rem}.site-product-page .product-hero-layout__media,.site-product-page .product-buy-column{min-width:0}.site-product-page .product-gallery.product-gallery--hero{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;width:100%;max-width:min(100%,520px);display:grid}.site-product-page .product-gallery--hero .product-gallery__tile:first-child{grid-column:1/-1}.site-product-page .product-gallery--hero .product-img{aspect-ratio:1;object-fit:cover;border-radius:12px;width:100%;max-width:none;max-height:none;box-shadow:0 5px 20px #2d5a4617}.site-product-page .product-hero-brief{margin:0 0 .35rem;font-size:.9rem;line-height:1.4}.site-product-page .salon-mini-card{margin-top:.55rem}.site-product-page .salon-mini-card__link{padding:.65rem .8rem}.site-product-page .product-order-card{margin-top:.55rem;padding:.7rem .8rem}.site-product-page .product-order-card__title{margin:0 0 .5rem;padding-bottom:6px;font-size:15px}.site-product-page .site-fav-wrap{margin-top:0}}.product-info-sheet{border:1px solid var(--ref-border);background:var(--ref-white);box-shadow:var(--shadow-sm);border-radius:12px;margin:0 0 1.25rem;overflow:hidden}.product-info-sheet .product-desc-panel--sheet,.product-info-sheet .product-spec-panel--sheet{margin:0}.product-info-sheet section.stack{margin-top:0}.product-info-sheet .product-desc-panel__title,.product-info-sheet .product-spec-panel__title{border-bottom:1px solid var(--ref-border);background:linear-gradient(180deg, var(--mint-100) 0%, var(--mint-0) 100%);margin:0;padding:.75rem 1rem .55rem;font-size:1rem}.product-info-sheet .product-spec-panel__title{border-top:1px solid var(--ref-border)}.product-info-sheet .product-spec-panel--sheet:first-child .product-spec-panel__title{border-top:none}.product-info-sheet .product-desc-panel__body{box-shadow:none;background:var(--ref-white);border:none;border-radius:0;padding:.65rem 1rem .85rem}.product-info-sheet .product-spec-dl{box-shadow:none;border:none;border-radius:0}.site-product-page .product-info-sheet .product-spec-dl__row{border-bottom:1px solid var(--ref-border);flex-wrap:wrap;align-items:baseline;gap:.25rem .65rem;padding:.42rem 1rem;display:flex}.site-product-page .product-info-sheet .product-spec-dl__row:last-child{border-bottom:none}.site-product-page .product-info-sheet .product-spec-dl__row:nth-child(2n){background:#2d5a4607}.site-product-page .product-info-sheet .product-spec-dl dt{text-transform:none;letter-spacing:.02em;min-width:min(46%,10.5rem);max-width:12rem;color:var(--ref-muted);background:0 0;flex:none;margin:0;padding:0;font-size:12px;font-weight:600}.site-product-page .product-info-sheet .product-spec-dl dd{min-width:0;color:var(--ref-heading);background:0 0;flex:10rem;margin:0;padding:0;font-size:13px;line-height:1.35}.site-product-page section.stack.site-similar-products,.site-product-page section.stack.product-reviews{margin-top:1.2rem}.salon-mini-card{border:1px solid var(--ref-border);border-radius:var(--radius-ui);background:linear-gradient(165deg, var(--mint-0) 0%, var(--mint-100) 100%);box-shadow:var(--shadow-sm);flex-direction:column;gap:0;margin-top:1.25rem;display:flex;overflow:hidden}.salon-mini-card__link{color:inherit;flex:1;align-items:flex-start;gap:.9rem;padding:1rem 1.1rem;text-decoration:none;transition:background .15s;display:flex}.salon-mini-card__link:hover{background:#ffffffb8}.salon-mini-card__logo{border:1px solid var(--ref-border);background:#fff;border-radius:12px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.salon-mini-card__logo img{object-fit:contain;width:100%;height:100%}.salon-mini-card__logo--ph{font-weight:700;font-family:var(--font-display);background:linear-gradient(135deg, var(--loft-bronze), #c9a068);color:#fff;justify-content:center;align-items:center;font-size:1.35rem;display:flex}.salon-mini-card__body{flex-direction:column;gap:.2rem;min-width:0;display:flex}.salon-mini-card__kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--ref-muted);font-size:10px;font-weight:700}.salon-mini-card__name{color:var(--ref-heading);font-size:1.05rem;font-weight:700;line-height:1.2}.salon-mini-card__city{color:var(--ref-muted);font-size:13px}.salon-mini-card__rating{margin-top:.25rem;font-size:13px}.salon-mini-card__stars{color:#c9a06a;letter-spacing:.02em}.salon-mini-card__hint{margin-top:.35rem}.salon-mini-card__actions{flex-wrap:wrap;align-self:flex-start;align-items:center;gap:.5rem;margin:0 1.1rem 1rem;display:flex}.salon-mini-card__chat{margin:0}.site-trust-report-trigger{border:1px dashed var(--ref-border,#e2e8f0)}.site-modal-overlay{z-index:4000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-sizing:border-box;background:#0f171c7a;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.site-modal{border-radius:var(--radius-ui);width:100%;max-width:440px;max-height:min(90vh,640px);box-shadow:var(--shadow-md);border:1px solid var(--ref-border);background:#fff;padding:1.35rem 1.5rem;overflow:auto}.site-modal__title{font-family:var(--font-display);color:var(--ref-heading);margin:0 0 .35rem;font-size:1.28rem;font-weight:600}.site-modal--trust .stack{flex-direction:column;gap:.85rem;margin-top:.65rem;display:flex}.site-modal--trust .stack label{color:var(--ref-heading);flex-direction:column;gap:.35rem;font-size:13px;font-weight:600;display:flex}.site-modal--trust textarea,.site-modal--trust select{font:inherit;border-radius:var(--radius-ui);border:1px solid var(--ref-border);padding:.5rem .65rem}.product-order-card{border:1px solid var(--ref-border);border-radius:var(--radius-ui);box-shadow:var(--shadow-sm);border-left:4px solid var(--ref-green);background:#fff;margin-top:1.35rem;padding:1rem 1.1rem}.product-order-card__title{font-family:var(--font-display);border-bottom:1px solid var(--ref-border);color:var(--ref-heading);margin:0 0 .85rem;padding-bottom:8px;font-size:16px;font-weight:600}.product-order-form{flex-direction:column;gap:.85rem;display:flex}@media (width>=768px){.product-order-form__actions{order:1}.product-order-form__msg{order:2}.product-order-form__core{order:3}.product-order-form .product-order-extras{order:4}.product-order-form__err{order:5}}.product-order-form__actions{flex-wrap:wrap;align-items:flex-end;gap:.5rem .65rem;display:flex}.product-order-qty{flex-direction:column;gap:.2rem;min-width:4.5rem;display:flex}.product-order-qty__lab{text-transform:uppercase;letter-spacing:.04em;color:var(--ref-muted);font-size:11px;font-weight:600}.product-order-qty input{width:100%;max-width:5.5rem}.product-order-form__submit{flex:auto;min-width:7.5rem}.product-order-form__cart{flex:none}.product-order-form__cart-link{white-space:nowrap;align-self:center}.product-order-form__msg{margin:-.25rem 0 0}.product-order-form__core{grid-template-columns:1fr 1fr;gap:.65rem .75rem;display:grid}.product-order-form__core label{color:var(--ref-muted);flex-direction:column;gap:.28rem;margin:0;font-size:12px;font-weight:600;display:flex}.product-order-form__full{grid-column:1/-1}@media (width<=520px){.product-order-form__core{grid-template-columns:1fr}}.product-order-extras{border:1px dashed var(--ref-border);border-radius:var(--radius-ui);background:#0d0d0d05;padding:0 .5rem}.product-order-extras__summary{cursor:pointer;color:var(--ref-link);padding:.65rem .35rem;font-size:13px;font-weight:600;list-style:none}.product-order-extras__summary::-webkit-details-marker{display:none}.product-order-extras__body{grid-template-columns:1fr 1fr;gap:.65rem;padding:.25rem .35rem .85rem;display:grid}.product-order-extras__body label{color:var(--ref-muted);flex-direction:column;gap:.28rem;margin:0;font-size:12px;font-weight:600;display:flex}@media (width<=520px){.product-order-extras__body{grid-template-columns:1fr}}.product-order-form__err{margin:0;font-size:13px}.product-order-guest__btns{flex-wrap:wrap;gap:.5rem;display:flex}.product-desc-panel{margin-bottom:1.75rem;padding:0}.product-desc-panel__title{font-family:var(--font-display);border-bottom:2px solid var(--loft-bronze);color:var(--ref-heading);margin:0 0 .65rem;padding-bottom:10px;font-size:18px;font-weight:600}.product-desc-panel__body{background:var(--ref-surface);border-radius:var(--radius-ui);border:1px solid var(--ref-border);border-left:4px solid var(--ref-green);box-shadow:var(--shadow-sm);padding:1.15rem 1.25rem}.product-spec-panel{margin-bottom:1.75rem}.product-spec-panel__title{font-family:var(--font-display);border-bottom:2px solid var(--loft-bronze);color:var(--ref-heading);margin:0 0 .85rem;padding-bottom:10px;font-size:18px;font-weight:600}.product-spec-dl{border:1px solid var(--ref-border);border-radius:var(--radius-ui);box-shadow:var(--shadow-sm);gap:0;margin:0;padding:0;display:grid;overflow:hidden}.product-spec-dl__row{border-bottom:1px solid var(--ref-border);grid-template-columns:minmax(120px,34%) 1fr;gap:0;display:grid}.product-spec-dl__row:last-child{border-bottom:none}.product-spec-dl dt{text-transform:uppercase;letter-spacing:.04em;color:var(--ref-muted);background:#0d0d0d09;align-self:stretch;margin:0;padding:.65rem .85rem;font-size:11px;font-weight:600}.product-spec-dl dd{background:var(--ref-white);margin:0;padding:.65rem .95rem;font-size:14px}@media (width<=520px){.product-spec-dl__row{grid-template-columns:1fr}.product-spec-dl dt{padding-bottom:.25rem}.product-spec-dl dd{padding-top:0}}.star-rating-picker{flex-direction:column;gap:.35rem;display:flex}.star-rating-picker__label{text-transform:uppercase;letter-spacing:.04em;color:var(--ref-muted);font-size:12px;font-weight:600}.star-rating-picker__row{gap:.25rem;display:flex}.star-rating-picker__btn{color:#d4d0c8;cursor:pointer;background:0 0;border:none;padding:.15rem .2rem;font-size:1.65rem;line-height:1;transition:color .12s,transform .12s}.star-rating-picker__btn.is-on{color:#c9a06a}.star-rating-picker__btn:hover:not(:disabled){color:#b89254;transform:scale(1.08)}.star-rating-picker__btn:disabled{opacity:.6;cursor:default}.salon-public-page .salon-public-hero{border:1px solid var(--ref-border);flex-wrap:wrap;align-items:flex-start;gap:1.25rem;margin-bottom:2rem;padding:1.35rem 1.45rem;display:flex}.salon-public-hero__logo{border:1px solid var(--ref-border);background:#fff;border-radius:16px;flex-shrink:0;width:88px;height:88px;overflow:hidden}.salon-public-hero__logo img{object-fit:contain;width:100%;height:100%}.salon-public-hero__logo--placeholder{color:#fff;background:linear-gradient(145deg, var(--ref-green) 0%, var(--ref-green-hover) 100%);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.salon-public-hero__body{flex:1;min-width:200px}.salon-public-hero__title{margin:0 0 .35rem}.salon-public-hero__meta{align-items:center;gap:.45rem;margin:0 0 .5rem;display:inline-flex}.salon-public-hero__rating{margin-bottom:.65rem;font-size:14px}.salon-public-hero__stars{color:#c9a06a;margin-right:.35rem}.salon-public-hero__desc{max-width:640px;margin:.5rem 0 0;line-height:1.5}.salon-public-products{margin-top:.5rem}.product-img{object-fit:cover;border:1px solid #e2e8f0;border-radius:10px;width:180px;height:180px}.desc{white-space:pre-wrap;max-width:720px}.spec-table th{width:180px;color:var(--ref-muted);font-weight:500}.chart-bars{align-items:flex-end;gap:4px;min-height:140px;padding-bottom:4px;display:flex;overflow-x:auto}.chart-bar-wrap{flex-direction:column;align-items:center;min-width:28px;display:flex}.chart-bar{background:var(--ref-primary);border-radius:4px 4px 0 0;width:100%;min-width:20px}.chart-label{color:var(--ref-muted);margin-top:4px;font-size:.65rem}.order-items-summary{margin:.4rem 0 0;padding:0;list-style:none}.order-items-summary li{margin:.25rem 0}.order-item-link{color:inherit;align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.order-item-link:hover .order-item-link__name{color:var(--ref-link)}.order-item-link__image,.order-item-link__placeholder{border:1px solid var(--ref-border);border-radius:10px;flex:0 0 44px;width:44px;height:44px}.order-item-link__image{object-fit:cover;background:#fff}.order-item-link__placeholder{color:var(--ref-muted);background:#1414140a;justify-content:center;align-items:center;font-size:.6rem;display:inline-flex}.order-item-link__name{color:var(--ref-heading)}.order-row-product{align-items:center;gap:.6rem;margin-top:.45rem;display:flex}.order-row-product__image,.order-row-product__placeholder{border:1px solid var(--ref-border);border-radius:10px;flex:0 0 50px;width:50px;height:50px}.order-row-product__image{object-fit:cover;background:#fff}.order-row-product__placeholder{color:var(--ref-muted);background:#1414140a;justify-content:center;align-items:center;font-size:.62rem;display:inline-flex}.order-row-product__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.order-row-product__name{color:var(--ref-heading);font-size:.94rem;line-height:1.25}.order-row[role=button]{cursor:pointer}.order-line-review{border:1px solid var(--ref-border);background:var(--loft-card);border-radius:12px;margin:0}.order-line-review__title{font-size:1rem;font-weight:600}.order-line-review__title a{color:var(--ref-heading);text-decoration:none}.order-line-review__title a:hover{color:var(--ref-link)}.order-line-review__stars{align-items:center;gap:.35rem;margin:0;display:flex}.order-line-review__stars span[aria-hidden]{color:var(--loft-bronze);font-size:1.2rem;line-height:1}.order-line-review__comment{margin:.5rem 0 0;line-height:1.45}.review-images-row{flex-wrap:wrap;gap:.55rem;margin-top:.65rem;display:flex}.review-images-row__item{border:1px solid var(--ref-border);cursor:zoom-in;background:#fff;border-radius:12px;width:98px;height:98px;padding:0;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-block;overflow:hidden}.review-images-row__item:hover{border-color:#3a7d5c59;transform:translateY(-1px);box-shadow:0 8px 20px #2d5a4624}.review-images-row__item img{object-fit:cover;width:100%;height:100%;display:block}.review-uploader__input{margin-top:.35rem}.review-uploader{background:#62a46d0a;border:1px dashed #3a7d5c59;border-radius:12px;padding:.65rem}.review-uploader__head{margin-bottom:.45rem}.review-uploader__grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:.5rem;display:grid}.review-uploader__tile{border:1px solid var(--ref-border);aspect-ratio:1;background:#fff;border-radius:10px;position:relative;overflow:hidden}.review-uploader__tile img{object-fit:cover;width:100%;height:100%;display:block}.review-uploader__remove{color:#fff;cursor:pointer;background:#111827c7;border:none;border-radius:999px;width:22px;height:22px;padding:0;font-size:16px;line-height:1;position:absolute;top:6px;right:6px}.review-uploader__remove:hover{background:#b91c1cdb}.review-seller-reply{background:#62a46d14;border:1px solid #3a7d5c47;border-radius:10px;margin-top:.55rem;padding:.55rem .65rem}.review-seller-reply strong{color:var(--ref-heading);margin-bottom:.2rem;display:block}.review-seller-reply p{margin:0;line-height:1.4}.review-seller-reply-editor{gap:.35rem;margin-top:.6rem;display:grid}.review-seller-reply-editor textarea{width:100%;min-height:82px}.seller-review-card textarea{width:100%;min-height:84px}.order-reviews-by-line.stack>*+*{margin-top:.75rem}.order-reviews-section .site-block-title{margin-bottom:.25rem}.product-reviews-section{margin-top:1.75rem}.product-review-composer{margin-top:.5rem}.product-review-composer__title{margin:0;font-size:1.05rem}a.order-row{color:inherit;text-decoration:none;display:block}a.order-row:hover{border-color:var(--ref-green)}.seller-order-row{flex-direction:column;gap:.4rem;display:flex}.seller-order-row__head strong{color:var(--ref-heading)}.seller-order-row__status{color:var(--ref-green-strong);white-space:nowrap;text-overflow:ellipsis;background:#62a46d1f;border:1px solid #62a46d47;border-radius:999px;max-width:8.5rem;padding:.2rem .55rem;font-size:.8rem;font-weight:700;overflow:hidden}.seller-order-row__meta{line-height:1.35}.seller-order-row__money{border-top:1px dashed var(--ref-border);color:var(--ref-heading);justify-content:space-between;align-items:center;padding-top:.35rem;display:flex}.seller-order-detail__back{margin-bottom:.35rem}.seller-order-detail__subtitle{margin-top:-.35rem;margin-bottom:1rem}.seller-order-detail__summary{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.seller-order-detail__section{border:1px solid var(--ref-border);background:#fff;border-radius:12px;padding:.75rem .8rem}.seller-order-detail__section strong{margin-bottom:.4rem;display:block}.seller-order-detail__section--money{background:linear-gradient(#fff 0%,#62a46d14 100%)}.order-product-brief{color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:flex}.order-product-brief:hover .order-product-brief__name{color:var(--ref-link)}.order-product-brief__image,.order-product-brief__placeholder{border:1px solid var(--ref-border);border-radius:12px;flex:0 0 56px;width:56px;height:56px}.order-product-brief__image{object-fit:cover;background:#fff}.order-product-brief__placeholder{color:var(--ref-muted);text-align:center;background:#1414140a;justify-content:center;align-items:center;font-size:.64rem;display:inline-flex}.order-product-brief__name{color:var(--ref-heading);font-size:.98rem;line-height:1.3}.site-layout{min-height:100vh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);flex-direction:column;display:flex}@keyframes site-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes site-sheet-in{0%{opacity:0;transform:translateY(14%)}to{opacity:1;transform:translateY(0)}}.site-main{background:var(--ref-page-bg);flex:1;min-width:0}.site-container{max-width:1240px;margin:0 auto;padding:0 12px}.site-header{background:var(--loft-paper);z-index:50;position:relative}.site-topbar{border-bottom:1px solid var(--ref-border);text-transform:uppercase;padding:6px 0;font-size:12px;font-weight:300}.site-topbar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;display:flex}.site-topbar-left,.site-topbar-right{flex-wrap:wrap;align-items:center;gap:.35rem .65rem;display:flex}.site-topbar-offer{color:var(--ref-heading);font-weight:600}.site-link-muted{color:var(--ref-text)}.site-topbar-sep{color:var(--ref-muted);-webkit-user-select:none;user-select:none}.site-ref-link{color:var(--ref-link)}.site-muted{color:var(--ref-muted)}.site-nav-accent{background:linear-gradient(180deg, var(--mint-150) 0%, var(--mint-100) 100%);border-top:none;border-bottom:none}.site-nav-accent-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;min-height:0;padding:6px 0;display:flex}.site-nav-accent-links{flex-wrap:nowrap;flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.site-nav-pair{border:1px solid var(--ref-border);background:linear-gradient(168deg, var(--loft-card) 0%, var(--loft-paper) 100%);border-radius:100px;align-items:stretch;display:inline-flex;overflow:hidden}.site-nav-pair-link{font-family:var(--font-display);letter-spacing:.03em;text-transform:none;color:var(--ref-muted);transition:color .2s var(--ease-out), background .2s var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;padding:9px 18px;font-size:15px;font-weight:600;display:inline-flex}.site-nav-pair-link+.site-nav-pair-link{border-left:1px solid var(--ref-border)}.site-nav-pair-link:hover{color:var(--ref-link);background:var(--loft-bronze-soft)}.site-nav-pair-link.is-active{color:var(--ref-heading);background:linear-gradient(#3a7d5c0f 0%,#3a7d5c05 100%);position:relative}.site-nav-pair-link.is-active:after{content:"";background:var(--loft-bronze);border-radius:0;height:3px;position:absolute;bottom:0;left:0;right:0}.site-nav-rail{background:var(--ref-border);flex-shrink:0;align-self:stretch;width:1px;min-height:32px}.site-nav-secondary{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;flex:1;align-items:center;gap:.2rem;min-width:0;display:flex;overflow:auto hidden}.site-nav-ghost{white-space:nowrap;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;opacity:.9;border-radius:8px;justify-content:center;align-items:center;padding:9px 10px;font-size:10px;font-weight:700;transition:background .15s,opacity .15s,color .15s;display:inline-flex;color:var(--ref-text)!important}.site-nav-ghost:hover{opacity:1;background:#ffffff80;color:var(--ref-link)!important}.site-nav-ghost.is-active{opacity:1;background:#ffffffb8;color:var(--ref-link-hover)!important}.site-regions{text-transform:uppercase;flex-shrink:0;align-items:center;gap:12px;margin-left:auto;font-size:13px;display:flex}.site-regions-label{color:var(--ref-heading);letter-spacing:.08em;font-weight:700}.site-regions-dropdown{position:relative}.site-regions-btn{font:inherit;text-transform:uppercase;letter-spacing:.12em;background:var(--ref-white);color:#0f1616;cursor:pointer;border:2px solid #1e2b2a;border-radius:6px;padding:11px 16px;font-size:12px;font-weight:700;box-shadow:0 1px #10181814}.site-caret{margin-left:4px;font-size:9px}.site-regions-list{background:var(--mint-0);border:1px solid var(--ref-border);z-index:1000;min-width:200px;max-height:280px;margin:0;padding:0;list-style:none;display:none;position:absolute;top:100%;right:0;overflow-y:auto;box-shadow:0 8px 16px #2d5a461f}.site-regions-dropdown:hover .site-regions-list{display:block}.site-regions-list a{color:var(--ref-text);text-transform:none;padding:8px 14px;font-size:12px;display:block}.site-regions-list a:hover{background:var(--mint-200)}.site-branding{z-index:25;background:var(--loft-card);border-bottom:none;padding:12px 0 14px;position:relative}.site-branding-row{flex-wrap:wrap;align-items:center;gap:1.25rem 1.5rem;display:flex}.site-logo-block{color:inherit;flex:none;justify-content:flex-start;align-items:center;min-width:0;line-height:1;text-decoration:none;display:flex}.site-logo-wordmark{flex-direction:column;align-items:flex-start;gap:2px;display:inline-flex}.site-logo-title{font-family:var(--font-ui);text-transform:none;color:var(--loft-bronze);letter-spacing:.01em;border-bottom:none;padding-bottom:0;font-size:clamp(1.7rem,2.8vw,2.1rem);font-weight:800;line-height:1;display:inline-block}.site-logo-sub{text-transform:uppercase;color:var(--ref-muted);letter-spacing:.16em;font-size:10px}.site-search-form{border-radius:var(--radius-ui);border:1px solid #b5b5b5;flex-wrap:wrap;flex:1;gap:0;min-width:240px;display:flex;overflow:hidden}.site-search-cat{border:none;border-right:1px solid var(--ref-border);text-transform:uppercase;background:#fff;max-width:180px;padding:10px 12px;font-size:12px}.site-search-input{border:none;flex:1;min-width:120px;padding:10px 14px;font-size:15px}.site-search-submit{background:var(--loft-bronze);color:var(--ref-on-accent);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;padding:10px 20px;font-size:12px;font-weight:600}.site-search-submit:hover{background:var(--loft-bronze-hover)}.site-header-account{text-align:right;flex:0 auto;min-width:0;max-width:100%}.site-account-links{text-transform:uppercase;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px 8px;font-size:12px;display:flex}.site-account-cluster{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px 10px;display:flex}.site-header-notify{position:relative}.site-header-notify__btn{border:1px solid var(--ref-border);background:var(--ref-white);color:#6b7280;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:border-color .2s,transform .2s,color .2s;display:inline-flex;position:relative}.site-header-notify__btn:hover{border-color:var(--loft-green);color:#4b5563;transform:translateY(-1px)}.site-header-notify__icon{width:16px;height:16px;line-height:1}.site-header-notify__icon svg{fill:currentColor;width:16px;height:16px;display:block}.site-header-notify__dot{color:#fff;background:#ef4444;border:1px solid #fff;border-radius:999px;width:8px;height:8px;position:absolute;top:6px;right:6px}.site-header-notify__dropdown{z-index:320;border:1px solid var(--ref-border);background:var(--ref-white);border-radius:12px;width:260px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px #0000001f}.site-header-notify__item{color:var(--ref-text);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.site-header-notify__item strong{color:#dc2626;background:#ef44441f;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;display:inline-flex}.site-header-notify__item:hover{background:#3a7d5c14}.site-header-notify__empty{color:var(--ref-muted);padding:10px;font-size:12px;display:block}.site-header-quick-link{letter-spacing:.05em;text-transform:uppercase;color:var(--ref-link);white-space:nowrap;font-size:12px;font-weight:600}.site-header-quick-link:hover{color:var(--ref-link-hover)}.site-user-menu{text-align:left;position:relative}.site-user-menu-trigger{max-width:min(160px,100%);font:inherit;letter-spacing:.04em;text-transform:uppercase;color:var(--ref-text);background:var(--ref-white);border:1px solid var(--ref-border);border-radius:var(--radius-ui);cursor:pointer;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.site-user-menu-trigger:hover{border-color:var(--loft-bronze)}.site-user-menu-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-user-menu-icon{font-size:13px;line-height:1}.site-user-menu-caret{color:var(--ref-muted);flex-shrink:0;font-size:9px}.site-user-menu-dropdown{z-index:300;background:var(--ref-white);border:1px solid var(--ref-border);border-radius:var(--radius-ui);min-width:260px;padding:6px 0 8px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #00000014}.site-user-menu-head{border-bottom:1px solid var(--ref-border);gap:2px;margin-bottom:2px;padding:10px 14px 8px;display:grid}.site-user-menu-head strong{font-size:14px}.site-user-menu-head span{color:var(--ref-muted);font-size:12px}.site-user-menu-section{padding:8px 16px 4px}.site-user-menu-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--ref-muted);font-size:10px;font-weight:700}.site-user-menu-item{text-align:left;text-transform:none;letter-spacing:normal;width:100%;color:var(--ref-text);cursor:pointer;background:0 0;border:none;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;display:block}.site-user-menu-item:hover{color:var(--ref-link-hover);background:#3a7d5c0f}.site-user-menu-logout{border-top:1px solid var(--ref-border);color:var(--ref-muted);margin-top:4px;padding-top:12px}.site-user-menu-logout:hover{color:#b42318;background:#b423180f}.site-account-links a{color:var(--ref-link)}.site-account-links a:hover{color:var(--ref-link-hover)}.site-pipe{color:var(--ref-muted)}.site-user-name{color:var(--ref-muted);text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.site-btn-text{font:inherit;text-transform:uppercase;color:var(--ref-link);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.site-header-seller-row{flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:8px;margin-top:10px;display:flex}.site-btn-seller{background:var(--loft-bronze);color:var(--ref-on-accent);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--radius-ui);padding:10px 18px;font-size:11px;font-weight:600;display:inline-block}.site-btn-seller:hover{background:var(--loft-bronze-hover);color:var(--ref-on-accent)}.site-on-market{text-transform:uppercase;color:var(--ref-muted);font-size:11px}.site-subnav{background:var(--ref-white);border-bottom:none;padding:8px 0;font-size:12px}.site-subnav-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.site-subnav-label{text-transform:uppercase;color:var(--ref-heading);font-weight:700}.site-subnav-links{gap:1rem;display:flex}.site-subnav-links a{color:var(--ref-link);text-transform:uppercase}.site-subnav-links a:hover{color:var(--ref-link-hover)}.site-footer{margin-top:30px}.site-footer--compact.site-footer{margin-top:2.5rem}.site-footer--compact .site-footer-main{background:var(--loft-card);border-top:1px solid var(--ref-border);padding:2rem 0 1.5rem}.site-footer-grid-compact{grid-template-columns:minmax(200px,1.1fr) repeat(auto-fit,minmax(140px,1fr));align-items:start;gap:1.5rem 2rem;display:grid}.site-footer-brand-name{font-family:var(--font-display);color:var(--ref-heading);margin:0 0 .4rem;font-size:1.2rem;font-weight:600}.site-footer-brand-text{max-width:300px;margin:0;line-height:1.45}.site-footer-bar{background:var(--ref-white);border-top:1px solid var(--ref-border);padding:.7rem 0}.site-footer-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.site-footer-bar-nav{flex-wrap:wrap;gap:1rem 1.25rem;display:flex}.site-footer-bar-nav a{color:var(--ref-link);font-size:12px;font-weight:600}.site-footer-bar-nav a:hover{color:var(--ref-link-hover)}.site-mega-trigger--link{cursor:pointer;text-decoration:none!important}.site-footer-featured{background:var(--ref-white);border-top:1px solid var(--ref-border);padding:28px 0}.site-footer-featured-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.site-footer-block{background:var(--loft-card);border:1px solid var(--ref-border);border-radius:var(--radius-ui);min-height:100px;padding:1rem 1rem 1rem 3.2rem}.site-footer-block-title{text-transform:uppercase;color:var(--ref-heading);margin-bottom:6px;font-size:14px;font-weight:700}.site-footer-block-text{color:var(--ref-text);margin:0;font-size:13px;line-height:1.5}.site-fb1{border-left:4px solid var(--ref-green)}.site-fb2{border-left:4px solid var(--ref-black)}.site-fb3{border-left:4px solid #0d0d0d73}.site-fb4{border-left:4px solid #0d0d0da6}.site-footer-columns{background:var(--loft-card);color:var(--ref-text);border-top:1px solid var(--ref-border);padding:50px 0 24px}.site-footer-columns-inner{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem 2rem;display:grid}.site-footer-col h5{color:var(--ref-heading);font-size:12px;font-weight:700;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--ref-border);margin:0 0 12px;padding-bottom:8px}.site-footer-col ul{margin:0;padding:0;list-style:none}.site-footer-col li{margin-bottom:6px}.site-footer-col a{color:var(--ref-link);font-size:13px}.site-footer-col a:hover{color:var(--ref-link-hover)}.site-footer-bottom{background:var(--loft-plaster);border-top:1px solid var(--ref-border);padding:12px 0}.site-bottom-list{flex-wrap:wrap;align-items:center;gap:4px 0;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.site-bottom-list li{border-right:1px solid var(--ref-border);padding:0 12px 0 10px}.site-bottom-list li:last-child{border-right:none}.site-bottom-list a{color:var(--ref-muted);text-transform:uppercase}.site-bottom-list a:hover{color:var(--ref-link)}.site-bottom-contact{color:var(--ref-muted);border:none;margin-left:auto;padding-right:0}.site-cabinet-strip{background:var(--loft-paper);border-bottom:1px solid var(--ref-border);padding:8px 0}.site-cabinet-strip .site-cabinet-logo,.site-cabinet-strip .site-cabinet-title{color:var(--ref-heading)}.site-cabinet-strip .site-cabinet-catalog{color:var(--ref-link)}.site-cabinet-strip .site-cabinet-sep{color:var(--ref-muted)}.site-cabinet-strip .site-cabinet-catalog:hover{color:var(--ref-link-hover)}.site-cabinet-strip-inner{text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:10px 14px;font-size:13px;display:flex}.site-cabinet-logo{color:var(--ref-heading);align-items:center;line-height:0;text-decoration:none;display:flex}.site-cabinet-logo-text{font-family:var(--font-ui);letter-spacing:.01em;color:var(--loft-bronze);font-size:1.3rem;font-weight:800;line-height:1}.site-cabinet-sep{color:var(--ref-muted)}.site-cabinet-title{color:var(--ref-heading);font-weight:600}.site-cabinet-catalog{color:var(--ref-heading);margin-left:auto;font-weight:500}.site-cabinet-catalog:hover{color:var(--ref-link-hover)}.site-hero{background:linear-gradient(168deg, var(--mint-50) 0%, var(--loft-paper) 38%, var(--loft-plaster) 55%, var(--mint-50) 100%);border-bottom:1px solid var(--ref-border);margin-bottom:0;padding:3.25rem 0 3rem;position:relative;overflow:hidden}.site-hero:before{content:"";background:linear-gradient(180deg, var(--loft-bronze) 0%, var(--loft-bronze-hover) 100%);pointer-events:none;width:5px;position:absolute;top:0;bottom:0;left:0}.site-hero .site-container{z-index:1;position:relative}.site-hero-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--ref-muted);margin-bottom:.5rem;font-size:11px;font-weight:700;display:inline-block}.site-hero-title{font-family:var(--font-display);text-transform:none;letter-spacing:.01em;color:var(--ref-heading);margin:0 0 .85rem;font-size:clamp(28px,4.2vw,40px);font-weight:600;line-height:1.18}.site-hero-text{max-width:720px;color:var(--ref-text);margin:0 0 1.35rem;font-size:14px;line-height:1.7}.site-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.site-btn-ref{background:var(--loft-bronze);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--radius-ui);border:1px solid var(--loft-bronze-hover);padding:12px 22px;font-size:12px;font-weight:600;display:inline-block;color:var(--ref-on-accent)!important}.site-btn-ref:hover{background:var(--loft-bronze-hover);color:var(--ref-on-accent)!important}.site-btn-ref-lg{padding:14px 28px}.site-btn-outline{text-transform:uppercase;border:2px solid var(--ref-black);color:var(--ref-black);background:var(--ref-white);padding:12px 22px;font-size:13px;display:inline-block}.site-btn-outline:hover{background:var(--ref-green);border-color:var(--ref-green);color:var(--ref-white)}.site-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-home{background:#f4f3f1;overflow-x:hidden}.site-home-cats{background:#f0eeeb;border-top:1px solid #2d5a4614;border-bottom:1px solid #2d5a4614;padding:2.5rem 0 3rem}.site-home-cats .site-h2{letter-spacing:-.02em;margin:0 0 .5rem}.site-home-cats__sub{max-width:44rem;color:var(--ref-muted);margin:0 0 1.35rem;font-size:13px;line-height:1.5}.site-home-quickbar{background:0 0;border-bottom:1px solid #2d5a4612;padding:.45rem 0 .85rem}.site-home-quickbar--footer{background:0 0;border-top:1px solid #2d5a4612;border-bottom:none;margin-top:.35rem;padding:1.35rem 0 1.85rem}.site-home-quickbar__section-title{letter-spacing:-.02em;margin:0 0 .55rem;font-size:clamp(1.05rem,2vw,1.2rem)}.site-home-quickbar__list{text-align:center;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35rem 0;margin:0;padding:0;list-style:none;display:flex}.site-home-quickbar__item{margin:0}.site-home-quickbar__sep{color:#3a7d5c52;-webkit-user-select:none;user-select:none;margin:0;padding:0 .4rem;font-size:1rem;font-weight:500;list-style:none}.site-home-quickbar__link{max-width:min(100%,22rem);box-shadow:none;background:0 0;border:none;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.28rem .35rem;padding:.15rem .1rem;font-size:13px;line-height:1.35;transition:color .18s;display:inline-flex;color:var(--ref-heading)!important;text-decoration:none!important}.site-home-quickbar__link:hover{color:var(--ref-link)!important}.site-home-quickbar__link:hover .site-home-quickbar__label{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.site-home-quickbar__kicker{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:#3a7d5c7a;font-size:9px;font-weight:700}.site-home-quickbar__label{font-family:var(--font-display);letter-spacing:-.02em;font-size:.95rem;font-weight:600}.site-h1{font-family:var(--font-display);text-transform:none;letter-spacing:.02em;color:var(--ref-heading);margin:0 0 1rem;font-size:clamp(24px,3.2vw,32px);font-weight:600}.site-h1:after{content:"";background:var(--loft-bronze);border-radius:0;width:52px;height:2px;margin-top:10px;display:block}.site-h2{font-family:var(--font-display);text-transform:none;letter-spacing:.02em;color:var(--ref-heading);margin:0 0 1.15rem;padding-bottom:14px;font-size:24px;position:relative}.site-h2:after{content:"";background:var(--loft-bronze);border-radius:0;width:52px;height:3px;position:absolute;bottom:0;left:0}.site-cat-tiles{flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.site-cat-tiles li a{background:var(--loft-card);border-radius:var(--radius-ui);border:1px solid var(--ref-border);text-align:center;letter-spacing:.05em;min-width:160px;box-shadow:var(--shadow-sm);padding:14px 20px;font-size:13px;font-weight:600;display:inline-block;color:var(--ref-black)!important}.site-cat-tiles li a:hover{background:var(--loft-bronze)!important;border-color:var(--loft-bronze-hover)!important;color:var(--ref-on-accent)!important}.site-buyer-hub-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.9rem;margin-top:1.1rem;display:grid}.site-buyer-hub .site-back-nav{margin-bottom:.2rem}.site-buyer-hub__title{margin-bottom:.45rem}.site-buyer-hub__inner{border:1px solid var(--ref-border);background:linear-gradient(#fff 0%,#e6f7ee73 100%);border-radius:14px;padding:1rem}.site-buyer-hub__lead{margin:0}.site-buyer-hub-card{border:1px solid var(--ref-border);background:var(--ref-white);color:inherit;border-radius:10px;flex-direction:column;gap:.35rem;padding:1.05rem 1.1rem;text-decoration:none;display:flex}.site-buyer-hub-card:hover{border-color:#3a7d5c40;box-shadow:0 6px 20px #2d5a4614}.site-buyer-hub-card strong{font-family:var(--font-display);font-size:1.05rem;font-weight:600}.site-buyer-hub-card span{color:var(--ref-muted);font-size:.88rem;line-height:1.4}@media (width<=760px){.site-buyer-hub__inner{padding:.8rem}.site-buyer-hub-grid{grid-template-columns:1fr}}.buyer-cabinet-root .buyer-cabinet-layout{grid-template-columns:250px minmax(0,1fr);min-height:calc(100vh - 48px)}.buyer-cabinet-root .buyer-cabinet-sidebar{box-shadow:none;color:var(--ref-heading);background:#f5f6f7;border-right:1px solid #e3e5e7}.buyer-cabinet-root .buyer-cabinet-sidebar .brand{color:var(--ref-heading);text-transform:none;letter-spacing:0;border-bottom:1px solid #e0e3e6;font-size:1.15rem}.buyer-cabinet-root .buyer-cabinet-sidebar .nav a{color:#4b5563;text-transform:none;letter-spacing:0;border-radius:10px;font-size:.92rem;font-weight:600}.buyer-cabinet-root .buyer-cabinet-sidebar .nav a:hover{color:#111827;background:#eceff2}.buyer-cabinet-root .buyer-cabinet-sidebar .nav a.active{color:#111827;box-shadow:inset 3px 0 0 var(--loft-green);background:#e6eaf0}.buyer-cabinet-root .buyer-cabinet-sidebar .nav a:focus-visible{outline-offset:2px;outline:2px solid #3a7d5c73}.buyer-cabinet-root .buyer-cabinet-main{background:#f3f7f5}.buyer-cabinet-root .admin-nav-badge,.buyer-cabinet-root .nav-inline-pill{color:#2d5a46;background:#3a7d5c33;border-color:#3a7d5c73}@media (width<=900px){.buyer-cabinet-root .buyer-cabinet-layout{grid-template-columns:1fr}.buyer-cabinet-root .buyer-cabinet-sidebar{background:#f7f8f9;border-bottom:1px solid #e0e3e6;border-right:none}}.site-header-cabinet{font-weight:600}.site-mobile-buyer-block{border-bottom:1px solid var(--ref-border);margin-bottom:.75rem;padding-bottom:.75rem}.site-mobile-buyer-title{letter-spacing:.06em;text-transform:uppercase;color:var(--ref-muted);margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:block}.site-mobile-buyer-block ul{margin:0;padding:0;list-style:none}.site-mobile-buyer-block li{margin:.35rem 0}.site-chat-room-list{margin:1rem 0 0;padding:0;list-style:none}.site-chat-room-row{border:1px solid var(--ref-border);color:inherit;background:var(--ref-white);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:.85rem;margin-bottom:.55rem;padding:.95rem 1.05rem;text-decoration:none;transition:border-color .18s,box-shadow .18s;display:flex;box-shadow:0 1px #0f172a0a}.site-chat-room-row:hover{border-color:#3a7d5c59;box-shadow:0 6px 18px #2d5a4614}.site-chat-room-avatar{letter-spacing:.04em;width:46px;height:46px;color:var(--ref-on-accent);background:linear-gradient(150deg, var(--loft-bronze) 0%, #2f6f55 92%);border:1px solid #0f172a14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:inline-flex;overflow:hidden;box-shadow:inset 0 1px #ffffff38}.site-chat-room-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.site-chat-room-main{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.site-chat-room-headline{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.site-chat-room-title-wrap{flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0;display:flex}.site-chat-room-title{letter-spacing:.01em;color:var(--ref-heading);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1rem;font-weight:700;overflow:hidden}.site-chat-room-time{text-transform:uppercase;letter-spacing:.1em;color:var(--ref-muted);flex-shrink:0;margin-top:.15rem;font-size:.68rem;font-weight:700}.site-chat-room-chip{text-transform:uppercase;letter-spacing:.09em;background:var(--loft-bronze-soft);color:var(--ref-link);border:1px solid #3a7d5c47;border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:.62rem;font-weight:700}.site-chat-room-phone{color:var(--ref-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.site-chat-room-preview{color:var(--ref-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;line-height:1.4;display:block;overflow:hidden}.site-chat-room-badge{background:var(--loft-bronze);min-width:1.35rem;height:1.35rem;color:var(--ref-on-accent);border-radius:999px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;padding:0 .4rem;font-size:.72rem;font-weight:700;display:inline-flex}.site-chat-page .site-chat-thread-title{font-size:clamp(1.15rem,2.5vw,1.45rem)}.site-chat-thread{flex-direction:column;gap:.55rem;max-height:min(58vh,520px);margin-bottom:.75rem;display:flex;overflow-y:auto;background:var(--loft-paper)!important;padding:1rem!important}.site-chat-bubble{border-radius:12px;max-width:min(92%,28rem);padding:.55rem .75rem;line-height:1.45}.site-chat-bubble--other{background:var(--ref-white);border:1px solid var(--ref-border);align-self:flex-start}.site-chat-bubble--mine{background:#e4e2de;border:1px solid #2d5a4614;align-self:flex-end}.site-chat-bubble-meta{color:var(--ref-muted);margin-top:.25rem;font-size:.68rem}.site-chat-compose{flex-wrap:wrap;align-items:flex-end;gap:.65rem;display:flex;padding:.85rem 1rem!important}.site-chat-compose-label{flex:200px;margin:0}.site-chat-compose textarea{resize:vertical;width:100%;min-height:2.75rem;font:inherit;border:1px solid var(--ref-border);border-radius:6px;padding:.5rem .65rem}.site-seller-chat-thread{max-width:720px}.trust-chat-banner{background:linear-gradient(165deg,#fffbf0fa 0%,#d4ede359 100%);border:1px solid #8b5a2b47;border-radius:12px;margin-bottom:1rem;padding:1rem 1.1rem;box-shadow:0 2px 12px #1e2d240f}.trust-chat-banner__title{color:var(--ref-heading);align-items:center;gap:.45rem;margin:0 0 .65rem;font-size:.95rem;font-weight:600;display:flex}.trust-chat-banner__title-icon{background:#b88c3c26;border-radius:8px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:1rem;line-height:1;display:flex}.trust-chat-banner__list{flex-direction:column;gap:.6rem;margin:0 0 .85rem;padding-left:0;list-style:none;display:flex}.trust-chat-banner__item{color:var(--ref-text);border-left:3px solid #b88c3c66;margin:0;padding-left:.65rem;font-size:.875rem;line-height:1.5}.trust-chat-banner__hint{color:var(--ref-muted);margin:0 0 .75rem;font-size:.78rem;line-height:1.45}.trust-chat-banner__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.trust-chat-banner__actions .btn.ghost.subtle{color:var(--ref-muted);font-size:.82rem}@media (width<=520px){.trust-chat-banner__actions .btn.ghost.subtle{justify-content:center;width:100%}}.trust-pill{text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;border-radius:999px;margin-right:.35rem;padding:.12rem .45rem;font-size:.65rem;font-weight:600;display:inline-block}.trust-pill--low{color:#2d6b3d;background:#4cae6326}.trust-pill--med{color:#6b4e1e;background:#b88c3c33}.trust-pill--high{color:#8b2e26;background:#b43c3224}.admin-trust-intro{background:var(--ref-surface);border:1px solid var(--ref-border);color:var(--ref-muted);border-radius:10px;margin-bottom:1.1rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.55}.admin-trust-tabs-wrap{background:var(--ref-surface);border:1px solid var(--ref-border);border-radius:12px;margin-bottom:1.15rem;padding:.5rem .55rem}.admin-trust-tabs{flex-wrap:wrap;gap:.4rem;display:flex}.admin-trust-tabs .tab{cursor:pointer;font:inherit;color:var(--ref-muted);background:0 0;border:1px solid #0000;border-radius:8px;padding:.45rem .85rem;font-size:.86rem;transition:background .15s,color .15s,border-color .15s}.admin-trust-tabs .tab:hover{background:var(--ref-nav-hover);color:var(--ref-heading)}.admin-trust-tabs .tab.active{border-color:var(--ref-border);background:var(--ref-white);color:var(--ref-heading);font-weight:600;box-shadow:0 1px 3px #1e2d240f}.admin-trust-filters{flex-wrap:wrap;align-items:flex-end;gap:.65rem;margin-bottom:1rem;display:flex}.admin-trust-filters label{flex-direction:column;gap:.2rem;font-size:.8rem;display:flex}.admin-trust-filters input,.admin-trust-filters select{border:1px solid var(--ref-border);min-width:8rem;font:inherit;background:var(--ref-white);border-radius:8px;padding:.4rem .55rem;font-size:.86rem}.admin-trust-empty{text-align:center;color:var(--ref-muted);border:1px dashed var(--ref-border);background:#ffffff80;border-radius:10px;padding:2rem 1rem;font-size:.9rem}.admin-trust-json{border:1px solid var(--ref-border);white-space:pre-wrap;word-break:break-word;background:#1e2d240a;border-radius:6px;max-width:300px;max-height:7rem;margin:0;padding:.35rem .45rem;font-size:.68rem;line-height:1.35;overflow:auto}.admin-trust-json--compact{max-width:220px;max-height:4.5rem}.admin-chat-control-lead{margin-top:-.35rem;margin-bottom:1rem;line-height:1.5}.admin-support-chat{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:.9rem;display:grid}.admin-support-chat__rooms{padding:.8rem}.admin-support-chat__rooms h2,.admin-support-chat__thread h2{margin:0 0 .65rem;font-size:1.05rem}.admin-support-chat__rooms ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.admin-support-chat__room-btn{border:1px solid var(--ref-border);text-align:left;cursor:pointer;background:#fff;border-radius:10px;gap:.22rem;width:100%;padding:.65rem .7rem;display:grid}.admin-support-chat__room-btn.is-active{border-color:#3a7d5c66;box-shadow:0 0 0 1px #3a7d5c33}.admin-support-chat__room-btn span{color:var(--ref-muted);font-size:.86rem}.admin-support-chat__thread{grid-template-rows:auto 1fr auto;gap:.7rem;min-width:0;min-height:62vh;display:grid}.admin-support-chat__messages{border:1px solid var(--ref-border);border-radius:10px;align-content:start;gap:.45rem;min-height:0;max-height:min(58vh,560px);padding:.7rem;display:grid;overflow:auto}.admin-support-chat__msg{border:1px solid var(--ref-border);background:#fff;border-radius:10px;padding:.52rem .6rem}.admin-support-chat__compose{gap:.5rem;display:grid}.admin-support-chat__compose textarea{border:1px solid var(--ref-border);resize:vertical;border-radius:10px;width:100%;min-height:78px;padding:.55rem .7rem}.admin-trust-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}@media (width<=960px){.admin-trust-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.admin-trust-kpi-grid{grid-template-columns:1fr}}@media (width<=980px){.admin-support-chat{grid-template-columns:1fr}.admin-support-chat__thread{min-height:52vh}}.admin-trust-kpi .big{font-variant-numeric:tabular-nums}.admin-trust-dash-columns{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=900px){.admin-trust-dash-columns{grid-template-columns:1fr}}.admin-trust-dash-panel{padding:1rem 1.1rem}.admin-trust-dash-panel__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.admin-trust-dash-panel__head h2{font-size:1.05rem}.admin-trust-dash-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.admin-trust-dash-list li{border-bottom:1px solid var(--ref-border);flex-direction:column;gap:.2rem;padding-bottom:.55rem;font-size:.82rem;display:flex}.admin-trust-dash-list li:last-child{border-bottom:none;padding-bottom:0}.admin-trust-dash-event__row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.admin-trust-dash-event__body{line-height:1.45}.admin-trust-top-violators{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.admin-trust-top-violators li{border:1px solid var(--ref-border);background:#1e2d240a;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.4rem .5rem;display:flex}.admin-trust-top-violators__n{font-variant-numeric:tabular-nums;color:var(--ref-heading);font-weight:700}.admin-trust-reports-strip{padding:1rem 1.1rem}.admin-trust-dash-reports{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.admin-trust-dash-reports li{border:1px solid var(--ref-border);background:var(--ref-white);border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;padding:.5rem .6rem;font-size:.82rem;display:flex}.admin-trust-dash-reports__reason{color:var(--ref-heading);font-weight:600}.seller-chat-list{margin-top:.75rem}.site-page{padding:1.75rem 15px 3rem}.site-container.site-page{background:var(--ref-white);border:1px solid var(--ref-border);box-shadow:var(--shadow-md);margin-top:1rem;margin-bottom:2rem}.site-lead{max-width:720px;color:var(--ref-text);margin:0 0 1.25rem;font-size:14px;line-height:1.75}.site-card-static{background:var(--ref-white);border:1px solid var(--ref-border);border-radius:var(--radius-ui);max-width:560px;box-shadow:var(--shadow-sm);margin:1.15rem 0 1.5rem;padding:1.35rem 1.5rem}.site-card-static p{margin:0 0 .65rem}.site-card-static p:last-child{margin-bottom:0}.site-breadcrumb{text-transform:uppercase;color:var(--ref-muted);margin-bottom:1.25rem;font-size:12px}.site-breadcrumb a{color:var(--ref-link)}.site-breadcrumb a:hover{color:var(--ref-link-hover)}.site-bc-sep{color:var(--ref-muted);margin:0 8px}.site-bc-current{color:var(--ref-heading);font-weight:600}.catalog-page-head{border-bottom:1px solid var(--ref-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;padding-bottom:12px;display:flex}.catalog-page-title{margin:0}.site-holding-bar{background:var(--loft-paper);color:var(--ref-heading);text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid var(--ref-border);padding:9px 0;font-size:11px}.site-holding-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;display:flex}.site-holding-brand{font-family:var(--font-display);letter-spacing:.06em;text-transform:none;font-size:17px;font-weight:600;color:var(--ref-heading)!important}.site-holding-center{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.site-holding-center a{color:var(--ref-link)!important}.site-holding-center a:hover{color:var(--ref-link-hover)!important}.site-holding-muted{color:var(--ref-muted)}.site-holding-right{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.site-holding-right a{color:var(--ref-text)!important}.site-holding-right a:hover{color:var(--ref-link)!important}.site-holding-strong{font-weight:600;color:var(--ref-heading)!important}.site-mobile-toggle{width:44px;height:44px;font:inherit;background:var(--ref-white);color:var(--loft-steel-deep);border:1px solid var(--ref-border);cursor:pointer;box-shadow:var(--shadow-sm);transition:background .18s var(--ease-out), border-color .18s var(--ease-out), color .18s var(--ease-out);border-radius:12px;justify-content:center;align-items:center;padding:0;display:none}.site-mobile-toggle:hover{background:var(--loft-paper);color:var(--ref-heading);border-color:#3a7d5c59}.site-mobile-toggle-bars{background:linear-gradient(currentColor,currentColor) 0 0/100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0/100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 100%/100% 2px no-repeat;width:20px;height:14px;display:block}.site-mobile-backdrop{z-index:5;cursor:pointer;background:#1c1a186b;border:none;margin:0;padding:0;animation:.22s ease-out forwards site-backdrop-in;position:fixed;inset:0}.site-mobile-drawer{z-index:18;max-height:min(88dvh,100% - 52px);padding:0 env(safe-area-inset-right) max(12px, env(safe-area-inset-bottom)) env(safe-area-inset-left);background:var(--loft-card);border:1px solid var(--ref-border);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;animation:site-sheet-in .3s var(--ease-out) forwards;border-bottom:none;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;overflow:hidden auto;box-shadow:0 -16px 48px #12100e29}.site-mobile-drawer:before{content:"";background:#2d5a4624;border-radius:99px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px;display:block}.site-mobile-list{margin:0;padding:4px 0 24px;list-style:none}.site-mobile-list>li{border-bottom:1px solid #2d5a4612}.site-mobile-list>li>a{color:var(--ref-text);text-transform:none;letter-spacing:.01em;padding:13px 6px;font-size:.92rem;font-weight:600;display:block}.site-mobile-room{padding:10px 0}.site-mobile-room-title{font-family:var(--font-display);text-transform:none;letter-spacing:.02em;color:var(--ref-heading);margin-bottom:8px;font-size:1.02rem;font-weight:600;display:block}.site-mobile-room ul{margin:0;padding:0 0 0 4px;list-style:none}.site-mobile-room li a{text-transform:none;color:var(--ref-link);padding:7px 4px;font-size:.88rem;display:block}.site-nav-catalog-label{font-weight:700;font-family:var(--font-ui);color:var(--ref-heading);text-transform:uppercase;letter-spacing:.06em;margin-right:8px;padding:10px 12px 10px 0;font-size:12px}.site-mega-wrap{background:var(--loft-card);border-top:none;border-bottom:none;position:relative}.site-mega{padding:0}.site-mega-rail{flex-wrap:wrap;align-items:center;gap:.5rem .85rem;padding:8px 0 10px;display:flex}.site-mega-rail-intro{border-right:1px solid var(--ref-border);flex-direction:column;flex:none;justify-content:center;gap:0;min-height:0;margin-right:.15rem;padding:2px .9rem 2px 2px;display:flex}.site-mega-rail-kicker{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.14em;color:var(--ref-muted);font-size:10px;font-weight:700}.site-mega-rail-title{font-family:var(--font-display);letter-spacing:.02em;color:var(--ref-heading);font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:600;line-height:1.2}.site-mega-list{flex-wrap:wrap;flex:1;align-items:stretch;gap:4px 3px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.site-mega-item{position:relative}.site-mega-item-all{margin-left:auto}.site-mega-item-all .site-mega-trigger.is-link{min-height:36px;font-size:10px;font-weight:700;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--loft-bronze);background:var(--loft-bronze-soft);border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;display:inline-flex;color:var(--ref-link)!important}.site-mega-item-all .site-mega-trigger.is-link:hover{background:var(--loft-bronze);border-color:var(--loft-bronze-hover);color:var(--ref-on-accent)!important}.site-mega-trigger{min-height:36px;font-size:10px;font-weight:700;line-height:1.25;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;cursor:default;text-align:center;max-width:none;transition:background .18s var(--ease-out), color .18s var(--ease-out), transform .18s var(--ease-out);background:#ffffff73;border:none;border-radius:10px;justify-content:center;align-items:center;padding:8px 11px;display:flex;color:var(--ref-text)!important}.site-mega-item:hover .site-mega-trigger{background:var(--ref-white);transform:translateY(-1px);color:var(--ref-link)!important}@media (width<=1199px){.site-mega-rail{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;align-items:center;gap:.4rem;margin:0 -4px;padding:10px 4px 12px;overflow:auto hidden}.site-mega-rail::-webkit-scrollbar{height:5px}.site-mega-rail::-webkit-scrollbar-thumb{background:#2d5a4633;border-radius:99px}.site-mega-rail-intro{border-right:1px solid var(--ref-border);border-bottom:none;flex:none;width:auto;max-width:min(220px,40vw);min-height:0;margin:0 6px 0 0;padding:2px 12px 2px 4px}.site-mega-list{flex-wrap:nowrap;flex:1 0 auto;gap:5px}.site-mega-item{flex:none}.site-mega-item-all{margin-left:0}}.site-mega-panel{z-index:800;background:var(--loft-cream-bright);border:1px solid var(--ref-border);border-radius:12px;min-width:292px;display:none;position:absolute;top:100%;left:0;box-shadow:0 22px 48px #0f172a29}.site-mega-item:hover .site-mega-panel{display:block}.site-mega-panel-inner{padding:14px 16px}.site-mega-room-title{text-transform:uppercase;border-bottom:1px solid var(--ref-border);margin:0 0 10px;padding-bottom:8px;font-size:15px;font-weight:700}.site-mega-links{columns:2;column-gap:1.5rem;margin:0;padding:0;list-style:none}.site-mega-links li{break-inside:avoid;margin-bottom:6px}.site-mega-links a{color:var(--ref-text);font-size:13px}.site-mega-links a:hover{color:var(--ref-link)}.site-mega-see-all{color:var(--ref-link)!important;font-weight:600!important}.site-footer-usps{background:var(--loft-paper);color:var(--ref-text);border-top:1px solid var(--ref-border);padding:26px 0}.site-footer-usps-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.site-usp-title{font-size:12px;font-weight:700;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:var(--ref-heading);margin-bottom:6px}.site-usp-sub{color:var(--ref-muted);font-size:12px;line-height:1.5}.site-footer-dummy{color:var(--ref-muted);cursor:default;font-size:13px}.site-footer-legal{background:var(--loft-plaster);color:var(--ref-muted);border-top:1px solid var(--ref-border);padding:20px 0 8px}.site-footer-legal-row{margin-bottom:12px;font-size:11px}.site-footer-legal-links{text-transform:uppercase;flex-wrap:wrap;gap:6px 14px;margin:0 0 12px;padding:0;font-size:11px;list-style:none;display:flex}.site-footer-legal-links a{color:var(--ref-link)}.site-footer-legal-links a:hover{color:var(--ref-link-hover)}.site-footer-copy{color:var(--ref-muted);margin:0 0 8px;font-size:12px}.site-footer-copy a{color:var(--ref-link);text-underline-offset:2px;text-decoration:underline}.site-showcase-hero{padding:clamp(1.25rem,2.5vw,2.25rem) 0 clamp(1.35rem,2.2vw,2rem);position:relative;overflow:hidden}.site-showcase-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(70% 55% at 18% 12%,#4cae6329,#0000 62%),radial-gradient(55% 45% at 88% 0,#d4ede38c,#0000 58%);height:70%;position:absolute;inset:-20% -10% auto}.site-showcase-hero .site-container{z-index:1;position:relative}.site-showcase-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);align-items:stretch;gap:clamp(1rem,2vw,1.5rem);display:grid}.site-showcase-hero__copy{min-height:clamp(240px,32vw,320px);color:inherit;-webkit-backdrop-filter:blur(16px);background:linear-gradient(155deg,#ffffffb8,#f5faf7e0);border:1px solid #ffffff8c;border-radius:clamp(22px,3vw,34px);flex-direction:column;gap:.55rem;padding:clamp(1.35rem,2.6vw,2.1rem);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 22px 56px #16201c17;text-decoration:none!important}.site-showcase-hero__copy:hover{transform:translateY(-5px)rotate(-.4deg);box-shadow:inset 0 1px #fffffff2,0 28px 70px #16201c1f}.site-showcase-hero__mesh{pointer-events:none;z-index:0;background:radial-gradient(circle at 22% 28%,#4cae6333,#0000 46%),radial-gradient(circle at 78% 18%,#4cae631a,#0000 44%),radial-gradient(circle at 55% 78%,#e8f7efbf,#0000 52%);height:130%;position:absolute;inset:-35% -25% auto -20%}.site-showcase-hero__glow{opacity:.9;pointer-events:none;z-index:0;background:conic-gradient(from 200deg,#4cae632e,#0000 38%,#4cae631a,#0000 72%);width:85%;height:110%;animation:22s linear infinite showcase-hero-glow;position:absolute;top:-40%;right:-35%}@keyframes showcase-hero-glow{to{transform:rotate(360deg)}}.site-showcase-hero__eyebrow{z-index:1;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.22em;color:#3d52488c;font-size:.62rem;font-weight:800;position:relative}.site-showcase-hero__title{z-index:1;font-family:var(--font-display);letter-spacing:-.035em;color:var(--ref-heading);margin:0;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:650;line-height:1.05;position:relative}.site-showcase-hero__title-line{display:block}.site-showcase-hero__title-line--accent{background:linear-gradient(100deg, #2a4d38 0%, var(--loft-bronze) 42%, #8fd4a8 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.site-showcase-hero__lead{z-index:1;color:#3d5248c7;max-width:40ch;margin:.15rem 0 0;font-size:.95rem;line-height:1.55;position:relative}.site-showcase-hero__cta{z-index:1;font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:linear-gradient(120deg, var(--loft-bronze-hover), var(--loft-bronze));border-radius:999px;align-self:flex-start;align-items:center;gap:.45rem;margin-top:1rem;padding:.55rem 1.15rem;font-size:.68rem;font-weight:800;display:inline-flex;position:relative;box-shadow:0 10px 26px #4cae6347}.site-showcase-hero__cta-arrow{transition:transform .28s;display:inline-block}.site-showcase-hero__copy:hover .site-showcase-hero__cta-arrow{transform:translate(6px)}.site-showcase-hero__visual{height:clamp(260px,30vw,360px);position:relative}.site-showcase-hero__spot{color:#fff;border:1px solid #2d5a4624;border-radius:clamp(22px,3vw,30px);height:100%;min-height:0;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff59,0 26px 60px #16201c29;text-decoration:none!important}.site-showcase-hero__spot:hover{transform:translateY(-4px)rotate(.5deg);box-shadow:inset 0 1px #ffffff73,0 32px 72px #16201c33}.site-showcase-hero__spot-img{z-index:0;object-fit:cover;width:100%;height:100%;transition:transform .65s;display:block;position:absolute;inset:0;transform:scale(1.03)}.site-showcase-hero__spot:hover .site-showcase-hero__spot-img{transform:scale(1.09)}.site-showcase-hero__spot-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0000 35%,#0c1612b8 100%);position:absolute;inset:0}.site-showcase-hero__spot-body{z-index:2;flex-direction:column;gap:.35rem;padding:1rem 1.1rem 1.1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.site-showcase-hero__spot-pill{letter-spacing:.08em;text-transform:uppercase;color:var(--loft-ink);background:#ffffffeb;border-radius:999px;align-self:flex-start;padding:.22rem .55rem;font-size:.62rem;font-weight:800}.site-showcase-hero__spot-name{font-family:var(--font-display);text-shadow:0 2px 14px #00000059;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:650;line-height:1.2;display:-webkit-box;overflow:hidden}.site-showcase-hero__mosaic{height:100%;min-height:inherit;background:linear-gradient(140deg,#f7fbf8,#e6f3eb 48%,#d9ede2);border:1px dashed #3a7d5c47;border-radius:clamp(22px,3vw,30px);position:relative;overflow:hidden}.site-showcase-hero__mosaic-ring{pointer-events:none;border:1px solid #3a7d5c2e;border-radius:50%;position:absolute}.site-showcase-hero__mosaic-ring--a{background:radial-gradient(circle,#4cae631f,#0000 68%);width:180px;height:180px;top:-30px;right:-40px}.site-showcase-hero__mosaic-ring--b{background:radial-gradient(circle,#ffffff8c,#0000 70%);width:120px;height:120px;bottom:-24px;left:12%}.site-showcase-hero__mosaic-grid{opacity:.22;background-image:linear-gradient(#2d5a4659 1px,#0000 1px),linear-gradient(90deg,#2d5a4659 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}@media (width<=900px){.site-showcase-hero__grid{grid-template-columns:1fr}.site-showcase-hero__visual{height:240px}}@media (prefers-reduced-motion:reduce){.site-showcase-hero__glow{animation:none}.site-showcase-hero__copy,.site-showcase-hero__spot{transition:none}.site-showcase-hero__copy:hover,.site-showcase-hero__spot:hover{transform:none}}.site-home-banners{background:var(--loft-card);border-top:1px solid var(--ref-border);border-bottom:1px solid var(--ref-border);padding:.75rem 0 1.25rem}.site-home-banners--end{background:#ebe9e6;border-top:1px solid #2d5a4614;border-bottom:none;margin-top:0;padding:2.25rem 0 2.75rem}.site-home-banners-title{font-family:var(--font-display);color:var(--ref-heading);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.32rem,2.4vw,1.62rem);font-weight:600}.site-banners-grid{grid-template-columns:repeat(auto-fit,minmax(252px,1fr));gap:.9rem;display:grid}.site-banner-tile{min-height:120px;color:inherit;transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s var(--ease-out);border:1px solid #2d5a461a;border-radius:14px;flex-direction:column;gap:.45rem;padding:1.05rem 1.2rem 1rem;display:flex;position:relative;box-shadow:0 4px 18px #0f172a0a;text-decoration:none!important}.site-banner-tile:hover{border-color:#3a7d5c47;transform:translateY(-2px);box-shadow:0 10px 28px #0f172a12}.site-banner-eyebrow{text-transform:uppercase;letter-spacing:.16em;opacity:.88;margin-bottom:2px;font-size:11px;font-weight:700}.site-banner-title{font-family:var(--font-display);text-transform:none;letter-spacing:.02em;max-width:22ch;font-size:clamp(1.2rem,2vw,1.48rem);font-weight:600;line-height:1.22}.site-banner-cta{text-transform:uppercase;letter-spacing:.12em;margin-top:auto;padding-top:.35rem;font-size:12px;font-weight:700}.site-banner-tile--yellow{background:linear-gradient(160deg,#fff 0%,#f2f6f3 100%);border-left-color:#3a7d5c40;color:var(--ref-heading)!important}.site-banner-tile--yellow .site-banner-cta{color:var(--ref-link)}.site-banner-tile--yellow:hover .site-banner-cta{color:var(--ref-link-hover)}.site-banner-tile--dark{background:linear-gradient(155deg,#2a3430 0%,#1e2623 52%,#161c1a 100%);border-color:#ffffff0f #ffffff0f #ffffff0f #3a7d5c66;color:var(--ref-white)!important}.site-banner-tile--dark .site-banner-cta{color:var(--ref-accent-bright)}.site-banner-tile--dark:hover{border-color:#3a7d5c59;box-shadow:0 12px 32px #0003}.site-banner-tile--blue{background:linear-gradient(145deg, #5e6167 0%, var(--loft-bronze) 42%, var(--loft-bronze-hover) 100%);border-color:#ffffff38 #ffffff38 #ffffff38 #ffffffd9;color:var(--ref-on-accent)!important}.site-banner-tile--blue .site-banner-cta{color:var(--ref-on-accent);opacity:.98}.site-banner-tile--blue:hover{background:linear-gradient(145deg, var(--loft-bronze-hover) 0%, #2c2e32 100%);border-color:#ffffff59;color:var(--ref-on-accent)!important}.site-banner-tile--blue:hover .site-banner-cta{color:var(--ref-on-accent)}.site-banner-tile--img{text-shadow:0 1px 3px #0000008c,0 0 24px #00000059;background-position:50%;background-size:cover;min-height:160px;color:#fff!important}.site-banner-tile--img .site-banner-cta{opacity:.95;color:#fff!important}.site-home-brands{background:linear-gradient(#faf7f1 0%,#f3eee4 100%);border-top:1px solid #1616160f;border-bottom:1px solid #1616160f;padding:clamp(1.6rem,3vw,2.5rem) 0}.site-home-brands__head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:.85rem 1.25rem;margin-bottom:1.15rem;display:flex}.site-home-brands__titles .site-h2{color:var(--ref-heading);margin:0 0 .38rem}.site-home-brands__sub{max-width:44rem;color:color-mix(in srgb, var(--ref-muted) 92%, #000 8%);margin:0;font-size:.9rem;line-height:1.45}.site-home-brands__all{white-space:nowrap;color:var(--ref-link);align-self:end}.site-brand-marquee{padding:.2rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.site-brand-strip{--brand-logo-gap:14px;gap:var(--brand-logo-gap);flex-wrap:nowrap;width:max-content;margin:0;padding:.15rem 0;list-style:none;animation:36s linear infinite site-brand-marquee-move;display:flex}.site-brand-strip--static{flex-wrap:wrap;width:auto;animation:none;display:none}.site-brand-strip::-webkit-scrollbar{display:none}.site-brand-strip__item{flex:none}.site-brand-strip__hit{display:block;text-decoration:none!important}.site-brand-strip__cell{width:clamp(148px,14vw,220px);height:clamp(74px,8vw,94px);transition:border-color .2s ease, box-shadow .25s ease, transform .25s var(--ease-out);background:#fff;border:1px solid #0f0f0f24;border-radius:14px;justify-content:center;align-items:center;padding:12px 16px;display:flex;box-shadow:inset 0 1px #fffffffa,0 14px 28px #1118141f}.site-brand-strip__hit:hover .site-brand-strip__cell{border-color:#3a7d5c57;transform:translateY(-3px);box-shadow:inset 0 1px #fffffff2,0 18px 30px #2d5a462e}.site-brand-strip__logo{object-fit:contain;object-position:center;filter:saturate(1.12)contrast(1.08)brightness(1.04);width:auto;max-width:88%;height:auto;max-height:58%;transition:transform .25s,filter .25s}.site-brand-strip__hit:hover .site-brand-strip__logo{filter:saturate(1.2)contrast(1.12)brightness(1.07);transform:scale(1.06)}@keyframes site-brand-marquee-move{0%{transform:translate(0)}to{transform:translateX(calc(-50% - (var(--brand-logo-gap) / 2)))}}@media (width<=680px){.site-brand-strip__cell{border-radius:14px;height:68px;padding:6px 8px}.site-brand-strip__logo{max-width:100%;max-height:100%}}@media (prefers-reduced-motion:reduce){.site-brand-marquee{overflow:visible;-webkit-mask-image:none;mask-image:none}.site-brand-strip{animation:none;display:none}.site-brand-strip--static{gap:10px;display:flex}}.site-home-products{box-shadow:none;background:#faf9f8;border-top:1px solid #2d5a4612;border-bottom:1px solid #2d5a4612;padding:2.35rem 0 2.65rem}.site-home-products--new{background:#f7f6f4}.site-home-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem 1rem;margin-bottom:1.2rem;display:flex}.site-home-section-head .site-h2{letter-spacing:-.02em;margin:0}.site-home .site-pcard,.page.site-catalog-page .site-pcard{border-color:#2d5a4617;border-radius:16px;box-shadow:inset 0 1px #fffffff5,0 8px 26px #16201c0d}.site-home .site-pcard:hover,.page.site-catalog-page .site-pcard:hover{border-color:#3a7d5c38;box-shadow:inset 0 1px #fff,0 14px 36px #16201c14}.site-home .site-pcard__body,.page.site-catalog-page .site-pcard__body{padding:.95rem 1rem 1.05rem}.site-home .site-pcard__cta{letter-spacing:.06em;text-transform:none;margin-top:.35rem;font-size:12px;font-weight:600}.site-pcard-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:clamp(.85rem,2vw,1.35rem);display:grid}@media (width>=520px){.site-pcard-grid{grid-template-columns:repeat(auto-fill,minmax(216px,1fr))}}@media (width>=900px){.site-pcard-grid{grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:clamp(1rem,2.2vw,1.55rem)}}.site-pcard{border:1px solid var(--ref-border);background:#fff;border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffeb,0 10px 28px #2d5a460f}.site-pcard:hover{border-color:#3a7d5c38;box-shadow:inset 0 1px #fffffff2,0 12px 32px #2d5a4617,0 0 0 1px #3a7d5c38}.site-pcard__hit{color:inherit;flex-direction:column;flex:1;min-height:0;text-decoration:none;display:flex}.site-pcard__hit:focus-visible{outline:2px solid var(--loft-bronze);outline-offset:2px;z-index:1;border-radius:0 0 13px 13px;position:relative}.site-pcard__media{background:linear-gradient(145deg, var(--mint-150) 0%, var(--mint-200) 100%);display:block;position:relative;overflow:hidden}.product-card-gallery{z-index:2;flex-direction:column;width:100%;display:flex;position:relative}.product-card-gallery__stage{aspect-ratio:4/5;background:linear-gradient(145deg, var(--mint-150) 0%, var(--mint-200) 100%);flex-shrink:0;width:100%;position:relative;overflow:hidden}.product-card-gallery__hit{z-index:2;cursor:pointer;background:0 0;border:0;position:absolute;inset:0}.product-card-gallery__hit:focus-visible{outline:2px solid var(--loft-bronze);outline-offset:-3px;z-index:4}.product-card-gallery__track{width:100%;height:100%;position:absolute;inset:0}.product-card-gallery__img{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:none;display:block;position:absolute;inset:0;transform:none}.product-card-gallery__img[data-active=true]{opacity:1;z-index:1}.product-card-gallery__rail{pointer-events:auto;background:linear-gradient(180deg, var(--mint-50) 0%, var(--mint-100) 100%);border-top:1px solid var(--ref-border);flex:none}.product-card-gallery__rail-scroll{scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:8px;padding:10px 10px 11px;display:flex;overflow:auto hidden}.product-card-gallery__rail-scroll::-webkit-scrollbar{height:4px}.product-card-gallery__rail-scroll::-webkit-scrollbar-thumb{background:#2d5a4638;border-radius:4px}.product-card-gallery__thumb{cursor:pointer;background:var(--loft-card);border:2px solid #2d5a461f;border-radius:8px;flex:none;width:48px;height:48px;padding:0;overflow:hidden;box-shadow:0 2px 8px #2d5a460f}.product-card-gallery__thumb img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.product-card-gallery__thumb:hover{border-color:#3a7d5c59}.product-card-gallery__thumb.is-on{border-color:var(--loft-steel-deep);box-shadow:0 0 0 1px #2d5a461f}@media (width>=600px){.product-card-gallery__thumb{border-radius:9px;width:54px;height:54px}.product-card-gallery__rail-scroll{gap:9px;padding:11px 12px 12px}}.site-pcard__body{font-family:var(--font-ui);flex-direction:column;flex:1;gap:.2rem;padding:.85rem .95rem 1rem;display:flex}.site-pcard__title{font-family:var(--font-display);letter-spacing:.01em;color:var(--ref-heading);margin:0;font-size:1.02rem;font-weight:600;line-height:1.28}.site-pcard__title a{color:inherit;text-decoration:none}.site-pcard__title a:hover{color:var(--loft-bronze-hover)}.site-pcard__hit .site-pcard__title{color:var(--ref-heading)}.site-pcard__brief{color:var(--ref-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.12rem 0 0;font-size:.8rem;line-height:1.42;display:-webkit-box;overflow:hidden}.site-pcard__price{flex-wrap:wrap;align-items:baseline;gap:.35rem;margin:.4rem 0 0;display:flex}.site-pcard__price-num{font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:var(--loft-steel-deep);font-size:1.1rem;font-weight:700}.site-pcard__price-cur{text-transform:uppercase;letter-spacing:.12em;color:var(--ref-muted);font-size:.64rem;font-weight:700}.site-pcard__price--stack{flex-direction:column;align-items:flex-start;gap:.12rem}.site-pcard__price-promo{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.site-pcard__price-old{color:var(--ref-muted);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600;text-decoration:line-through}.site-pcard__price-pct{letter-spacing:.04em;color:#236b3a;background:#4cae6329;border-radius:4px;padding:.08rem .28rem;font-size:.65rem;font-weight:800}.site-pcard__price-row{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.product-hero-price-old{font-weight:600;text-decoration:line-through}.product-hero-price-pct{color:#236b3a;font-weight:800}.site-install-hint{margin:.2rem 0 0;line-height:1.35}.site-install-callout{background:var(--loft-bronze-soft);color:var(--loft-steel-deep);border:1px solid #3a7d5c38;border-radius:8px;margin:.65rem 0 0;padding:.5rem .65rem;font-size:.82rem;font-weight:600}.site-pcard__seller{letter-spacing:.04em;text-transform:uppercase;color:var(--ref-muted);margin:0;padding-top:.45rem;font-size:.7rem;font-weight:500;line-height:1.35}.site-pcard__cta{letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #2d5a4633;align-self:flex-start;align-items:center;gap:.4rem;margin-top:.55rem;padding-bottom:3px;font-size:.68rem;font-weight:700;text-decoration:none;display:inline-flex;color:var(--loft-steel-deep)!important}.site-pcard__cta:hover{border-color:var(--loft-bronze);color:var(--loft-bronze-hover)!important}.site-pcard__cta-arrow{letter-spacing:0;font-weight:500}.site-footer-columns .site-muted{color:var(--ref-muted)!important}.site-fav-wrap{margin-top:.75rem}.site-fav-btn{color:var(--ref-heading);background:var(--loft-card);border:1px solid var(--ref-border);cursor:pointer;border-radius:3px;align-items:center;gap:.35rem;padding:6px 12px;font-family:inherit;font-size:12px;display:inline-flex}.site-fav-btn:hover:not(:disabled){border-color:var(--ref-link);color:var(--ref-link)}.site-fav-btn:disabled{opacity:.65;cursor:not-allowed}.site-fav-btn.is-on{border-color:var(--loft-bronze);background:var(--loft-bronze-soft);color:var(--loft-bronze-hover)}.site-fav-wrap--compact{margin-top:0}.site-fav-btn--compact{background:#ffffffeb;border-radius:999px;justify-content:center;min-width:2rem;min-height:2rem;padding:0;font-size:1rem;line-height:1;box-shadow:0 2px 8px #0000001f}.site-pcard__fav{z-index:5;position:absolute;top:.45rem;right:.45rem}.site-pcard__fav .site-fav-wrap{margin-top:0}.site-skip-link{z-index:6000;background:var(--ref-heading);color:#fff;border-radius:var(--radius-ui);padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;position:absolute;top:.5rem;left:-9999px}.site-skip-link:focus{outline:2px solid var(--loft-bronze);outline-offset:2px;left:.5rem}.site-main--buyer-tabs{padding-bottom:0}.site-buyer-tabbar{display:none}@media (width<=720px){.site-main--buyer-tabs{padding-bottom:4.25rem}.site-buyer-tabbar{z-index:3500;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--ref-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;justify-content:space-around;align-items:stretch;gap:0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #1e2d2414}.site-buyer-tab{text-align:center;text-transform:uppercase;letter-spacing:.04em;color:var(--ref-muted);border-radius:8px;flex:1;padding:.35rem .15rem;font-size:.68rem;font-weight:700;line-height:1.2;text-decoration:none}.site-buyer-tab.is-active{color:var(--ref-heading);background:var(--loft-bronze-soft);box-shadow:inset 0 0 0 1px #b88c3c59}}.site-catalog-empty{text-align:center;max-width:520px;margin:1.5rem auto 2rem;padding:1.75rem 1.25rem}.site-catalog-empty__title{font-family:var(--font-display);margin:0 0 .5rem;font-size:1.25rem}.seller-setup-checklist__title{font-size:1.05rem;font-family:var(--font-display);margin:0 0 .5rem}.seller-setup-checklist__list{flex-direction:column;gap:.45rem;margin:.5rem 0 0;padding-left:0;font-size:.88rem;list-style:none;display:flex}.seller-setup-checklist__list li{border:1px solid var(--ref-border);background:#1e2d240a;border-radius:8px;padding:.4rem .5rem}.seller-setup-checklist__list li.is-done{background:#4cae6314;border-color:#3a7d5c59}.seller-setup-checklist__list a{font-weight:600}.page.site-companies-page.site-content-panel{background:#f7f6f4;border:1px solid #2d5a461a;border-radius:18px;box-shadow:0 16px 48px #16201c12}.site-companies-head{border-bottom:1px solid #2d5a4614;margin-bottom:1rem;padding-bottom:.85rem}.site-companies-head .site-h1{margin-bottom:.4rem}.site-companies-head__sub{max-width:42rem;margin:0;font-size:14px;line-height:1.5}.site-companies-toolbar{margin-bottom:1rem}.site-seller-tiles{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:.75rem;margin:0 0 1.35rem;display:grid}.site-seller-tile{text-align:center;transition:border-color .2s ease, box-shadow .2s ease, transform .2s var(--ease-out);background:#fff;border:1px solid #2d5a4617;border-radius:14px;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .75rem .95rem;display:flex;box-shadow:0 4px 16px #16201c0a;color:inherit!important;text-decoration:none!important}.site-seller-tile:hover{border-color:#3a7d5c38;transform:translateY(-2px);box-shadow:0 8px 26px #16201c12}.site-seller-tile__logo{background:linear-gradient(150deg,#f4f7f5 0%,#e8ede9 100%);border:1px solid #2d5a4614;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.site-seller-tile__logo img{object-fit:contain;width:100%;height:100%;padding:6px}.site-seller-tile__placeholder{font-family:var(--font-display);color:#3a7d5c61;font-size:1.2rem;font-weight:600}.site-seller-tile__name{letter-spacing:-.015em;color:var(--ref-heading);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;font-size:.88rem;font-weight:650;line-height:1.25;display:-webkit-box;overflow:hidden}.site-seller-tile__city{color:var(--ref-muted);font-size:.76rem;line-height:1.2}.site-seller-tile__stats{color:var(--ref-muted);font-variant-numeric:tabular-nums;align-items:center;gap:.38rem;font-size:.72rem;line-height:1.35;display:inline-flex}.site-verified-check{color:#fff;background:#2f9e5a;border-radius:999px;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;transform:translateY(-.02rem);box-shadow:0 0 0 1px #ffffffbf}.product-review-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.product-review-item{margin:0;padding:.75rem 1rem}.product-review-head{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.product-review-stars{color:var(--ref-heading);letter-spacing:.05em}.site-back-nav{flex-wrap:wrap;align-items:center;gap:.35rem .55rem;margin-bottom:.35rem;display:flex}.site-back-nav .site-pipe{color:var(--ref-muted);opacity:.45;-webkit-user-select:none;user-select:none;font-size:10px}.site-back-nav a{text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600;color:var(--ref-muted)!important}.site-back-nav a:hover{color:var(--ref-link)!important}.site-loading-block{text-align:center;padding:2rem 0}.site-product-name{font-family:var(--font-display);text-transform:none;letter-spacing:.02em;color:var(--ref-heading);margin:0 0 .5rem;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:600;line-height:1.15}.site-block-title{font-family:var(--font-display);text-transform:none;letter-spacing:.03em;color:var(--ref-heading);border-bottom:2px solid var(--loft-bronze);margin:0 0 .85rem;padding-bottom:10px;font-size:18px;font-weight:600}.site-product-page section.stack{margin-top:1.75rem}.site-product-page .product-head{border-bottom:1px solid var(--ref-border);margin-bottom:1.25rem;padding-bottom:1.25rem}.site-order-form{background:var(--ref-white);box-shadow:var(--shadow-sm);border:1px solid var(--ref-border)!important;border-left:4px solid var(--ref-green)!important;padding:1.25rem 1.35rem!important}.site-guest-hint{background:var(--ref-surface);border:1px dashed var(--ref-border);padding:1rem 1.25rem}.site-text-back{margin-top:1.5rem}.site-text-back a{text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.site-actions-row{flex-wrap:wrap;align-items:center;gap:10px 14px;margin:1.25rem 0 1.5rem;display:flex}.site-actions-row .site-btn-outline,.site-actions-row .site-btn-ref{margin:0}.site-auth-form{margin-top:.5rem}.site-auth-footer{border-top:1px solid var(--ref-border);flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:1.35rem;padding-top:1rem;display:flex}.site-auth-footer a{font-size:12px;font-weight:600}.page.narrow.site-content-panel:before{content:"";background:linear-gradient(90deg, var(--ref-green) 0%, var(--ref-green-hover) 100%);border-radius:0;height:3px;margin:-1.5rem -22px 1.25rem;display:block}.site-buyer-toolbar{background:var(--ref-surface);border:1px solid var(--ref-border);flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.site-empty-state{text-align:center;background:var(--ref-surface);border-radius:var(--radius-ui);border:1px dashed #c4c4c4;margin:1rem 0;padding:2rem 1.25rem}.site-empty-state p{max-width:420px;margin:0 auto;line-height:1.55}.site-empty-state .site-btn-ref{margin-top:1rem;display:inline-block}.site-pagination{border-top:1px solid var(--ref-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem 1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.site-pagination .btn,.site-pagination .btn.ghost{min-width:7rem}.site-catalog-results{text-transform:uppercase;letter-spacing:.04em;color:var(--ref-muted);margin-bottom:1rem;font-size:12px}.spec-table{border:1px solid var(--ref-border);border-radius:var(--radius-ui);box-shadow:var(--shadow-sm);overflow:hidden}.spec-table th{text-transform:uppercase;letter-spacing:.03em;background:#0d0d0d0a;font-size:12px}.spec-table td{background:var(--ref-white)}.cabinet-root .table{border:1px solid var(--ref-border);border-radius:var(--radius-ui);box-shadow:var(--shadow-sm)}.cabinet-root .table thead th{background:var(--mint-100);text-transform:uppercase;letter-spacing:.04em;color:var(--ref-heading);font-size:11px}.order-row.card:hover{border-color:var(--ref-primary);box-shadow:var(--shadow-sm)}.product-img{transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out)}.image-lightbox{z-index:2000;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-lightbox__backdrop{cursor:zoom-out;background:#0d0d0dd1;border:none;margin:0;padding:0;position:absolute;inset:0}.image-lightbox__panel{z-index:1;flex-direction:column;align-items:center;gap:.75rem;max-width:min(96vw,1100px);max-height:94vh;display:flex;position:relative}.image-lightbox__close{border-radius:var(--radius-ui);width:2.5rem;height:2.5rem;color:var(--ref-heading);cursor:pointer;box-shadow:var(--shadow-sm);background:#fffffff2;border:none;font-size:1.75rem;line-height:1;position:absolute;top:-2.75rem;right:0}.image-lightbox__close:hover{background:#fff}.image-lightbox__stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.image-lightbox__img{object-fit:contain;border-radius:var(--radius-ui);border:1px solid #ffffff1f;width:auto;max-width:min(92vw,1000px);height:auto;max-height:min(72vh,800px);box-shadow:0 16px 48px #00000059}.image-lightbox__nav{z-index:2;width:2.75rem;height:2.75rem;color:var(--ref-heading);cursor:pointer;box-shadow:var(--shadow-sm);background:#fffffff0;border:none;border-radius:50%;font-size:1.65rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.image-lightbox__nav:hover{background:#fff}.image-lightbox__nav--prev{left:.5rem}.image-lightbox__nav--next{right:.5rem}@media (width<=640px){.image-lightbox__close{width:2.25rem;height:2.25rem;font-size:1.5rem;top:-2.2rem}.image-lightbox__nav{width:2.35rem;height:2.35rem;font-size:1.4rem}.image-lightbox__nav--prev{left:.25rem}.image-lightbox__nav--next{right:.25rem}}.image-lightbox__thumbs{border-radius:var(--radius-ui);background:#ffffff14;flex-wrap:wrap;justify-content:center;gap:.4rem;max-width:100%;padding:.25rem;display:flex}.image-lightbox__thumb{cursor:pointer;opacity:.72;background:#111;border:2px solid #0000;border-radius:6px;padding:0;line-height:0;transition:opacity .15s,border-color .15s;overflow:hidden}.image-lightbox__thumb:hover,.image-lightbox__thumb.is-on{opacity:1;border-color:var(--loft-bronze)}.image-lightbox__thumb img{object-fit:cover;width:52px;height:52px;display:block}.cart-lines{margin:0;padding:0;list-style:none}.cart-line{padding:1rem 1.1rem}.cart-line-img-wrap{flex-shrink:0}.cart-line-img{object-fit:cover;border-radius:var(--radius-ui);border:1px solid var(--ref-border);width:96px;height:72px}.cart-line-main{flex:1;min-width:200px}.cart-line-actions{border-top:1px solid var(--ref-border);align-items:center;margin-top:.75rem;padding-top:.75rem}.cart-qty-btns{align-items:center}.cart-qty-val{text-align:center;min-width:2rem;font-weight:600}.cart-summary{margin-top:1rem;padding:1.1rem}@media (width<=1023px){.site-nav-accent-row{flex-wrap:wrap;gap:.5rem}.site-regions{flex-wrap:wrap;justify-content:flex-end;width:100%}}@media (width<=767px){.site-header{position:sticky;top:0}.site-mobile-toggle{flex-shrink:0;order:1;align-self:center;display:inline-flex}.site-nav-accent,.site-mega-wrap{display:none!important}.site-branding{padding:12px 0 14px}.site-branding-row{flex-flow:wrap;align-items:center;gap:.5rem .75rem}.site-logo-block{text-align:center;flex:1;order:2;min-width:0;max-width:100%}.site-logo-wordmark{align-items:center}.site-logo-title{font-size:clamp(1.35rem,6vw,1.75rem)}.site-logo-sub{letter-spacing:.14em;font-size:9px}.site-header-account{text-align:right;flex:none;order:3;min-width:0;max-width:46%}.site-search-form{border-radius:12px;flex:100%;order:10;width:100%;min-width:0}.site-search-cat{max-width:42%;padding:10px 8px;font-size:10px}.site-search-input{min-width:0;padding:10px 12px;font-size:16px}.site-search-submit{flex-shrink:0;padding:10px 14px}.site-header-seller-row{display:none}.site-account-links{justify-content:flex-end;gap:4px 6px;font-size:10px}.site-account-cluster{justify-content:flex-end;gap:4px 6px;width:100%}.site-header-quick-link{font-size:10px}.site-user-menu-trigger{max-width:min(140px,28vw);padding:6px 8px;font-size:10px}.site-user-menu-dropdown{min-width:200px;left:auto;right:0}.page{padding:1rem 12px 2rem}.page.site-content-panel{padding:1.15rem 14px 1.75rem}.site-container{padding:0 14px}.site-footer--compact .site-footer-main{padding:1.5rem 0 1.15rem}.site-footer-grid-compact{grid-template-columns:1fr;gap:1.35rem}.site-footer-brand-text{max-width:none}.site-footer-bar-inner,.catalog-page-head{flex-direction:column;align-items:flex-start}.catalog-toolbar{flex-direction:column;align-items:stretch;gap:.65rem;padding:.95rem 1rem}.catalog-toolbar label{width:100%;min-width:0}.site-pcard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.site-banners-grid{grid-template-columns:1fr}.site-home-products{padding:1.75rem 0 2rem}.site-home-cats{padding:1.35rem 0}.site-cat-tiles{justify-content:flex-start;gap:8px}.site-cat-tiles li{flex:auto;min-width:calc(50% - 6px)}.site-cat-tiles li a{width:100%;min-width:0;padding:12px 14px;font-size:12px}.site-showcase-hero{padding:.9rem 0 1.05rem}.cart-line-main{min-width:0}.cart-line-top{flex-direction:row;align-items:flex-start}.site-cabinet-strip-inner{letter-spacing:.04em;gap:6px 10px;font-size:10px}.site-cabinet-logo-text{font-size:1.05rem}.site-cabinet-strip .site-cabinet-catalog{text-align:right;flex:100%}}@media (width<=380px){.site-pcard-grid{grid-template-columns:1fr}}.cabinet-root .main .seller-page-head h1,.cabinet-root .main .seller-form-page-head h1{border-bottom:none;padding-bottom:0}.seller-page-head{border-bottom:1px solid var(--ref-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.seller-page-head h1{margin-bottom:.35rem}.seller-page-lead{max-width:52ch;margin:0;font-size:.92rem;line-height:1.5}.seller-btn-new{white-space:nowrap;align-self:center}.seller-info-callout{border:1px solid var(--ref-border);border-radius:var(--radius-ui);border-left:4px solid var(--loft-bronze);background:linear-gradient(135deg,#3a7d5c14 0%,#3a7d5c0a 100%);align-items:flex-start;gap:.85rem;margin-bottom:1.35rem;padding:1rem 1.1rem;display:flex}.seller-info-callout__icon{background:var(--loft-bronze);width:1.65rem;height:1.65rem;color:var(--loft-cream-bright);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;line-height:1;display:flex}.seller-info-callout p{color:var(--ref-text);margin:.35rem 0 0;font-size:.88rem;line-height:1.5}.seller-info-callout strong{font-size:.95rem}.seller-filter-section{margin-bottom:1.5rem}.seller-filter-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-bottom:.65rem;display:flex}.seller-filter-title{text-transform:uppercase;letter-spacing:.08em;color:var(--ref-heading);font-size:11px;font-weight:700}.seller-filter-count{color:var(--ref-muted);font-size:.88rem}.seller-filter-chips{flex-wrap:wrap;gap:.5rem;display:flex}.seller-filter-chip{appearance:none;border:1px solid var(--ref-border);background:var(--ref-page-bg);color:var(--ref-heading);cursor:pointer;border-radius:999px;padding:.5rem .95rem;font-size:.88rem;font-weight:500;transition:background .15s,border-color .15s,box-shadow .15s}.seller-filter-chip:hover{background:var(--mint-0);border-color:#3a7d5c6b}.seller-filter-chip.is-active{background:var(--loft-bronze);color:var(--mint-0);border-color:var(--loft-bronze-hover);box-shadow:0 2px 10px #2d5a462e}.seller-filter-chip.is-active .seller-filter-chip__label{font-weight:600}.seller-product-card-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.seller-product-card{border-left:4px solid var(--ref-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.25rem;display:flex;padding:1.15rem 1.25rem!important}.seller-product-card:hover{border-left-color:var(--loft-bronze)}.seller-product-card__thumb-wrap{border-radius:var(--radius-ui);border:1px solid var(--ref-border);background:var(--ref-page-bg);flex-shrink:0;align-self:flex-start;width:112px;height:112px;text-decoration:none;overflow:hidden}.seller-product-card__thumb-wrap:hover{border-color:var(--loft-bronze)}.seller-product-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.seller-product-card__thumb--placeholder{background:linear-gradient(145deg, var(--mint-100) 0%, var(--mint-200) 100%);color:var(--ref-muted);text-align:center;justify-content:center;align-items:center;padding:.4rem;font-size:11px;font-weight:600;line-height:1.25;display:flex}.seller-product-card__main{flex:1;min-width:min(100%,200px)}.seller-product-card__title-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.4rem;display:flex}.seller-product-card__name{font-size:1.05rem;font-family:var(--font-display);margin:0;font-weight:600}.seller-product-card__name a{color:var(--ref-heading);text-decoration:none}.seller-product-card__name a:hover{color:var(--loft-bronze-hover);text-decoration:underline}.seller-product-card__brief{color:var(--ref-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:.9rem;line-height:1.45;display:-webkit-box;overflow:hidden}.seller-product-card__hint{margin:0 0 .65rem;line-height:1.45}.seller-product-card__meta{flex-wrap:wrap;align-items:center;gap:.25rem .15rem;font-size:.82rem;display:flex}.seller-meta-label{color:var(--ref-muted);font-weight:500}.seller-meta-price{color:var(--ref-heading);font-size:.95rem}.seller-meta-sep{color:var(--ref-muted);margin:0 .2rem}.seller-product-card__actions{flex-direction:column;align-items:stretch;gap:.45rem;min-width:200px;display:flex}.seller-product-card__btn{text-align:center;justify-content:center}.seller-card-cta-hint{text-align:center;line-height:1.35}.seller-empty-state{text-align:center;max-width:420px;margin:2rem auto;padding:2rem 1.5rem!important}.seller-empty-state__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.seller-empty-state .btn{margin-top:1rem}.seller-status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;align-items:center;padding:.2rem .6rem;font-size:11px;font-weight:700;display:inline-flex}.seller-status-badge--draft{background:var(--mint-100);color:var(--loft-steel)}.seller-status-badge--pending{background:var(--mint-150);color:#2f6b4f}.seller-status-badge--active{color:#1b4332;background:#c8e6c9}.seller-status-badge--archived{background:var(--mint-100);color:var(--loft-steel-mid)}.seller-breadcrumb{margin-bottom:.5rem}.seller-breadcrumb a{color:var(--ref-link);font-size:.9rem;text-decoration:none}.seller-breadcrumb a:hover{color:var(--ref-link-hover);text-decoration:underline}.seller-form-page-head{border-bottom:1px solid var(--ref-border);margin-bottom:1.35rem;padding-bottom:1rem}.seller-form-page-head h1{margin-bottom:.35rem}.seller-form-page-head__lead{max-width:56ch;margin:0;line-height:1.5}.seller-product-form{flex-direction:column;gap:1.25rem;padding-bottom:2rem;display:flex}.seller-form-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=960px){.seller-form-grid{grid-template-columns:1fr 1fr;align-items:start}.seller-form-grid--with-photos .seller-photo-section{grid-column:1/-1}}.seller-form-section{padding:1.25rem 1.35rem!important}.seller-form-section__title{font-size:1rem;font-weight:600;font-family:var(--font-display);color:var(--ref-heading);margin:0 0 .35rem}.seller-form-section__desc{margin:0 0 1rem}.seller-form-fields{flex-direction:column;gap:1rem;display:flex}.seller-form-row-2{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=520px){.seller-form-row-2{grid-template-columns:1fr 1fr}}.seller-field{flex-direction:column;gap:.4rem;display:flex}.seller-field__label{color:var(--ref-heading);font-size:.8rem;font-weight:600}.seller-field__input{border:1px solid var(--ref-border);border-radius:var(--radius-ui);background:#fff;padding:.55rem .75rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.seller-field__input:focus{border-color:var(--loft-bronze);box-shadow:0 0 0 3px var(--loft-bronze-soft);outline:none}.seller-field__textarea{resize:vertical;min-height:4.5rem;line-height:1.45}.seller-field__hint{margin:0}.seller-photo-section{grid-column:1/-1}.seller-photo-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.seller-photo-add-btn{cursor:pointer;justify-content:center;align-items:center;margin:0;display:inline-flex;position:relative;overflow:hidden}.seller-photo-input-hidden{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.seller-photo-preview-grid{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.seller-photo-preview-item{aspect-ratio:1;border-radius:var(--radius-ui);border:1px solid var(--ref-border);background:var(--ref-page-bg);position:relative;overflow:hidden}.seller-photo-preview-img{object-fit:cover;width:100%;height:100%;display:block}.seller-photo-preview-idx{color:#fff;background:#0000009e;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:6px;left:6px}.seller-photo-remove{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;padding:0;font-size:1.1rem;line-height:1;display:flex;position:absolute;top:4px;right:4px}.seller-photo-remove:hover:not(:disabled){background:#8a2f2f}.seller-photo-remove:disabled{opacity:.5;cursor:not-allowed}.seller-moderation-choice{padding:1.25rem 1.35rem!important}.publication-options{flex-direction:column;gap:.75rem;display:flex}.seller-publication-card{border:2px solid var(--ref-border);border-radius:var(--radius-ui);cursor:pointer;background:var(--ref-page-bg);align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;transition:border-color .15s,background .15s;display:flex;position:relative}.seller-publication-card:hover{background:var(--mint-0);border-color:#3a7d5c59}.seller-publication-card.is-selected{border-color:var(--loft-bronze);background:var(--mint-50);box-shadow:0 2px 12px #2d5a461a}.seller-publication-card input[type=radio]{opacity:0;width:0;height:0;position:absolute}.seller-publication-card__radio{background:#fff;border:2px solid #bbb;border-radius:50%;flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.15rem;box-shadow:inset 0 0 0 3px #fff}.seller-publication-card.is-selected .seller-publication-card__radio{border-color:var(--loft-bronze);background:var(--loft-bronze)}.seller-publication-card__body{flex-direction:column;gap:.25rem;display:flex}.seller-publication-card__body strong{font-size:.95rem}.seller-form-error{margin:0}.seller-form-actions{background:linear-gradient(180deg, #f5fcf900 0%, var(--loft-card) 22%);border-top:1px solid var(--ref-border);border-radius:var(--radius-ui);flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 -.25rem;padding:1rem 1.25rem;display:flex;position:sticky;bottom:0}.seller-form-actions__primary{min-width:220px}.seller-detail-alert{border-radius:var(--radius-ui);margin-bottom:1rem;padding:.75rem 1rem;font-size:.92rem;line-height:1.45}.seller-detail-alert--success{color:var(--ref-heading);background:linear-gradient(135deg,#e8f5e9 0%,#e3f2e6 100%);border:1px solid #1b5e2038}.seller-detail-alert--error{background:#fff5f5;border:1px solid #b4323247;font-weight:500}.seller-detail-hero{border-left:4px solid var(--loft-bronze);margin-bottom:1.1rem;padding:1.35rem 1.45rem!important}.cabinet-root .main .seller-detail-hero h1{border-bottom:none;margin:0 0 .65rem;padding-bottom:0;font-size:clamp(1.35rem,2.5vw,1.65rem)}.seller-detail-hero__meta{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.seller-detail-price{color:var(--ref-heading);font-size:1.35rem;font-weight:700;font-family:var(--font-display)}.seller-detail-price .site-pcard__price-num{font-size:1.35rem}.seller-detail-price .site-pcard__price-cur{font-size:.72rem}.seller-detail-status-hint{max-width:54ch;margin:.55rem 0 0;line-height:1.5}.seller-detail-brief{color:var(--ref-text);max-width:62ch;margin:1rem 0 0;font-size:.98rem;line-height:1.55}.seller-moderation-note{border-left:4px solid #c45a3a!important;margin-bottom:1rem!important}.seller-moderation-note__hint{margin:.5rem 0 0!important}.seller-detail-gallery-card{margin-bottom:1.1rem;position:relative;padding:1.25rem 1.35rem!important}.seller-detail-gallery-head{margin-bottom:1rem}.seller-detail-gallery-title{font-size:1.05rem;font-weight:600;font-family:var(--font-display);margin:0 0 .2rem}.seller-detail-gallery-sub{margin:0}.seller-detail-gallery-empty{background:var(--ref-page-bg);border-radius:var(--radius-ui);text-align:center;margin:0 0 1rem;padding:1rem}.seller-detail-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.65rem;margin:0 0 1.15rem;padding:0;list-style:none;display:grid}.seller-detail-gallery-item{aspect-ratio:1;border:1px solid var(--ref-border);box-shadow:var(--shadow-sm);border-radius:12px;position:relative;overflow:hidden}.seller-detail-gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .2s var(--ease-out);display:block}.seller-detail-gallery-item:hover .seller-detail-gallery-img{transform:scale(1.03)}.seller-detail-gallery-num{color:#fff;background:#0009;border-radius:8px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:11px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}.seller-detail-gallery-mod-badge{color:#fff;text-align:center;background:#143c28e0;border-radius:6px;padding:.2rem .35rem;font-size:10px;font-weight:600;line-height:1.25;position:absolute;bottom:8px;left:8px;right:8px}.seller-detail-gallery-proc-badge{color:#fff;text-align:center;background:#1e325ae6;border-radius:6px;padding:.2rem .35rem;font-size:10px;font-weight:600;line-height:1.25;position:absolute;top:28px;left:8px;right:8px}.seller-detail-gallery-proc-badge--fail{background:#781e1eeb}.seller-detail-gallery-delete{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:8px;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;padding:0;font-size:1.1rem;line-height:1;display:flex;position:absolute;top:6px;right:6px}.seller-detail-gallery-delete:hover{background:#781414d9}.seller-detail-gallery-delete:disabled{opacity:.45;cursor:not-allowed}.seller-detail-file-input-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.seller-detail-dropzone{border:2px dashed var(--ref-border);background:linear-gradient(180deg, var(--mint-50) 0%, var(--mint-100) 100%);text-align:center;cursor:pointer;border-radius:14px;padding:1.35rem 1.25rem;transition:border-color .2s,background .2s,box-shadow .2s;position:relative}.seller-detail-dropzone:focus{box-shadow:0 0 0 3px var(--loft-bronze-soft);outline:none}.seller-detail-dropzone:focus-visible{outline:2px solid var(--loft-bronze);outline-offset:2px}.seller-detail-dropzone.is-dragover{border-color:var(--loft-bronze);background:var(--mint-100);box-shadow:0 0 0 3px var(--loft-bronze-soft)}.seller-detail-dropzone.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.seller-detail-dropzone-body{pointer-events:none;position:relative}.seller-detail-dropzone-icon{background:var(--loft-card);border:1px solid var(--ref-border);width:44px;height:44px;box-shadow:var(--shadow-sm);border-radius:12px;margin:0 auto .65rem;display:block;position:relative}.seller-detail-dropzone-icon:before{content:"";border:2px solid var(--loft-bronze);border-radius:3px;width:18px;height:14px;margin-left:-9px;position:absolute;top:12px;left:50%}.seller-detail-dropzone-icon:after{content:"";background:var(--loft-bronze);border-radius:50%;width:8px;height:8px;margin-left:-4px;position:absolute;top:22px;left:50%}.seller-detail-dropzone-title{color:var(--ref-heading);margin:0 0 .35rem;font-size:.98rem;font-weight:600}.seller-detail-dropzone-hint{margin:0;line-height:1.5}.seller-detail-pending-block{border-top:1px solid var(--ref-border);margin-top:1.15rem;padding-top:1.1rem}.seller-detail-pending-label{margin:0 0 .6rem}.seller-detail-pending-grid{flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.seller-detail-pending-item{border:1px solid var(--ref-border);border-radius:10px;width:72px;height:72px;position:relative;overflow:hidden}.seller-detail-pending-thumb{object-fit:cover;width:100%;height:100%}.seller-detail-pending-remove{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;padding:0;font-size:1rem;line-height:1;display:flex;position:absolute;top:3px;right:3px}.seller-detail-pending-remove:hover:not(:disabled){background:#8a2f2f}.seller-detail-moderation-card{padding:1.25rem 1.35rem!important}.seller-detail-moderation-title{font-size:1.05rem;font-weight:600;font-family:var(--font-display);margin:0 0 1rem}.seller-detail-publish-block{flex-direction:column;align-items:flex-start;gap:.85rem;max-width:52ch;display:flex}.seller-detail-publish-btn{min-width:220px}.seller-detail-status-callout{border:1px solid var(--ref-border);border-radius:12px;margin-bottom:.25rem;padding:1rem 1.1rem}.seller-detail-status-callout--pending{background:linear-gradient(135deg, var(--mint-100) 0%, var(--mint-150) 100%);border-color:#3a7d5c59}.seller-detail-status-callout--active{background:linear-gradient(135deg,#d6f0df 0%,#c5e8d1 100%);border-color:#3a7d5c66}.seller-detail-danger{border-top:1px dashed var(--ref-border);margin-top:1.25rem;padding-top:1.15rem}.seller-detail-delete-btn{font-size:.88rem}.seller-profile-logo-block{border-bottom:1px solid var(--ref-border);margin-bottom:1.75rem;padding-bottom:1.5rem}.seller-profile-logo-block__title{font-size:1.05rem;font-family:var(--font-display);margin:0 0 .35rem}.seller-profile-logo-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.seller-profile-logo-preview{border:2px solid var(--ref-border);background:var(--loft-paper);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.seller-profile-logo-preview img{object-fit:contain;width:100%;height:100%;padding:10px}.seller-profile-logo-placeholder{color:var(--ref-muted);text-align:center;padding:.5rem;font-size:.75rem}.seller-profile-logo-upload{cursor:pointer;position:relative}.seller-profile-logo-upload.is-busy{opacity:.65;pointer-events:none}@media (width<=767px){.site-pcard-grid{grid-template-columns:1fr;gap:.5rem}.site-pcard-grid .site-pcard{border-radius:10px;flex-direction:row;align-items:stretch;min-height:0;max-height:none;box-shadow:inset 0 1px #ffffffd9,0 4px 14px #2d5a460f}.site-pcard-grid .site-pcard__media{flex:0 0 36%;align-self:stretch;width:36%;min-width:96px;max-width:132px}.site-pcard-grid .product-card-gallery{height:100%;min-height:0}.site-pcard-grid .product-card-gallery__stage{aspect-ratio:1;min-height:104px;max-height:none}.site-pcard-grid .product-card-gallery__rail{display:none}.site-pcard-grid .site-pcard__body,.site-pcard-grid .site-pcard__hit{flex:1;justify-content:center;gap:.15rem;min-width:0;padding:.5rem .6rem .55rem}.site-pcard-grid .site-pcard__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.22;display:-webkit-box;overflow:hidden}.site-pcard-grid .site-pcard__brief{display:none}.site-pcard-grid .site-pcard__seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;padding-top:.15rem;font-size:.62rem;display:-webkit-box;overflow:hidden}.site-pcard-grid .site-pcard__price{margin-top:.25rem}.site-pcard-grid .site-pcard__price-num{font-size:.92rem}.site-pcard-grid .site-pcard__price-cur{font-size:.58rem}.site-pcard-grid .site-pcard__cta{display:none}.site-product-page .product-hero-layout{gap:.85rem;margin-bottom:1.25rem}.site-product-page .product-gallery--hero{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin:0 -10px;padding:0 10px 6px;display:flex;overflow:auto hidden}.site-product-page .product-gallery--hero::-webkit-scrollbar{display:none}.site-product-page .product-gallery--hero .product-gallery__tile{scroll-snap-align:center;flex:0 0 86%;max-width:280px}.site-product-page .product-gallery--hero .product-img{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%;max-width:none;max-height:200px}.site-product-page .site-product-name{margin-bottom:.35rem;font-size:1.15rem;line-height:1.2}.site-product-page .product-hero-brief{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.4rem;font-size:.82rem;display:-webkit-box;overflow:hidden}.site-product-page .price-big{margin:.35rem 0 0;font-size:1.2rem}.site-product-page .salon-mini-card{border-radius:10px;margin-top:.75rem}.site-product-page .salon-mini-card__link{gap:.55rem;padding:.55rem .65rem}.site-product-page .salon-mini-card__logo,.site-product-page .salon-mini-card__logo--ph{border-radius:10px;width:44px;height:44px}.site-product-page .salon-mini-card__name{font-size:.92rem}.site-product-page .salon-mini-card__city{font-size:12px}.site-product-page .salon-mini-card__rating{margin-top:.15rem;font-size:11px}.site-product-page .salon-mini-card__hint{display:none}.site-product-page .salon-mini-card__actions{flex-direction:column;align-items:stretch;width:calc(100% - 1.3rem);margin:0 .65rem .55rem}.site-product-page .salon-mini-card__actions .btn{text-align:center;justify-content:center;width:100%}.site-product-page .product-order-card{border-left-width:3px;border-radius:12px;margin-top:.65rem;padding:.55rem .65rem .35rem}.site-product-page .product-order-card__title{margin:0 0 .5rem;padding-bottom:6px;font-size:14px}.site-product-page .product-order-form{gap:.55rem}.site-product-page .product-order-form__core{gap:.45rem}.site-product-page .product-order-form__core label{font-size:11px}.site-product-page .product-order-form__core input,.site-product-page .product-order-form__core textarea{padding:8px 10px;font-size:16px}.site-product-page .product-order-form__core textarea{min-height:3.25rem;max-height:6rem}.site-product-page .product-order-extras{border-radius:8px}.site-product-page .product-order-extras__summary{padding:.45rem .25rem;font-size:12px}.site-product-page .product-order-form__actions{z-index:35;padding:10px .65rem calc(10px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg, #f5fcf900 0%, #fffffff0 28%, var(--mint-0) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--ref-border);flex-wrap:nowrap;gap:6px;margin:.35rem -.65rem -.35rem;position:sticky;bottom:0;box-shadow:0 -6px 24px #2d5a4612}.site-product-page .product-order-qty{flex:none;min-width:3.2rem}.site-product-page .product-order-qty input{max-width:3.6rem;padding:8px 6px}.site-product-page .product-order-form__submit,.site-product-page .product-order-form__cart{flex:auto;min-width:0;padding-left:10px;padding-right:10px;font-size:.82rem}.site-product-page .product-order-form__cart-link{display:none}.site-product-page{padding-bottom:.5rem}.site-product-page .product-desc-panel,.site-product-page .product-spec-panel{margin-top:1.1rem}.site-product-page .site-breadcrumb{flex-wrap:wrap;margin-bottom:.35rem;font-size:11px}.site-product-page .site-bc-current{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.cart-line.card{padding:.55rem .65rem}.cart-line-img{width:72px;height:72px}.cart-line-main .price-big{font-size:1.05rem}.cart-line-main .muted.small{display:none}.cart-line-main strong{font-size:.88rem;line-height:1.25}.cart-line-actions{margin-top:.45rem;padding-top:.45rem}.cart-summary{padding:.75rem .85rem}.cart-summary .muted.small{font-size:.72rem;line-height:1.35}.cart-checkout-form.card{gap:.55rem!important;padding:.75rem .85rem!important}.cart-checkout-form label{margin:0;font-size:.78rem}.cart-checkout-form input,.cart-checkout-form textarea,.cart-checkout-form select{padding:8px 10px;font-size:16px}.cart-checkout-more{border:1px dashed var(--ref-border);background:#2d5a4605;border-radius:10px;padding:0 .4rem}.cart-checkout-more__summary{cursor:pointer;color:var(--ref-link);padding:.55rem .2rem;font-size:12px;font-weight:600;list-style:none}.cart-checkout-more__summary::-webkit-details-marker{display:none}.cart-checkout-more__grid{grid-template-columns:1fr 1fr;gap:.5rem;padding:0 .15rem .65rem;display:grid}.cart-checkout-more__grid label{color:var(--ref-muted);flex-direction:column;gap:.2rem;font-size:11px;font-weight:600;display:flex}.cart-checkout-more__full{grid-column:1/-1}.cart-checkout-submit{width:100%;margin-top:.15rem}@media (width<=520px){.cart-checkout-more__grid{grid-template-columns:1fr}}}.site-compare-scroll{-webkit-overflow-scrolling:touch;border:1px solid var(--ref-border,#ddd);background:var(--surface,#fff);border-radius:12px;margin:1rem 0;overflow-x:auto}.site-compare-table{border-collapse:collapse;width:100%;min-width:520px;font-size:.9rem}.site-compare-table th,.site-compare-table td{border:1px solid var(--ref-border,#e5e5e5);vertical-align:top;text-align:left;padding:.5rem .65rem}.site-compare-sticky-col{background:var(--surface-muted,#f6f6f6);white-space:nowrap;min-width:8rem;font-weight:600}.site-compare-product-head{max-width:11rem;position:relative;text-align:center!important}.site-compare-remove{cursor:pointer;color:var(--ref-muted,#666);background:0 0;border:none;padding:2px 6px;font-size:1.25rem;line-height:1;position:absolute;top:4px;right:4px}.site-compare-thumb{object-fit:cover;border-radius:8px;width:72px;height:72px;margin:.35rem auto;display:block}.site-compare-title-link{word-break:break-word;margin-top:.25rem;font-weight:600;display:block}.site-compare-price{margin-top:.25rem;font-weight:700}.site-compare-price .site-pcard__price{margin-top:.2rem}.site-compare-price .site-pcard__price-num{font-size:.95rem}.site-compare-row-label{font-weight:500}.site-compare-cell{word-break:break-word;max-width:10rem}.site-pcard__compare{z-index:5;position:absolute;top:.45rem;left:.45rem}.site-compare-wrap{align-items:center;display:inline-flex;position:relative}.site-compare-state{white-space:nowrap;color:#2d5a46;background:#e3f5eaf5;border:1px solid #3a7d5c4d;border-radius:999px;padding:.2rem .4rem;font-size:.63rem;font-weight:700;line-height:1.1;position:absolute;top:0;left:calc(100% + .35rem);box-shadow:0 3px 10px #16201c1f}.site-compare-btn{color:#32443b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border:1px solid #1f262329;border-radius:999px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;padding:0;display:inline-flex;box-shadow:0 8px 16px #00000024}.site-compare-btn.small{width:44px;min-width:44px;height:44px}.site-compare-btn[aria-pressed=true]{color:#2d5a46;background:#e3f5eafa;border-color:#3a7d5c73}.site-compare-btn.is-flash{animation:.42s site-compare-btn-added}.site-compare-btn.is-flash .site-compare-btn__icon{animation:.42s site-compare-icon-pop}.site-compare-btn__icon{width:20px;height:20px}@keyframes site-compare-btn-added{0%{transform:scale(1);box-shadow:0 8px 16px #00000024}42%{transform:scale(1.11);box-shadow:0 0 0 6px #4cae632e}to{transform:scale(1);box-shadow:0 8px 16px #00000024}}@keyframes site-compare-icon-pop{0%{transform:scale(1)}45%{transform:scale(1.2)}to{transform:scale(1)}}.site-trust-strip{border-block:1px solid var(--ref-border,#e8e8e8);background:linear-gradient(#2d5a460f,#2d5a4605);padding:1rem 0}.site-trust-strip__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:start;gap:1rem;display:grid}.site-trust-item{align-items:flex-start;gap:.65rem;display:flex}.site-trust-item__icon{flex-shrink:0;font-size:1.35rem;line-height:1}.site-trust-item__title{margin:0 0 .2rem;font-size:.95rem;font-weight:700}.site-trust-item__text{color:var(--ref-muted,#555);margin:0;font-size:.85rem;line-height:1.4}.site-header-compare{font-size:.88rem;position:relative}.site-header-compare-badge{background:var(--ref-accent,#2d5a46);color:#fff;text-align:center;vertical-align:middle;border-radius:999px;min-width:1.1rem;margin-left:4px;padding:0 4px;font-size:.72rem;font-weight:700;line-height:1.3;display:inline-block}.site-ann-bar{background:linear-gradient(90deg, var(--loft-bronze-hover) 0%, var(--loft-bronze) 100%);color:#fff;font-size:.88rem}.site-ann-bar__inner{justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 0;display:flex}.site-ann-bar__text{text-align:center;flex:1;margin:0}.site-ann-bar__close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:6px;flex-shrink:0;width:1.75rem;height:1.75rem;font-size:1.1rem;line-height:1}.site-preheader{color:var(--loft-steel);background:linear-gradient(#d8f0e4 0%,#c8e8d8 100%);border-bottom:1px solid #3a7d5c38;font-size:.82rem}.site-preheader__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.35rem 0;display:flex}.site-preheader__tel{color:inherit;font-weight:600}.site-preheader__promo{color:var(--loft-steel);flex-wrap:wrap;flex:1;justify-content:center;gap:.35rem .65rem;display:flex}.site-preheader__promo-link{color:inherit;text-transform:uppercase;letter-spacing:.12em;opacity:.9;white-space:nowrap;font-size:.74rem;font-weight:600;transition:opacity .15s,color .15s}.site-preheader__promo-link:hover,.site-preheader__promo-link.active{opacity:1;color:var(--ref-link)}.site-preheader__auth{align-items:center;gap:.35rem;display:flex}.site-preheader__sep{opacity:.45;margin:0 .15rem}.site-trust-ribbon{background:var(--loft-card);border-bottom:1px solid var(--ref-border)}.site-trust-ribbon__inner{color:#444;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1.25rem;padding:.65rem 0;font-size:.8rem;display:grid}.site-trust-ribbon__item{align-items:center;gap:.45rem;display:flex}.site-trust-ribbon__ico{text-align:center;flex-shrink:0;width:1.75rem}.site-float-dock{z-index:80;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:88px;right:16px}.site-main--buyer-tabs .site-float-dock{bottom:108px}.site-float-dock__top{background:var(--loft-bronze);color:#fff;cursor:pointer;border:none;border-radius:50%;width:44px;height:44px;font-size:1.2rem;box-shadow:0 4px 14px #2d6b3d47}.site-float-dock__msg{background:var(--loft-bronze);border-radius:999px;align-items:center;gap:.35rem;padding:.55rem .9rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #2d6b3d47;color:#fff!important}.site-float-dock__msg-ico{font-size:1rem}.site-weekly-deals{background:#faf9f8;border-top:1px solid #2d5a4612;border-bottom:1px solid #2d5a4612;padding:1.65rem 0 1.75rem}.site-weekly-deals__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.65rem 1rem;margin-bottom:1.05rem;display:flex}.site-weekly-deals__head .site-h2{letter-spacing:-.02em;margin:0}.site-weekly-deals__timer{color:var(--ref-heading);background:#fff;border:1px solid #2d5a461f;border-radius:999px;flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem;padding:.4rem .85rem;font-size:.8rem;display:flex;box-shadow:0 2px 10px #16201c0a}.site-weekly-deals__timer-label{letter-spacing:.14em;text-transform:uppercase;color:var(--ref-muted);font-size:10px;font-weight:700}.site-weekly-deals__timer-digits{letter-spacing:.08em;font-variant-numeric:tabular-nums;color:var(--loft-bronze);font-size:.92rem;font-weight:700}.site-weekly-deals__timer-hint{font-weight:600;color:var(--ref-muted)!important;font-size:.68rem!important}.site-weekly-deals__frame{align-items:stretch;gap:.4rem;display:flex;position:relative}.site-weekly-deals__rail{scroll-snap-type:x mandatory;scrollbar-width:thin;flex:1;gap:.85rem;padding:.2rem 0 .45rem;display:flex;overflow-x:auto}.site-weekly-card{scroll-snap-align:start;transition:transform .22s var(--ease-out), box-shadow .22s ease, border-color .2s ease;background:#fff;border:1px solid #2d5a4617;border-radius:16px;flex:0 0 216px;position:relative;overflow:hidden;box-shadow:0 8px 26px #16201c0d}.site-weekly-card:hover{border-color:#3a7d5c33;transform:translateY(-2px);box-shadow:0 14px 36px #16201c14}.site-weekly-card__badge{z-index:2;color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#3a7d5ceb;border-radius:6px;padding:.2rem .5rem;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.site-weekly-card__title{margin:0 0 .35rem;font-size:.88rem;line-height:1.28}.site-weekly-card__title a{color:inherit;text-decoration:none}.site-weekly-card__title a:hover{color:var(--loft-bronze-hover)}.site-weekly-card__body{padding:.75rem .8rem .9rem}.site-weekly-card__price{margin:0;font-weight:700}.site-weekly-card__price-wrap .site-pcard__price{margin-top:.35rem}.site-weekly-card__price-wrap .site-pcard__price-num{font-size:1rem}.site-weekly-deals__nav{cursor:pointer;width:38px;height:38px;color:var(--ref-heading);background:#fff;border:1px solid #2d5a461f;border-radius:50%;flex-shrink:0;align-self:center;font-size:1.2rem;line-height:1;transition:border-color .2s,color .2s,background .2s;box-shadow:0 2px 8px #16201c0d}.site-weekly-deals__nav:hover{color:var(--loft-bronze);background:#fbfdfb;border-color:#3a7d5c59}@media (width<=640px){.site-weekly-deals__nav{display:none}.site-weekly-deals__frame{gap:0}}.site-catalog-quick-search{flex-wrap:wrap;gap:.5rem;max-width:720px;margin:0 0 1rem;display:flex}.site-catalog-quick-search__input{border:1px solid #cfd4dc;border-radius:8px;flex:1;min-width:200px;padding:.55rem .75rem;font-size:1rem}.site-catalog-layout{grid-template-columns:260px 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=900px){.site-catalog-layout{grid-template-columns:1fr}}.site-catalog-sidebar{padding:1rem 1.1rem;position:sticky;top:.5rem}.site-catalog-sidebar__head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.site-catalog-sidebar__title{margin:0;font-size:1rem}.site-catalog-filters{flex-direction:column;gap:.65rem;display:flex}.site-filter-acc summary{cursor:pointer;margin-bottom:.35rem;font-size:.88rem;font-weight:600}.site-filter-acc select,.site-filter-acc input{border:1px solid #cfd4dc;border-radius:6px;width:100%;padding:.45rem .5rem;font-size:.9rem}.site-catalog-price-row{flex-direction:column;gap:.5rem;display:flex}.catalog-budget{background:linear-gradient(165deg,#fff,#f5faf7);border:1px solid #2d5a4629;border-radius:14px;padding:.8rem;box-shadow:0 2px 14px #16201c0f}.catalog-budget__chips{flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem;display:flex}.catalog-budget__chip{color:var(--ref-text,#222);cursor:pointer;background:#fff;border:1px solid #2d5a462e;border-radius:999px;padding:.32rem .6rem;font-size:.72rem;font-weight:600}.catalog-budget__chip.is-active{background:var(--loft-bronze);border-color:var(--loft-bronze);color:#fff}.catalog-budget__chip--custom{border-style:dashed}.catalog-budget__rail{height:20px;margin-bottom:.7rem;position:relative}.catalog-budget__rail-track{background:#2d5a461f;border-radius:999px;height:8px}.catalog-budget__rail-window{background:var(--loft-bronze);border-radius:999px;min-width:10px;height:8px;position:absolute;top:0}.catalog-budget__rail-cap{background:var(--loft-bronze);border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:-7px;position:absolute;top:50%;box-shadow:0 1px 5px #16201c33}.catalog-budget__rail-cap--a{left:-2px}.catalog-budget__rail-cap--b{right:-2px}.catalog-budget__rail-sliders{position:absolute;inset:-6px 0 0}.catalog-budget__range{appearance:none;pointer-events:none;background:0 0;width:100%;margin:0;position:absolute;inset:0}.catalog-budget__range::-webkit-slider-runnable-track{background:0 0;height:20px}.catalog-budget__range::-moz-range-track{background:0 0;border:0;height:20px}.catalog-budget__range::-webkit-slider-thumb{pointer-events:auto;appearance:none;background:var(--loft-bronze);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:1px;box-shadow:0 1px 5px #16201c33}.catalog-budget__range::-moz-range-thumb{pointer-events:auto;background:var(--loft-bronze);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 5px #16201c33}.catalog-budget__rail--top-min .catalog-budget__range--min{z-index:3}.catalog-budget__rail--top-min .catalog-budget__range--max{z-index:2}.catalog-budget__rail--top-max .catalog-budget__range--max{z-index:3}.catalog-budget__rail--top-max .catalog-budget__range--min{z-index:2}.catalog-budget__fields{grid-template-columns:1fr auto 1fr;align-items:end;gap:.4rem;display:grid}.catalog-budget__field{flex-direction:column;gap:.2rem;display:flex}.catalog-budget__field-lab{color:var(--ref-muted,#666);font-size:.72rem}.catalog-budget__sep{color:#2d5a4673;padding-bottom:.45rem;font-weight:700}.catalog-budget__field input{text-align:center;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #2d5a4629;border-radius:9px;width:100%;padding:.46rem .38rem;font-size:.87rem;font-weight:700}.site-catalog-price-panel{background:linear-gradient(165deg,#fff 0%,#f6faf7 100%);border:1px solid #2d5a4624;border-radius:12px;padding:.75rem .85rem .9rem;box-shadow:0 2px 12px #16201c0d}.site-catalog-price-inputs{grid-template-columns:1fr auto 1fr;align-items:end;gap:.35rem .45rem;margin-bottom:.55rem;display:grid}.site-catalog-price-field{flex-direction:column;gap:.22rem;min-width:0;display:flex}.site-catalog-price-field__lab{color:var(--ref-muted,#555);font-size:.72rem;font-weight:600}.site-catalog-price-dash{color:#2d5a464d;-webkit-user-select:none;user-select:none;padding-bottom:.42rem;font-size:1rem;font-weight:500;line-height:1}.page.site-catalog-page .site-catalog-price-panel input{text-align:center;width:100%;color:var(--loft-ink);background:#fff;border:1px solid #2d5a4624;border-radius:8px;padding:.48rem .35rem;font-size:.88rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.page.site-catalog-page .site-catalog-price-panel input:hover{border-color:#3a7d5c47}.page.site-catalog-page .site-catalog-price-panel input:focus{box-shadow:0 0 0 2px var(--loft-bronze-soft);border-color:#3a7d5c80;outline:none}.site-catalog-price-panel .site-price-range{--price-range-h:2rem;--price-track-h:4px}.site-catalog-price-panel .site-price-range__scale-row{color:var(--ref-muted,#555);justify-content:space-between;margin:0 10px .4rem;font-size:.72rem;font-weight:600;display:flex}.site-catalog-price-panel .site-price-range__scale-end{font-variant-numeric:tabular-nums}.site-catalog-price-panel .site-price-range__track-wrap{height:var(--price-track-h);top:calc(var(--price-range-h) / 2 - var(--price-track-h) / 2);border-radius:999px;margin:0 12px;position:relative}.site-catalog-price-panel .site-price-range__track-bg{background:#2d5a461f;border-radius:999px;position:absolute;inset:0}.site-catalog-price-panel .site-price-range__track-fill{background:var(--loft-bronze);pointer-events:none;border-radius:999px;height:100%;position:absolute;top:0}.site-catalog-price-panel .site-price-range__sliders{height:var(--price-range-h);margin-top:calc(-1 * var(--price-range-h) + var(--price-track-h) / 2);touch-action:none;isolation:isolate;position:relative;overflow:visible}.site-catalog-price-panel .site-price-range__range{width:100%;height:var(--price-range-h);appearance:none;pointer-events:none;background:0 0;margin:0;position:absolute;left:0;right:0}.site-catalog-price-panel .site-price-range__range::-webkit-slider-thumb{appearance:none;pointer-events:auto;z-index:2;border:3px solid var(--loft-bronze);cursor:grab;touch-action:none;background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .1s;position:relative;box-shadow:0 1px 5px #16201c2e}.site-catalog-price-panel .site-price-range__range::-webkit-slider-thumb:hover{transform:scale(1.06)}.site-catalog-price-panel .site-price-range__range::-webkit-slider-thumb:active{cursor:grabbing}.site-catalog-price-panel .site-price-range__range::-moz-range-thumb{pointer-events:auto;z-index:2;border:3px solid var(--loft-bronze);cursor:grab;touch-action:none;background:#fff;border-radius:50%;width:22px;height:22px;position:relative;box-shadow:0 1px 5px #16201c2e}.site-catalog-price-panel .site-price-range__range::-moz-range-track{background:0 0}.site-catalog-price-panel .site-price-range__range::-webkit-slider-runnable-track{height:var(--price-track-h);background:0 0}.site-catalog-price-panel .site-price-range--top-min .site-price-range__range--min{z-index:5}.site-catalog-price-panel .site-price-range--top-min .site-price-range__range--max{z-index:4}.site-catalog-price-panel .site-price-range--top-max .site-price-range__range--max{z-index:5}.site-catalog-price-panel .site-price-range--top-max .site-price-range__range--min{z-index:4}.site-filter-apply-float{z-index:80;-webkit-backdrop-filter:blur(8px);background:#4cae63f2;border:1px solid #ffffff38;border-radius:12px;align-items:center;gap:.75rem;max-width:calc(100vw - 1.5rem);padding:.55rem .75rem .55rem 1rem;animation:.25s both site-filter-float-in;display:flex;position:fixed;bottom:1.2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 32px #16201c38}@keyframes site-filter-float-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.site-filter-apply-float__text{color:#fff;white-space:nowrap;font-size:.88rem;font-weight:700}.site-filter-apply-float__btn{cursor:pointer;letter-spacing:.06em;text-transform:uppercase;color:var(--loft-bronze);background:#fff;border:none;border-radius:8px;flex-shrink:0;padding:.5rem 1rem;font-family:inherit;font-size:.7rem;font-weight:800;transition:background .12s,transform .12s}.site-filter-apply-float__btn:hover{background:#fffffff2}@media (width<=520px){.site-filter-apply-float{text-align:center;flex-direction:column;gap:.5rem;padding:.65rem .85rem}.site-filter-apply-float__text{white-space:normal}}@media (prefers-reduced-motion:reduce){.site-filter-apply-float{animation:none}.site-catalog-price-panel .site-price-range__range::-webkit-slider-thumb{transition:none}.site-filter-apply-float__btn{transition:none}}.site-catalog-filters__submit{width:100%;margin-top:.35rem}.page.site-catalog-page.site-content-panel{background:#f7f6f4;border:1px solid #2d5a461a;border-radius:18px;box-shadow:0 16px 48px #16201c12}.page.site-catalog-page .catalog-page-head{border-bottom:1px solid #2d5a4614;margin-bottom:1.1rem;padding-bottom:.85rem}.page.site-catalog-page .catalog-page-title{letter-spacing:-.025em}.page.site-catalog-page .site-catalog-quick-search{background:#fff;border:1px solid #2d5a461a;border-radius:14px;align-items:stretch;max-width:none;margin-bottom:1.15rem;padding:.4rem;box-shadow:0 4px 18px #16201c0a}.page.site-catalog-page .site-catalog-quick-search__input{background:#f8f8f6;border:1px solid #0000;border-radius:10px}.page.site-catalog-page .site-catalog-quick-search__input:focus{background:#fff;border-color:#3a7d5c59;outline:none}.page.site-catalog-page .site-catalog-sidebar.card{background:#fff;border:1px solid #2d5a4617;border-radius:16px;box-shadow:0 8px 28px #16201c0d}.page.site-catalog-page .site-catalog-cat-hub.card{background:#fff;border:1px solid #2d5a4617;border-radius:16px;margin-bottom:1rem;box-shadow:0 8px 28px #16201c0d}.page.site-catalog-page .site-filter-acc select,.page.site-catalog-page .site-filter-acc input{border-color:#2d5a461f;border-radius:8px}.page.site-catalog-page .site-catalog-results{text-transform:none;letter-spacing:0;color:var(--ref-heading);background:#3a7d5c17;border-radius:999px;padding:.4rem .8rem;font-size:13px;font-weight:600;display:inline-block}.page.site-catalog-page .site-catalog-empty.card{box-shadow:none;background:#fff;border:1px dashed #2d5a4633;border-radius:16px}.page.site-catalog-page .site-pagination{border-top-color:#2d5a4614}.site-price-accent{color:var(--loft-bronze)!important}.site-pdp-tabs{background:#fff;border:1px solid #2d5a461a;border-radius:14px;margin-top:1.5rem;overflow:hidden}.site-pdp-tabs.card{padding:0;box-shadow:0 8px 28px #16201c0f}.site-pdp-tabs__nav{background:#f3f4f2;border-bottom:1px solid #2d5a461a;border-radius:14px 14px 0 0;flex-wrap:wrap;gap:0;display:flex}.site-pdp-tab{cursor:pointer;color:var(--ref-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.65rem 1rem;font-size:.88rem;font-weight:600;transition:color .15s,background .15s}.site-pdp-tab.is-active{color:var(--ref-heading);border-bottom-color:var(--loft-bronze);background:#fff}.site-pdp-tabs__panel{background:#fff;border:none;border-radius:0 0 12px 12px;padding:0}.site-pdp-panel-pad{padding:1rem 1.15rem 1.25rem}.site-product-page--showcase .site-similar-products .site-pcard{border-color:#2d5a4617;border-radius:16px;box-shadow:inset 0 1px #fffffff5,0 8px 26px #16201c0d}.site-product-page--showcase .site-similar-products .site-pcard:hover{border-color:#3a7d5c38;box-shadow:inset 0 1px #fff,0 14px 36px #16201c14}.site-pdp-vendor{margin:0 0 .35rem}.site-header-ico-row{flex-shrink:0;align-items:center;gap:.45rem;margin-right:.5rem;display:flex}.site-header-ico{color:#3a4a42;background:#fff;border:1px solid #e2e5ea;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.28rem;line-height:1;text-decoration:none;display:flex;position:relative}.site-header-ico:hover{border-color:#4cae638c}.site-header-ico-badge{background:var(--loft-bronze);color:#fff;text-align:center;border-radius:999px;min-width:1.1rem;padding:0 4px;font-size:.65rem;font-weight:800;line-height:1.4;position:absolute;top:-4px;right:-4px}.site-header-ico-svg{width:20px;height:20px}@media (width<=767px){.site-preheader__inner{flex-wrap:nowrap;gap:.4rem;padding:.4rem 0}.site-preheader__promo{display:none}.site-preheader__tel{font-size:.74rem;font-weight:700}.site-preheader__auth{margin-left:auto;font-size:.74rem}.site-branding{padding:10px 0 12px}.site-branding-row{gap:.55rem}.site-logo-block{text-align:left}.site-header-ico-row{order:3;gap:.35rem;margin-left:auto;margin-right:0}.site-header-ico{border-radius:10px;width:40px;height:40px;font-size:1.12rem}.site-search-form{border-radius:10px;order:12}.site-search-cat{display:none}.site-search-input{padding:11px 12px}.site-search-submit{min-width:82px;padding:11px 12px}.site-showcase-hero{padding:.75rem 0 .95rem}.site-showcase-hero__copy{border-radius:16px;padding:1rem .9rem .95rem}.site-showcase-hero__title{font-size:clamp(1.35rem,6.8vw,1.7rem);line-height:1.12}.site-showcase-hero__lead{font-size:.88rem}.site-showcase-hero__visual{min-height:220px}.site-home-quickbar{padding:.6rem 0}.site-home-quickbar__list{scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;padding-bottom:.1rem;overflow-x:auto}.site-home-quickbar__sep{display:none}.site-home-quickbar__item{flex:none}.site-home-quickbar__link{min-height:48px;padding:.55rem .72rem}.site-home-brands{padding:1.1rem 0 1.2rem}.site-home-brands__head{gap:.5rem;margin-bottom:.85rem}.site-home-brands__all{font-size:.85rem}.site-home-products{padding:1.3rem 0 1.5rem}.site-home-section-head{margin-bottom:.75rem}.site-pcard__fav{top:.35rem;right:.35rem}.site-pcard__compare{top:.35rem;left:.35rem}.site-compare-btn,.site-compare-btn.small{width:40px;min-width:40px;height:40px}.site-compare-btn__icon{width:18px;height:18px}}@media (width<=420px){.site-container{padding:0 12px}.site-logo-title{font-size:1.5rem}.site-header-account{max-width:40%}.site-user-menu-trigger{max-width:124px}.site-showcase-hero__spot{border-radius:14px}.site-brand-strip{grid-template-columns:1fr 1fr;gap:9px}.site-brand-strip__cell{min-height:52px}}.site-footer--hb .site-footer-grid-hb{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem 1.5rem;padding:2rem 0 1.5rem;display:grid}.site-footer-grid-hb--compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem 2rem}.site-footer-contact-sep{opacity:.55}.site-footer--hb h5{text-transform:uppercase;letter-spacing:.06em;color:var(--loft-steel-deep);margin:0 0 .65rem;font-size:.72rem}.site-footer-col--about{grid-column:span 1}@media (width>=960px){.site-footer-col--about{grid-column:span 2;max-width:320px}}.site-room-zones__rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.75rem;margin:0;padding:0 0 6px;list-style:none;display:flex;overflow-x:auto}.site-room-zones__item{scroll-snap-align:start;flex:0 0 clamp(204px,76vw,280px)}@media (width>=900px){.site-room-zones__rail{grid-template-columns:repeat(auto-fill,minmax(204px,1fr));gap:1rem;padding-bottom:0;display:grid;overflow-x:visible}.site-room-zones__item{flex:unset;scroll-snap-align:none;min-width:0}}.site-room-zone-tile{min-height:188px;transition:transform .3s var(--ease-out), box-shadow .3s var(--ease-out);border-radius:18px;display:block;position:relative;overflow:hidden;box-shadow:0 14px 42px #16201c1f;color:#fff!important;text-decoration:none!important}.site-room-zone-tile:hover{transform:translateY(-5px);box-shadow:0 24px 56px #16201c2e}.site-room-zone-tile__bg{z-index:0;position:absolute;inset:0}.site-room-zone-tile--living .site-room-zone-tile__bg{background:linear-gradient(135deg,#9cb9a4 0%,#5f7a66 38%,#3a4d40 100%)}.site-room-zone-tile--bedroom .site-room-zone-tile__bg{background:linear-gradient(135deg,#b5a8c4 0%,#7d6b8f 40%,#4a3f58 100%)}.site-room-zone-tile--kitchen .site-room-zone-tile__bg{background:linear-gradient(135deg,#d4b896 0%,#a67c52 42%,#6b4d32 100%)}.site-room-zone-tile--hallway .site-room-zone-tile__bg{background:linear-gradient(135deg,#b9c4c9 0%,#6f858f 40%,#3d4d55 100%)}.site-room-zone-tile--bath .site-room-zone-tile__bg{background:linear-gradient(135deg,#9cc4d4 0%,#4f87a0 42%,#2f5564 100%)}.site-room-zone-tile--kids .site-room-zone-tile__bg{background:linear-gradient(135deg,#e8d89c 0%,#c4a24a 42%,#8a7030 100%)}.site-room-zone-tile--office .site-room-zone-tile__bg{background:linear-gradient(135deg,#b8c0ca 0%,#6a7784 42%,#3d4650 100%)}.site-room-zone-tile--storage .site-room-zone-tile__bg{background:linear-gradient(135deg,#c4bbb4 0%,#8a7d74 42%,#524840 100%)}.site-room-zone-tile--other .site-room-zone-tile__bg{background:linear-gradient(135deg,#c5cac4 0%,#7a8278 42%,#4a5248 100%)}.site-room-zone-tile__body{z-index:1;background:linear-gradient(#0000 22%,#080c0a47 55%,#080c0ad1 100%);flex-direction:column;justify-content:flex-end;gap:.2rem;min-height:188px;padding:1.2rem 1.05rem 1.05rem;display:flex;position:relative}.site-room-zone-tile__label{font-family:var(--font-display);letter-spacing:-.02em;text-shadow:0 2px 24px #00000059;font-size:clamp(1.18rem,2.5vw,1.42rem);font-weight:600;line-height:1.12}.site-room-zone-tile__meta{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:#ffffffad;font-size:10px;font-weight:700}.site-room-zone-tile__preview{color:#ffffffe6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.2rem;font-size:12px;font-weight:500;line-height:1.38;display:-webkit-box;overflow:hidden}.site-room-zone-tile__cta{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:#fffffff5;align-items:center;gap:.4rem;margin-top:.55rem;font-size:11px;font-weight:700;display:inline-flex}.site-room-zone-tile__cta-ic{transition:transform .22s var(--ease-out);display:inline-block}.site-room-zone-tile:hover .site-room-zone-tile__cta-ic{transform:translate(5px)}.site-cat-visual-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.site-cat-visual-card{color:#1a1a1a;text-align:center;border:2px solid #0000;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:120px;padding:1rem .75rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.site-cat-visual-card:hover{border-color:#4cae6380;transform:translateY(-2px)}.site-cat-visual-card.is-active{border-color:var(--loft-bronze);box-shadow:0 0 0 1px #4cae6340}.site-cat-visual-card__icon{width:3rem;height:3rem;color:var(--loft-bronze);background:#3a7d5c14;border-radius:12px;justify-content:center;align-items:center;display:flex}.site-cat-visual-card__name{line-height:1.25}.site-catalog-cat-hub{margin-bottom:1rem;padding:.85rem 1rem 1rem}.site-catalog-cat-hub__head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.site-catalog-cat-hub__title{margin:0;font-size:1rem}.site-catalog-cat-hub .site-cat-visual-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.65rem}.site-catalog-cat-hub .site-cat-visual-card{min-height:88px;padding:.65rem .4rem;font-size:.82rem}.site-catalog-cat-hub .site-cat-visual-card__icon{border-radius:10px;width:2.35rem;height:2.35rem}.site-pcard__quickadd{z-index:4;opacity:0;pointer-events:none;transition:opacity .15s;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.site-pcard:hover .site-pcard__quickadd,.site-pcard:focus-within .site-pcard__quickadd,.site-pcard__quickadd.is-added{opacity:1;pointer-events:auto}.site-pcard__quickadd-btn{cursor:pointer;background:#fff;border:1px solid #e2e5ea;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex;box-shadow:0 4px 12px #0000001f}.site-pcard__quickadd-btn:hover:not(:disabled){border-color:var(--loft-bronze)}.site-pcard__quickadd-btn:disabled{opacity:.65;cursor:wait}.site-pcard__quickadd-state{white-space:nowrap;color:#2d5a46;background:#e3f5eaf7;border:1px solid #3a7d5c47;border-radius:999px;padding:.22rem .46rem;font-size:.63rem;font-weight:700;line-height:1.15;position:absolute;bottom:calc(100% + .35rem);left:50%;transform:translate(-50%);box-shadow:0 3px 10px #16201c24}.page.site-catalog-page .site-pcard__fav,.page.site-catalog-page .site-pcard__compare{opacity:0;pointer-events:none;transition:opacity .16s,transform .16s;transform:translateY(-2px)}.page.site-catalog-page .site-pcard:hover .site-pcard__fav,.page.site-catalog-page .site-pcard:focus-within .site-pcard__fav,.page.site-catalog-page .site-pcard:hover .site-pcard__compare,.page.site-catalog-page .site-pcard:focus-within .site-pcard__compare,:is(.page.site-catalog-page .site-pcard__fav:has(.site-fav-btn.is-on),.page.site-catalog-page .site-pcard__compare:has(.site-compare-btn[aria-pressed=true])){opacity:1;pointer-events:auto;transform:translateY(0)}.page.site-catalog-page .site-pcard__media{position:relative}.page.site-catalog-page .site-pcard__fav{top:.45rem;right:.45rem}.page.site-catalog-page .site-pcard__compare{top:.45rem;left:auto;right:3.05rem}.page.site-catalog-page .site-pcard__quickadd{inset:.45rem 5.65rem auto auto;transform:none}.page.site-catalog-page .site-pcard__quickadd-state{top:calc(100% + .28rem);bottom:auto;left:50%;transform:translate(-50%)}@media (width<=720px){.page.site-catalog-page .site-pcard__fav{right:.35rem}.page.site-catalog-page .site-pcard__compare{right:2.75rem}.page.site-catalog-page .site-pcard__quickadd{right:5.15rem}.page.site-catalog-page .site-pcard__fav,.page.site-catalog-page .site-pcard__compare{opacity:1;pointer-events:auto;transform:none}.site-pcard__quickadd{opacity:1;pointer-events:auto}.site-compare-state{text-overflow:ellipsis;max-width:96px;padding:.2rem .36rem;font-size:.6rem;overflow:hidden}.site-pcard__quickadd-state{text-overflow:ellipsis;max-width:132px;font-size:.6rem;overflow:hidden}}@media (width<=1024px){.page.site-catalog-page.site-content-panel{border-radius:14px;padding:.9rem}.page.site-catalog-page .site-catalog-layout{grid-template-columns:1fr;gap:.9rem}.page.site-catalog-page .site-catalog-sidebar{position:static;top:auto}}@media (width<=767px){.page.site-catalog-page .site-breadcrumb{white-space:nowrap;margin-bottom:.7rem;padding-bottom:.2rem;overflow-x:auto}.page.site-catalog-page .catalog-page-head{gap:.5rem;margin-bottom:.85rem}.page.site-catalog-page .catalog-page-title{font-size:clamp(1.25rem,6vw,1.6rem);line-height:1.15}.page.site-catalog-page .site-catalog-quick-search{gap:.45rem;padding:.45rem}.page.site-catalog-page .site-catalog-quick-search__input{width:100%;min-width:0}.page.site-catalog-page .site-catalog-quick-search__btn{width:100%}.page.site-catalog-page .site-catalog-sidebar.card{border-radius:14px;padding:.85rem .85rem .9rem}.page.site-catalog-page .site-catalog-cat-hub{padding:.75rem}.page.site-catalog-page .site-catalog-cat-hub .site-cat-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.page.site-catalog-page .site-catalog-cat-hub .site-cat-visual-card{min-height:78px;padding:.55rem .35rem;font-size:.74rem}.page.site-catalog-page .site-catalog-cat-hub .site-cat-visual-card__icon{width:2rem;height:2rem}.page.site-catalog-page .site-catalog-results{width:fit-content;max-width:100%;margin-bottom:.75rem;display:block}.page.site-catalog-page .site-pcard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.page.site-catalog-page .site-pcard-grid .site-pcard{border-radius:12px;flex-direction:column}.page.site-catalog-page .site-pcard-grid .site-pcard__media{width:100%;min-width:0;max-width:none}.page.site-catalog-page .site-pcard-grid .product-card-gallery__stage{aspect-ratio:4/5;min-height:0}.page.site-catalog-page .site-pcard-grid .site-pcard__body,.page.site-catalog-page .site-pcard-grid .site-pcard__hit{justify-content:flex-start;gap:.24rem;padding:.62rem .62rem .72rem}.page.site-catalog-page .site-pcard-grid .site-pcard__brief{display:none}.page.site-catalog-page .site-pcard-grid .site-pcard__seller{font-size:.68rem}.page.site-catalog-page .site-pagination{justify-content:stretch;margin-top:.9rem}.page.site-catalog-page .site-pagination .btn{flex:1;min-width:0}.site-filter-apply-float{width:auto;max-width:none;left:.75rem;right:.75rem;bottom:calc(.8rem + env(safe-area-inset-bottom,0px));justify-content:space-between;transform:none}}@media (width<=460px){.page.site-catalog-page .site-catalog-cat-hub .site-cat-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page.site-catalog-page .site-pcard-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.site-compare-btn.is-flash,.site-compare-btn.is-flash .site-compare-btn__icon{animation:none}}
