/* Product listing: full-width photography and compact navigation. */
.is-shop {
  --bg: #fff;
  --ink: #111;
  --mute: #707070;
  --line: #ddd;
  --well: #f8f8f8;
  --catalog-header-height: 72px;
  --catalog-nav-height: 48px;
  background: var(--bg);
}
.is-shop .site-top { height: var(--catalog-header-height); }
.is-shop .site-header { height: var(--catalog-header-height); min-height: 0; padding: 0 11.5%; }
.is-shop .wordmark img { height: 60px; max-width: 180px; }
.is-shop .nav-left, .is-shop .nav-right { gap: 22px; }
.catalog-contact { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .02em; }
.catalog-contact span { font-size: 18px; font-weight: 300; }
.is-shop .nav-menu { display: inline-flex; align-items: center; gap: 10px; }
.is-shop .icon-btn { min-width: 32px; min-height: 40px; }
.is-shop .site-menu { padding-top: var(--catalog-header-height); }
.is-shop .menu-track { display: inline-block; }
.catalog-nav { position: sticky; top: var(--catalog-header-height); z-index: 29; height: var(--catalog-nav-height); background: #fff; border-bottom: 1px solid var(--line); }
.catalog-nav-inner { display: flex; align-items: center; gap: 24px; height: 100%; padding: 0 3.8%; overflow-x: auto; scrollbar-width: none; }
.catalog-nav-inner::-webkit-scrollbar { display: none; }
.catalog-nav a { display: inline-flex; align-items: center; flex-shrink: 0; height: 100%; color: var(--mute); font-size: 12px; white-space: nowrap; }
.catalog-nav a:hover, .catalog-nav a[aria-current="page"] { color: var(--ink); }
.catalog-nav a[aria-current="page"] { font-weight: 500; text-decoration: underline; text-underline-offset: 5px; }
.catalog-nav .catalog-all { color: var(--ink); font-weight: 500; text-transform: uppercase; letter-spacing: .02em; }
.is-shop .plp-bar { top: calc(var(--catalog-header-height) + var(--catalog-nav-height)); min-height: 50px; padding: 6px 3.8%; align-items: center; border: 0; background: #fff; gap: 12px; }
.is-shop .plp-bar-left { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; font-size: 12px; }
.is-shop .plp-count { color: var(--ink); font-size: inherit; }
.catalog-sort { padding: 6px 0; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
.is-shop .plp-filter-btn { min-height: 36px; padding: 6px 0; font-size: 12px; letter-spacing: 0; gap: 7px; }
.is-shop .plp-filter-btn span { font-size: inherit; opacity: 1; text-decoration: underline; text-underline-offset: 3px; transform: none; }
.catalog-query { padding: 14px 3.8%; font-size: 13px; border-top: 1px solid var(--line); }
.is-shop .shop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; gap: 0 1px; background: #fff; }
.is-shop .card { background: #fff; }
.is-shop .card-frame { aspect-ratio: 3 / 4; background: var(--well); }
.is-shop .card-frame img { width: 100%; height: 100%; object-fit: cover; transform: none; }
.is-shop .card-meta { min-height: 86px; padding: 21px 16px 19px; gap: 6px; align-content: start; justify-items: start; text-align: left; background: #fff; }
.is-shop .card-name { font-size: 12px; line-height: 1.4; letter-spacing: 0; }
.is-shop .card-price { font-size: 11px; line-height: 1.4; letter-spacing: 0; }
.catalog-end { padding: 52px 20px 64px; text-align: center; font-size: 12px; color: var(--mute); }
.catalog-end a { display: block; width: fit-content; margin: 22px auto 0; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.is-shop .site-footer { background: #fff; }
.is-shop .plp-drawer-root { z-index: 100; }
.is-shop .plp-drawer-backdrop { background: rgba(0,0,0,.38); backdrop-filter: blur(7px); }
.is-shop .plp-drawer { width: min(580px, 100%); background: #fff; padding: 80px 64px 64px; box-shadow: none; }
.is-shop .plp-drawer-head { padding: 0 0 44px; border: 0; align-items: center; }
.is-shop .plp-drawer-head h2 { font-size: 22px; line-height: 1.25; text-transform: uppercase; letter-spacing: 0; }
.catalog-clear { flex-shrink: 0; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.is-shop .plp-drawer-head .close-mark { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #000; color: #fff; font-size: 28px; }
.is-shop .plp-drawer-form { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.catalog-facets { flex: 1; overflow-y: auto; padding: 0 4px; }
.catalog-facet { border-bottom: 1px solid var(--line); }
.catalog-facet summary { display: flex; justify-content: space-between; align-items: center; padding: 27px 0; font-size: 15px; cursor: pointer; list-style: none; }
.catalog-facet summary::-webkit-details-marker { display: none; }
.catalog-facet summary::after { content: ''; width: 6px; height: 6px; margin-right: 3px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); }
.catalog-facet[open] summary::after { transform: rotate(225deg); }
.is-shop .plp-facet { padding: 0 0 24px; border: 0; }
.is-shop .plp-radio { margin: 14px 0; font-size: 13px; }
.is-shop .plp-size.is-on:not(:has(input:checked)) span { border-color: var(--line); }
.is-shop .plp-size:has(input:focus-visible) span { outline: 2px solid var(--ink); outline-offset: 3px; }
.is-shop .plp-drawer-actions { flex-shrink: 0; position: static; padding: 28px 0 0; background: #fff; }
.is-shop .plp-drawer-actions .cta { min-height: 48px; display: grid; place-items: center; background: #000; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
@media (max-width: 900px) {
  .is-shop { --catalog-header-height: 64px; --catalog-nav-height: 46px; }
  .is-shop .site-header { padding: 0 16px; }
  .is-shop .wordmark img { height: 44px; max-width: 100px; }
  .is-shop .nav-left, .is-shop .nav-right { gap: 6px; }
  .catalog-contact { gap: 6px; font-size: 11px; }
  .is-shop .nav-menu { min-width: 28px; min-height: 40px; justify-content: center; }
  .is-shop .nav-menu [data-menu-label] { display: none; }
  .is-shop .nav-bag { display: grid; }
  .is-shop .nav-right { gap: 2px; }
  .is-shop .nav-right .icon-btn { min-width: 28px; padding: 2px; }
  .is-shop .site-menu .menu-shell { min-height: calc(100dvh - 64px); }
  .catalog-nav-inner { padding: 0 16px; gap: 22px; }
  .catalog-nav a { font-size: 11px; }
  .is-shop .plp-bar { min-height: 56px; padding: 8px 16px; }
  .is-shop .plp-bar-left { font-size: 11px; gap: 2px 4px; }
  .catalog-sort-prefix { display: none; }
  .is-shop .plp-filter-btn { font-size: 11px; }
  .is-shop .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1px; }
  .is-shop .card-meta { min-height: 86px; padding: 16px 12px 18px; gap: 5px; }
  .is-shop .card-name { font-size: 11px; }
  .is-shop .card-price { font-size: 10px; }
  .is-shop .plp-drawer { padding: 72px 24px 24px; }
  .is-shop .plp-drawer-head { padding-bottom: 28px; gap: 16px; }
  .is-shop .plp-drawer-head h2 { font-size: 19px; }
  .catalog-facet summary { padding: 23px 0; }
  .is-shop .plp-drawer-actions { padding-bottom: env(safe-area-inset-bottom); }
}

.is-shop .site-top.is-menu-open .nav-menu svg { display: none; }
.is-shop .site-top.is-menu-open .nav-menu [data-menu-label] { display: inline; }
