.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}:where(.brand-thumbnails-description),ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}:where(.brand-thumbnails-description)::before,ul.brand-thumbnails:before{clear:both;content:"";display:table}:where(.brand-thumbnails-description)::after,ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}:where(.brand-thumbnails-description li.first),ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(2n){margin-right:0}}:where(.brand-thumbnails-description li){float:left;margin:0 2% 1em 0;padding:0;position:relative;text-align:center}:where(.brand-thumbnails-description li.last),:where(.brand-thumbnails-description.columns-1 li){margin-right:0}:where(.brand-thumbnails-description li .term-thumbnail img){width:100%;display:inline}:where(.brand-thumbnails-description li .term-description){margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}:root {
--ink: #0f0f0f;
--ink-hover: #302c28;
--paper: #f6f5f3;
--soft: #f4f4f3;
--soft-2: #faf9f8;
--soft-3: #f7f7f6;
--line: #ece9e5;
--line-2: #ececea;
--line-3: #e2dfda;
--line-4: #e2e2e0;
--line-5: #e6e6e4;
--line-6: #e8e8e6;
--line-7: #d8d8d6;
--mute: #99948f;
--mute-2: #79746e;
--mute-3: #6f6a64;
--mute-4: #a5a19c;
--mute-5: #8c8783;
--mute-6: #b8b4af;
--text-2: #46433f;
--strike: #a8a39e;
--accent: oklch(.55 .15 32);
--green: #2f9e5b;
--green-2: #2f7a4f;
--tg: #229ED9;
--sans: 'Golos Text', Helvetica, Arial, sans-serif;
--mono: 'JetBrains Mono', ui-monospace, monospace;
--wrap: 1920px;
--wrap-page: 1600px; --gut: clamp(12px, 3vw, 44px);
--hdr-h: clamp(56px, 6.5vw, 70px);
--ease-img: cubic-bezier(.2, .7, .2, 1);
} *, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #fff; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body { min-height: 100vh; display: flex; flex-direction: column; }
body > main, body > .shop-page { flex: 1 0 auto; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--mute-3); }
button, input, select, textarea { font: inherit; color: inherit; }
input, select, textarea { outline: none; }
button { cursor: pointer; }
img, video, svg { max-width: 100%; }
[hidden] { display: none !important; }
::-webkit-scrollbar { width: 3px; height: 3px; }
::-webkit-scrollbar-thumb { background: #dcd9d5; }
.ico { fill: none; stroke: currentColor; stroke-width: 1.6; flex: none; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip:focus { left: 10px; top: 10px; color: #fff; }
.sr, .screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
body.is-locked { overflow: hidden; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes drawerin { from { transform: translateX(102%); } to { transform: translateX(0); } }
@keyframes drawerinL { from { transform: translateX(-102%); } to { transform: translateX(0); } }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@keyframes kenburns { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.08) translate(-1.5%, -1%); } }
@keyframes toastin { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); width: 100%; }
.sheet, .docs, .faq, .wishp, .cartp, .chk, .ord, .auth, .acc, .contacts, .brands { max-width: var(--wrap-page); } .mono-9 { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.mono-10 { font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.crumbs { display: flex; gap: 6px; flex-wrap: wrap; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.crumbs a { color: var(--mute); }
.eyebrow { font: 400 9.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.h-page { margin: 12px 0 0; font: 700 clamp(24px, 3.6vw, 46px)/1 var(--sans); letter-spacing: -.03em; text-transform: uppercase; }
.h-sec { margin: 0; font: 700 clamp(19px, 2.4vw, 30px)/1 var(--sans); letter-spacing: -.02em; text-transform: uppercase; }
.h-sec--600 { font-weight: 600; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.link-mono { padding-bottom: 3px; border-bottom: 1px solid #dcd8d4; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute-2); }
.link-mono--ink { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--ink); }
.link-under { padding: 0 0 3px; background: none; border: 0; border-bottom: 1px solid var(--line-7); font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-2); }
.link-under--ink { border-bottom-color: var(--ink); color: var(--ink); } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 0; background: #fff; color: var(--ink); font: 600 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; text-align: center; cursor: pointer; }
.btn:hover { background: var(--soft); color: var(--ink); }
.btn--dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-hover); border-color: var(--ink-hover); color: #fff; }
.btn--line { font-weight: 500; letter-spacing: .06em; }
.btn--line:hover { background: var(--paper); }
.btn--soft { min-height: 46px; border-color: var(--line-3); font: 400 12px/1 var(--sans); letter-spacing: .04em; }
.btn--block { display: flex; width: 100%; }
.btn--lg { min-height: 52px; font-size: 12.5px; font-weight: 500; letter-spacing: .06em; }
.btn[disabled], .btn.is-disabled { background: #c9c5c0; border-color: #c9c5c0; color: #fff; cursor: not-allowed; }
.field { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line-3); border-radius: 0; background: #fff; font: 400 13.5px/1 var(--sans); }
textarea.field { padding: 13px 14px; line-height: 1.5; resize: vertical; }
.field:focus { border-color: var(--ink); }
.chips { display: flex; gap: 7px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border: 1px solid var(--line-3); background: #fff; font: 400 12.5px/1 var(--sans); color: var(--ink); }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.empty { padding: 52px 20px; border: 1px dashed var(--line-3); text-align: center; }
.empty__title { font: 600 16px/1.3 var(--sans); }
.empty__text { margin-top: 7px; font: 400 13.5px/1.5 var(--sans); color: var(--mute-3); }
.empty .btn { margin-top: 18px; min-height: 48px; padding: 0 26px; font-weight: 500; letter-spacing: .06em; } .ticker { background: var(--ink); color: var(--paper); height: 32px; display: flex; align-items: center; overflow: hidden; }
.ticker__track { display: flex; gap: 44px; white-space: nowrap; animation: tick 32s linear infinite; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; padding-left: 20px; }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } } .hdr { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, .93); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.admin-bar .hdr { top: var(--wp-admin--admin-bar--height, 32px); }
.hdr__in { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); height: var(--hdr-h); display: flex; align-items: center; gap: clamp(4px, 1.4vw, 24px); }
.hdr__burger { flex: 0 0 auto; width: 40px; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; background: none; border: 0; }
.hdr__burger span { display: block; width: 18px; height: 1.5px; background: var(--ink); }
.hdr__logo { flex: 0 1 auto; min-width: 0; overflow: hidden; font: 700 clamp(14px, 2.1vw, 20px)/1 var(--sans); letter-spacing: clamp(.08em, 1vw, .26em); text-transform: uppercase; white-space: nowrap; }
.hdr__logo img { display: block; height: clamp(18px, 2.4vw, 26px); width: auto; }
.hdr__nav { display: none; gap: clamp(10px, 1.5vw, 22px); margin-left: clamp(4px, 1.4vw, 20px); }
.hdr__nav a { font: 600 12px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; color: var(--mute-3); }
.hdr__nav a.is-current { color: var(--ink); }
.hdr__nav a:hover { color: var(--ink); }
.hdr__sp { flex: 1 1 auto; }
.hdr__acts { display: flex; align-items: center; gap: 2px; }
.hdr__bot { height: 34px; min-width: 34px; margin: 0 2px; padding: 0; border-radius: 17px; background: var(--tg); color: #fff; display: flex; align-items: center; justify-content: center; gap: 6px; }
.hdr__bot:hover { background: #1b8cc2; color: #fff; }
.hdr__bot .ico { stroke: #fff; stroke-width: 1.7; stroke-linejoin: round; }
.hdr__bot span { display: none; font: 600 11px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: #fff; }
.hdr__ico { position: relative; width: 36px; height: 44px; padding: 0; border: 0; background: none; display: grid; place-items: center; color: var(--ink); }
.hdr__ico:hover { color: var(--ink); }
.hdr__acc { display: none; }
.hdr__count { position: absolute; top: 6px; right: 4px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: var(--ink); color: #fff; font: 500 9.5px/16px var(--mono); text-align: center; }
.hdr__cart { height: 40px; margin-left: 2px; padding: 0 10px; border: 0; background: var(--ink); color: #fff; display: flex; align-items: center; gap: 8px; }
.hdr__cart:hover { background: var(--ink-hover); }
.hdr__cart span { font: 500 11px/1 var(--mono); }
@media (min-width: 400px) { .hdr__acc { display: grid; } }
@media (min-width: 480px) {
.hdr__ico { width: 44px; }
.hdr__cart { margin-left: 6px; padding: 0 14px 0 12px; }
}
@media (min-width: 520px) {
.hdr__bot { margin: 0 6px 0 2px; padding: 0 12px 0 9px; }
.hdr__bot span { display: inline; }
}
@media (min-width: 1120px) { .hdr__nav { display: flex; } } .drawer { position: fixed; inset: 0; z-index: 60; display: flex; justify-content: flex-end; }
.drawer--left { justify-content: flex-start; }
.drawer__bg { position: absolute; inset: 0; background: rgba(15, 15, 15, .34); animation: fadein .18s ease; }
.drawer__panel { position: relative; width: min(100%, 430px); height: 100%; background: #fff; display: flex; flex-direction: column; animation: drawerin .28s cubic-bezier(.22, .7, .24, 1); box-shadow: 0 0 60px rgba(15, 15, 15, .14); }
.drawer--left .drawer__panel { animation-name: drawerinL; }
.drawer__head { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer__head span { font: 500 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.drawer__head button { width: 40px; height: 40px; border: 0; background: none; font-size: 16px; }
.drawer__body { flex: 1 1 auto; overflow-y: auto; padding: 20px; }
.drawer__foot { flex: 0 0 auto; padding: 16px 20px; border-top: 1px solid var(--line); }
.drawer__foot .btn--dark { margin-top: 12px; }
.drawer__foot .btn--soft { margin-top: 8px; }
.drawer__total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.drawer__total span { font: 500 11px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.drawer__total strong { font: 600 18px/1 var(--sans); }
.drawer__free { margin-top: 6px; font: 400 11px/1.4 var(--mono); color: var(--mute-2); }
.drawer__extra { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.drawer__extra a { font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--text-2); } .tree--more .tree__link { border: 0; background: none; cursor: pointer; }
.tree__side { flex: 0 0 40px; display: grid; place-items: center; }
.tree__badge { min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: var(--ink); color: #fff; display: inline-grid; place-items: center; font: 500 10.5px/1 var(--mono); }
.tree__badge[hidden] { display: none; }
.drawer__credit { flex: 0 0 auto; padding: 14px 20px; border-top: 1px solid var(--line); }
.drawer__credit a { font: 400 9.5px/1.7 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.drawer__credit a:hover { color: var(--ink); }
.drawer__credit a span { color: var(--ink); border-bottom: 1px solid var(--ink); }
.drawer__contacts { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); font: 400 10.5px/2.1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.drawer__contacts a { color: var(--mute); text-decoration: underline; text-decoration-color: var(--line-7); text-underline-offset: 3px; }
.drawer__contacts a:hover { color: var(--ink); text-decoration-color: var(--ink); } .tree { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.tree__kids { display: none; }
.tree__item.is-open > .tree__kids { display: flex; }
.tree__row { display: flex; align-items: center; }
.tree__link { flex: 1 1 auto; min-width: 0; text-align: left; }
.tree__toggle { border: 0; background: none; padding: 0; }
.tree--drawer .tree__row { gap: 8px; border-bottom: 1px solid var(--line-2); animation: fadein .2s ease; }
.tree--drawer .tree__toggle { flex: 0 0 40px; width: 40px; height: 40px; font: 300 20px/1 var(--sans); color: var(--mute-3); }
.tree--drawer .d0 > .tree__row .tree__link { padding: 15px 0; font: 700 clamp(18px, 4.4vw, 22px)/1.1 var(--sans); letter-spacing: -.015em; text-transform: uppercase; color: var(--ink); }
.tree--drawer .d1 > .tree__row { padding-left: 0; border-bottom-color: var(--soft); }
.tree--drawer .d1 > .tree__row .tree__link { padding: 12px 0; font: 600 13.5px/1.2 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.tree--drawer .d2 > .tree__row { padding-left: 0; border-bottom-color: var(--soft); }
.tree--drawer .d2 > .tree__row .tree__link { padding: 10px 0; font: 500 13.5px/1.2 var(--sans); color: #2a2826; }
.tree--drawer .d3 > .tree__row { padding-left: 0; border-bottom-color: var(--soft-3); }
.tree--drawer .d3 > .tree__row .tree__link { padding: 10px 0; font: 400 10.5px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute-3); } .srch { display: flex; gap: 7px; }
.srch input { flex: 1 1 auto; min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid var(--line-3); border-radius: 0; background: #fff; font: 400 13.5px/1 var(--sans); -webkit-appearance: none; appearance: none; }
.srch button { flex: 0 0 auto; min-height: 50px; padding: 0 18px; border: 0; background: var(--ink); color: #fff; font: 500 11.5px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.srch__k { margin-top: 16px; font: 400 9.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.srch__k + .chips { margin-top: 10px; } .mini-list { display: flex; flex-direction: column; gap: 14px; }
.mini-list--cart { gap: 16px; }
[data-n3-search-results] { margin-top: 22px; gap: 12px; }
[data-n3-search-results]:empty { display: none; }
.mini { display: flex; gap: 12px; align-items: flex-start; }
.mini--search { align-items: center; }
.mini__img { flex: 0 0 72px; aspect-ratio: 4 / 5; background: var(--soft) center / cover no-repeat; }
.mini--search .mini__img { flex-basis: 56px; }
.mini__body { flex: 1 1 auto; min-width: 0; }
.mini__brand { display: block; font: 400 9.5px/1 var(--mono); letter-spacing: .12em; color: var(--mute); text-transform: uppercase; }
.mini__name { display: block; margin-top: 5px; font: 500 13.5px/1.35 var(--sans); }
.mini__price { display: block; margin-top: 5px; font: 500 13px/1 var(--sans); }
.mini--search .mini__price { margin-top: 4px; }
.mini__price.is-sale { color: var(--accent); }
.mini__size { margin-top: 5px; font: 400 11.5px/1 var(--mono); color: var(--mute-2); }
.mini__row { margin-top: 9px; display: flex; align-items: center; gap: 10px; }
.mini__row .mini__sum { margin-left: auto; font: 500 13.5px/1 var(--sans); }
.mini__x { flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid var(--line); background: #fff; font-size: 12px; }
.mini-empty { padding: 40px 16px; border: 1px dashed var(--line-3); text-align: center; font: 400 13px/1.5 var(--sans); color: var(--mute-3); }
[data-n3-search-results] .mini-empty { padding: 28px 16px; }
.qty { display: flex; align-items: center; border: 1px solid var(--line-3); }
.qty button { width: 34px; height: 34px; border: 0; background: none; padding: 0; }
.qty span { min-width: 20px; text-align: center; font: 400 12.5px/1 var(--mono); }  .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 640px) { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1800px) { .grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.grid--home { margin-top: clamp(20px, 2.6vw, 36px); gap: clamp(30px, 3.6vw, 56px) clamp(10px, 1.2vw, 18px); }
.card { display: flex; flex-direction: column; min-width: 0; } .card__media { position: relative; display: block; aspect-ratio: 5 / 7; overflow: hidden; background: var(--soft); }
.card__link { position: absolute; inset: 0; display: block; }
.card__img, .card__img2, .card__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card__img { transition: transform .7s var(--ease-img); }
.card__img2 { opacity: 0; transition: opacity .45s ease; } .card__img--more { opacity: 0; transition: opacity .25s ease; }
.card__img--more.is-on { opacity: 1; }
.card__video { opacity: 0; transition: opacity .35s ease; }
.card__video.is-on.is-playing { opacity: 1; }
.card__link.is-strip { display: flex; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; }
.card__link.is-strip::-webkit-scrollbar { display: none; }
.card__link.is-strip > .card__img { position: relative; inset: auto; flex: 0 0 100%; scroll-snap-align: start; scroll-snap-stop: always; opacity: 1; transform: none; }
.card__dots { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; display: flex; gap: 2px; pointer-events: none; opacity: 0; transition: opacity .2s ease; }
.card__dots i { flex: 1 1 0; background: rgba(15, 15, 15, .14); }
.card__dots i.is-on { background: var(--ink); }
.card__media.is-strip .card__dots { opacity: 1; }
.card__badges { position: absolute; top: 9px; left: 9px; display: flex; gap: 4px; pointer-events: none; }
.badge { padding: 5px 7px; background: var(--ink); color: #fff; font: 500 10px/1 var(--mono); }
.badge--sale { background: var(--accent); } .card__wish { position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .72); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); box-shadow: 0 1px 3px rgba(15, 15, 15, .08); display: grid; place-items: center; padding: 0; color: var(--ink); transition: transform .2s ease, background .2s ease; }
.card__wish:hover { background: rgba(255, 255, 255, .92); transform: scale(1.06); }
.card__wish:active { transform: scale(.94); }
[data-n3-wish] .ico { stroke-width: 1.5; stroke-linejoin: round; transform-box: fill-box; transform-origin: 50% 50%; transition: fill .2s ease; }
[data-n3-wish].is-on { color: var(--ink); }
[data-n3-wish].is-on .ico { fill: currentColor; }
[data-n3-wish].is-on.is-pop .ico { animation: n3pulse .35s cubic-bezier(.3, 1.6, .5, 1); }
@keyframes n3pulse { 0% { transform: scale(.7); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { [data-n3-wish].is-pop .ico { animation: none; } }
.card__sizes { position: absolute; left: 8px; right: 8px; bottom: 8px; padding: 10px; background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); display: none; flex-direction: column; gap: 6px; pointer-events: none; }
.card__sizes-k { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.card__sizes-v { font: 500 12px/1.3 var(--mono); color: var(--ink); }
@media (hover: hover) {
.card__media:not(.has-gal):hover .card__img { transform: scale(1.04); }
.card__media:hover .card__img2 { opacity: 1; }
.card__media:hover .card__sizes { display: flex; animation: fadein .2s ease; }
.card__media:hover .card__dots { opacity: 1; }
}
.card__sku { margin-top: 10px; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-4); }
.card__name { margin-top: 5px; font: 500 13.5px/1.35 var(--sans); }
.card__price { margin-top: 6px; display: flex; align-items: baseline; gap: 8px; }
.card__now { font: 500 13.5px/1 var(--sans); color: var(--ink); }
.card__now.is-sale { color: var(--accent); }
.card__old { font: 400 12px/1 var(--sans); color: var(--strike); text-decoration: line-through; }
.card--bold .card__now { font-weight: 600; }
.card--nold .card__old { display: none; } .rail { display: flex; gap: clamp(8px, 1vw, 14px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.rail > .card { flex: 0 0 clamp(148px, 19vw, 210px); scroll-snap-align: start; }
.rail.is-dragging { scroll-snap-type: none; cursor: grabbing; }
.rail.is-dragging .card { pointer-events: none; } .rail-box { position: relative; }
.rail-nav { position: absolute; top: 36%; z-index: 2; width: 44px; height: 44px; margin-top: -22px; border: 0; border-radius: 50%; padding: 0; display: grid; place-items: center; color: var(--ink); background: rgba(255, 255, 255, .78); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); box-shadow: 0 2px 10px rgba(15, 15, 15, .12); cursor: pointer; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.rail-nav--prev { left: 10px; }
.rail-nav--prev svg { transform: rotate(180deg); }
.rail-nav--next { right: 10px; }
.rail-box:hover .rail-nav, .rail-nav:focus-visible { opacity: 1; }
.rail-nav:hover { transform: scale(1.06); }
.rail-nav[hidden], .rail-box.is-static .rail-nav { display: none; }
@media (hover: none) { .rail-nav { display: none; } }
.rail--lg > .card { flex-basis: clamp(150px, 19vw, 230px); }
@media (min-width: 1500px) {
.rail > .card { flex-basis: min(14vw, 280px); }
.rail--lg > .card { flex-basis: min(15.3vw, 300px); }
} .toasts { position: fixed; right: clamp(10px, 2vw, 24px); bottom: clamp(10px, 2vw, 24px); z-index: 95; display: flex; flex-direction: column; gap: 8px; width: min(370px, calc(100vw - 20px)); pointer-events: none; }
.has-bar .toasts { bottom: 84px; } .is-locked #n3cc-revisit, .is-filters #n3cc-revisit { display: none !important; }
.has-bar #n3cc-revisit { bottom: 84px !important; }
.toast { pointer-events: auto; display: flex; align-items: flex-start; gap: 12px; padding: 14px 12px 14px 16px; background: var(--ink); color: #fff; box-shadow: 0 16px 40px rgba(15, 15, 15, .22); animation: toastin .28s cubic-bezier(.2, .8, .2, 1); }
.toast__dot { flex: 0 0 8px; width: 8px; height: 8px; margin-top: 4px; border-radius: 50%; background: var(--mute-5); }
.toast--success .toast__dot { background: #3fb56f; }
.toast--error .toast__dot { background: #e5484d; }
.toast--warn .toast__dot { background: #e0a526; }
.toast__body { flex: 1 1 auto; min-width: 0; }
.toast__label { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-5); }
.toast__text { margin-top: 6px; font: 500 13.5px/1.4 var(--sans); color: #fff; }
.toast__act { margin-top: 9px; padding: 0 0 3px; background: none; border: 0; border-bottom: 1px solid #fff; color: #fff; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.toast__x { flex: 0 0 32px; width: 32px; height: 32px; border: 0; background: none; color: var(--mute-5); font-size: 13px; } .ftr { margin-top: clamp(40px, 5vw, 80px); background: var(--ink); color: var(--paper); }
.ftr a { color: #cfccc8; }
.ftr a:hover { color: #fff; }
.ftr__top { max-width: var(--wrap); margin: 0 auto; padding: clamp(32px, 4vw, 58px) var(--gut) 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(28px, 4vw, 60px); }
.ftr__news { max-width: 460px; }
.ftr__news > .ftr__k { font-size: 10.5px; letter-spacing: .12em; }
.ftr__k { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-5); }
.ftr__title { margin-top: 12px; font: 700 clamp(20px, 2.2vw, 30px)/1.18 var(--sans); letter-spacing: -.025em; text-transform: uppercase; }
.ftr__form { margin-top: 18px; display: flex; border: 1px solid #3a3835; }
.ftr__form input { flex: 1 1 auto; min-width: 0; min-height: 52px; padding: 0 14px; border: 0; border-radius: 0; background: transparent; color: #fff; font: 400 13.5px/1 var(--sans); }
.ftr__form button { flex: 0 0 auto; padding: 0 18px; border: 0; background: var(--paper); color: var(--ink); font: 600 11px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.ftr__form button:hover { background: #fff; }
.ftr__note { margin-top: 10px; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-5); }
.ftr__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 26px; }
.ftr__links { margin-top: 14px; display: flex; flex-direction: column; gap: 12px; }
.ftr__links a { font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.ftr__addr { margin-top: 14px; font: 400 10.5px/2.1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: #cfccc8; }
.ftr__row { display: flex; gap: 14px; flex-wrap: wrap; }
.ftr__word { margin-top: clamp(36px, 5vw, 72px); padding: 0 clamp(8px, 1.4vw, 20px) clamp(10px, 1.4vw, 18px); }
.ftr__word svg { display: block; width: 100%; height: auto; }
.ftr__word text { font: 700 186px var(--sans); fill: var(--paper); }
.ftr__bottom { max-width: var(--wrap); margin: 0 auto; padding: 18px var(--gut) 22px; border-top: 1px solid #2a2826; display: flex; gap: 14px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.ftr__bottom, .ftr__bottom a { font: 400 9.5px/1.7 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-5); }
.ftr__bottom a:hover { color: #fff; }
.ftr__bottom a span { color: var(--paper); border-bottom: 1px solid var(--paper); } .sys { max-width: 880px; padding-top: clamp(34px, 6vw, 96px); padding-bottom: clamp(40px, 6vw, 96px); }
.sys__code { font: 700 clamp(72px, 14vw, 180px)/.8 var(--sans); letter-spacing: -.06em; }
.sys__eyebrow { margin-top: clamp(20px, 2.6vw, 34px); display: flex; align-items: center; gap: 8px; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute-2); }
.sys__dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.sys__title { margin: 12px 0 0; font: 700 clamp(24px, 3.4vw, 42px)/1.02 var(--sans); letter-spacing: -.03em; text-transform: uppercase; text-wrap: balance; }
.sys__text { margin: 14px 0 0; max-width: 58ch; font: 400 14.5px/1.65 var(--sans); color: var(--text-2); text-wrap: pretty; }
.sys__sum { margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line-2); }
.sys__sum > div { padding: 14px 14px 14px 0; }
.sys__sum-k { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.sys__sum-v { margin-top: 7px; font: 600 15px/1.3 var(--sans); }
.sys__btns { margin-top: 26px; display: flex; gap: 6px; flex-wrap: wrap; }
.sys__btns .btn { min-height: 52px; }
.sys__help { margin-top: clamp(34px, 4vw, 60px); padding-top: 16px; border-top: 1px solid var(--line-2); font: 400 9.5px/1.9 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.sys__help a { color: var(--mute); } .sheet { padding-top: clamp(16px, 2.2vw, 30px); padding-bottom: clamp(36px, 5vw, 72px); }
.prose { margin-top: 18px; max-width: 72ch; font: 400 14px/1.65 var(--sans); color: var(--text-2); text-wrap: pretty; }
.prose h2, .prose h3 { margin: 26px 0 8px; padding-top: 18px; border-top: 1px solid var(--line); font: 600 15px/1.3 var(--sans); color: var(--ink); }
.prose a { color: var(--ink); border-bottom: 1px solid #ddd9d5; }
.prose img { height: auto; }
.entry { padding: 18px 0; border-bottom: 1px solid var(--line); }
.entry__title { margin: 0; font: 600 18px/1.3 var(--sans); }.pd { padding-top: clamp(12px, 1.8vw, 22px); padding-bottom: clamp(40px, 5vw, 80px); }
.pd .crumbs a { color: var(--mute); }
.pd__grid { margin-top: 18px; display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(20px, 3.6vw, 72px); align-items: start; }
.pd__media { position: relative; min-width: 0; }
.gal-box { position: relative; } .gal { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; aspect-ratio: 4 / 5; background: var(--soft); user-select: none; }
.gal::-webkit-scrollbar { display: none; }
.gal__item { position: relative; flex: 0 0 100%; scroll-snap-align: start; padding: 0; border: 0; background: var(--soft); cursor: zoom-in; overflow: hidden; }
.gal__img, .gal__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gal__video { background: var(--soft); }
.gal__vlabel { position: absolute; left: 10px; bottom: 10px; padding: 7px 9px; background: #fff; color: var(--ink); font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.pd__badge { position: absolute; top: 12px; left: 12px; padding: 6px 8px; font-size: 10.5px; pointer-events: none; } .gal__sku { position: absolute; top: 12px; right: 12px; padding: 7px 9px; border: 0; background: #fff; color: var(--ink); font: 500 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.gal__full { display: grid; place-items: center; padding: 0; color: var(--ink); }
.gal__full .ico { stroke-width: 1.7; }
.gal__count { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: #fff; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.gal__arrows { position: absolute; right: 10px; bottom: 10px; display: flex; gap: 4px; }
.gal__arrows button { width: 44px; height: 44px; border: 0; background: #fff; font: 400 16px/1 var(--sans); }
.gal__thumbs { margin-top: 8px; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 24px) / 5); gap: 6px; overflow-x: auto; scrollbar-width: none; }
.gal__thumbs::-webkit-scrollbar { display: none; }
.gal__thumb { position: relative; aspect-ratio: 1 / 1; padding: 0; border: 1.5px solid transparent; background: var(--soft) center / cover no-repeat; display: grid; place-items: center; font: 400 9.5px/1 var(--mono); color: #fff; }
.gal__thumb.is-on { border-color: var(--ink); }
.gal__thumb.is-video { background-blend-mode: multiply; background-color: rgba(15, 15, 15, .55); }
@media (min-width: 960px) {
.pd__grid { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); }
.gal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; overflow: visible; aspect-ratio: auto; background: none; }
.gal__item { aspect-ratio: 4 / 5; }
.gal__full, .gal__count, .gal__arrows, .gal__thumbs, .gal__sku { display: none; }
.pd__info { position: sticky; top: 88px; }
.admin-bar .pd__info { top: 120px; }
} .pd__info { min-width: 0; }
.pd__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.pd__type { display: flex; gap: 8px; align-items: center; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.pd__type a { color: var(--mute); }
.pd__type a.pd__brand { color: var(--ink); font-weight: 500; }
.pd__sku { padding: 0; border: 0; background: none; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute-4); }
.pd__sku:hover { color: var(--ink); }
.pd__title { margin: 16px 0 0; font: 700 clamp(22px, 2.6vw, 34px)/1.05 var(--sans); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.pd__price { margin-top: 20px; display: flex; align-items: baseline; gap: 11px; flex-wrap: wrap; }
.pd__now { font: 700 clamp(20px, 2vw, 26px)/1 var(--sans); color: var(--ink); }
.pd__now.is-sale { color: var(--accent); }
.pd__old { font: 400 15px/1 var(--sans); color: var(--strike); text-decoration: line-through; }
.pd__stock { margin-top: 9px; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--green-2); }
.pd__stock.is-out { color: var(--mute); }
.pd__opts { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line-2); }
.pd__k { font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.pd__k span, .pd__k--ink { color: var(--ink); }
.swatches { margin-top: 11px; display: flex; gap: 7px; }
.swatch { width: 52px; height: 52px; padding: 3px; border: 1.5px solid #e2e2e0; background: #fff; }
.swatch.is-on { border-color: var(--ink); }
.swatch span { display: block; width: 100%; height: 100%; }
.pd__colors + .pd__sizehead { margin-top: 30px; }
.pd__sizehead { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pd__sizehead-l { display: flex; align-items: center; gap: 12px; }
.pd__tablebtn { color: var(--text-2); }
.sizesys { display: flex; border: 1px solid var(--line-5); }
.sizesys button { min-width: 40px; height: 30px; border: 0; background: #fff; color: var(--ink); font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.sizesys button.is-on { background: var(--ink); color: #fff; }
.sizes { margin-top: 11px; display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); gap: 6px; }
.size { min-height: 50px; padding: 0 8px; border: 1px solid #dcdcda; background: #fff; color: var(--ink); font: 500 13px/1 var(--mono); }
.size:hover { border-color: var(--ink); }
.size.is-on { border-color: var(--ink); background: var(--ink); color: #fff; }
.size.is-out { border-color: #efefed; background: var(--soft-3); color: #c2c0bc; text-decoration: line-through; }
.pd__hint { margin-top: 9px; font: 400 12px/1.4 var(--sans); color: var(--accent); }
.pd__hint.is-ok { color: var(--mute-3); }
.pd__fit { margin: 10px 0 0; padding-left: 10px; border-left: 2px solid var(--line-7); font: 400 12px/1.5 var(--sans); color: var(--mute-2); text-wrap: pretty; }
.pd__fit a { color: var(--ink); border-bottom: 1px solid var(--line-7); white-space: nowrap; }
.pd__fit a:hover { border-bottom-color: var(--ink); }
.stable { margin-top: 16px; border-top: 1px solid var(--ink); animation: fadein .2s ease; }
.stable__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 0 10px; }
.stable__head span { font: 600 12px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.stable__head button { width: 28px; height: 28px; padding: 0; border: 0; background: none; font: 300 18px/1 var(--sans); color: var(--mute); }
.stable__row { width: 100%; display: grid; align-items: center; min-height: 42px; padding: 0 10px; border: 0; border-bottom: 1px solid #f0f0ee; background: transparent; color: var(--ink); text-align: left; }
.stable__row span { font: 400 12.5px/1 var(--mono); }
.stable__row span.b { font-weight: 600; }
.stable__row:hover { background: var(--soft-3); }
.stable__row.is-on { background: var(--ink); color: #fff; }
.stable__row.is-na { color: var(--mute-6); }
.stable__row--head { min-height: 0; padding: 0 10px 9px; border-bottom-color: var(--line-5); }
.stable__row--head:hover { background: none; }
.stable__row--head span { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.stable__foot { margin-top: 12px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.stable__foot a { color: var(--ink); border-bottom: 1px solid var(--line-7); padding-bottom: 2px; }
.pd__buy { position: relative; margin-top: 26px; display: flex; gap: 6px; }
.pd__add { flex: 1 1 auto; min-height: 56px; border: 0; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font: 600 12.5px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.pd__add:hover { background: var(--ink-hover); color: #fff; }
.pd__add.is-busy { opacity: .6; pointer-events: none; }
.pd__wish { flex: 0 0 56px; height: 56px; padding: 0; border: 1px solid var(--line-7); background: #fff; display: grid; place-items: center; color: var(--ink); transition: border-color .2s ease; }
.pd__wish:hover { border-color: var(--ink); }
.pd__share .ico { stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pd__share[aria-expanded="true"] { border-color: var(--ink); } .share { position: absolute; top: calc(100% + 6px); right: 0; z-index: 6; min-width: 220px; padding: 6px 0; border: 1px solid var(--ink); background: #fff; box-shadow: 0 12px 32px rgba(15, 15, 15, .1); display: flex; flex-direction: column; animation: fadein .15s ease; }
.share[hidden] { display: none; }
.share__a { display: block; width: 100%; padding: 12px 16px; border: 0; background: none; text-align: left; font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.share__a:hover { background: var(--soft); color: var(--ink); }
.pd__now-btn { margin-top: 6px; width: 100%; min-height: 52px; border: 1px solid var(--ink); background: #fff; font: 600 12.5px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.pd__now-btn:hover { background: var(--soft); }
.pd__deliv { margin-top: 20px; border: 1px solid var(--line-2); }
.pd__drow { display: flex; gap: 14px; padding: 13px 14px; border-bottom: 1px solid var(--line-2); }
.pd__drow:last-child { border-bottom: 0; }
.pd__drow span:first-child { flex: 0 0 76px; font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); padding-top: 2px; }
.pd__drow span:last-child { font: 400 13px/1.4 var(--sans); }
.pd__drow--soft { background: var(--soft); }
.pd__tabs { margin-top: 26px; display: flex; gap: clamp(14px, 2vw, 24px); border-bottom: 1px solid var(--line-2); overflow-x: auto; scrollbar-width: none; }
.pd__tabs::-webkit-scrollbar { display: none; }
.pd__tabs button { flex: 0 0 auto; padding: 0 0 12px; margin-bottom: -1px; border: 0; border-bottom: 2px solid transparent; background: none; font: 600 12px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--mute); }
.pd__tabs button.is-on { border-bottom-color: var(--ink); color: var(--ink); }
.pd__tab { padding-top: 18px; } .pd__text { max-width: 62ch; font: 400 14px/1.65 var(--sans); color: var(--text-2); text-wrap: pretty; }
.pd__text > :first-child { margin-top: 0; }
.pd__text p { margin: 0 0 12px; }
.pd__text a { color: var(--ink); border-bottom: 1px solid var(--line-7); }
.pd__text a:hover { border-bottom-color: var(--ink); }
.pd__text strong, .pd__text b { color: var(--ink); font-weight: 600; }
.pd__text ul, .pd__text ol { margin: 0 0 12px; padding: 0; list-style: none; }
.pd__text li { position: relative; padding-left: 18px; margin-bottom: 6px; }
.pd__text li::before { content: '—'; position: absolute; left: 0; color: var(--mute); }
.pd__text h2, .pd__text h3, .pd__text h4 { margin: 20px 0 8px; font: 500 10.5px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); } .shipt { border-top: 1px solid var(--line-2); }
.shipt__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.shipt__m { min-width: 0; font: 500 13.5px/1.35 var(--sans); color: var(--ink); }
.shipt__m small { display: block; margin-top: 3px; font: 400 11px/1.3 var(--mono); letter-spacing: .02em; color: var(--mute-2); }
.shipt__p { flex: none; font: 500 13px/1.3 var(--mono); color: var(--ink); white-space: nowrap; }
.pd__note { margin: 14px 0 0; max-width: 62ch; font: 400 13px/1.6 var(--sans); color: var(--text-2); }
.pd__note--free { font: 500 11px/1.5 var(--mono); letter-spacing: .04em; color: var(--ink); }
.pd__note--free + .pd__note { margin-top: 6px; }
.pd__more-link { display: inline-block; margin-top: 16px; } .pd__list { margin: 0; padding: 0; list-style: none; max-width: 62ch; }
.pd__list li { position: relative; padding: 11px 0 11px 26px; border-bottom: 1px solid var(--line-2); font: 400 13.5px/1.5 var(--sans); color: var(--ink); }
.pd__list li:first-child { border-top: 1px solid var(--line-2); }
.pd__list li::before { content: ''; position: absolute; left: 2px; top: 17px; width: 10px; height: 5px; border-left: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(-45deg); }
.pd__specs { padding-top: 6px; }
.pd__spec { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px dashed var(--line-5); }
.pd__spec span:first-child { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); padding-top: 2px; }
.pd__spec span:last-child { font: 500 13px/1.4 var(--sans); text-align: right; }
.pd__more { margin-top: clamp(64px, 8vw, 128px); }
.pd__recent { margin-top: clamp(56px, 7vw, 110px); }
.h-sec--sm { font-size: clamp(18px, 2.2vw, 28px); }
.link-mono--plain { padding: 0; border: 0; }
.pd__more .rail { margin-top: clamp(20px, 2.6vw, 36px); padding-bottom: 4px; } .pbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line-6); animation: fadein .2s ease; }
.pbar__in { max-width: var(--wrap); margin: 0 auto; padding: 10px var(--gut); display: flex; align-items: center; gap: 12px; }
.pbar__img { flex: 0 0 44px; height: 44px; background: var(--soft) center / cover no-repeat; }
.pbar__txt { flex: 1 1 auto; min-width: 0; }
.pbar__k { font: 400 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.pbar__name { margin-top: 4px; font: 600 13px/1.3 var(--sans); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pbar__price { flex: 0 0 auto; font: 700 15px/1 var(--sans); }
.pbar__price.is-sale { color: var(--accent); }
.pbar__btn { flex: 0 0 auto; min-height: 46px; padding: 0 20px; border: 0; background: var(--ink); color: #fff; font: 600 11.5px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; } .lb { position: fixed; inset: 0; z-index: 90; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; animation: fadein .2s ease; }
.lb__top { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px clamp(12px, 3vw, 32px); }
.lb__top span { font: 400 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.lb__title { color: var(--mute-5); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lb__x { width: 44px; height: 44px; border: 1px solid #2e2c2a; background: none; color: #fff; font-size: 16px; flex: none; }
.lb__stage { flex: 1 1 auto; position: relative; display: grid; place-items: center; padding: 0 clamp(8px, 6vw, 90px); min-height: 0; }
.lb__frame { position: relative; height: 100%; max-height: 100%; aspect-ratio: 1 / 1; max-width: 100%; }
.lb__frame img, .lb__frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #111; }
.lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid #2e2c2a; background: rgba(15, 15, 15, .6); color: #fff; font-size: 18px; }
.lb__nav--prev { left: clamp(6px, 2vw, 24px); }
.lb__nav--next { right: clamp(6px, 2vw, 24px); }
.lb__thumbs { flex: 0 0 auto; display: flex; justify-content: center; gap: 6px; padding: 14px; overflow-x: auto; }
.lb__thumbs button { flex: 0 0 52px; width: 52px; height: 52px; padding: 0; border: 1.5px solid #2e2c2a; background: #111 center / cover no-repeat; color: #fff; font: 400 9.5px/1 var(--mono); }
.lb__thumbs button.is-on { border-color: var(--paper); } .pd__cats { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line-2); display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.pd__cats-k { width: 100%; margin-bottom: 4px; font: 500 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.chip--sm { min-height: 32px; padding: 0 12px; font-size: 12px; }