/** ORENSU Shop Page — Figma ProductListPage translation. Brand palette intentionally remains ORENSU black/gold. */
body.orensu-core-shop-v2 .site-content,
body.orensu-core-shop-v2 .site-content > .ast-container,
body.orensu-core-shop-v2 #primary,
body.orensu-core-shop-v2 #main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.orensu-shop-v2,
.orensu-shop-v2 * {
  box-sizing: border-box;
}

.orensu-shop-v2 {
  --shop-bg: #0b0a09;
  --shop-panel: #11100e;
  --shop-panel-2: #12110f;
  --shop-media: #181612;
  --shop-text: #f3eee4;
  --shop-text-soft: #cfc6b9;
  --shop-muted: #aaa195;
  --shop-dim: #827b70;
  --shop-gold: #b48a42;
  --shop-gold-deep: #8a6428;
  --shop-gold-light: #d6ba78;
  --shop-line: rgba(214, 186, 120, 0.12);
  --shop-line-strong: rgba(214, 186, 120, 0.22);
  --orensu-shop-sticky-top: 110px;
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  flex: 1 1 100%;
  background: var(--shop-bg);
  color: var(--shop-text);
  font-family: var(--orensu-font-ui);
}

.orensu-shop-v2 a { color: inherit; text-decoration: none; }
.orensu-shop-v2 button,
.orensu-shop-v2 input,
.orensu-shop-v2 select { font-family: inherit; }
.orensu-shop-v2 button { border-radius: 0; box-shadow: none; cursor: pointer; }
.orensu-shop-v2 img { display: block; max-width: 100%; }
.orensu-shop-v2__container { width: min(100%, 1280px); margin-inline: auto; }
.orensu-shop-v2__hero .orensu-shop-v2__container { width: min(calc(100% - 80px), 1280px); }

/* Header */
.orensu-shop-v2__hero {
  padding: 132px 0 64px;
  border-bottom: 1px solid rgba(214, 186, 120, 0.1);
  background: var(--shop-panel);
}
.orensu-shop-v2__crumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--shop-dim);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.orensu-shop-v2__crumbs a { transition: color 0.2s ease; }
.orensu-shop-v2__crumbs a:hover,
.orensu-shop-v2__crumbs a:focus-visible { color: var(--shop-gold-light); }
.orensu-shop-v2__hero h1 {
  margin: 0;
  color: var(--shop-text);
  font: 300 clamp(40px, 5vw, 64px) / 1.2 var(--orensu-font-display);
}
.orensu-shop-v2__hero p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--shop-muted);
  font-size: 14px;
  line-height: 1.7;
}
.orensu-shop-v2__body { padding: 32px 40px 96px; }

/* Toolbar */
.orensu-shop-v2__toolbar {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.orensu-shop-v2__search {
  display: flex;
  min-width: 220px;
  min-height: 42px;
  flex: 1;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(214, 186, 120, 0.18);
  background: var(--shop-panel-2);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.orensu-shop-v2__search:focus-within {
  border-color: rgba(214, 186, 120, 0.55);
  background: #15130f;
}
.orensu-shop-v2__search > img,
.orensu-shop-v2__search button img { width: 14px; height: 14px; filter: invert(80%); }
.orensu-shop-v2 .orensu-shop-v2__search input[type="search"] {
  width: 100%;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--shop-text);
  font-size: 14px;
}
.orensu-shop-v2 .orensu-shop-v2__search input[type="search"]:focus {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.orensu-shop-v2__search input::placeholder { color: #777066; }
.orensu-shop-v2__search button { padding: 0; border: 0; background: transparent; }
.orensu-shop-v2__search button:hover,
.orensu-shop-v2__search button:focus { background: transparent; }

.orensu-shop-v2__sort { position: relative; min-width: 190px; }
.orensu-shop-v2 button.orensu-shop-v2__sort-toggle {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(214, 186, 120, 0.18);
  background: var(--shop-panel-2);
  color: var(--shop-text-soft);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.orensu-shop-v2 button.orensu-shop-v2__sort-toggle:hover,
.orensu-shop-v2 button.orensu-shop-v2__sort-toggle:focus-visible,
.orensu-shop-v2__sort.is-open button.orensu-shop-v2__sort-toggle {
  border-color: rgba(214, 186, 120, 0.5);
  color: var(--shop-text);
}
.orensu-shop-v2 button.orensu-shop-v2__sort-toggle img {
  width: 12px;
  height: 12px;
  filter: invert(75%);
  transition: transform 0.2s ease;
}
.orensu-shop-v2__sort.is-open button.orensu-shop-v2__sort-toggle img { transform: rotate(180deg); }
.orensu-shop-v2__sort-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  right: 0;
  width: max(100%, 210px);
  padding: 5px 0;
  border: 1px solid rgba(214, 186, 120, 0.18);
  background: #12110f;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}
.orensu-shop-v2__sort-menu[hidden],
.orensu-shop-v2__sort-native { display: none; }
.orensu-shop-v2 .orensu-shop-v2__sort-menu button {
  width: 100%;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--shop-muted);
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.04em;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.orensu-shop-v2 .orensu-shop-v2__sort-menu button:hover,
.orensu-shop-v2 .orensu-shop-v2__sort-menu button:focus-visible {
  background: rgba(180, 138, 66, 0.1);
  color: var(--shop-text);
}
.orensu-shop-v2 .orensu-shop-v2__sort-menu button.is-active { color: var(--shop-gold-light); }

.orensu-shop-v2__views {
  display: flex;
  margin-left: auto;
  border: 1px solid rgba(214, 186, 120, 0.18);
}
.orensu-shop-v2__views button,
.orensu-shop-v2__filter-open {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  background: var(--shop-panel-2);
  color: var(--shop-muted);
}
.orensu-shop-v2__views button:hover,
.orensu-shop-v2__views button:focus-visible { background: #171510; }
.orensu-shop-v2__views button.is-active { background: var(--shop-gold); }
.orensu-shop-v2__views img,
.orensu-shop-v2__filter-open img { width: 14px; height: 14px; filter: invert(86%); }
.orensu-shop-v2__filter-open {
  display: none;
  width: auto;
  padding: 0 14px;
  grid-auto-flow: column;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.orensu-shop-v2__filter-open span {
  display: grid;
  min-width: 17px;
  height: 17px;
  padding-inline: 4px;
  place-items: center;
  border-radius: 999px;
  background: var(--shop-gold);
  color: #080706;
  font-size: 9px;
}

/* Active filters */
.orensu-shop-v2__chips { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: -8px 0 22px; }
.orensu-shop-v2__chips-label {
  align-self: center;
  color: var(--shop-dim);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.orensu-shop-v2 button.orensu-shop-v2__chip {
  min-height: 24px;
  padding: 4px 12px;
  border: 1px solid rgba(180, 138, 66, 0.38);
  background: rgba(180, 138, 66, 0.1);
  color: var(--shop-text-soft);
  font: 500 10px / 1 var(--orensu-font-ui);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.orensu-shop-v2 button.orensu-shop-v2__chip:hover,
.orensu-shop-v2 button.orensu-shop-v2__chip:focus-visible {
  border-color: var(--shop-gold);
  background: rgba(180, 138, 66, 0.2);
}
.orensu-shop-v2 button.orensu-shop-v2__chip-clear {
  align-self: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--shop-gold-light);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}
.orensu-shop-v2 button.orensu-shop-v2__chip-clear:hover,
.orensu-shop-v2 button.orensu-shop-v2__chip-clear:focus-visible { color: var(--shop-text); }

/* Sidebar */
.orensu-shop-v2__layout { display: flex; align-items: stretch; gap: 32px; }
.orensu-shop-v2__filters { width: 240px; flex: 0 0 240px; }
@media (min-width: 1024px) {
  body.orensu-core-shop-v2 .orensu-shop-v2__filters {
    position: sticky;
    top: var(--orensu-shop-sticky-top);
    align-self: flex-start;
    max-height: calc(100vh - var(--orensu-shop-sticky-top) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(180, 138, 66, 0.45) transparent;
  }
  body.orensu-core-shop-v2 .orensu-shop-v2__filters::-webkit-scrollbar { width: 4px; }
  body.orensu-core-shop-v2 .orensu-shop-v2__filters::-webkit-scrollbar-thumb { background: rgba(180, 138, 66, 0.4); }
}
.orensu-shop-v2__filter-heading { display: flex; align-items: center; justify-content: space-between; min-height: 24px; }
.orensu-shop-v2__filter-heading strong {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 7px;
  white-space: nowrap;
  line-height: 1;
  color: var(--shop-text);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.orensu-shop-v2__filter-heading strong span {
  display: inline-flex;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--shop-gold);
  color: #080706;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-1px);
}
.orensu-shop-v2__filter-heading strong span[hidden],
.orensu-shop-v2__filter-open span[hidden] { display: none; }
.orensu-shop-v2 .orensu-shop-v2__filter-heading button,
.orensu-shop-v2 .orensu-shop-v2__empty button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--shop-gold-light);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.orensu-shop-v2__filters fieldset {
  margin: 0;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(214, 186, 120, 0.1);
}
.orensu-shop-v2__filters legend { display: block; width: 100%; padding: 0; }
.orensu-shop-v2__filters legend button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: none;
  color: #ddd5c9;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.orensu-shop-v2__filters legend button:hover,
.orensu-shop-v2__filters legend button:focus-visible { color: var(--shop-text); }
.orensu-shop-v2__filters legend img { width: 13px; height: 13px; filter: invert(70%); }
.orensu-shop-v2__filter-options { display: grid; gap: 9px; padding-top: 14px; }
.orensu-shop-v2__filter-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--shop-muted);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.18s ease;
}
.orensu-shop-v2__filter-options input { position: absolute; opacity: 0; pointer-events: none; }
.orensu-shop-v2__check {
  display: grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  border: 1px solid rgba(214, 186, 120, 0.32);
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.orensu-shop-v2__check img { width: 10px; height: 10px; opacity: 0; filter: invert(100%); }
.orensu-shop-v2__filter-options input:focus-visible + .orensu-shop-v2__check { outline: 1px solid var(--shop-gold-light); outline-offset: 2px; }
.orensu-shop-v2__filter-options input:checked + .orensu-shop-v2__check { border-color: var(--shop-gold); background: var(--shop-gold); }
.orensu-shop-v2__filter-options input:checked + .orensu-shop-v2__check img { opacity: 1; }
.orensu-shop-v2__filter-options label:hover { color: var(--shop-text); }

/* Products */
.orensu-shop-v2__results { min-width: 0; flex: 1; }
.orensu-shop-v2__count {
  margin: 0 0 24px;
  color: var(--shop-dim);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.orensu-shop-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}
.orensu-shop-v2__product { min-width: 0; }
.orensu-shop-v2__product-media {
  position: relative;
  aspect-ratio: 3 / 4;
  margin-bottom: 16px;
  overflow: hidden;
  background: var(--shop-media);
}
.orensu-shop-v2__product-media > a { display: block; width: 100%; height: 100%; }
.orensu-shop-v2__product-media > a > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.orensu-shop-v2__secondary { opacity: 0; }
.orensu-shop-v2__product:not(.is-quick-reset):hover .orensu-shop-v2__primary,
.orensu-shop-v2__product:not(.is-quick-reset):focus-within .orensu-shop-v2__primary { opacity: 0; }
.orensu-shop-v2__product:not(.is-quick-reset):hover .orensu-shop-v2__secondary,
.orensu-shop-v2__product:not(.is-quick-reset):focus-within .orensu-shop-v2__secondary { opacity: 1; transform: scale(1.025); }
.orensu-shop-v2__product.is-quick-reset .orensu-shop-v2__primary { opacity: 1; }
.orensu-shop-v2__product.is-quick-reset .orensu-shop-v2__secondary { opacity: 0; transform: none; }
.orensu-shop-v2__tags {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: grid;
  gap: 4px;
}
.orensu-shop-v2__tags span,
.orensu-shop-v2__availability {
  width: max-content;
  padding: 4px 8px;
  color: #fff8ec;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.orensu-shop-v2__tags .is-sale { background: #5f744f; }
.orensu-shop-v2__tags .is-featured { background: var(--shop-gold-deep); }
.orensu-shop-v2__availability {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
  background: rgba(243, 238, 228, 0.94);
  color: #5f5a52;
}
.orensu-shop-v2__actions {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.orensu-shop-v2__product:not(.is-quick-reset):hover .orensu-shop-v2__actions,
.orensu-shop-v2__product:not(.is-quick-reset):focus-within .orensu-shop-v2__actions { transform: none; }
.orensu-shop-v2__product.is-quick-reset .orensu-shop-v2__actions { transform: translateY(100%); }
.orensu-shop-v2__actions > * {
  display: flex;
  min-width: 0;
  min-height: 42px;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 6px;
  border: 0;
  background: rgba(243, 238, 228, 0.96);
  color: #11100e;
  font: 500 9px / 1 var(--orensu-font-ui);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.orensu-shop-v2__actions > button:hover,
.orensu-shop-v2__actions > button:focus-visible { background: #e9e3d8; color: #11100e; }
.orensu-shop-v2__actions > a { background: #080706; color: #fff8ec; }
.orensu-shop-v2__actions > a:hover,
.orensu-shop-v2__actions > a:focus-visible,
.orensu-shop-v2__actions > a.is-added { background: var(--shop-gold); color: #fff8ec; }
.orensu-shop-v2__actions img { width: 12px; height: 12px; flex: 0 0 12px; }
.orensu-shop-v2__actions a img { filter: invert(100%); }
.orensu-shop-v2 .orensu-shop-v2__actions > button[data-quick-open] {
  min-height: 42px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}

.orensu-shop-v2__product-copy > p {
  margin: 0 0 5px;
  color: var(--shop-gold-light);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.orensu-shop-v2__product-copy h2 {
  margin: 0 0 6px;
  color: var(--shop-text);
  font: 400 16px / 1.2 var(--orensu-font-display);
}
.orensu-shop-v2__product-copy h2 a { transition: color 0.2s ease; }
.orensu-shop-v2__product-copy h2 a:hover,
.orensu-shop-v2__product-copy h2 a:focus-visible { color: var(--shop-gold-light); }
.orensu-shop-v2__description {
  display: -webkit-box;
  min-height: 36px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--shop-dim);
  font-size: 12px;
  line-height: 1.5;
}
.orensu-shop-v2__meta {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  color: var(--shop-text-soft);
  font-size: 12px;
}
.orensu-shop-v2__meta del { color: #6f685f; }
.orensu-shop-v2__meta ins { text-decoration: none; }
.orensu-shop-v2__meta span:last-child { color: var(--shop-muted); font-size: 10px; }
.orensu-shop-v2__empty { padding: 96px 20px; text-align: center; }
.orensu-shop-v2__empty p { color: var(--shop-muted); font: 400 22px var(--orensu-font-display); }

/* List view */
.orensu-shop-v2__list-actions { display: none; }
.orensu-shop-v2__grid.is-list { grid-template-columns: 1fr; gap: 16px; }
.orensu-shop-v2__grid.is-list .orensu-shop-v2__product {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 24px;
  padding: 20px;
  border: 1px solid transparent;
  background: var(--shop-panel);
  transition: border-color 0.2s ease;
}
.orensu-shop-v2__grid.is-list .orensu-shop-v2__product:hover { border-color: rgba(214, 186, 120, 0.12); }
.orensu-shop-v2__grid.is-list .orensu-shop-v2__product-media { height: 176px; margin: 0; aspect-ratio: auto; }
.orensu-shop-v2__grid.is-list .orensu-shop-v2__product-media .orensu-shop-v2__actions,
.orensu-shop-v2__grid.is-list .orensu-shop-v2__availability { display: none; }
.orensu-shop-v2__grid.is-list .orensu-shop-v2__product-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}
.orensu-shop-v2__grid.is-list .orensu-shop-v2__meta { margin-top: auto; }
.orensu-shop-v2__grid.is-list .orensu-shop-v2__list-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}
.orensu-shop-v2 .orensu-shop-v2__list-actions > * {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(214, 186, 120, 0.24);
  background: transparent;
  color: var(--shop-text-soft);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.orensu-shop-v2 .orensu-shop-v2__list-actions > button:hover,
.orensu-shop-v2 .orensu-shop-v2__list-actions > button:focus-visible { border-color: var(--shop-gold-light); color: var(--shop-gold-light); }
.orensu-shop-v2 .orensu-shop-v2__list-actions > a { border-color: #080706; background: #080706; color: #fff8ec; }
.orensu-shop-v2 .orensu-shop-v2__list-actions > a:hover,
.orensu-shop-v2 .orensu-shop-v2__list-actions > a:focus-visible,
.orensu-shop-v2 .orensu-shop-v2__list-actions > a.is-added {
  border-color: var(--shop-gold);
  background: var(--shop-gold);
  color: #fff8ec;
}

/* Pagination */
.orensu-shop-v2__pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 56px; }
.orensu-shop-v2__pagination button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(214, 186, 120, 0.2);
  background: transparent;
  color: var(--shop-text-soft);
}
.orensu-shop-v2__pagination button:hover,
.orensu-shop-v2__pagination button:focus-visible { border-color: var(--shop-gold); color: var(--shop-gold-light); }
.orensu-shop-v2__pagination button.is-active,
.orensu-shop-v2__pagination button.is-active:hover,
.orensu-shop-v2__pagination button.is-active:focus-visible {
  border-color: var(--shop-gold);
  background: var(--shop-gold);
  color: #080706;
}
.orensu-shop-v2__pagination button:disabled { opacity: 0.3; cursor: not-allowed; }
.orensu-shop-v2__pagination button img { width: 14px; height: 14px; filter: invert(82%); }

/* Overlay common */
.orensu-shop-v2__drawer,
.orensu-shop-v2__modal { position: fixed; z-index: 10020; inset: 0; }
.orensu-shop-v2__drawer[hidden],
.orensu-shop-v2__modal[hidden],
.orensu-shop-v2__grid [data-product][hidden],
.orensu-shop-v2 [data-filter-chips][hidden],
.orensu-shop-v2 [data-filter-count][hidden],
.orensu-shop-v2 .orensu-shop-v2__filter-options[hidden],
.orensu-shop-v2 [data-quick-add][hidden],
.orensu-shop-v2 [data-quick-tags][hidden],
.orensu-shop-v2 [data-quick-facts][hidden] { display: none; }
.orensu-shop-v2 .orensu-shop-v2__drawer-backdrop,
.orensu-shop-v2 .orensu-shop-v2__modal-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.68);
  box-shadow: none;
  backdrop-filter: blur(5px);
}
.orensu-shop-v2 .orensu-shop-v2__drawer-backdrop:hover,
.orensu-shop-v2 .orensu-shop-v2__drawer-backdrop:focus,
.orensu-shop-v2 .orensu-shop-v2__drawer-backdrop:active,
.orensu-shop-v2 .orensu-shop-v2__modal-backdrop:hover,
.orensu-shop-v2 .orensu-shop-v2__modal-backdrop:focus,
.orensu-shop-v2 .orensu-shop-v2__modal-backdrop:active {
  border: 0;
  background: rgba(0, 0, 0, 0.68);
  box-shadow: none;
}
body.orensu-shop-overlay { overflow: hidden; }

/* Drawer */
.orensu-shop-v2__drawer-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 85vh;
  overflow: auto;
  border-top: 1px solid rgba(214, 186, 120, 0.2);
  border-radius: 16px 16px 0 0;
  background: var(--shop-panel);
}
.orensu-shop-v2__drawer-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--shop-line);
  background: var(--shop-panel);
}
.orensu-shop-v2__drawer-head strong { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }
.orensu-shop-v2__drawer-head button { padding: 0; border: 0; background: transparent; }
.orensu-shop-v2__drawer-head button:hover,
.orensu-shop-v2__drawer-head button:focus-visible { background: #1c1a16; }
.orensu-shop-v2__drawer-head img { width: 18px; height: 18px; filter: invert(90%); }
.orensu-shop-v2__drawer-sheet > .orensu-shop-v2__filters {
  position: static;
  display: block;
  width: auto;
  max-height: none;
  padding: 0 24px;
  overflow: visible;
}
.orensu-shop-v2__drawer-apply {
  position: sticky;
  bottom: 0;
  width: calc(100% - 48px);
  min-height: 52px;
  margin: 20px 24px;
  border: 0;
  background: var(--shop-gold);
  color: #080706;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.orensu-shop-v2__drawer-apply:hover,
.orensu-shop-v2__drawer-apply:focus-visible { background: var(--shop-gold-deep); color: #fff8ec; }

/* Quick view */
.orensu-shop-v2__modal { display: grid; place-items: center; padding: 32px; }
.orensu-shop-v2__modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(768px, 100%);
  max-height: 90vh;
  grid-template-columns: 1fr 1fr;
  overflow: auto;
  border: 1px solid rgba(214, 186, 120, 0.12);
  background: var(--shop-panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}
.orensu-shop-v2__modal-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  background: #1c1a16;
}
.orensu-shop-v2__modal-close:hover,
.orensu-shop-v2__modal-close:focus-visible { background: #28241e; }
.orensu-shop-v2__modal-close img { width: 15px; height: 15px; filter: invert(90%); }
.orensu-shop-v2__modal-image { aspect-ratio: 1; overflow: hidden; background: var(--shop-media); }
.orensu-shop-v2__modal-image img { width: 100%; height: 100%; object-fit: cover; }
.orensu-shop-v2__modal-copy { display: flex; flex-direction: column; padding: 32px; }
.orensu-shop-v2__modal-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.orensu-shop-v2__modal-tags span {
  padding: 3px 8px;
  background: var(--shop-gold-deep);
  color: #fff8ec;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.orensu-shop-v2__modal-copy > p:first-of-type {
  margin: 0;
  color: var(--shop-gold-light);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.orensu-shop-v2__modal-copy h2 { margin: 16px 0 12px; color: var(--shop-text); font: 400 24px / 1.2 var(--orensu-font-display); }
.orensu-shop-v2__modal-copy [data-quick-rating],
.orensu-shop-v2__modal-copy [data-quick-description] { color: var(--shop-muted); font-size: 12px; line-height: 1.7; }
.orensu-shop-v2__modal-copy [data-quick-rating]:empty { display: none; }
.orensu-shop-v2__modal-copy [data-quick-description] { margin: 12px 0 0; }
.orensu-shop-v2__modal-facts { display: grid; gap: 6px; margin-top: 20px; color: #8f877c; font-size: 12px; }
.orensu-shop-v2__modal-facts p { margin: 0; color: inherit; line-height: 1.5; }
.orensu-shop-v2__modal-facts strong { color: var(--shop-text-soft); font-weight: 500; }
.orensu-shop-v2__modal-price { margin-top: auto; padding: 24px 0 18px; color: var(--shop-text); font: 400 24px var(--orensu-font-display); }
.orensu-shop-v2__modal-add,
.orensu-shop-v2__modal-details {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--shop-gold);
  color: #080706;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.orensu-shop-v2__modal-add:hover,
.orensu-shop-v2__modal-add:focus-visible,
.orensu-shop-v2__modal-add.is-added { background: var(--shop-gold-deep); color: #fff8ec; }
.orensu-shop-v2__modal-details {
  margin-top: 10px;
  border: 1px solid rgba(214, 186, 120, 0.24);
  background: transparent;
  color: var(--shop-text);
}
.orensu-shop-v2__modal-details:hover,
.orensu-shop-v2__modal-details:focus-visible { border-color: var(--shop-gold-light); color: var(--shop-gold-light); }

/* Responsive */
@media (max-width: 1023px) {
  .orensu-shop-v2__filters { display: none; }
  .orensu-shop-v2__filter-open { display: grid; }
  .orensu-shop-v2__drawer .orensu-shop-v2__filters { display: block; }
  .orensu-shop-v2__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .orensu-shop-v2__hero .orensu-shop-v2__container { width: calc(100% - 48px); }
  .orensu-shop-v2__hero { padding: 112px 0 48px; }
  .orensu-shop-v2__body { padding: 32px 24px 96px; }
  .orensu-shop-v2__toolbar { align-items: stretch; flex-wrap: wrap; }
  .orensu-shop-v2__search { min-width: 100%; order: -1; }
  .orensu-shop-v2__sort { min-width: 0; flex: 1; }
  .orensu-shop-v2__views { margin-left: 0; }
  .orensu-shop-v2__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .orensu-shop-v2__product-media { margin-bottom: 12px; }
  .orensu-shop-v2__actions { position: static; transform: none !important; }
  .orensu-shop-v2__actions button { display: none; }
  .orensu-shop-v2__actions > a { min-height: 38px; font-size: 8px; }
  .orensu-shop-v2__description { display: none; }
  .orensu-shop-v2__meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .orensu-shop-v2__meta span:last-child { display: none; }
  .orensu-shop-v2__modal { padding: 16px; }
  .orensu-shop-v2__modal-card { grid-template-columns: 1fr; }
  .orensu-shop-v2__modal-image { max-height: 42vh; }
  .orensu-shop-v2__modal-copy { padding: 28px 24px; }
  .orensu-shop-v2__grid.is-list .orensu-shop-v2__product { grid-template-columns: 110px 1fr; gap: 16px; }
  .orensu-shop-v2__grid.is-list .orensu-shop-v2__product-media { height: 146px; }
  .orensu-shop-v2__grid.is-list .orensu-shop-v2__description { display: -webkit-box; }
}

@media (max-width: 479px) {
  .orensu-shop-v2__body { padding-inline: 18px; }
  .orensu-shop-v2__hero .orensu-shop-v2__container { width: calc(100% - 36px); }
  .orensu-shop-v2__grid { gap-inline: 10px; }
  .orensu-shop-v2__product-copy h2 { font-size: 15px; }
  .orensu-shop-v2__product-copy > p { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .orensu-shop-v2 *,
  .orensu-shop-v2 *::before,
  .orensu-shop-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* 1.17.2 unified Sold Out state + fast-add inventory guard */
.orensu-shop-v2__actions > a.is-disabled,
.orensu-shop-v2 .orensu-shop-v2__list-actions > a.is-disabled,
.orensu-shop-v2__modal-add.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .38;
  border-color: rgba(214, 186, 120, .12);
  background: #17140f;
  color: #847b70;
}
.orensu-shop-v2__actions > a.is-disabled img { opacity: .6; }
.orensu-shop-v2__actions > a.is-error,
.orensu-shop-v2 .orensu-shop-v2__list-actions > a.is-error,
.orensu-shop-v2__modal-add.is-error {
  border-color: rgba(175, 91, 76, .55);
  background: rgba(175, 91, 76, .16);
}


/* 1.17.2: Sold Out is one canonical visual state, regardless of why remaining quantity is zero. */
.orensu-shop-v2__actions > .is-sold-out,
.orensu-shop-v2 .orensu-shop-v2__list-actions > .is-sold-out,
.orensu-shop-v2__modal-add.is-sold-out {
  pointer-events: none;
  cursor: not-allowed;
  border-color: rgba(214, 186, 120, .12);
  background: #17140f;
  color: #9a9185;
  opacity: .78;
}
.orensu-shop-v2__actions > .is-sold-out {
  display: flex;
  min-width: 0;
  min-height: 42px;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  font: 500 9px / 1 var(--orensu-font-ui);
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.orensu-shop-v2 .orensu-shop-v2__list-actions > .is-sold-out {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
