﻿/** Shopify CDN: Minification failed

Line 3559:17 Unterminated string token

**/
:root {
  --dr-ink: #020908;
  --dr-ink-2: #06100e;
  --dr-ink-3: #0b1d17;
  --dr-jade: #16382f;
  --dr-gold: #d0b050;
  --dr-gold-soft: #e4c76a;
  --dr-paper: #f0ead8;
  --dr-paper-deep: #cfc4a8;
  --dr-line: rgba(228, 199, 106, 0.34);
  --dr-line-strong: rgba(228, 199, 106, 0.58);
  --dr-line-soft: rgba(240, 234, 216, 0.14);
  --dr-shadow: rgba(0, 0, 0, 0.42);
  --dr-radius: 6px;
}

html {
  background: var(--dr-ink);
}

body {
  color: var(--dr-paper);
  background-color: var(--dr-ink);
  background-image:
    radial-gradient(circle at 18px 26px, rgba(228, 199, 106, 0.32) 0 1px, transparent 1.6px),
    radial-gradient(circle at 96px 118px, rgba(240, 234, 216, 0.2) 0 1px, transparent 1.6px),
    linear-gradient(180deg, #020908 0%, #06100e 38%, #0b1d17 100%);
  background-size: 168px 168px, 230px 230px, 100% 100%;
  font-family: Aptos, "Segoe UI", system-ui, sans-serif;
  overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
  letter-spacing: 0;
}

a {
  color: inherit;
}

.announcement-bar,
.announcement-bar.color-scheme-1,
.announcement-bar.gradient {
  border-bottom: 1px solid var(--dr-line-soft);
  background: rgba(2, 9, 8, 0.94);
  color: rgba(240, 234, 216, 0.76);
}

.announcement-bar__message {
  min-height: 30px;
  padding: 7px 0;
  font-size: 12px;
}

.announcement-bar__message {
  font-size: 0;
}

.announcement-bar__message::before {
  content: "Daoist Roots selection is now open.";
  display: inline-block;
  font-size: 12px;
  line-height: 1.35;
}

.announcement-bar__message > * {
  display: none;
}

.header-wrapper,
.shopify-section-header-sticky {
  border-bottom: 1px solid var(--dr-line);
  background: rgba(2, 9, 8, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.header {
  color: var(--dr-paper);
}

.header__heading-link,
.header__heading-logo-wrapper {
  color: var(--dr-paper);
  letter-spacing: 0;
}

.header__heading-link .h2 {
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 650;
}

.header__menu-item,
.menu-drawer__menu-item,
.list-menu__item,
.header__icon,
.header__icon .svg-wrapper {
  color: var(--dr-paper);
}

.header__menu-item:hover,
.list-menu__item:hover,
.header__icon:hover {
  color: var(--dr-gold-soft);
}

.dr-header-links {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.header__inline-menu,
.menu-drawer-container {
  display: none !important;
}

.dr-header-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--dr-line);
  border-radius: 999px;
  color: rgba(240, 234, 216, 0.9);
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(240, 234, 216, 0.04);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.dr-header-links a:hover {
  border-color: var(--dr-line-strong);
  color: var(--dr-gold-soft);
  background: rgba(228, 199, 106, 0.08);
  transform: translateY(-1px);
}

.button,
.shopify-payment-button__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.quick-add__submit {
  min-height: 44px;
  border-radius: var(--dr-radius);
  letter-spacing: 0;
}

.button:after,
.shopify-payment-button__button:after,
.customer button:after,
.quick-add__submit:after {
  border-radius: var(--dr-radius);
  box-shadow: 0 0 0 1px var(--dr-line);
}

.button--primary,
.shopify-payment-button__button--unbranded {
  border: 1px solid rgba(228, 199, 106, 0.7);
  background: linear-gradient(180deg, #efd47f, #b88a3a);
  color: #081715;
}

.button--secondary {
  color: var(--dr-paper);
  background: rgba(240, 234, 216, 0.06);
}

.card,
.product-card-wrapper .card,
.collection-card-wrapper .card,
.cart-items,
.cart__footer,
.product__info-wrapper,
.facets-container,
.card__inner,
.media,
.product__media,
.collection-hero,
.image-with-text__media,
.multicolumn-card,
.field__input,
.select__select {
  border-radius: var(--dr-radius);
}

.price,
.product__title,
.collection-hero__title,
.title,
.h0,
.h1,
.h2,
h1,
h2,
h3 {
  letter-spacing: 0;
}

.dr-shop-home {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--dr-paper);
  background:
    linear-gradient(rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #020908 0%, #06100e 52%, #0b1d17 100%);
  background-size: 72px 72px, 72px 72px, 100% 100%;
}

.dr-shop-home *,
.dr-shop-home *:before,
.dr-shop-home *:after {
  box-sizing: border-box;
}

.dr-shop-home:before,
.dr-shop-home:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.dr-shop-home:before {
  background-image:
    radial-gradient(circle at 14% 12%, rgba(228, 199, 106, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 4%, rgba(240, 234, 216, 0.45) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 18%, rgba(228, 199, 106, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 9%, rgba(240, 234, 216, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 31%, rgba(228, 199, 106, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 9% 67%, rgba(240, 234, 216, 0.35) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 76%, rgba(228, 199, 106, 0.5) 0 1px, transparent 2px);
  background-size: 460px 460px;
  opacity: 0.7;
}

.dr-shop-home:after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(2, 9, 8, 0.26) 72%, rgba(2, 9, 8, 0.72) 100%),
    conic-gradient(from 0deg at 8% 52%, transparent 0 72deg, rgba(228, 199, 106, 0.09) 72deg 73deg, transparent 73deg 360deg),
    conic-gradient(from 30deg at 96% 16%, transparent 0 46deg, rgba(228, 199, 106, 0.08) 46deg 47deg, transparent 47deg 360deg);
  opacity: 0.9;
}

.dr-shop-hero {
  min-height: clamp(620px, 76dvh, 820px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 0 clamp(38px, 5vw, 64px);
}

.dr-shop-hero__copy {
  position: relative;
  max-width: 650px;
  padding: clamp(18px, 3vw, 32px) 0;
}

.dr-shop-kicker,
.dr-shop-card__eyebrow {
  margin: 0 0 12px;
  color: var(--dr-gold-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dr-shop-title {
  max-width: 780px;
  margin: 0;
  color: #fff7df;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 650;
  line-height: 1.04;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
}

.dr-shop-title span {
  display: block;
}

.dr-shop-subtitle {
  margin: 14px 0 0;
  color: var(--dr-gold-soft);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 560;
  line-height: 1.25;
}

.dr-shop-copy {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(240, 234, 216, 0.82);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.78;
}

.dr-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.dr-shop-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(228, 199, 106, 0.55);
  border-radius: 4px;
  text-decoration: none;
  color: #fff7df;
  background: rgba(240, 234, 216, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.dr-shop-button:before,
.quick-add__submit:before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(228, 199, 106, 0.18);
  border-radius: 2px;
  pointer-events: none;
}

.dr-shop-button:hover,
.quick-add__submit:hover {
  transform: translateY(-1px);
  border-color: var(--dr-line-strong);
  color: var(--dr-gold-soft);
  background: rgba(228, 199, 106, 0.08);
}

.dr-shop-button--primary {
  border-color: rgba(239, 212, 127, 0.78);
  color: #071311;
  background: linear-gradient(180deg, #f0d88b, #b88a3a);
}

.dr-shop-button--primary:hover {
  color: #071311;
  background: linear-gradient(180deg, #f4df9f, #c69a48);
}

.dr-shop-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
}

.dr-shop-hero__visual:before {
  content: "Daoist selection map";
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 8px 24px;
  border: 1px solid var(--dr-line-strong);
  color: var(--dr-gold-soft);
  background: rgba(2, 9, 8, 0.88);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.dr-shop-compass {
  position: relative;
  width: min(100%, 570px);
  aspect-ratio: 1;
  border: 1px solid var(--dr-line-strong);
  border-radius: 6px;
  background:
    linear-gradient(rgba(228, 199, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.06) 1px, transparent 1px),
    rgba(7, 19, 17, 0.74);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32), inset 0 0 0 7px rgba(228, 199, 106, 0.055);
}

.dr-shop-compass:before,
.dr-shop-compass:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dr-shop-compass:before {
  inset: 17px;
  border: 1px solid rgba(228, 199, 106, 0.38);
  border-radius: 4px;
}

.dr-shop-compass:after {
  inset: 8%;
  border: 1px solid rgba(228, 199, 106, 0.5);
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0 29deg, rgba(228, 199, 106, 0.28) 29deg 30deg, transparent 30deg 59deg, rgba(228, 199, 106, 0.22) 59deg 60deg, transparent 60deg 360deg),
    radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(228, 199, 106, 0.22) 34% 34.5%, transparent 34.5% 100%);
}

.dr-shop-compass__ring,
.dr-shop-compass__axis {
  position: absolute;
  pointer-events: none;
}

.dr-shop-compass__ring {
  inset: 20%;
  border: 1px solid rgba(228, 199, 106, 0.28);
  border-radius: 50%;
}

.dr-shop-compass__ring--outer {
  inset: 13%;
}

.dr-shop-compass__ring--middle {
  inset: 27%;
  border-color: rgba(240, 234, 216, 0.18);
}

.dr-shop-compass__ring--inner {
  inset: 36%;
  border-color: rgba(228, 199, 106, 0.48);
}

.dr-shop-compass__axis {
  top: 12%;
  left: 50%;
  width: 1px;
  height: 76%;
  background: rgba(228, 199, 106, 0.22);
  transform-origin: center;
}

.dr-shop-compass__axis--horizontal {
  transform: rotate(90deg);
}

.dr-shop-compass__axis--slash {
  transform: rotate(55deg);
}

.dr-shop-compass__axis--backslash {
  transform: rotate(-55deg);
}

.dr-shop-compass__center {
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(116px, 20vw, 150px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  border: 1px solid var(--dr-line-strong);
  border-radius: 50%;
  color: #fff7df;
  background: rgba(2, 9, 8, 0.82);
  box-shadow: inset 0 0 0 7px rgba(228, 199, 106, 0.06);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 650;
  line-height: 0.95;
  text-align: center;
}

.dr-shop-compass__item {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  min-width: 112px;
  color: var(--dr-paper);
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease;
}

.dr-shop-compass__item span {
  color: #fff7df;
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 700;
  line-height: 1.08;
}

.dr-shop-compass__item small {
  color: rgba(228, 199, 106, 0.88);
  font-size: 11px;
  line-height: 1.2;
}

.dr-shop-compass__item:hover {
  color: var(--dr-gold-soft);
  transform: translateY(-2px);
}

.dr-shop-compass__item--study {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.dr-shop-compass__item--practice {
  top: 30%;
  right: 12%;
}

.dr-shop-compass__item--protect {
  bottom: 27%;
  right: 14%;
}

.dr-shop-compass__item--ziwei {
  bottom: 27%;
  left: 13%;
}

.dr-shop-compass__item--season {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.dr-shop-compass__item--ritual {
  top: 30%;
  left: 12%;
}

.dr-shop-band {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(52px, 6vw, 82px) 0;
}

.dr-shop-band:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(28px, 4vw, 44px);
  background: linear-gradient(90deg, transparent, var(--dr-line-strong), transparent);
}

.dr-shop-band__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.58fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.dr-shop-band h2 {
  max-width: 820px;
  margin: 0;
  color: #fff7df;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 650;
  line-height: 1.06;
}

.dr-shop-band p {
  color: rgba(240, 234, 216, 0.72);
  line-height: 1.72;
}

.dr-shop-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 1fr;
  gap: 16px;
}

.dr-shop-card {
  position: relative;
  min-height: 260px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--dr-line);
  border-radius: var(--dr-radius);
  overflow: hidden;
  background:
    linear-gradient(rgba(228, 199, 106, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(240, 234, 216, 0.08), rgba(5, 13, 11, 0.78));
  background-size: 36px 36px, 36px 36px, 100% 100%;
}

.dr-shop-card:before,
.dr-shop-card:after,
.product-card-wrapper:before,
.product-card-wrapper:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  pointer-events: none;
  border-color: var(--dr-line-strong);
  border-style: solid;
}

.dr-shop-card:before,
.product-card-wrapper:before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}

.dr-shop-card:after,
.product-card-wrapper:after {
  right: 8px;
  bottom: 8px;
  border-width: 0 1px 1px 0;
}

.dr-shop-card__mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  border: 1px solid var(--dr-line);
  border-radius: 50%;
  color: var(--dr-gold-soft);
  font-size: 13px;
}

.dr-shop-card h3 {
  margin: 0 0 12px;
  color: #fff7df;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 650;
  line-height: 1.12;
}

.dr-shop-card p {
  margin: 0;
}

.dr-shop-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--dr-gold-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(228, 199, 106, 0.5);
}

.dr-shop-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--dr-line);
  border-radius: var(--dr-radius);
  background: rgba(240, 234, 216, 0.055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.dr-shop-feature__map {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--dr-line);
  border-radius: var(--dr-radius);
  overflow: hidden;
  background:
    linear-gradient(rgba(228, 199, 106, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.05) 1px, transparent 1px),
    conic-gradient(from 0deg at 50% 50%, transparent 0 44deg, rgba(228, 199, 106, 0.2) 44deg 45deg, transparent 45deg 89deg, rgba(228, 199, 106, 0.18) 89deg 90deg, transparent 90deg 360deg),
    rgba(7, 19, 17, 0.82);
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
}

.dr-shop-feature__map:before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(228, 199, 106, 0.42);
  border-radius: 50%;
}

.dr-shop-feature__palace {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 104px;
  min-height: 72px;
  padding: 8px;
  border: 1px solid rgba(240, 234, 216, 0.28);
  color: #fff7df;
  background: rgba(2, 9, 8, 0.62);
  font-weight: 650;
}

.dr-shop-feature__palace--one {
  top: 12%;
  left: 10%;
}

.dr-shop-feature__palace--two {
  top: 12%;
  right: 10%;
}

.dr-shop-feature__palace--three {
  bottom: 12%;
  left: 10%;
}

.dr-shop-feature__palace--four {
  right: 10%;
  bottom: 12%;
}

.dr-shop-feature__body {
  padding: clamp(22px, 4vw, 48px);
}

.dr-shop-assurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.dr-shop-assurance span {
  display: grid;
  min-height: 74px;
  place-items: center;
  border: 1px solid var(--dr-line);
  border-radius: var(--dr-radius);
  color: var(--dr-gold-soft);
  text-align: center;
  background: rgba(2, 9, 8, 0.34);
  font-size: 13px;
}

.dr-shop-note {
  padding-top: 28px;
  padding-bottom: 44px;
  color: rgba(240, 234, 216, 0.62);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.dr-reveal {
  animation: drFadeUp 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.dr-shop-hero__visual.dr-reveal {
  animation-delay: 120ms;
}

.dr-shop-card:nth-child(2).dr-reveal {
  animation-delay: 90ms;
}

.dr-shop-card:nth-child(3).dr-reveal {
  animation-delay: 180ms;
}

@keyframes drFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Gold full-bleed stage, brand logo, and generated palace asset */
.dr-header-brand-link:before {
  display: none;
}

.dr-header-logo-lockup {
  display: inline-flex;
  align-items: center;
  width: clamp(178px, 16vw, 228px);
  max-width: 100%;
}

.dr-header-logo-lockup img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.72) saturate(1.45) hue-rotate(352deg) brightness(0.98);
}

.dr-template-index .header__heading-link .h2 {
  display: none;
}

.dr-shop-home {
  padding-top: 0;
}

.dr-shop-hero {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  border-right: 0;
  border-left: 0;
  grid-template-columns: minmax(420px, 0.9fr) minmax(620px, 1.1fr);
  padding-right: max(38px, calc((100vw - 1760px) / 2 + 58px));
  padding-left: max(38px, calc((100vw - 1760px) / 2 + 58px));
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.1), rgba(3, 18, 15, 0.38) 42%, rgba(3, 18, 15, 0.08)),
    linear-gradient(180deg, rgba(3, 18, 15, 0.01), rgba(3, 18, 15, 0.5)),
    var(--dr-gold-hero-wide);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center top;
}

.dr-shop-hero:before {
  right: 16px;
  left: 16px;
}

.dr-shop-hero__copy {
  max-width: 680px;
}

.dr-shop-palace {
  width: min(100%, 680px);
  background:
    linear-gradient(180deg, rgba(2, 13, 11, 0.08), rgba(2, 13, 11, 0.24)),
    var(--dr-gold-palace-panel);
  background-size: 100% 100%, cover;
  background-position: center;
  border-color: rgba(214, 168, 90, 0.52);
}

.dr-shop-palace:after,
.dr-shop-palace__grid:before,
.dr-shop-palace__grid:after {
  display: none;
}

.dr-shop-palace__grid {
  inset: 82px 176px 78px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.dr-shop-palace__cell {
  padding: 6px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.dr-shop-palace__center {
  width: clamp(116px, 10vw, 148px);
}

.dr-shop-palace__branch {
  background: rgba(3, 18, 15, 0.72);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:after {
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.18), rgba(2, 9, 8, 0.42)),
    radial-gradient(circle at 50% 42%, transparent 0 34%, rgba(2, 9, 8, 0.44) 100%);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  filter: saturate(0.82) brightness(0.68) contrast(1.12);
}

@media (min-width: 1800px) {
  .dr-shop-hero {
    min-height: clamp(500px, 54dvh, 660px);
    grid-template-columns: minmax(520px, 0.9fr) minmax(760px, 1.1fr);
  }

  .dr-shop-palace {
    width: min(42vw, 760px);
  }
}

@media (max-width: 989px) {
  .dr-shop-hero {
    width: min(calc(100% - 20px), 760px);
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid rgba(200, 145, 63, 0.72);
    border-left: 1px solid rgba(200, 145, 63, 0.72);
  }
}

@media (max-width: 749px) {
  .dr-header-logo-lockup {
    width: clamp(150px, 52vw, 190px);
  }

  .dr-shop-hero {
    grid-template-columns: 1fr;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Gold buy-flow completion pass */
body.dr-template-product,
body.dr-template-cart {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 6%, rgba(200, 145, 63, 0.1), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(81, 150, 116, 0.12), transparent 30rem),
    linear-gradient(180deg, #020b0a 0%, #061713 42%, #071c17 100%);
}

.dr-template-product .content-for-layout,
.dr-template-cart .content-for-layout {
  background:
    linear-gradient(rgba(228, 199, 106, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.022) 1px, transparent 1px);
  background-size: 64px 64px;
}

.dr-template-product product-info,
.dr-template-cart cart-items,
.dr-template-cart #main-cart-footer {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid rgba(200, 145, 63, 0.4);
  border-bottom: 1px solid rgba(200, 145, 63, 0.28);
  background:
    radial-gradient(circle at 8% 28%, transparent 0 16rem, rgba(228, 199, 106, 0.12) 16.04rem 16.1rem, transparent 16.14rem),
    linear-gradient(180deg, rgba(4, 19, 16, 0.96), rgba(3, 15, 13, 0.98));
}

.dr-template-product product-info:before,
.dr-template-cart cart-items:before,
.dr-template-cart #main-cart-footer:before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(228, 199, 106, 0.2);
}

.dr-template-product product-info > *,
.dr-template-cart cart-items > *,
.dr-template-cart #main-cart-footer > * {
  position: relative;
  z-index: 1;
}

.dr-template-product product-info .page-width,
.dr-template-cart cart-items .page-width,
.dr-template-cart #main-cart-footer .page-width {
  width: 100%;
  max-width: 1760px;
  padding-right: clamp(32px, 3vw, 58px);
  padding-left: clamp(32px, 3vw, 58px);
}

.dr-template-product .product {
  align-items: start;
  gap: clamp(26px, 4vw, 64px);
  width: 100%;
  padding-top: clamp(42px, 5vw, 76px);
  padding-bottom: clamp(34px, 5vw, 70px);
}

.dr-template-product .product__media-wrapper {
  position: relative;
}

.dr-template-product .product__media-wrapper:before,
.dr-template-product .product__info-container:before,
.dr-template-cart .cart__warnings:before,
.dr-template-cart .cart__footer:before {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 1px solid rgba(228, 199, 106, 0.18);
}

.dr-template-product .product__media-list {
  gap: 14px;
}

.dr-template-product .product__media-wrapper .product__media,
.dr-template-product .product__media-wrapper .global-media-settings,
.dr-template-product .product__media-wrapper .thumbnail {
  overflow: hidden;
  border-color: rgba(200, 145, 63, 0.58);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(4, 19, 16, 0.08), rgba(4, 19, 16, 0.16)),
    rgba(240, 234, 216, 0.04);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.08);
}

.dr-template-product .product__media-wrapper .media img {
  filter: saturate(0.9) brightness(0.9) contrast(1.04);
}

.dr-template-product .product__info-wrapper {
  max-width: 620px;
}

.dr-template-product .product__info-container {
  position: relative;
  max-width: none;
  padding: clamp(24px, 3vw, 42px);
  border-color: rgba(200, 145, 63, 0.58);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(3, 28, 24, 0.78), rgba(2, 14, 12, 0.94)),
    linear-gradient(rgba(228, 199, 106, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.045) 1px, transparent 1px);
  background-size: 100% 100%, 44px 44px, 44px 44px;
  box-shadow: inset 0 1px 0 rgba(240, 234, 216, 0.08), 0 22px 70px rgba(0, 0, 0, 0.24);
}

.dr-template-product .product__text.caption-with-letter-spacing {
  color: rgba(228, 199, 106, 0.72);
  font-family: var(--dr-serif);
  font-size: 11px;
}

.dr-template-product .product__text.subtitle {
  color: #e4c76a;
  font-size: 13px;
}

.dr-template-product .product__title h1 {
  color: #f3e8c8;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.dr-template-product .price--large,
.dr-template-product .price--large .price-item {
  color: #f0d88b;
  font-size: clamp(18px, 1.4vw, 22px);
}

.dr-template-product .product-form__input {
  margin-bottom: 18px;
}

.dr-template-product .form__label,
.dr-template-product .product__tax,
.dr-template-product .installment,
.dr-template-product .share-button__button {
  color: rgba(240, 234, 216, 0.72);
}

.dr-template-product .quantity {
  min-height: 48px;
  border-color: rgba(228, 199, 106, 0.42);
  border-radius: 4px;
  background: rgba(2, 12, 10, 0.6);
}

.dr-template-product .product-form__submit,
.dr-template-product .shopify-payment-button__button,
.dr-template-cart .cart__checkout-button,
.dr-template-cart .cart__warnings .button {
  min-height: 48px;
  border: 1px solid rgba(239, 212, 127, 0.8);
  border-radius: 3px;
  color: #071311;
  background: linear-gradient(180deg, #e7c970, #b78332);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.dr-template-product .product-form__submit:hover,
.dr-template-cart .cart__checkout-button:hover,
.dr-template-cart .cart__warnings .button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.dr-template-product .product__description,
.dr-template-product .product__accordion,
.dr-template-product .accordion__content {
  color: rgba(240, 234, 216, 0.74);
}

.dr-template-product .product__accordion {
  border-top-color: rgba(228, 199, 106, 0.26);
}

.dr-template-product .product__accordion summary {
  min-height: 54px;
  color: #f0d88b;
}

.dr-template-product .multicolumn,
.dr-template-product .related-products,
.dr-template-cart .collection {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 20, 17, 0.98), rgba(4, 17, 14, 0.99)),
    var(--dr-gold-reference-products);
  background-size: 100% 100%, cover;
  background-position: center top;
}

.dr-template-product .multicolumn .page-width,
.dr-template-product .related-products .page-width,
.dr-template-cart .collection .page-width,
.dr-template-cart .collection slider-component,
.dr-template-cart .collection slider-component.page-width,
.dr-template-cart .collection slider-component.page-width-desktop {
  width: 100%;
  max-width: 1760px;
  padding-right: clamp(32px, 3vw, 58px);
  padding-left: clamp(32px, 3vw, 58px);
}

.dr-template-product .multicolumn-list,
.dr-template-product .related-products .product-grid {
  gap: clamp(16px, 1.8vw, 24px);
}

.dr-template-product .multicolumn-card {
  border-color: rgba(228, 199, 106, 0.36);
  border-radius: 4px;
  background:
    linear-gradient(rgba(228, 199, 106, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    rgba(3, 21, 18, 0.78);
  background-size: 36px 36px, 36px 36px, 100% 100%;
}

.dr-template-cart cart-items {
  min-height: 360px;
}

.dr-template-cart .cart__warnings {
  position: relative;
  width: min(760px, calc(100% - 32px));
  margin: clamp(44px, 6vw, 78px) auto;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(200, 145, 63, 0.5);
  border-radius: 4px;
  background:
    radial-gradient(circle at 50% 18%, rgba(228, 199, 106, 0.1), transparent 18rem),
    linear-gradient(rgba(228, 199, 106, 0.046) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.04) 1px, transparent 1px),
    rgba(3, 21, 18, 0.82);
  background-size: 100% 100%, 42px 42px, 42px 42px, 100% 100%;
  text-align: center;
}

.dr-template-cart .cart__empty-text {
  color: #f3d685;
  font-family: var(--dr-serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
}

.dr-template-cart .cart__login-title {
  color: #e8e1cf;
  font-family: var(--dr-serif);
}

.dr-template-cart .cart__login-paragraph,
.dr-template-cart .cart__login-paragraph a {
  color: rgba(240, 234, 216, 0.72);
}

.dr-template-cart .cart__items,
.dr-template-cart .cart-items,
.dr-template-cart .cart__footer {
  border-color: rgba(228, 199, 106, 0.34);
  border-radius: 4px;
  background:
    linear-gradient(rgba(228, 199, 106, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.032) 1px, transparent 1px),
    rgba(3, 21, 18, 0.78);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}

.dr-template-cart .cart-items th,
.dr-template-cart .cart-item__name,
.dr-template-cart .totals__total,
.dr-template-cart .title--primary {
  color: #f3d685;
  font-family: var(--dr-serif);
}

.dr-template-cart .cart__footer {
  position: relative;
}

@media (min-width: 990px) {
  .dr-template-product .product.grid--2-col-tablet {
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  }
}

@media (min-width: 1800px) {
  .dr-template-product .product.grid--2-col-tablet {
    grid-template-columns: minmax(760px, 1.14fr) minmax(560px, 0.86fr);
  }
}

@media (max-width: 749px) {
  body.dr-template-product,
  body.dr-template-cart,
  .dr-template-product .content-for-layout,
  .dr-template-cart .content-for-layout {
    max-width: 100%;
    overflow-x: hidden;
  }

  .dr-template-product product-info:before,
  .dr-template-cart cart-items:before,
  .dr-template-cart #main-cart-footer:before {
    inset: 8px;
  }

  .dr-template-product product-info .page-width,
  .dr-template-cart cart-items .page-width,
  .dr-template-cart #main-cart-footer .page-width,
  .dr-template-product .multicolumn .page-width,
  .dr-template-product .related-products .page-width,
  .dr-template-cart .collection .page-width,
  .dr-template-cart .collection slider-component,
  .dr-template-cart .collection slider-component.page-width,
  .dr-template-cart .collection slider-component.page-width-desktop {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dr-template-product .product {
    gap: 16px;
    padding-top: 26px;
  }

  .dr-template-product .product__info-wrapper {
    max-width: 100%;
  }

  .dr-template-product .product__info-container {
    padding: 22px 18px 24px;
  }

  .dr-template-product .product__title h1 {
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1.14;
  }

  .dr-template-product .product__media-list {
    gap: 8px;
  }

  .dr-template-product .product__accordion summary {
    min-height: 48px;
  }

  .dr-template-cart .cart__warnings {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .dr-template-cart .cart__empty-text {
    font-size: clamp(28px, 8vw, 38px);
  }
}

.collection-hero,
.product,
cart-items,
#main-cart-footer,
.main-page-title,
.shopify-policy__container {
  background: transparent;
}

.collection-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--dr-line);
  background:
    linear-gradient(rgba(228, 199, 106, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #06100e, #0b1d17);
  background-size: 60px 60px, 60px 60px, 100% 100%;
  color: #fff7df;
}

.collection-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    conic-gradient(from 0deg at 6% 42%, transparent 0 63deg, rgba(228, 199, 106, 0.1) 63deg 64deg, transparent 64deg 360deg),
    linear-gradient(90deg, transparent, rgba(228, 199, 106, 0.08), transparent);
}

.collection-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 84px) 0;
}

.collection-hero__title {
  color: #fff7df;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 650;
  line-height: 1.08;
}

.collection-hero__description,
.collection-hero__description p {
  max-width: 680px;
  color: rgba(240, 234, 216, 0.78);
  line-height: 1.72;
}

.facets-wrapper,
.facets-vertical-sort,
.mobile-facets__inner,
.facets__disclosure,
.facet-filters__field .select,
.product-count,
.drawer__inner,
.menu-drawer,
.cart-notification,
.predictive-search,
.modal__content {
  border-color: var(--dr-line);
  background: rgba(7, 19, 17, 0.96);
  color: var(--dr-paper);
}

.facets__summary,
.facet-filters__label,
.product-count__text,
.mobile-facets__heading,
.mobile-facets__label,
.select__select,
.field__input,
.customer .field input,
.drawer__heading,
.menu-drawer__close-button {
  color: var(--dr-paper);
  letter-spacing: 0;
}

.field__input,
.customer .field input,
.select__select,
.quantity {
  border: 1px solid var(--dr-line);
  background: rgba(240, 234, 216, 0.055);
}

:where(.dr-template-index, .dr-template-collection) .collection {
  position: relative;
}

:where(.dr-template-index, .dr-template-collection) .collection .title-wrapper {
  align-items: end;
  border-top: 1px solid var(--dr-line);
  padding-top: clamp(24px, 4vw, 42px);
}

.collection .title {
  color: var(--dr-gold-soft);
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 650;
  line-height: 1.05;
}

.collection__description {
  color: rgba(240, 234, 216, 0.72);
}

.product-grid {
  row-gap: clamp(18px, 3vw, 34px);
}

.product-card-wrapper {
  position: relative;
  height: 100%;
}

.product-card-wrapper .card {
  height: 100%;
  border: 1px solid var(--dr-line);
  overflow: hidden;
  background:
    linear-gradient(rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 56, 47, 0.82), rgba(5, 13, 11, 0.92));
  background-size: 34px 34px, 34px 34px, 100% 100%;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card-wrapper .card:hover {
  transform: translateY(-2px);
  border-color: var(--dr-line-strong);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.product-card-wrapper .card__inner {
  border-bottom: 1px solid var(--dr-line);
  border-radius: 0;
  overflow: hidden;
  background: #081715;
}

.product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 68%;
}

.product-card-wrapper .card__media,
.product-card-wrapper .media {
  border-radius: 0;
}

.product-card-wrapper .media img {
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.82);
  transition: transform 300ms ease, filter 300ms ease;
}

.product-card-wrapper .card:hover .media img {
  transform: scale(1.025);
  filter: saturate(0.96) contrast(1.06) brightness(0.9);
}

.product-card-wrapper .card__content {
  padding: 14px 16px 16px;
}

.product-card-wrapper .card__heading,
.product-card-wrapper .full-unstyled-link {
  color: var(--dr-gold-soft);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 650;
  line-height: 1.22;
  text-decoration: none;
}

.card-information,
.card-information > *,
.caption-with-letter-spacing {
  color: rgba(240, 234, 216, 0.68);
}

.price,
.price .price-item {
  color: #f0d88b;
  font-weight: 700;
}

.quick-add {
  margin: 10px 16px 16px;
}

.quick-add__submit {
  position: relative;
  min-height: 38px;
  border: 1px solid rgba(228, 199, 106, 0.58);
  color: var(--dr-gold-soft);
  background: rgba(2, 9, 8, 0.26);
  font-size: 13px;
}

.badge {
  border: 1px solid rgba(228, 199, 106, 0.42);
  border-radius: 999px;
  color: var(--dr-ink);
  background: rgba(228, 199, 106, 0.8);
}

.product {
  padding-top: clamp(26px, 5vw, 56px);
}

.product__media-wrapper .product__media,
.product__media-wrapper .thumbnail,
.product__media-wrapper .global-media-settings {
  border: 1px solid var(--dr-line-soft);
  background: rgba(240, 234, 216, 0.05);
}

.product__info-container {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--dr-line);
  border-radius: var(--dr-radius);
  background:
    linear-gradient(rgba(228, 199, 106, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    rgba(7, 19, 17, 0.82);
  background-size: 38px 38px, 38px 38px, 100% 100%;
}

.product__title h1 {
  color: var(--dr-paper);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.22;
}

.product__text.caption-with-letter-spacing,
.product__text.subtitle {
  color: var(--dr-gold-soft);
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-form__input input[type="radio"] + label,
.quantity,
.field__input,
.select__select {
  border-radius: var(--dr-radius);
  border-color: var(--dr-line);
  background: rgba(240, 234, 216, 0.06);
  color: var(--dr-paper);
}

.product-form__input input[type="radio"]:checked + label {
  border-color: var(--dr-gold);
  background: var(--dr-gold);
  color: var(--dr-ink);
}

.quantity__button {
  color: var(--dr-gold-soft);
}

.product__accordion {
  border-top: 1px solid var(--dr-line-soft);
}

.product__accordion summary {
  color: var(--dr-paper);
}

.accordion__content {
  color: rgba(240, 234, 216, 0.72);
}

.multicolumn,
.related-products,
.cart__warnings,
cart-items .page-width,
#main-cart-footer .page-width {
  color: var(--dr-paper);
}

.multicolumn-card {
  border: 1px solid var(--dr-line-soft);
  background: rgba(240, 234, 216, 0.055);
}

.cart-items,
.cart__footer {
  border: 1px solid var(--dr-line-soft);
  background: rgba(240, 234, 216, 0.055);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.cart-items th,
.cart-item__name,
.totals__total,
.cart__empty-text,
.title--primary {
  color: var(--dr-paper);
}

.cart-item__image-container,
.cart-item__image {
  border-radius: var(--dr-radius);
}

.cart__checkout-button {
  width: 100%;
}

.tax-note,
.cart-item__details,
.product-option {
  color: rgba(240, 234, 216, 0.68);
}

.footer {
  border-top: 1px solid var(--dr-line);
  background:
    linear-gradient(rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 19, 17, 0.96), rgba(2, 9, 8, 0.98));
  background-size: 58px 58px, 58px 58px, 100% 100%;
}

.footer,
.footer a,
.footer-block__heading {
  color: var(--dr-paper);
}

.footer-block__details-content,
.copyright__content {
  color: rgba(240, 234, 216, 0.7);
}

@media (min-width: 1600px) {
  .dr-shop-hero,
  .dr-shop-band {
    width: min(1440px, calc(100% - 96px));
  }

  .dr-shop-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  }
}

@media (max-width: 989px) {
  .dr-shop-hero,
  .dr-shop-feature {
    grid-template-columns: 1fr;
  }

  .dr-shop-hero {
    min-height: 0;
    padding-top: 48px;
  }

  .dr-shop-hero__copy {
    max-width: 760px;
  }

  .dr-shop-band__head {
    grid-template-columns: 1fr;
  }

  .dr-shop-grid {
    grid-template-columns: 1fr;
  }

  .dr-shop-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product__info-container {
    padding: 18px;
  }
}

@media (max-width: 749px) {
  body {
    background-size: 132px 132px, 180px 180px, 100% 100%;
  }

  .announcement-bar__message {
    font-size: 11px;
  }

  .header {
    grid-template-areas:
      "heading icons"
      "links links";
    grid-template-columns: minmax(0, 1fr) 82px;
    column-gap: 8px;
    row-gap: 8px;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
    min-width: 0;
  }

  .header__heading-link .h2 {
    font-size: 18px;
  }

  .header__icons {
    justify-self: end;
    display: flex;
    justify-content: flex-end;
    width: 82px;
    min-width: 0;
    gap: 2px;
    padding-right: 0;
    overflow: hidden;
  }

  .header__icon--account {
    display: none;
  }

  .header__icon,
  .header__icon--cart,
  .header__icon .svg-wrapper {
    width: 3.8rem;
    height: 3.8rem;
    flex: 0 0 3.8rem;
  }

  .header__icon--cart {
    margin-right: 0;
  }

  .dr-header-links {
    grid-area: links;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  .dr-header-links a {
    min-width: 0;
    min-height: 30px;
    justify-content: center;
    padding: 0 6px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
  }

  .dr-shop-hero,
  .dr-shop-band,
  .collection-hero__inner {
    width: min(680px, calc(100% - 28px));
  }

  .dr-shop-hero {
    gap: 24px;
    padding: 38px 0 30px;
    text-align: center;
  }

  .dr-shop-title {
    max-width: 9.5ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(37px, 11vw, 48px);
  }

  .dr-shop-subtitle {
    max-width: 18ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(18px, 5vw, 23px);
  }

  .dr-shop-copy {
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .dr-shop-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dr-shop-button {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    font-size: 13px;
  }

  .dr-shop-hero__visual:before {
    top: -10px;
    padding: 7px 16px;
    font-size: 12px;
  }

  .dr-shop-compass {
    width: min(100%, 348px);
  }

  .dr-shop-compass__center {
    width: 106px;
    font-size: 20px;
  }

  .dr-shop-compass__item {
    min-width: 60px;
  }

  .dr-shop-compass__item span {
    font-size: 12px;
  }

  .dr-shop-compass__item small {
    display: none;
  }

  .dr-shop-compass__item--practice {
    right: 8%;
  }

  .dr-shop-compass__item--protect {
    right: 9%;
  }

  .dr-shop-compass__item--ziwei {
    left: 9%;
  }

  .dr-shop-compass__item--ritual {
    left: 8%;
  }

  .dr-shop-band {
    padding: 38px 0;
  }

  .dr-shop-band h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .dr-shop-card {
    min-height: 210px;
    text-align: left;
  }

  .dr-shop-feature {
    padding: 12px;
  }

  .dr-shop-feature__map {
    min-height: 260px;
  }

  .dr-shop-feature__palace {
    min-width: 82px;
    min-height: 58px;
    font-size: 12px;
  }

  .dr-shop-feature__body {
    padding: 18px 8px 8px;
    text-align: left;
  }

  .dr-shop-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection .title-wrapper {
    padding-top: 30px;
  }

  .collection .title {
    font-size: clamp(25px, 7vw, 34px);
    text-align: center;
  }

  .product-grid.grid {
    column-gap: 10px;
    row-gap: 18px;
  }

  .product-card-wrapper .card__inner.ratio:before {
    padding-bottom: 72%;
  }

  .product-card-wrapper .card__content {
    padding: 10px 10px 12px;
  }

  .product-card-wrapper .card__heading,
  .product-card-wrapper .full-unstyled-link {
    font-size: 13px;
  }

  .price,
  .price .price-item {
    font-size: 13px;
  }

  .quick-add {
    margin: 8px 10px 12px;
  }

  .quick-add__submit {
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .collection-hero__inner {
    padding: 42px 0;
  }

  .collection-hero__title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .product__title h1 {
    font-size: clamp(28px, 8vw, 34px);
  }
}

/* Gold composition overrides */
:root {
  --dr-serif: Georgia, "Times New Roman", "Noto Serif TC", "Noto Serif SC", SimSun, serif;
  --dr-sans: Aptos, "Segoe UI", system-ui, sans-serif;
  --dr-night: #02110f;
  --dr-night-2: #051916;
  --dr-gold-dark: #8f6c28;
  --dr-card-min: 410px;
}

body {
  font-family: var(--dr-sans);
}

.header-wrapper,
.shopify-section-header-sticky {
  border-bottom-color: rgba(208, 176, 80, 0.45);
  background:
    linear-gradient(90deg, rgba(208, 176, 80, 0.08), transparent 18%, transparent 82%, rgba(208, 176, 80, 0.08)),
    rgba(2, 12, 10, 0.91);
}

.header {
  min-height: 72px;
}

.header__heading-link .h2,
.header__menu-item,
.dr-header-links a {
  font-family: var(--dr-serif);
}

.dr-header-links a {
  border-radius: 2px;
  border-color: rgba(208, 176, 80, 0.4);
  background: rgba(2, 17, 15, 0.52);
}

.dr-shop-home,
.dr-shop-tail {
  position: relative;
  isolation: isolate;
  color: var(--dr-paper);
  background:
    radial-gradient(circle at 12% 18%, rgba(228, 199, 106, 0.14) 0 1px, transparent 1.8px),
    radial-gradient(circle at 78% 16%, rgba(240, 234, 216, 0.1) 0 1px, transparent 1.8px),
    linear-gradient(rgba(228, 199, 106, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #02110f 0%, #061612 48%, #0a1f19 100%);
  background-size: 260px 260px, 330px 330px, 72px 72px, 72px 72px, 100% 100%;
}

.dr-shop-home {
  overflow: hidden;
  padding: 14px 0 0;
}

.dr-shop-tail {
  overflow: hidden;
  padding-bottom: 12px;
}

.dr-shop-tail:before,
.dr-shop-tail:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.dr-shop-home:before,
.dr-shop-tail:before {
  background:
    radial-gradient(circle at 5% 44%, rgba(208, 176, 80, 0.16), transparent 26%),
    radial-gradient(circle at 98% 8%, rgba(228, 199, 106, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(2, 9, 8, 0.08), rgba(2, 9, 8, 0.62));
  opacity: 1;
}

.dr-shop-home:after,
.dr-shop-tail:after {
  background:
    conic-gradient(from 20deg at 1% 38%, transparent 0 36deg, rgba(208, 176, 80, 0.16) 36deg 36.5deg, transparent 36.5deg 360deg),
    conic-gradient(from -15deg at 96% 72%, transparent 0 28deg, rgba(208, 176, 80, 0.12) 28deg 28.5deg, transparent 28.5deg 360deg);
  opacity: 0.9;
}

.dr-shop-hero {
  position: relative;
  min-height: clamp(560px, 70dvh, 780px);
  width: min(1420px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(34px, 4.8vw, 62px) clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(380px, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(28px, 4vw, 64px);
  border: 1px solid rgba(208, 176, 80, 0.58);
  background:
    linear-gradient(90deg, rgba(2, 9, 8, 0.2) 0%, rgba(2, 9, 8, 0.48) 42%, rgba(2, 9, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 9, 8, 0.06), rgba(2, 9, 8, 0.76)),
    var(--dr-gold-hero-wide);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.12), 0 26px 80px rgba(0, 0, 0, 0.28);
}

.dr-shop-hero:before,
.dr-shop-hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dr-shop-hero:before {
  inset: 9px;
  border: 1px solid rgba(228, 199, 106, 0.28);
}

.dr-shop-hero:after {
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(228, 199, 106, 0.7) 0 1px, transparent 1.7px),
    radial-gradient(circle at 30% 22%, rgba(240, 234, 216, 0.38) 0 1px, transparent 1.7px),
    radial-gradient(circle at 44% 7%, rgba(228, 199, 106, 0.5) 0 1px, transparent 1.7px);
  background-size: 220px 220px;
  opacity: 0.72;
}

.dr-shop-hero > * {
  position: relative;
  z-index: 1;
}

.dr-shop-hero__copy {
  max-width: 610px;
}

.dr-shop-kicker,
.dr-shop-card__eyebrow {
  font-family: var(--dr-serif);
  color: #e4c76a;
}

.dr-shop-title,
.dr-shop-band h2,
:where(.dr-template-index, .dr-template-collection) .collection .title,
.collection-hero__title,
.product__title h1 {
  font-family: var(--dr-serif);
  font-weight: 500;
}

.dr-shop-title {
  max-width: 11ch;
  color: #f3d685;
  font-size: clamp(48px, 5.3vw, 78px);
  line-height: 1.02;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.42);
}

.dr-shop-subtitle {
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: clamp(21px, 2vw, 30px);
}

.dr-shop-copy {
  max-width: 560px;
  color: rgba(240, 234, 216, 0.8);
}

.dr-shop-actions {
  gap: 14px;
}

.dr-shop-button {
  min-width: 172px;
  min-height: 46px;
  gap: 9px;
  border-radius: 2px;
  font-family: var(--dr-serif);
  color: #f3d685;
  background: rgba(2, 17, 15, 0.52);
}

.dr-shop-button__icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
}

.dr-shop-button__icon:before,
.dr-shop-button__icon:after {
  content: "";
  position: absolute;
  background: currentColor;
}

.dr-shop-button__icon:before {
  top: 50%;
  left: 2px;
  right: 2px;
  height: 1px;
}

.dr-shop-button__icon:after {
  top: 2px;
  bottom: 2px;
  left: 50%;
  width: 1px;
}

.dr-shop-button__icon--book {
  border-radius: 0 5px 5px 0;
}

.dr-shop-hero__routes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
  color: rgba(228, 199, 106, 0.82);
  font-size: 12px;
}

.dr-shop-hero__routes a {
  text-decoration: none;
  border-bottom: 1px solid rgba(228, 199, 106, 0.34);
}

.dr-shop-hero__visual:before {
  display: none;
}

.dr-shop-compass-label {
  position: relative;
  z-index: 3;
  margin-bottom: -16px;
  padding: 8px 32px;
  border: 1px solid rgba(228, 199, 106, 0.7);
  color: #f3d685;
  background: rgba(2, 17, 15, 0.86);
  font-family: var(--dr-serif);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1;
  box-shadow: inset 0 0 0 4px rgba(228, 199, 106, 0.055);
}

.dr-shop-compass {
  width: min(100%, 610px);
  border-radius: 2px;
  border-color: rgba(228, 199, 106, 0.64);
  background:
    linear-gradient(rgba(228, 199, 106, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(12, 44, 36, 0.48), rgba(2, 13, 11, 0.88)),
    var(--dr-gold-panel-texture);
  background-size: 54px 54px, 54px 54px, 100% 100%, cover;
  background-position: center;
}

.dr-shop-compass:before {
  inset: 13px;
  border-color: rgba(228, 199, 106, 0.45);
}

.dr-shop-compass:after {
  inset: 7.5%;
  border-color: rgba(228, 199, 106, 0.56);
  background:
    conic-gradient(from 0deg, transparent 0 29deg, rgba(228, 199, 106, 0.3) 29deg 30deg, transparent 30deg 59deg, rgba(228, 199, 106, 0.22) 59deg 60deg, transparent 60deg 360deg),
    radial-gradient(circle at 50% 50%, transparent 0 31%, rgba(228, 199, 106, 0.28) 31% 31.4%, transparent 31.4% 43%, rgba(240, 234, 216, 0.16) 43% 43.4%, transparent 43.4% 100%);
}

.dr-shop-zodiac {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(34px, 4vw, 44px);
  height: clamp(34px, 4vw, 44px);
  border: 1px solid rgba(228, 199, 106, 0.66);
  border-radius: 50%;
  color: #f0d88b;
  background: rgba(2, 17, 15, 0.78);
  font-family: var(--dr-serif);
  font-size: clamp(17px, 1.8vw, 22px);
}

.dr-shop-zodiac--north { top: 6%; left: 50%; transform: translateX(-50%); }
.dr-shop-zodiac--ne { top: 11%; right: 12%; }
.dr-shop-zodiac--east { top: 50%; right: 5%; transform: translateY(-50%); }
.dr-shop-zodiac--se { right: 12%; bottom: 11%; }
.dr-shop-zodiac--south { bottom: 6%; left: 50%; transform: translateX(-50%); }
.dr-shop-zodiac--sw { bottom: 11%; left: 12%; }
.dr-shop-zodiac--west { top: 50%; left: 5%; transform: translateY(-50%); }
.dr-shop-zodiac--nw { top: 11%; left: 12%; }

.dr-shop-compass__item {
  min-width: 118px;
  justify-items: center;
  gap: 4px;
  color: #f3d685;
  font-family: var(--dr-serif);
}

.dr-shop-compass__item strong {
  color: #f3d685;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 500;
  line-height: 1.08;
}

.dr-shop-compass__item small {
  color: rgba(240, 216, 139, 0.82);
}

.dr-shop-compass__glyph {
  display: grid;
  place-items: center;
  width: clamp(34px, 4vw, 44px);
  height: clamp(34px, 4vw, 44px);
  border: 1px solid rgba(228, 199, 106, 0.45);
  border-radius: 50%;
  color: #f0d88b;
  background: rgba(2, 17, 15, 0.58);
  font-size: clamp(18px, 1.8vw, 24px);
}

.dr-shop-compass__center {
  width: clamp(122px, 18vw, 164px);
  border-color: rgba(228, 199, 106, 0.7);
  color: #f3d685;
  font-family: var(--dr-serif);
  font-weight: 500;
  background: rgba(2, 17, 15, 0.9);
}

:where(.dr-template-index, .dr-template-collection) .collection {
  padding-top: clamp(28px, 4vw, 46px);
  padding-bottom: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 8% 20%, rgba(228, 199, 106, 0.12), transparent 22%),
    linear-gradient(rgba(228, 199, 106, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #051411, #061a16 58%, #082019);
  background-size: 100% 100%, 72px 72px, 72px 72px, 100% 100%;
}

:where(.dr-template-index, .dr-template-collection) .collection .title-wrapper {
  width: min(1300px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
  border-top: 0;
  padding: 0 0 clamp(20px, 3vw, 34px);
  text-align: center;
}

:where(.dr-template-index, .dr-template-collection) .collection .title-wrapper:before,
.dr-shop-band:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(18px, 2.7vw, 32px);
  background: linear-gradient(90deg, transparent, rgba(228, 199, 106, 0.72), transparent);
}

:where(.dr-template-index, .dr-template-collection) .collection .title {
  margin: 0;
  color: #f3d685;
  font-size: clamp(32px, 3.8vw, 52px);
}

:where(.dr-template-index, .dr-template-collection) .collection__description,
:where(.dr-template-index, .dr-template-collection) .collection__description p {
  margin-top: 6px;
  color: rgba(240, 216, 139, 0.88);
  font-family: var(--dr-serif);
  font-size: clamp(15px, 1.4vw, 19px);
}

:where(.dr-template-index, .dr-template-collection) .collection slider-component,
:where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width,
:where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width-desktop {
  display: block;
  width: min(1300px, calc(100% - 48px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

:where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

:where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid:after {
  display: none;
}

:where(.dr-template-index, .dr-template-collection) .collection .product-grid .grid__item {
  width: auto;
  max-width: none;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
  height: 100%;
  min-height: var(--dr-card-min);
  padding: 8px;
  border: 1px solid rgba(228, 199, 106, 0.5);
  background:
    linear-gradient(rgba(228, 199, 106, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.045) 1px, transparent 1px),
    rgba(2, 17, 15, 0.72);
  background-size: 38px 38px, 38px 38px, 100% 100%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper:before,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper:after,
.dr-shop-card:before,
.dr-shop-card:after {
  width: 26px;
  height: 26px;
  border-color: rgba(228, 199, 106, 0.72);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
  display: flex;
  min-height: calc(var(--dr-card-min) - 16px);
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(228, 199, 106, 0.58);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(3, 30, 26, 0.86), rgba(3, 21, 18, 0.98)),
    var(--dr-gold-card-texture);
  background-size: 100% 100%, cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.1);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner {
  flex: 0 0 auto;
  min-height: 0;
  border-bottom-color: rgba(228, 199, 106, 0.5);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 62%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__media {
  border-bottom: 1px solid rgba(228, 199, 106, 0.44);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.04), rgba(2, 9, 8, 0.24)),
    radial-gradient(circle at 50% 45%, transparent 0 42%, rgba(2, 9, 8, 0.32) 100%);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 16px 0;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__information {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
  color: #f3d685;
  font-family: var(--dr-serif);
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 500;
  line-height: 1.18;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card-information {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
}

.dr-card-meta {
  display: flex;
  width: 100%;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.dr-card-tag {
  display: inline-flex;
  max-width: 90%;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  padding: 3px 14px;
  border: 1px solid rgba(228, 199, 106, 0.48);
  border-radius: 2px;
  color: #f0d88b;
  background: rgba(2, 17, 15, 0.52);
  font-family: var(--dr-serif);
  font-size: 12px;
  line-height: 1.1;
}

.dr-card-summary {
  display: -webkit-box;
  max-width: 24ch;
  min-height: 36px;
  margin: 0;
  overflow: hidden;
  color: rgba(240, 234, 216, 0.72);
  font-size: 13px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .price {
  margin-top: auto;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .price,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .price .price-item {
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: 17px;
  font-weight: 600;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .price--on-sale .price-item--regular {
  color: rgba(240, 234, 216, 0.45);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add {
  margin: 12px 16px 16px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit {
  min-height: 38px;
  border-radius: 2px;
  border-color: rgba(228, 199, 106, 0.66);
  color: #f0d88b;
  background: rgba(2, 17, 15, 0.58);
  font-family: var(--dr-serif);
  font-size: 13px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  border: 1px solid currentColor;
  border-top-width: 2px;
  transform: translateY(1px);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit:hover {
  color: #06100e;
  background: linear-gradient(180deg, #f0d88b, #b88a3a);
}

:where(.dr-template-index, .dr-template-collection) .collection__view-all {
  margin-top: clamp(24px, 3vw, 38px);
}

:where(.dr-template-index, .dr-template-collection) .collection__view-all .button {
  min-width: 184px;
  min-height: 44px;
  border: 1px solid rgba(228, 199, 106, 0.62);
  border-radius: 2px;
  color: #f0d88b;
  background: rgba(2, 17, 15, 0.66);
  font-family: var(--dr-serif);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.12);
}

:where(.dr-template-index, .dr-template-collection) .collection__view-all .button:after {
  box-shadow: none;
}

:where(.dr-template-index, .dr-template-collection) .collection__view-all .button:hover {
  color: #06100e;
  background: linear-gradient(180deg, #f0d88b, #b88a3a);
}

:where(.dr-template-collection, .dr-template-search) .facets-wrapper,
:where(.dr-template-collection, .dr-template-search) .facets-vertical-sort,
:where(.dr-template-collection, .dr-template-search) .facets-container {
  border: 1px solid rgba(228, 199, 106, 0.42);
  background: rgba(2, 17, 15, 0.68);
}

:where(.dr-template-collection, .dr-template-search) .facets__form,
:where(.dr-template-collection, .dr-template-search) .facet-filters__field,
:where(.dr-template-collection, .dr-template-search) .product-count {
  color: #f0d88b;
  font-family: var(--dr-serif);
}

:where(.dr-template-collection, .dr-template-search) .facets__summary,
:where(.dr-template-collection, .dr-template-search) .facet-filters__field .select,
:where(.dr-template-collection, .dr-template-search) .select__select {
  border-color: rgba(228, 199, 106, 0.48);
  border-radius: 2px;
  background: rgba(2, 17, 15, 0.72);
}

.dr-shop-band {
  width: min(1300px, calc(100% - 48px));
  padding: clamp(42px, 5vw, 70px) 0;
}

.dr-shop-band:before {
  margin-bottom: clamp(22px, 3vw, 38px);
}

.dr-shop-grid {
  grid-template-columns: 1.04fr 0.96fr 1.04fr;
  gap: clamp(16px, 2vw, 26px);
}

.dr-shop-card {
  min-height: 236px;
  overflow: hidden;
  border-radius: 0;
  border-color: rgba(228, 199, 106, 0.55);
  background:
    linear-gradient(180deg, rgba(3, 32, 27, 0.84), rgba(3, 21, 18, 0.95)),
    var(--dr-gold-card-texture);
  background-size: 100% 100%, cover;
}

.dr-shop-card__scene {
  position: relative;
  display: block;
  width: calc(100% + 2px);
  height: 112px;
  margin: -26px -26px 22px;
  border-bottom: 1px solid rgba(228, 199, 106, 0.48);
  background:
    radial-gradient(circle at 18% 26%, rgba(228, 199, 106, 0.34) 0 1px, transparent 1.8px),
    radial-gradient(circle at 72% 42%, rgba(240, 234, 216, 0.22) 0 1px, transparent 1.8px),
    linear-gradient(135deg, rgba(228, 199, 106, 0.18), transparent 42%),
    var(--dr-gold-card-texture);
  background-size: 140px 140px, 180px 180px, 100% 100%, cover;
  background-position: center;
}

.dr-shop-card__scene:before,
.dr-shop-card__scene:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(228, 199, 106, 0.22);
}

.dr-shop-card__scene:after {
  inset: 34px 24%;
  border-radius: 50%;
}

.dr-shop-card__mark {
  border-color: rgba(228, 199, 106, 0.58);
  color: #f0d88b;
  font-family: var(--dr-serif);
}

.dr-shop-card h3 {
  color: #f3d685;
  font-family: var(--dr-serif);
  font-weight: 500;
}

.dr-shop-feature {
  border-radius: 0;
  border-color: rgba(228, 199, 106, 0.5);
  background: rgba(2, 17, 15, 0.62);
}

.dr-shop-feature__map {
  border-radius: 0;
  border-color: rgba(228, 199, 106, 0.48);
  background:
    linear-gradient(rgba(228, 199, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.055) 1px, transparent 1px),
    conic-gradient(from 0deg at 50% 50%, transparent 0 44deg, rgba(228, 199, 106, 0.22) 44deg 45deg, transparent 45deg 89deg, rgba(228, 199, 106, 0.18) 89deg 90deg, transparent 90deg 360deg),
    var(--dr-gold-panel-texture);
  background-size: 42px 42px, 42px 42px, 100% 100%, cover;
}

.dr-shop-feature__line {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(228, 199, 106, 0.32);
}

.dr-shop-feature__line--two {
  transform: rotate(90deg);
}

.dr-shop-assurance {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dr-shop-assurance span {
  border-radius: 0;
  border-color: rgba(228, 199, 106, 0.45);
  font-family: var(--dr-serif);
}

@media (min-width: 1600px) {
  .dr-shop-hero,
  .dr-shop-band,
  :where(.dr-template-index, .dr-template-collection) .collection .title-wrapper,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width-desktop {
    width: min(1540px, calc(100% - 112px));
  }

  .dr-shop-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(620px, 1.14fr);
    min-height: clamp(590px, 70dvh, 760px);
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 430px;
  }
}

@media (max-width: 1180px) {
  .dr-shop-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dr-shop-hero__copy {
    max-width: 760px;
  }

  .dr-shop-hero__visual {
    justify-self: center;
    width: min(100%, 660px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .header {
    min-height: 70px;
  }

  .dr-header-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dr-shop-home {
    padding-top: 0;
  }

  .dr-shop-hero {
    width: 100%;
    padding: 52px 26px 30px;
    border-right: 0;
    border-left: 0;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(2, 9, 8, 0.18) 0%, rgba(2, 9, 8, 0.32) 42%, rgba(2, 9, 8, 0.72) 100%),
      var(--dr-gold-hero-mobile);
    background-size: 100% 100%, cover;
    background-position: center top;
  }

  .dr-shop-title {
    max-width: none;
    font-size: clamp(38px, 10.5vw, 50px);
  }

  .dr-shop-subtitle {
    max-width: none;
    font-size: clamp(19px, 5vw, 25px);
  }

  .dr-shop-copy {
    max-width: 33ch;
  }

  .dr-shop-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-shop-button {
    min-width: 0;
    min-height: 44px;
  }

  .dr-shop-hero__routes {
    justify-content: center;
  }

  .dr-shop-compass-label {
    margin-bottom: -12px;
    padding: 7px 18px;
    font-size: 16px;
  }

  .dr-shop-compass {
    width: min(100%, 365px);
  }

  .dr-shop-compass__center {
    width: 104px;
    font-size: 17px;
  }

  .dr-shop-zodiac {
    width: 31px;
    height: 31px;
    font-size: 16px;
  }

  .dr-shop-compass__item {
    min-width: 74px;
    gap: 3px;
  }

  .dr-shop-compass__item strong {
    font-size: 12px;
  }

  .dr-shop-compass__glyph {
    width: 31px;
    height: 31px;
    font-size: 16px;
  }

  .dr-shop-compass__item small {
    display: block;
    max-width: 8ch;
    font-size: 9px;
  }

  .dr-shop-compass__item--study {
    top: 17%;
  }

  .dr-shop-compass__item--season {
    bottom: 13%;
  }

  :where(.dr-template-index, .dr-template-collection) .collection {
    padding-top: 30px;
  }

  :where(.dr-template-index, .dr-template-collection) .collection .title-wrapper,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width-desktop,
  .dr-shop-band {
    width: min(calc(100% - 28px), 680px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection .title {
    font-size: clamp(28px, 8.4vw, 38px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 314px;
    padding: 5px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper:before,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper:after {
    width: 17px;
    height: 17px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
    min-height: calc(var(--dr-card-min) - 10px);
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
    padding-bottom: 69%;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
    padding: 9px 8px 0;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
    font-size: 14px;
  }

  .dr-card-meta {
    min-height: 70px;
    gap: 6px;
    margin-top: 7px;
  }

  .dr-card-tag {
    min-height: 22px;
    padding: 2px 8px;
    font-size: 10px;
  }

  .dr-card-summary {
    max-width: 17ch;
    min-height: 32px;
    font-size: 11px;
    line-height: 1.35;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .price,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .price .price-item {
    font-size: 13px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add {
    margin: 8px 8px 10px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit {
    min-height: 34px;
    padding: 0 6px;
    font-size: 11px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit span {
    gap: 5px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit span:before {
    width: 12px;
    height: 10px;
  }

  .dr-shop-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dr-shop-card {
    min-height: 178px;
    padding: 14px 10px;
  }

  .dr-shop-card__scene {
    height: 86px;
    margin: -14px -10px 14px;
  }

  .dr-shop-card__mark {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
  }

  .dr-shop-card h3 {
    font-size: 16px;
  }

  .dr-shop-card p {
    font-size: 11px;
    line-height: 1.45;
  }

  .dr-shop-card a {
    margin-top: 12px;
    font-size: 11px;
  }

  .dr-shop-feature {
    grid-template-columns: 1fr;
  }

  .dr-shop-assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .dr-shop-assurance span {
    min-height: 58px;
    padding: 6px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .dr-shop-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dr-shop-actions {
    gap: 9px;
  }

  .dr-shop-button {
    font-size: 12px;
  }

  .dr-shop-compass {
    width: min(100%, 338px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
    gap: 12px 10px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 300px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
    font-size: 13px;
  }
}

/* Gold QA tightening */
body.dr-template-index,
body.dr-template-collection,
body.dr-template-search {
  overflow-x: hidden;
}

.dr-shop-hero {
  min-height: clamp(452px, 54dvh, 580px);
  padding: clamp(22px, 3vw, 40px) clamp(22px, 3vw, 40px);
}

.dr-shop-title {
  font-size: clamp(44px, 4.7vw, 68px);
}

.dr-shop-compass {
  width: min(100%, 560px);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
  --dr-card-min: 376px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 58%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.15;
}

.dr-card-meta {
  min-height: 72px;
}

.dr-card-summary {
  font-size: 12px;
}

@media (min-width: 1600px) {
  .dr-shop-hero {
    min-height: clamp(520px, 56dvh, 640px);
  }
}

@media (max-width: 749px) {
  .header {
    grid-template-areas: "heading icons";
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 0;
  }

  .header .dr-header-links,
  .dr-header-links {
    display: none !important;
  }

  .header__icons {
    width: auto;
    overflow: visible;
  }

  .dr-shop-hero {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    gap: 14px;
    padding: 24px 18px 16px;
  }

  .dr-shop-title {
    max-width: 100%;
    font-size: clamp(34px, 9.6vw, 42px);
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .dr-shop-subtitle {
    max-width: 100%;
    font-size: clamp(17px, 4.8vw, 22px);
  }

  .dr-shop-copy {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .dr-shop-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-shop-button {
    min-height: 42px;
    font-size: 12px;
    white-space: nowrap;
  }

  .dr-shop-hero__routes {
    display: none;
  }

  .dr-shop-compass-label {
    margin-bottom: -8px;
    font-size: 14px;
  }

  .dr-shop-compass {
    width: min(100%, 282px);
  }

  .dr-shop-compass__item strong {
    font-size: 11px;
  }

  .dr-shop-compass__glyph,
  .dr-shop-zodiac {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .dr-shop-compass__center {
    width: 92px;
    font-size: 15px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 278px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
    padding-bottom: 64%;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
    font-size: 12px;
    line-height: 1.14;
  }

  .dr-card-meta {
    min-height: 50px;
  }

  .dr-card-summary {
    min-height: 0;
    -webkit-line-clamp: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* Gold reference alignment pass */
:root {
  --dr-copper: #c8913f;
  --dr-copper-soft: #d6a85a;
  --dr-night-green: #071d19;
  --dr-night-green-2: #0b2520;
}

.dr-shop-home,
.dr-shop-tail,
:where(.dr-template-index, .dr-template-collection) .collection {
  background-color: var(--dr-night-green);
}

.dr-shop-hero {
  width: min(1440px, calc(100% - 20px));
  min-height: clamp(438px, 51dvh, 560px);
  grid-template-columns: minmax(410px, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(24px, 2.8vw, 36px) clamp(30px, 3.2vw, 46px);
  border-color: rgba(200, 145, 63, 0.72);
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.16), rgba(3, 18, 15, 0.42) 42%, rgba(3, 18, 15, 0.12)),
    linear-gradient(180deg, rgba(3, 18, 15, 0.03), rgba(3, 18, 15, 0.58)),
    var(--dr-gold-hero-wide);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center top;
  box-shadow: inset 0 0 0 1px rgba(214, 168, 90, 0.12), 0 22px 70px rgba(0, 0, 0, 0.22);
}

.dr-shop-hero:before {
  inset: 9px;
  border: 1px solid rgba(214, 168, 90, 0.32);
  background:
    linear-gradient(to right, rgba(214, 168, 90, 0.74) 0 40px, transparent 40px calc(100% - 40px), rgba(214, 168, 90, 0.74) calc(100% - 40px)),
    linear-gradient(to bottom, rgba(214, 168, 90, 0.74) 0 40px, transparent 40px calc(100% - 40px), rgba(214, 168, 90, 0.74) calc(100% - 40px));
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat;
}

.dr-shop-title {
  font-size: clamp(50px, 4.5vw, 72px);
}

.dr-shop-copy {
  font-size: clamp(14px, 1.05vw, 17px);
}

.dr-shop-button--primary {
  color: #071311;
  background: linear-gradient(180deg, #dfbd69, #ae7a2f);
}

.dr-shop-hero__visual {
  align-content: center;
}

.dr-shop-palace {
  position: relative;
  display: none;
  width: min(100%, 628px);
  aspect-ratio: 1.12;
  border: 1px solid rgba(200, 145, 63, 0.74);
  border-radius: 2px;
  background:
    linear-gradient(rgba(214, 168, 90, 0.095) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 168, 90, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(13, 53, 44, 0.4), rgba(3, 17, 14, 0.88)),
    var(--dr-gold-panel-texture);
  background-size: 54px 54px, 54px 54px, 100% 100%, cover;
  box-shadow: inset 0 0 0 1px rgba(214, 168, 90, 0.16), inset 0 0 0 12px rgba(214, 168, 90, 0.035);
}

.dr-shop-palace:before,
.dr-shop-palace:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dr-shop-palace:before {
  inset: 13px;
  border: 1px solid rgba(214, 168, 90, 0.36);
}

.dr-shop-palace:after {
  inset: 50% auto auto 50%;
  width: 52%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(214, 168, 90, 0.42);
  border-radius: 50%;
  background:
    conic-gradient(from -90deg, transparent 0 44deg, rgba(214, 168, 90, 0.36) 44deg 44.5deg, transparent 44.5deg 89deg, rgba(214, 168, 90, 0.28) 89deg 89.5deg, transparent 89.5deg 360deg),
    radial-gradient(circle, transparent 0 34%, rgba(214, 168, 90, 0.24) 34% 34.5%, transparent 34.5% 100%);
}

.dr-shop-palace__grid {
  position: absolute;
  inset: 42px 54px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.dr-shop-palace__grid:before,
.dr-shop-palace__grid:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(33.333% - 0.5px), rgba(214, 168, 90, 0.48) calc(33.333% - 0.5px) calc(33.333% + 0.5px), transparent calc(33.333% + 0.5px) calc(66.666% - 0.5px), rgba(214, 168, 90, 0.48) calc(66.666% - 0.5px) calc(66.666% + 0.5px), transparent calc(66.666% + 0.5px)),
    linear-gradient(0deg, transparent calc(33.333% - 0.5px), rgba(214, 168, 90, 0.48) calc(33.333% - 0.5px) calc(33.333% + 0.5px), transparent calc(33.333% + 0.5px) calc(66.666% - 0.5px), rgba(214, 168, 90, 0.48) calc(66.666% - 0.5px) calc(66.666% + 0.5px), transparent calc(66.666% + 0.5px));
}

.dr-shop-palace__grid:after {
  background:
    linear-gradient(32deg, transparent calc(50% - 0.5px), rgba(214, 168, 90, 0.34) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(-32deg, transparent calc(50% - 0.5px), rgba(214, 168, 90, 0.34) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

.dr-shop-palace__cell,
.dr-shop-palace__center {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  color: #f3d685;
  font-family: var(--dr-serif);
  line-height: 1.08;
  text-align: center;
  text-decoration: none;
}

.dr-shop-palace__cell strong {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
}

.dr-shop-palace__cell small {
  color: rgba(240, 216, 139, 0.78);
  font-size: 11px;
}

.dr-shop-palace__glyph {
  display: grid;
  place-items: center;
  width: clamp(34px, 3vw, 44px);
  height: clamp(34px, 3vw, 44px);
  border: 1px solid rgba(214, 168, 90, 0.48);
  border-radius: 50%;
  color: #f0d88b;
  background: rgba(3, 18, 15, 0.58);
  font-size: clamp(18px, 1.5vw, 24px);
}

.dr-shop-palace__center {
  align-self: center;
  justify-self: center;
  width: clamp(126px, 11vw, 156px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 168, 90, 0.76);
  border-radius: 50%;
  background: rgba(3, 18, 15, 0.9);
  box-shadow: inset 0 0 0 7px rgba(214, 168, 90, 0.055);
  font-size: clamp(24px, 2.2vw, 34px);
}

.dr-shop-palace__branch {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(214, 168, 90, 0.72);
  border-radius: 50%;
  color: #f0d88b;
  background: rgba(3, 18, 15, 0.82);
  font-family: var(--dr-serif);
  font-size: 21px;
}

.dr-shop-palace__branch--north { top: 24px; left: 50%; transform: translateX(-50%); }
.dr-shop-palace__branch--east { top: 50%; right: 20px; transform: translateY(-50%); }
.dr-shop-palace__branch--south { bottom: 24px; left: 50%; transform: translateX(-50%); }
.dr-shop-palace__branch--west { top: 50%; left: 20px; transform: translateY(-50%); }
.dr-shop-palace__branch--nw { top: 42px; left: 70px; }
.dr-shop-palace__branch--ne { top: 42px; right: 70px; }
.dr-shop-palace__branch--sw { bottom: 42px; left: 70px; }
.dr-shop-palace__branch--se { right: 70px; bottom: 42px; }

.dr-card-seal {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(214, 168, 90, 0.72);
  border-radius: 50%;
  color: #f0d88b;
  background: rgba(3, 18, 15, 0.78);
  font-family: var(--dr-serif);
  font-size: 18px;
  line-height: 1;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
  position: relative;
  --dr-card-min: 352px;
  border-color: rgba(200, 145, 63, 0.7);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 68%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  object-fit: cover;
  filter: saturate(0.9) brightness(0.82) contrast(1.08);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__media {
  border-bottom-color: rgba(200, 145, 63, 0.62);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add {
  margin-top: auto;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit {
  border-color: rgba(214, 168, 90, 0.72);
  background: rgba(3, 18, 15, 0.64);
}

@media (min-width: 990px) {
  .dr-shop-palace {
    display: block;
  }

  .dr-shop-hero__visual > .dr-shop-compass {
    display: none;
  }

  .dr-shop-compass-label {
    margin-bottom: -18px;
  }
}

@media (min-width: 1400px) {
  .dr-shop-hero {
    min-height: clamp(430px, 49dvh, 548px);
  }
}

@media (max-width: 989px) {
  .dr-shop-palace {
    display: none;
  }
}

@media (max-width: 749px) {
  .dr-shop-hero {
    gap: 10px;
    padding: 18px 14px 12px;
    background:
      linear-gradient(180deg, rgba(3, 18, 15, 0.05), rgba(3, 18, 15, 0.22) 48%, rgba(3, 18, 15, 0.62)),
      var(--dr-gold-hero-mobile);
    background-size: 100% 100%, cover;
    background-position: center top;
  }

  .dr-shop-title {
    font-size: clamp(34px, 10.4vw, 43px);
  }

  .dr-shop-copy {
    max-width: 34ch;
    font-size: 11.5px;
  }

  .dr-shop-actions {
    gap: 12px;
    margin-top: 14px;
  }

  .dr-shop-button,
  .dr-shop-button--primary {
    min-height: 40px;
    color: #f0d88b;
    background: rgba(3, 18, 15, 0.52);
  }

  .dr-shop-compass-label {
    margin-bottom: -9px;
    padding: 7px 18px;
  }

  .dr-shop-compass {
    width: min(92vw, 344px);
  }

  .dr-shop-compass__center {
    width: 96px;
  }

  .dr-shop-compass__item {
    min-width: 68px;
  }

  .dr-shop-compass__item strong {
    font-size: 11px;
  }

  .dr-shop-compass__glyph,
  .dr-shop-zodiac {
    width: 27px;
    height: 27px;
  }

  :where(.dr-template-index, .dr-template-collection) .collection {
    padding-top: 18px;
  }

  :where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 286px;
  }

  .dr-card-seal {
    top: 11px;
    left: 11px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .dr-card-tag {
    display: inline-flex;
    min-height: 22px;
    padding: 2px 8px;
    font-size: 10px;
  }
}

/* Gold reference alignment pass */
body.dr-template-index {
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 176, 80, 0.09), transparent 32rem),
    linear-gradient(180deg, #020b0a 0%, #051612 44%, #071c17 100%);
}

.dr-template-index .content-for-layout {
  overflow-x: hidden;
  background:
    linear-gradient(rgba(228, 199, 106, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.022) 1px, transparent 1px);
  background-size: 64px 64px;
}

.header {
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__heading-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.header__heading-link:before {
  content: "瀹?;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 42px;
  border: 1px solid rgba(228, 199, 106, 0.82);
  border-radius: 50%;
  color: #f3d685;
  background: radial-gradient(circle, rgba(228, 199, 106, 0.12), rgba(2, 17, 15, 0.82));
  font-family: var(--dr-serif);
  font-size: 25px;
  line-height: 1;
  box-shadow: inset 0 0 0 4px rgba(228, 199, 106, 0.06);
}

.header__heading-link .h2 {
  color: #f3d685;
  font-size: clamp(22px, 2vw, 31px);
}

@media (min-width: 750px) {
  .dr-header-links {
    gap: clamp(18px, 2.3vw, 34px);
  }

  .dr-header-links a {
    min-height: 30px;
    padding: 0 0 4px;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #e8d49a;
    background: transparent;
    font-size: 14px;
  }

  .dr-header-links a:hover,
  .dr-header-links a[href="/"],
  .dr-header-links a[href="/collections/all"] {
    border-bottom-color: rgba(228, 199, 106, 0.8);
    background: transparent;
  }
}

.dr-shop-home {
  padding-top: 12px;
}

.dr-shop-hero {
  width: min(1408px, calc(100% - 26px));
  min-height: clamp(430px, 50dvh, 540px);
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(26px, 3.4vw, 52px);
  padding: clamp(24px, 3vw, 38px) clamp(28px, 3.4vw, 50px);
  background:
    linear-gradient(90deg, rgba(2, 9, 8, 0.28), rgba(2, 9, 8, 0.52) 48%, rgba(2, 9, 8, 0.24)),
    linear-gradient(180deg, rgba(2, 9, 8, 0.1), rgba(2, 9, 8, 0.72)),
    var(--dr-gold-hero-wide);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center;
}

.dr-shop-hero:before {
  inset: 10px;
  background:
    linear-gradient(to right, rgba(228, 199, 106, 0.82) 0 42px, transparent 42px calc(100% - 42px), rgba(228, 199, 106, 0.82) calc(100% - 42px)),
    linear-gradient(to bottom, rgba(228, 199, 106, 0.82) 0 42px, transparent 42px calc(100% - 42px), rgba(228, 199, 106, 0.82) calc(100% - 42px));
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat;
  background-position: 0 0, 0 0;
}

.dr-shop-hero:after {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(228, 199, 106, 0.62) 0 1px, transparent 1.7px),
    radial-gradient(circle at 30% 22%, rgba(240, 234, 216, 0.32) 0 1px, transparent 1.7px),
    radial-gradient(circle at 44% 7%, rgba(228, 199, 106, 0.46) 0 1px, transparent 1.7px);
  background-size: 220px 220px;
  background-position: center;
  opacity: 0.72;
}

.dr-shop-hero > * {
  z-index: 1;
}

.dr-shop-title {
  max-width: 10.5ch;
  color: #f5d889;
  font-size: clamp(46px, 4.35vw, 66px);
}

.dr-shop-subtitle {
  color: #efd27b;
  font-size: clamp(20px, 1.8vw, 28px);
}

.dr-shop-copy span {
  display: block;
  margin-top: 5px;
  color: rgba(240, 216, 139, 0.78);
  font-family: var(--dr-serif);
}

.dr-shop-actions {
  margin-top: 24px;
}

.dr-shop-button,
:where(.dr-template-index, .dr-template-collection) .collection__view-all .button,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit {
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.13);
}

.dr-shop-button--primary {
  color: #071311;
  border-color: rgba(239, 212, 127, 0.86);
  background: linear-gradient(180deg, #f0d88b, #b88a3a);
}

.dr-shop-compass {
  width: min(100%, 488px);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.16), 0 22px 70px rgba(0, 0, 0, 0.24);
}

.dr-shop-compass-label {
  margin-bottom: -13px;
}

:where(.dr-template-index, .dr-template-collection) .collection {
  position: relative;
  overflow: hidden;
  padding-top: clamp(20px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(5, 20, 17, 0.96), rgba(4, 17, 14, 0.98)),
    var(--dr-gold-reference-products);
  background-size: 100% 100%, cover;
  background-position: center top;
}

:where(.dr-template-index, .dr-template-collection) .collection:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 6% 42%, transparent 0 15rem, rgba(228, 199, 106, 0.13) 15.05rem 15.1rem, transparent 15.15rem),
    radial-gradient(circle at 92% 18%, rgba(228, 199, 106, 0.09), transparent 24rem),
    linear-gradient(rgba(228, 199, 106, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.022) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 62px 62px, 62px 62px;
}

:where(.dr-template-index, .dr-template-collection) .collection > * {
  position: relative;
  z-index: 1;
}

:where(.dr-template-index, .dr-template-collection) .collection .title-wrapper {
  padding-bottom: clamp(16px, 2vw, 24px);
}

:where(.dr-template-index, .dr-template-collection) .collection .title-wrapper:before {
  margin-bottom: clamp(12px, 1.8vw, 22px);
}

:where(.dr-template-index, .dr-template-collection) .collection .title {
  color: #f3d685;
  font-size: clamp(31px, 3.2vw, 46px);
}

:where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
  gap: clamp(18px, 1.9vw, 26px);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
  --dr-card-min: 364px;
  padding: 6px;
  border-color: rgba(228, 199, 106, 0.68);
  background:
    linear-gradient(180deg, rgba(3, 27, 23, 0.9), rgba(3, 18, 15, 0.98)),
    linear-gradient(rgba(228, 199, 106, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 34px 34px, 34px 34px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
  min-height: calc(var(--dr-card-min) - 12px);
  border-color: rgba(228, 199, 106, 0.72);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 61%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
  padding: 12px 14px 0;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
  color: #f5d889;
  font-size: clamp(15px, 1vw, 18px);
}

.dr-card-meta {
  min-height: 64px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add {
  margin-top: 10px;
}

.dr-shop-band {
  width: min(1280px, calc(100% - 42px));
}

@media (min-width: 1600px) {
  .dr-shop-hero {
    width: min(1460px, calc(100% - 104px));
    min-height: clamp(452px, 50dvh, 560px);
  }

  .dr-shop-compass {
    width: min(100%, 510px);
  }
}

@media (max-width: 749px) {
  html,
  body.dr-template-index {
    max-width: 100%;
    overflow-x: hidden;
  }

  .announcement-bar__message {
    min-height: 24px;
    padding: 5px 0;
  }

  .header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 56px;
    padding-top: 7px;
    padding-right: 1.2rem;
    padding-bottom: 7px;
    padding-left: 1.2rem;
  }

  .header__icons {
    width: auto;
    gap: 0;
    overflow: visible;
  }

  .header__icon,
  .header__icon--cart,
  .header__icon .svg-wrapper {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 3.4rem;
  }

  .header__heading-link {
    gap: 8px;
  }

  .header__heading-link:before {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 20px;
  }

  .header__heading-link .h2 {
    font-size: 17px;
  }

  .dr-shop-hero {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px 14px;
    background:
      linear-gradient(180deg, rgba(2, 9, 8, 0.1) 0%, rgba(2, 9, 8, 0.36) 46%, rgba(2, 9, 8, 0.78) 100%),
      var(--dr-gold-hero-mobile);
    background-size: 100% 100%, cover;
    background-position: center top;
  }

  .dr-shop-hero:after {
    background:
      radial-gradient(circle at 18% 14%, rgba(228, 199, 106, 0.52) 0 1px, transparent 1.7px),
      radial-gradient(circle at 72% 26%, rgba(240, 234, 216, 0.28) 0 1px, transparent 1.7px);
    background-size: 180px 180px, 220px 220px;
    background-position: center top;
    opacity: 0.68;
  }

  .dr-shop-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .dr-shop-hero__copy,
  .dr-shop-hero__visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .dr-shop-title {
    max-width: 11ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  .dr-shop-subtitle {
    max-width: 23ch;
    font-size: clamp(15px, 4vw, 18px);
  }

  .dr-shop-copy {
    max-width: 32ch;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.42;
  }

  .dr-shop-copy span {
    display: none;
  }

  .dr-shop-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
  }

  .dr-shop-button {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11px;
  }

  .dr-shop-compass-label {
    margin-bottom: -7px;
    padding: 6px 16px;
    font-size: 13px;
  }

  .dr-shop-compass {
    width: min(100%, 270px);
    max-width: 100%;
  }

  .dr-shop-compass__center {
    width: 86px;
    font-size: 14px;
  }

  .dr-shop-compass__item {
    min-width: 58px;
  }

  .dr-shop-compass__item strong {
    font-size: 10px;
  }

  .dr-shop-compass__item small {
    display: none;
  }

  .dr-shop-compass__glyph,
  .dr-shop-zodiac {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  :where(.dr-template-index, .dr-template-collection) .collection {
    padding-top: 20px;
  }

  :where(.dr-template-index, .dr-template-collection) .collection .title-wrapper {
    width: min(calc(100% - 24px), 680px);
    padding-bottom: 14px;
  }

  :where(.dr-template-index, .dr-template-collection) .collection .title {
    font-size: clamp(25px, 7.2vw, 34px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection__description,
  :where(.dr-template-index, .dr-template-collection) .collection__description p {
    font-size: 12px;
    line-height: 1.35;
  }

  :where(.dr-template-index, .dr-template-collection) .collection slider-component,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width,
  :where(.dr-template-index, .dr-template-collection) .collection slider-component.page-width-desktop,
  .dr-shop-band {
    width: min(calc(100% - 22px), 680px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
    gap: 12px 10px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 258px;
    padding: 4px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
    min-height: calc(var(--dr-card-min) - 8px);
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
    padding-bottom: 66%;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
    padding: 8px 7px 0;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
    font-size: 12px;
  }

  .dr-card-tag {
    display: none;
  }

  .dr-card-meta {
    min-height: 30px;
    margin-top: 4px;
  }

  .dr-card-summary {
    min-height: 0;
    max-width: 18ch;
    font-size: 10px;
    -webkit-line-clamp: 1;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add {
    margin: 7px 7px 8px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit {
    min-height: 30px;
    font-size: 10px;
  }
}

/* Gold final reference fit */
.dr-shop-hero {
  width: min(1440px, calc(100% - 20px));
  min-height: clamp(438px, 51dvh, 560px);
  grid-template-columns: minmax(410px, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(24px, 2.8vw, 36px) clamp(30px, 3.2vw, 46px);
  border-color: rgba(200, 145, 63, 0.72);
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.16), rgba(3, 18, 15, 0.42) 42%, rgba(3, 18, 15, 0.12)),
    linear-gradient(180deg, rgba(3, 18, 15, 0.03), rgba(3, 18, 15, 0.58)),
    var(--dr-gold-hero-wide);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center top;
}

.dr-shop-hero:before {
  inset: 9px;
  border: 1px solid rgba(214, 168, 90, 0.32);
  background:
    linear-gradient(to right, rgba(214, 168, 90, 0.74) 0 40px, transparent 40px calc(100% - 40px), rgba(214, 168, 90, 0.74) calc(100% - 40px)),
    linear-gradient(to bottom, rgba(214, 168, 90, 0.74) 0 40px, transparent 40px calc(100% - 40px), rgba(214, 168, 90, 0.74) calc(100% - 40px));
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat;
  background-position: 0 0, 0 0;
}

.dr-shop-title {
  font-size: clamp(50px, 4.5vw, 72px);
}

.dr-shop-copy {
  font-size: clamp(14px, 1.05vw, 17px);
}

.dr-shop-button--primary {
  color: #071311;
  background: linear-gradient(180deg, #dfbd69, #ae7a2f);
}

.dr-shop-compass {
  width: min(100%, 560px);
}

.dr-shop-palace {
  width: min(100%, 628px);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
  position: relative;
  --dr-card-min: 352px;
  border-color: rgba(200, 145, 63, 0.7);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 68%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  object-fit: cover;
  filter: saturate(0.9) brightness(0.82) contrast(1.08);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add {
  margin-top: auto;
}

@media (min-width: 990px) {
  .dr-shop-palace {
    display: block;
  }

  .dr-shop-hero__visual > .dr-shop-compass {
    display: none;
  }
}

@media (max-width: 989px) {
  .dr-shop-palace {
    display: none;
  }
}

@media (max-width: 749px) {
  .dr-shop-hero {
    gap: 10px;
    padding: 18px 14px 12px;
    background:
      linear-gradient(180deg, rgba(3, 18, 15, 0.05), rgba(3, 18, 15, 0.22) 48%, rgba(3, 18, 15, 0.62)),
      var(--dr-gold-hero-mobile);
    background-size: 100% 100%, cover;
    background-position: center top;
  }

  .dr-shop-title {
    font-size: clamp(34px, 10.4vw, 43px);
  }

  .dr-shop-button,
  .dr-shop-button--primary {
    min-height: 40px;
    color: #f0d88b;
    background: rgba(3, 18, 15, 0.52);
  }

  .dr-shop-compass {
    width: min(92vw, 344px);
  }

  :where(.dr-template-index, .dr-template-collection) .collection .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    --dr-card-min: 286px;
  }
}

/* Gold mobile and first-fold correction */
.dr-template-index .utility-bar {
  display: none;
}

.dr-shop-hero {
  min-height: clamp(404px, 48dvh, 520px);
}

.dr-shop-palace {
  width: min(100%, 570px);
}

.dr-shop-palace__grid {
  inset: 38px 50px;
}

.dr-shop-palace__branch {
  width: 38px;
  height: 38px;
  font-size: 19px;
}

.dr-shop-palace__branch--nw { top: 38px; left: 64px; }
.dr-shop-palace__branch--ne { top: 38px; right: 64px; }
.dr-shop-palace__branch--sw { bottom: 38px; left: 64px; }
.dr-shop-palace__branch--se { right: 64px; bottom: 38px; }

@media (max-width: 749px) {
  html,
  body,
  body.dr-template-index,
  .dr-template-index .content-for-layout {
    max-width: 100%;
    overflow-x: hidden;
  }

  .header {
    grid-template-columns: minmax(0, 1fr) 92px;
    min-height: 62px;
    overflow: hidden;
  }

  .header__icons {
    width: 92px;
    justify-content: flex-end;
    overflow: hidden;
  }

  .header__icon,
  .header__icon--cart,
  .header__icon .svg-wrapper {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 3.4rem;
  }

  .dr-shop-hero {
    width: min(calc(100% - 20px), 430px);
    min-height: 0;
    grid-template-columns: 1fr;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    padding: 18px 12px 14px;
  }

  .dr-shop-hero__copy,
  .dr-shop-hero__visual {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-items: center;
  }

  .dr-shop-actions {
    width: 100%;
    max-width: 342px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dr-shop-button,
  .dr-shop-button--primary {
    width: 100%;
    min-width: 0;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
    justify-content: center;
    font-size: 10.5px;
    white-space: nowrap;
  }

  .dr-shop-compass-label {
    margin-top: 4px;
    margin-bottom: -9px;
  }

  .dr-shop-compass {
    display: block;
    width: min(86vw, 326px);
    max-width: 100%;
  }

  .dr-shop-compass__center {
    width: 92px;
    font-size: 13px;
  }

  .dr-shop-compass__item {
    min-width: 64px;
  }

  .dr-shop-compass__item strong {
    font-size: 10px;
  }

  .dr-shop-compass__item small {
    display: none;
  }
}

/* Gold full-bleed final override */
.dr-header-brand-link:before {
  display: none !important;
}

.dr-header-logo-lockup {
  display: inline-flex;
  align-items: center;
  width: clamp(178px, 16vw, 228px);
  max-width: 100%;
}

.dr-header-logo-lockup img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.72) saturate(1.45) hue-rotate(352deg) brightness(0.98);
}

.dr-shop-home {
  padding-top: 0;
}

.dr-shop-hero {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  border-right: 0;
  border-left: 0;
  grid-template-columns: minmax(420px, 0.9fr) minmax(620px, 1.1fr);
  padding-right: max(38px, calc((100vw - 1760px) / 2 + 58px));
  padding-left: max(38px, calc((100vw - 1760px) / 2 + 58px));
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.1), rgba(3, 18, 15, 0.38) 42%, rgba(3, 18, 15, 0.08)),
    linear-gradient(180deg, rgba(3, 18, 15, 0.01), rgba(3, 18, 15, 0.5)),
    var(--dr-gold-hero-wide);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center top;
}

.dr-shop-hero:before {
  right: 16px;
  left: 16px;
}

.dr-shop-palace {
  width: min(100%, 680px);
  background:
    linear-gradient(180deg, rgba(2, 13, 11, 0.08), rgba(2, 13, 11, 0.24)),
    var(--dr-gold-palace-panel);
  background-size: 100% 100%, cover;
  background-position: center;
}

.dr-shop-palace:after,
.dr-shop-palace__grid:before,
.dr-shop-palace__grid:after {
  display: none;
}

.dr-shop-palace__grid {
  inset: 82px 176px 78px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  filter: saturate(0.82) brightness(0.68) contrast(1.12);
}

@media (min-width: 1800px) {
  .dr-shop-hero {
    min-height: clamp(500px, 54dvh, 660px);
    grid-template-columns: minmax(520px, 0.9fr) minmax(760px, 1.1fr);
  }

  .dr-shop-palace {
    width: min(42vw, 760px);
  }
}

@media (max-width: 989px) {
  .dr-shop-hero {
    width: min(calc(100% - 20px), 760px);
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid rgba(200, 145, 63, 0.72);
    border-left: 1px solid rgba(200, 145, 63, 0.72);
  }
}

@media (max-width: 749px) {
  .dr-header-logo-lockup {
    width: clamp(150px, 52vw, 190px);
  }

  .dr-shop-hero {
    grid-template-columns: 1fr;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Gold v2 EOF cascade */
.dr-template-index .dr-gold-home-v2 .dr-shop-hero {
  width: 100%;
  max-width: none;
  min-height: clamp(470px, 54dvh, 600px);
  margin: 0;
  grid-template-columns: minmax(380px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(34px, 4.6vw, 88px);
  padding: clamp(30px, 3.5vw, 50px) max(28px, calc((100vw - 1760px) / 2 + 54px));
  border-width: 1px 0;
}

.dr-template-index .dr-gold-home-v2 .dr-shop-title {
  max-width: 10.4ch;
  font-size: clamp(52px, 4.7vw, 76px);
  line-height: 0.98;
}

.dr-template-index .dr-gold-home-v2 .dr-shop-subtitle {
  max-width: 13.5ch;
  color: #f0d88b;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.06;
}

.dr-template-index .dr-gold-home-v2 .dr-shop-copy {
  max-width: 60ch;
  color: rgba(240, 234, 216, 0.78);
}

.dr-template-index .dr-gold-home-v2 .dr-shop-hero__routes,
.dr-template-index .dr-gold-home-v2 .dr-shop-compass,
.dr-template-index .dr-gold-home-v2 .dr-shop-compass-label,
.dr-template-index .dr-gold-home-v2 .dr-shop-palace__grid,
.dr-template-index .dr-gold-home-v2 .dr-shop-palace__branch {
  display: none !important;
}

.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset {
  position: relative;
  display: block;
  width: min(51vw, 860px);
  min-width: 620px;
  aspect-ratio: 4 / 3;
  border-color: rgba(228, 199, 106, 0.7);
  background-size: 100% 100%, 100% 100%;
  box-shadow:
    0 0 0 1px rgba(228, 199, 106, 0.16),
    inset 0 0 0 1px rgba(228, 199, 106, 0.12),
    0 22px 80px rgba(0, 0, 0, 0.22);
}

.dr-template-index .collection {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(44px, 5vw, 72px) max(18px, calc((100vw - 1680px) / 2 + 46px)) clamp(50px, 5vw, 78px);
  background:
    linear-gradient(180deg, rgba(4, 17, 15, 0.96), rgba(6, 23, 19, 0.98)),
    var(--dr-gold-panel-texture);
  background-size: 100% 100%, cover;
  background-position: center;
}

.dr-template-index .collection:before {
  display: none;
}

.dr-template-index .collection .title-wrapper,
.dr-template-index .collection slider-component,
.dr-template-index .collection slider-component.page-width,
.dr-template-index .collection slider-component.page-width-desktop {
  width: min(100%, 1500px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.dr-template-index .collection .product-grid.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 30px);
}

.dr-template-index .collection .product-card-wrapper,
.dr-template-collection .product-card-wrapper,
.dr-template-search .product-card-wrapper {
  --dr-card-min: 390px;
  padding: 7px;
  border: 1px solid rgba(208, 176, 80, 0.62);
  border-radius: 0;
  background: rgba(2, 17, 14, 0.86);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.12);
}

.dr-template-index .collection .product-card-wrapper .card,
.dr-template-collection .product-card-wrapper .card,
.dr-template-search .product-card-wrapper .card {
  min-height: calc(var(--dr-card-min) - 14px);
  border: 1px solid rgba(228, 199, 106, 0.42);
  border-radius: 0;
  background: #03120f;
}

.dr-template-index .collection .product-card-wrapper .card__inner.ratio:before,
.dr-template-collection .product-card-wrapper .card__inner.ratio:before,
.dr-template-search .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 72%;
}

.dr-template-index .collection .product-card-wrapper .card__content,
.dr-template-collection .product-card-wrapper .card__content,
.dr-template-search .product-card-wrapper .card__content {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  padding: 13px 14px 0;
}

.dr-template-index .collection .product-card-wrapper .card__heading,
.dr-template-index .collection .product-card-wrapper .full-unstyled-link,
.dr-template-collection .product-card-wrapper .card__heading,
.dr-template-collection .product-card-wrapper .full-unstyled-link,
.dr-template-search .product-card-wrapper .card__heading,
.dr-template-search .product-card-wrapper .full-unstyled-link {
  display: -webkit-box;
  overflow: hidden;
  color: #f2d37e;
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.14;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dr-template-index .collection .product-card-wrapper .quick-add,
.dr-template-collection .product-card-wrapper .quick-add,
.dr-template-search .product-card-wrapper .quick-add {
  margin: auto 12px 12px;
}

@media (max-width: 1180px) {
  .dr-template-index .dr-gold-home-v2 .dr-shop-hero {
    grid-template-columns: 1fr;
  }

  .dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset {
    width: min(86vw, 760px);
    min-width: 0;
  }

  .dr-template-index .collection .product-grid.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .dr-template-index .dr-gold-home-v2 .dr-shop-hero {
    width: 100%;
    min-height: 0;
    padding: 32px 18px 26px;
  }

  .dr-template-index .dr-gold-home-v2 .dr-shop-title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .dr-template-index .dr-gold-home-v2 .dr-shop-actions {
    width: min(calc(100vw - 72px), 286px);
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-right: auto;
    margin-left: auto;
  }

  .dr-template-index .dr-gold-home-v2 .dr-shop-button {
    min-width: 0;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
    white-space: nowrap;
  }

  .dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset {
    width: min(calc(100vw - 82px), 320px);
    max-width: 100%;
    aspect-ratio: 4 / 3;
    background-size: 100% 100%, 100% 100%;
    background-repeat: no-repeat;
  }

  .dr-template-index .collection {
    padding: 34px 12px 42px;
  }

  .dr-template-index .collection .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .dr-template-index .collection .product-card-wrapper,
  .dr-template-collection .product-card-wrapper,
  .dr-template-search .product-card-wrapper {
    --dr-card-min: 286px;
    padding: 4px;
  }

  .dr-template-index .collection .product-card-wrapper .card__content,
  .dr-template-collection .product-card-wrapper .card__content,
  .dr-template-search .product-card-wrapper .card__content {
    min-height: 126px;
    padding: 8px 7px 0;
  }

  .dr-template-index .collection .product-card-wrapper .card__heading,
  .dr-template-index .collection .product-card-wrapper .full-unstyled-link,
  .dr-template-collection .product-card-wrapper .card__heading,
  .dr-template-collection .product-card-wrapper .full-unstyled-link,
  .dr-template-search .product-card-wrapper .card__heading,
  .dr-template-search .product-card-wrapper .full-unstyled-link {
    font-size: 12px;
  }
}

/* Gold v2 refinement: product rhythm and tail scene cards */
.dr-template-index .collection {
  padding-top: clamp(58px, 6vw, 94px);
  padding-bottom: clamp(62px, 6vw, 96px);
  background:
    linear-gradient(180deg, rgba(4, 17, 15, 0.96), rgba(6, 23, 19, 0.98) 58%, rgba(4, 17, 15, 0.98)),
    var(--dr-gold-panel-texture);
  background-size: 100% 100%, cover;
  background-position: center;
}

.dr-template-index .collection .title-wrapper {
  margin-bottom: clamp(28px, 3.4vw, 46px);
  text-align: left;
}

.dr-template-index .collection .title {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #f0d88b;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.04;
}

.dr-template-index .collection__description,
.dr-template-index .collection__description p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(240, 234, 216, 0.68);
  font-size: 15px;
}

.dr-template-index .collection .product-grid.grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 36px);
}

.dr-template-index .collection .product-card-wrapper {
  padding: 8px;
  background:
    linear-gradient(180deg, rgba(4, 27, 23, 0.92), rgba(2, 13, 11, 0.98));
}

.dr-template-index .collection .product-card-wrapper .card {
  min-height: 410px;
  border-color: rgba(208, 176, 80, 0.66);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.08);
}

.dr-template-index .collection .product-card-wrapper .media img,
.dr-template-collection .product-card-wrapper .media img,
.dr-template-search .product-card-wrapper .media img {
  filter: sepia(0.16) saturate(0.74) brightness(0.58) contrast(1.12);
}

.dr-template-index .collection .product-card-wrapper .media:after,
.dr-template-collection .product-card-wrapper .media:after,
.dr-template-search .product-card-wrapper .media:after {
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.08), rgba(2, 9, 8, 0.34)),
    radial-gradient(circle at 50% 42%, transparent 0 38%, rgba(2, 9, 8, 0.44) 100%);
}

.dr-template-index .collection .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 70%;
}

.dr-template-index .collection .product-card-wrapper .card__content {
  min-height: 180px;
  padding: 15px 16px 0;
}

.dr-template-index .collection .product-card-wrapper .card__heading,
.dr-template-index .collection .product-card-wrapper .full-unstyled-link {
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.16;
  -webkit-line-clamp: 2;
}

.dr-template-index .collection .product-card-wrapper .quick-add__submit {
  min-height: 38px;
  letter-spacing: 0;
}

.dr-template-index .dr-gold-tail-v2 {
  background:
    linear-gradient(180deg, #04110f 0%, #061713 48%, #03100e 100%);
}

.dr-template-index .dr-gold-tail-v2:before,
.dr-template-index .dr-gold-tail-v2:after {
  display: none;
}

.dr-template-index .dr-gold-tail-v2 .dr-shop-band {
  width: min(1500px, calc(100% - 64px));
}

.dr-shop-category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.dr-shop-scene {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid rgba(208, 176, 80, 0.58);
  background: rgba(2, 17, 14, 0.86);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.1);
}

.dr-shop-scene:before,
.dr-shop-scene:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
  border-color: rgba(228, 199, 106, 0.62);
  border-style: solid;
}

.dr-shop-scene:before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}

.dr-shop-scene:after {
  right: 8px;
  bottom: 8px;
  border-width: 0 1px 1px 0;
}

.dr-shop-scene__image {
  display: block;
  height: 138px;
  border-bottom: 1px solid rgba(208, 176, 80, 0.46);
  background:
    linear-gradient(180deg, rgba(2, 13, 11, 0.06), rgba(2, 13, 11, 0.34)),
    var(--dr-gold-card-texture);
  background-size: 100% 100%, cover;
  background-position: center;
}

.dr-shop-scene--study .dr-shop-scene__image {
  background-image:
    linear-gradient(180deg, rgba(2, 13, 11, 0.06), rgba(2, 13, 11, 0.34)),
    var(--dr-gold-panel-texture);
}

.dr-shop-scene--practice .dr-shop-scene__image,
.dr-shop-scene--gift .dr-shop-scene__image {
  background-image:
    linear-gradient(180deg, rgba(2, 13, 11, 0.08), rgba(2, 13, 11, 0.38)),
    var(--dr-gold-card-texture);
}

.dr-shop-scene__body {
  padding: 18px 22px 24px;
}

.dr-shop-scene h3 {
  margin: 0 0 8px;
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.05;
}

.dr-shop-scene p {
  margin-top: 0;
}

.dr-shop-principles {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(208, 176, 80, 0.5);
  background: rgba(2, 17, 14, 0.62);
}

.dr-template-index .dr-shop-assurance {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .dr-template-index .collection .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-shop-category-strip {
    grid-template-columns: 1fr;
  }

  .dr-shop-principles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .dr-template-index .collection {
    padding: 42px 14px 52px;
  }

  .dr-template-index .collection .title {
    font-size: clamp(30px, 9vw, 40px);
    max-width: calc(100vw - 36px);
    text-align: center;
    overflow-wrap: normal;
  }

  .dr-template-index .collection .product-grid.grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }

  .dr-template-index .collection .product-grid .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .dr-template-index .collection .product-card-wrapper {
    --dr-card-min: 340px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .dr-template-index .collection .product-card-wrapper .card {
    min-height: 0;
    width: 100%;
    max-width: 100%;
  }

  .dr-template-index .collection .product-card-wrapper .card__content,
  .dr-template-index .collection .product-card-wrapper .card__information {
    min-width: 0;
    max-width: 100%;
  }

  .dr-template-index .collection .product-card-wrapper .card__heading,
  .dr-template-index .collection .product-card-wrapper .full-unstyled-link {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .dr-template-index .dr-gold-tail-v2 .dr-shop-band {
    width: min(100% - 28px, 620px);
  }

  .dr-shop-band__head {
    grid-template-columns: 1fr;
  }

  .dr-shop-scene__image {
    height: 128px;
  }

  .dr-shop-principles {
    padding: 24px 18px;
  }

  .dr-template-index .dr-shop-assurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  body.dr-template-index .collection {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow-x: hidden !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body.dr-template-index .collection .title-wrapper,
  body.dr-template-index .collection slider-component,
  body.dr-template-index .collection slider-component.page-width,
  body.dr-template-index .collection slider-component.page-width-desktop,
  body.dr-template-index .collection .product-grid.grid {
    width: min(calc(100vw - 58px), 300px) !important;
    max-width: min(calc(100vw - 58px), 300px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.dr-template-index .collection .title {
    width: 100% !important;
    max-width: min(calc(100vw - 58px), 300px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(27px, 7.4vw, 32px) !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.dr-template-index .collection .product-grid.grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.dr-template-index .collection .product-grid .grid__item,
  body.dr-template-index .collection .card-wrapper,
  body.dr-template-index .collection .product-card-wrapper,
  body.dr-template-index .collection .card,
  body.dr-template-index .collection .card__content,
  body.dr-template-index .collection .card__information {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.dr-template-index .collection .product-grid .grid__item {
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.dr-template-index .collection .product-card-wrapper {
    overflow: hidden !important;
  }

  body.dr-template-index .collection .card__heading,
  body.dr-template-index .collection .full-unstyled-link {
    display: -webkit-box !important;
    overflow: hidden !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
}

/* Gold launch hardening: commercial path, cards, search/cart/footer */
.dr-card-inner-content--media .card__information {
  display: none;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
  overflow: hidden;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__badge {
  z-index: 3;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .badge {
  border: 1px solid rgba(228, 199, 106, 0.48);
  border-radius: 2px;
  color: #f0d88b;
  background: rgba(2, 17, 15, 0.86);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .dr-card-view-details {
  text-decoration: none;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .quick-add__submit[disabled] {
  cursor: not-allowed;
  border-color: rgba(240, 234, 216, 0.16);
  color: rgba(240, 234, 216, 0.42);
  background: rgba(240, 234, 216, 0.04);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  filter: saturate(0.94) brightness(0.86) contrast(1.06);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:after {
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.02), rgba(2, 9, 8, 0.18)),
    radial-gradient(circle at 50% 42%, transparent 0 52%, rgba(2, 9, 8, 0.34) 100%);
}

.cart-notification {
  border: 1px solid rgba(228, 199, 106, 0.52);
  border-radius: 0;
  color: var(--dr-paper);
  background:
    linear-gradient(180deg, rgba(3, 27, 23, 0.96), rgba(2, 13, 11, 0.98)),
    linear-gradient(rgba(228, 199, 106, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 34px 34px, 34px 34px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(228, 199, 106, 0.12);
}

.cart-notification__heading,
.cart-notification-product__name {
  color: #f0d88b;
  font-family: var(--dr-serif);
}

.cart-notification__heading .icon-checkmark {
  color: #f0d88b;
}

.cart-notification-product__image {
  border: 1px solid rgba(228, 199, 106, 0.38);
}

.cart-notification__links .button {
  border-radius: 2px;
}

.dr-shop-digital {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 5vw, 78px) max(18px, calc((100vw - 1680px) / 2 + 46px));
  color: var(--dr-paper);
  background:
    linear-gradient(180deg, #061713 0%, #04110f 100%);
}

.dr-shop-digital__frame {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(26px, 4vw, 70px);
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(228, 199, 106, 0.52);
  background: rgba(2, 17, 15, 0.74);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.12);
}

.dr-shop-digital__copy h2 {
  max-width: 760px;
  margin: 0;
  color: #f3d685;
  font-family: var(--dr-serif);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.dr-shop-digital__copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(240, 234, 216, 0.74);
  line-height: 1.7;
}

.dr-shop-digital__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.dr-shop-digital__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dr-shop-digital__grid article {
  min-height: 232px;
  padding: 20px;
  border: 1px solid rgba(228, 199, 106, 0.46);
  background: linear-gradient(180deg, rgba(4, 27, 23, 0.86), rgba(2, 13, 11, 0.96));
}

.dr-shop-digital__grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(228, 199, 106, 0.5);
  color: #f0d88b;
  font-family: var(--dr-serif);
}

.dr-shop-digital__grid h3 {
  margin: 28px 0 10px;
  color: #f3d685;
  font-family: var(--dr-serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.08;
}

.dr-shop-digital__grid p {
  margin: 0;
  color: rgba(240, 234, 216, 0.68);
  line-height: 1.55;
}

.template-search,
:where(.dr-template-collection, .dr-template-search) .collection--empty,
.dr-template-cart cart-items,
.dr-template-cart #main-cart-footer {
  background:
    radial-gradient(circle at 10% 12%, rgba(228, 199, 106, 0.08), transparent 22rem),
    linear-gradient(180deg, #04110f 0%, #061713 100%);
}

.template-search__header h1,
.dr-template-cart .title--primary,
.dr-template-collection .collection-hero__title {
  color: #f3d685;
  font-family: var(--dr-serif);
}

.template-search__search .field,
.dr-template-cart .quantity,
.dr-template-cart .cart__items,
.dr-template-cart .cart__footer,
:where(.dr-template-collection, .dr-template-search) .facets-wrapper,
:where(.dr-template-collection, .dr-template-search) .facets-vertical-sort,
:where(.dr-template-collection, .dr-template-search) .facets-container,
:where(.dr-template-collection, .dr-template-search) .mobile-facets__inner {
  border-color: rgba(228, 199, 106, 0.46);
  background: rgba(2, 17, 15, 0.74);
}

.template-search__search .field__input,
.template-search__search .field__label,
.dr-template-cart .cart-item__name,
.dr-template-cart .product-option,
.dr-template-cart .tax-note,
.dr-template-cart .cart__login-paragraph {
  color: rgba(240, 234, 216, 0.78);
}

.dr-template-cart .cart-item__name,
.dr-template-cart .totals__total-value {
  color: #f0d88b;
}

.dr-product-boundary-note,
.dr-cart-delivery-note {
  border: 1px solid rgba(228, 199, 106, 0.34);
  color: rgba(240, 234, 216, 0.7);
  background: rgba(2, 17, 15, 0.58);
  line-height: 1.58;
}

.dr-product-boundary-note {
  margin-top: 14px;
  padding: 13px 14px;
  font-size: 12px;
}

.dr-cart-delivery-note {
  margin-bottom: 18px;
  padding: 16px 18px;
}

.dr-cart-delivery-note h2 {
  margin: 0 0 6px;
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: 18px;
  font-weight: 500;
}

.dr-cart-delivery-note p,
.dr-search-empty {
  margin: 0;
  color: rgba(240, 234, 216, 0.72);
  line-height: 1.6;
}

.dr-search-empty {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.dr-footer-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 46px);
  padding-top: clamp(26px, 4vw, 46px);
  padding-bottom: clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(228, 199, 106, 0.24);
  border-bottom: 1px solid rgba(228, 199, 106, 0.2);
}

.dr-footer-map h2 {
  margin: 0 0 14px;
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: 18px;
  font-weight: 500;
}

.dr-footer-map a,
.dr-footer-map p {
  display: block;
  margin: 0 0 9px;
  color: rgba(240, 234, 216, 0.68);
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
}

.dr-footer-map a:hover {
  color: #f0d88b;
}

@media (max-width: 1180px) {
  .dr-shop-digital__frame,
  .dr-shop-digital__grid {
    grid-template-columns: 1fr;
  }

  .dr-footer-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .dr-shop-digital {
    padding: 34px 14px 42px;
  }

  .dr-shop-digital__frame {
    padding: 22px 16px;
  }

  .dr-shop-digital__copy h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .dr-shop-digital__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dr-shop-digital__grid article {
    min-height: 0;
  }

  .dr-footer-map {
    grid-template-columns: 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Gold QA product-path refinement */
:where(.dr-template-collection, .dr-template-search) .content-for-layout {
  background:
    radial-gradient(circle at 7% 20%, rgba(228, 199, 106, 0.11), transparent 22rem),
    radial-gradient(circle at 92% 24%, rgba(81, 150, 116, 0.12), transparent 24rem),
    linear-gradient(rgba(228, 199, 106, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #020908 0%, #061713 42%, #081d18 100%);
  background-size: 100% 100%, 100% 100%, 72px 72px, 72px 72px, 100% 100%;
}

:where(.dr-template-collection, .dr-template-search) .collection-hero,
.template-search__header {
  position: relative;
  isolation: isolate;
  border-top: 1px solid rgba(228, 199, 106, 0.18);
  border-bottom: 1px solid rgba(228, 199, 106, 0.36);
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.2), rgba(2, 9, 8, 0.78)),
    var(--dr-gold-hero-wide);
  background-position: center;
  background-size: cover;
}

.template-search__header {
  width: min(100% - 28px, 1680px);
  margin: 18px auto 28px;
  padding: clamp(38px, 5vw, 68px) clamp(18px, 4vw, 54px);
  border: 1px solid rgba(228, 199, 106, 0.34);
  text-align: left;
}

:where(.dr-template-collection, .dr-template-search) .collection-hero:before,
.template-search__header:before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(228, 199, 106, 0.22);
  box-shadow: inset 0 0 0 1px rgba(240, 234, 216, 0.035);
}

.template-search__header h1 {
  max-width: 920px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
}

.template-search__search {
  margin-right: 0;
  margin-left: 0;
}

:where(.dr-template-collection, .dr-template-search) .facets-wrapper,
:where(.dr-template-collection, .dr-template-search) .facets-container {
  overflow: hidden;
  border: 1px solid rgba(228, 199, 106, 0.48);
  background:
    linear-gradient(90deg, rgba(228, 199, 106, 0.08), transparent 18%, transparent 82%, rgba(228, 199, 106, 0.08)),
    rgba(2, 17, 15, 0.84);
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.1);
}

:where(.dr-template-collection, .dr-template-search) .product-grid-container {
  position: relative;
}

:where(.dr-template-collection, .dr-template-search) .product-grid {
  column-gap: clamp(18px, 2.5vw, 34px);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
  padding: 8px;
  background:
    linear-gradient(90deg, rgba(228, 199, 106, 0.7) 0 12px, transparent 12px calc(100% - 12px), rgba(228, 199, 106, 0.7) calc(100% - 12px)),
    linear-gradient(rgba(228, 199, 106, 0.7) 0 12px, transparent 12px calc(100% - 12px), rgba(228, 199, 106, 0.7) calc(100% - 12px));
  background-size: 100% 1px, 1px 100%;
  background-position: 0 0, 0 0;
  background-repeat: no-repeat;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper:before,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper:after {
  opacity: 0.9;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
  border-color: rgba(200, 145, 63, 0.78);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(3, 28, 24, 0.92), rgba(1, 11, 10, 0.98)),
    var(--dr-gold-card-texture);
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 0 0 0 1px rgba(228, 199, 106, 0.14),
    0 20px 56px rgba(0, 0, 0, 0.34);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner {
  border-bottom-color: rgba(200, 145, 63, 0.58);
  background: #051311;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 72%;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media {
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.1), rgba(2, 9, 8, 0.44)),
    #081715;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(228, 199, 106, 0.16);
  background:
    radial-gradient(circle at 12% 12%, rgba(240, 216, 139, 0.22), transparent 2px),
    linear-gradient(180deg, rgba(2, 9, 8, 0.06), rgba(2, 9, 8, 0.28)),
    linear-gradient(90deg, rgba(2, 9, 8, 0.22), transparent 22%, transparent 78%, rgba(2, 9, 8, 0.24));
  mix-blend-mode: multiply;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:after {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.08) 0%, rgba(2, 9, 8, 0.18) 48%, rgba(2, 9, 8, 0.54) 100%),
    radial-gradient(circle at 50% 40%, transparent 0 34%, rgba(2, 9, 8, 0.48) 100%);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  filter: sepia(0.18) saturate(0.78) brightness(0.58) contrast(1.16);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card:hover .media img {
  filter: sepia(0.14) saturate(0.9) brightness(0.68) contrast(1.15);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
  padding: 13px 16px 15px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
  color: #f0d88b;
  font-family: var(--dr-serif);
  font-size: clamp(16px, 1.18vw, 20px);
  font-weight: 500;
  line-height: 1.14;
  text-align: center;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .dr-card-meta {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-top: 9px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .dr-card-tag {
  border-color: rgba(228, 199, 106, 0.58);
  border-radius: 2px;
  color: #f0d88b;
  background: rgba(2, 9, 8, 0.36);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .dr-card-summary {
  max-width: 24ch;
  color: rgba(240, 234, 216, 0.72);
  text-align: center;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .card-information .price,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .card-information .price .price-item {
  justify-content: center;
  color: #f3d685;
  font-family: var(--dr-serif);
  font-size: 16px;
  letter-spacing: 0;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .quick-add {
  margin: 8px 16px 16px;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .quick-add__submit {
  min-height: 36px;
  border-color: rgba(228, 199, 106, 0.68);
  border-radius: 2px;
  color: #f0d88b;
  background:
    linear-gradient(90deg, rgba(228, 199, 106, 0.1), transparent 26%, transparent 74%, rgba(228, 199, 106, 0.1)),
    rgba(2, 9, 8, 0.44);
  font-family: var(--dr-serif);
  font-size: 13px;
  box-shadow: inset 0 0 0 1px rgba(228, 199, 106, 0.08);
}

.dr-template-product .product__media-wrapper .product__media:after,
.dr-template-product .product__media-wrapper .global-media-settings:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.04), rgba(2, 9, 8, 0.28)),
    radial-gradient(circle at 50% 46%, transparent 0 42%, rgba(2, 9, 8, 0.34) 100%);
}

.dr-template-product .product__media-wrapper .media img {
  filter: sepia(0.12) saturate(0.82) brightness(0.78) contrast(1.1);
}

.dr-template-product .product__title h1 {
  max-width: 13ch;
  font-size: clamp(34px, 3.2vw, 52px);
}

.dr-template-cart .cart__warnings,
.dr-template-cart .cart__footer {
  position: relative;
  border-color: rgba(228, 199, 106, 0.46);
  background:
    linear-gradient(180deg, rgba(3, 28, 24, 0.82), rgba(2, 13, 11, 0.94)),
    var(--dr-gold-panel-texture);
  background-position: center;
  background-size: cover;
}

@media (min-width: 1800px) {
  :where(.dr-template-collection, .dr-template-search) .collection.page-width,
  :where(.dr-template-collection, .dr-template-search) .facets-wrapper.page-width,
  :where(.dr-template-collection, .dr-template-search) .facets-vertical.page-width,
  :where(.dr-template-collection, .dr-template-search) .template-search__results.collection.page-width {
    max-width: 1760px;
  }

  :where(.dr-template-collection, .dr-template-search) .product-grid.grid--4-col-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .template-search__header {
    width: 100%;
    margin: 0 0 18px;
    padding: 34px 14px 28px;
    border-right: 0;
    border-left: 0;
  }

  .template-search__header h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper {
    padding: 5px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner.ratio:before {
    padding-bottom: 76%;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
    padding: 8px 7px 0;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
    font-size: 12.5px;
    line-height: 1.12;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .dr-card-summary {
    max-width: 17ch;
    font-size: 10.5px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .card-information .price,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .card-information .price .price-item {
    font-size: 12px;
  }

  .dr-template-product .product__title h1 {
    max-width: 12ch;
    font-size: clamp(31px, 9vw, 40px);
  }
}

/* Gold QA browse-path polish */
:where(.dr-template-collection, .dr-template-search) .product-grid-container:before {
  content: "Selected for Study and Daily Practice";
  display: block;
  width: min(100% - 28px, 1680px);
  margin: 28px auto 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(228, 199, 106, 0.34);
  color: #f3d685;
  font-family: var(--dr-serif);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  text-align: center;
}

:where(.dr-template-collection, .dr-template-search) .product-grid-container:after {
  content: "";
  display: block;
  width: min(360px, 68vw);
  height: 1px;
  margin: -18px auto 28px;
  background: linear-gradient(90deg, transparent, rgba(228, 199, 106, 0.7), transparent);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  opacity: 1;
  mix-blend-mode: normal;
  filter: sepia(0.18) saturate(0.76) brightness(0.58) contrast(1.14);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media {
  background:
    radial-gradient(circle at 50% 44%, rgba(228, 199, 106, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(42, 29, 18, 0.35), rgba(2, 12, 10, 0.76)),
    #061713;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
  display: -webkit-box;
  min-height: 2.28em;
  overflow: hidden;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .dr-card-summary {
  display: -webkit-box;
  min-height: 2.9em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

:where(.dr-template-collection, .dr-template-search) .facets__summary,
:where(.dr-template-collection, .dr-template-search) .facet-filters__field,
:where(.dr-template-collection, .dr-template-search) .product-count {
  min-height: 42px;
  align-items: center;
}

.dr-template-product .product__media-wrapper .media img {
  opacity: 1;
  mix-blend-mode: normal;
  filter: sepia(0.14) saturate(0.84) brightness(0.74) contrast(1.12);
}

.dr-template-product .product__media-wrapper .product__media,
.dr-template-product .product__media-wrapper .global-media-settings {
  background:
    radial-gradient(circle at 52% 46%, rgba(228, 199, 106, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(42, 29, 18, 0.24), rgba(2, 12, 10, 0.74)),
    #061713;
}

@media (max-width: 749px) {
  :where(.dr-template-collection, .dr-template-search) .product-grid-container:before {
    width: calc(100% - 28px);
    margin-top: 20px;
    font-size: clamp(24px, 7.2vw, 31px);
  }

  :where(.dr-template-collection, .dr-template-search) .product-grid-container:after {
    margin-bottom: 20px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__heading,
  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .full-unstyled-link {
    min-height: 2.25em;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .dr-card-summary {
    min-height: 2.75em;
  }
}

/* Gold QA final polish */
:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card {
  position: relative;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card:before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(228, 199, 106, 0.16);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__inner:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 4;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(228, 199, 106, 0.46), transparent);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:after {
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.01) 0%, rgba(2, 9, 8, 0.08) 48%, rgba(2, 9, 8, 0.32) 100%),
    radial-gradient(circle at 50% 42%, transparent 0 38%, rgba(2, 9, 8, 0.28) 100%);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media:before {
  background:
    radial-gradient(circle at 12% 12%, rgba(240, 216, 139, 0.14), transparent 2px),
    linear-gradient(180deg, rgba(2, 9, 8, 0.02), rgba(2, 9, 8, 0.14)),
    linear-gradient(90deg, rgba(2, 9, 8, 0.14), transparent 24%, transparent 76%, rgba(2, 9, 8, 0.16));
  mix-blend-mode: normal;
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
  filter: sepia(0.1) saturate(0.86) brightness(0.84) contrast(1.06);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card:hover .media img {
  filter: sepia(0.08) saturate(0.9) brightness(0.9) contrast(1.06);
}

:where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card__content {
  background:
    linear-gradient(180deg, rgba(3, 24, 21, 0.96), rgba(2, 12, 10, 0.98)),
    radial-gradient(circle at 16% 100%, rgba(228, 199, 106, 0.1), transparent 9rem);
}

.dr-template-cart .collection {
  padding-top: clamp(28px, 4vw, 54px);
  border-top: 1px solid rgba(228, 199, 106, 0.32);
  background:
    radial-gradient(circle at 12% 8%, rgba(228, 199, 106, 0.08), transparent 20rem),
    linear-gradient(180deg, rgba(3, 20, 17, 0.9), rgba(2, 12, 10, 0.98));
}

.dr-template-cart .collection .title {
  font-family: var(--dr-serif);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.06;
}

@media (min-width: 1800px) {
  .dr-gold-home-v2 .dr-shop-hero,
  :where(.dr-template-collection, .dr-template-search) .collection-hero__inner,
  .template-search__header {
    width: min(calc(100% - 96px), 1900px);
    max-width: 1900px;
  }

  :where(.dr-template-collection, .dr-template-search) .collection-hero__inner {
    padding-top: clamp(72px, 6vw, 118px);
    padding-bottom: clamp(58px, 5vw, 96px);
  }

  :where(.dr-template-collection, .dr-template-search) .collection.page-width,
  :where(.dr-template-collection, .dr-template-search) .facets-wrapper.page-width,
  :where(.dr-template-collection, .dr-template-search) .template-search__results.collection.page-width {
    width: min(calc(100% - 160px), 1760px);
  }
}

@media (max-width: 749px) {
  .dr-template-search .template-search__header {
    width: 100%;
    margin-bottom: 18px;
    padding: 30px 18px 24px;
  }

  .dr-template-search .template-search__header:before {
    inset: 10px 12px;
  }

  .dr-template-search .template-search__header h1 {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(30px, 8.4vw, 35px);
    line-height: 1.04;
    text-align: center;
  }

  .dr-template-search .template-search__search {
    width: min(100%, 348px);
    margin-right: auto;
    margin-left: auto;
  }

  .dr-template-product .product__info-container {
    padding: 18px 18px 22px;
  }

  .dr-template-product .product__title h1 {
    max-width: 13ch;
    font-size: clamp(28px, 7.7vw, 34px);
    line-height: 1.08;
  }

  .dr-template-product .product__text.caption-with-letter-spacing {
    margin-bottom: 8px;
    font-size: 10px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .card:before {
    inset: 5px;
  }

  :where(.dr-template-index, .dr-template-collection, .dr-template-search) .product-card-wrapper .media img {
    filter: sepia(0.08) saturate(0.86) brightness(0.86) contrast(1.06);
  }

  .dr-template-cart .collection {
    padding-top: 30px;
  }

  .dr-template-cart .collection .title {
    text-align: center;
    font-size: clamp(28px, 8vw, 36px);
  }
}

/* Gold QA product image clarity: home/collection/search only */
.dr-template-index .collection .product-card-wrapper .media,
.dr-template-cart .collection .product-card-wrapper .media,
.dr-template-collection .product-card-wrapper .media,
.dr-template-search .product-card-wrapper .media {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(226, 200, 132, 0.18) 0%, rgba(136, 98, 38, 0.08) 42%, rgba(4, 19, 16, 0.42) 78%),
    #081a15;
}

.dr-template-index .collection .product-card-wrapper .media:before,
.dr-template-cart .collection .product-card-wrapper .media:before,
.dr-template-collection .product-card-wrapper .media:before,
.dr-template-search .product-card-wrapper .media:before {
  content: none !important;
  background: none !important;
  mix-blend-mode: normal !important;
}

.dr-template-index .collection .product-card-wrapper .media:after,
.dr-template-cart .collection .product-card-wrapper .media:after,
.dr-template-collection .product-card-wrapper .media:after,
.dr-template-search .product-card-wrapper .media:after {
  content: none !important;
  background: none !important;
}

.dr-template-index .collection .product-card-wrapper .media img,
.dr-template-cart .collection .product-card-wrapper .media img,
.dr-template-collection .product-card-wrapper .media img,
.dr-template-search .product-card-wrapper .media img {
  opacity: 1;
  mix-blend-mode: normal;
  filter: none !important;
}

.dr-template-index .collection .product-card-wrapper .card__inner > .card__content,
.dr-template-cart .collection .product-card-wrapper .card__inner > .card__content,
.dr-template-collection .product-card-wrapper .card__inner > .card__content,
.dr-template-search .product-card-wrapper .card__inner > .card__content {
  background: transparent !important;
}

.dr-template-index .collection .product-card-wrapper .card > .card__content,
.dr-template-cart .collection .product-card-wrapper .card > .card__content,
.dr-template-collection .product-card-wrapper .card > .card__content,
.dr-template-search .product-card-wrapper .card > .card__content {
  background:
    linear-gradient(180deg, rgba(3, 24, 21, 0.96), rgba(2, 12, 10, 0.98)),
    radial-gradient(circle at 16% 100%, rgba(228, 199, 106, 0.1), transparent 9rem);
}

.dr-template-index .collection .product-card-wrapper .card:hover .media img,
.dr-template-cart .collection .product-card-wrapper .card:hover .media img,
.dr-template-collection .product-card-wrapper .card:hover .media img,
.dr-template-search .product-card-wrapper .card:hover .media img {
  filter: none !important;
}

@media (max-width: 749px) {
  .dr-template-index .collection .product-card-wrapper .media img,
  .dr-template-cart .collection .product-card-wrapper .media img,
  .dr-template-collection .product-card-wrapper .media img,
  .dr-template-search .product-card-wrapper .media img {
    filter: none !important;
  }
}

/* Gold shop asset refresh */
.dr-template-index .dr-gold-home-v2 .dr-shop-hero {
  background:
    linear-gradient(90deg, rgba(2, 9, 8, 0.9) 0%, rgba(2, 9, 8, 0.72) 38%, rgba(2, 9, 8, 0.46) 72%, rgba(2, 9, 8, 0.78) 100%),
    radial-gradient(circle at 72% 42%, rgba(228, 199, 106, 0.14), transparent 28rem),
    var(--dr-shop-section-mountain-stars);
  background-position: center;
  background-size: cover;
}

.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(228, 199, 106, 0.58);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.04), rgba(2, 9, 8, 0.26)),
    var(--dr-shop-compass-bg);
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 0 0 0 1px rgba(240, 234, 216, 0.08),
    inset 0 0 0 10px rgba(2, 9, 8, 0.18),
    0 28px 90px rgba(0, 0, 0, 0.38);
}

.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset:before,
.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset:before {
  inset: 16px;
  border: 1px solid rgba(228, 199, 106, 0.32);
  box-shadow: inset 0 0 0 1px rgba(240, 234, 216, 0.04);
}

.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset:after {
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(2, 9, 8, 0.08) 0 18%, transparent 28%),
    linear-gradient(90deg, rgba(2, 9, 8, 0.2), transparent 18%, transparent 82%, rgba(2, 9, 8, 0.22)),
    linear-gradient(180deg, rgba(2, 9, 8, 0.12), transparent 26%, transparent 76%, rgba(2, 9, 8, 0.22));
}

.dr-template-index .dr-gold-home-v2 .dr-shop-hero__visual:before {
  top: -18px;
  border-color: rgba(228, 199, 106, 0.62);
  background: rgba(2, 9, 8, 0.9);
  box-shadow: inset 0 0 0 1px rgba(240, 234, 216, 0.05);
}

@media (max-width: 749px) {
  .dr-template-index .dr-gold-home-v2 .dr-shop-hero {
    background:
      linear-gradient(180deg, rgba(2, 9, 8, 0.92) 0%, rgba(2, 9, 8, 0.72) 52%, rgba(2, 9, 8, 0.9) 100%),
      var(--dr-shop-section-mountain-stars);
    background-position: center top;
    background-size: auto 100%, cover;
  }

  .dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset {
    width: min(calc(100vw - 44px), 360px) !important;
    aspect-ratio: 4 / 3;
  }
}

/* Gold shop path framework */
.dr-shop-paths {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 108px) 0;
  color: var(--dr-paper);
  background:
    linear-gradient(rgba(228, 199, 106, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #020908 0%, #061713 44%, #0b1d17 100%);
  background-size: 72px 72px, 72px 72px, 100% 100%;
}

.dr-shop-paths:before,
.dr-shop-paths:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.dr-shop-paths:before {
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.7), rgba(2, 9, 8, 0.9)),
    var(--dr-shop-section-mountain-stars);
  background-position: center;
  background-size: cover;
  opacity: 0.28;
}

.dr-shop-paths:after {
  background:
    radial-gradient(circle at 12% 18%, rgba(228, 199, 106, 0.14), transparent 22rem),
    radial-gradient(circle at 86% 8%, rgba(240, 234, 216, 0.08), transparent 20rem),
    conic-gradient(from 0deg at 88% 58%, transparent 0 42deg, rgba(228, 199, 106, 0.1) 42deg 43deg, transparent 43deg 360deg);
}

.dr-shop-paths__inner {
  width: min(calc(100% - 48px), 1760px);
  margin: 0 auto;
}

.dr-shop-paths__header {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: center;
  margin-bottom: clamp(28px, 4.6vw, 58px);
}

.dr-shop-paths__intro {
  max-width: 620px;
}

.dr-shop-paths__header h2 {
  max-width: 980px;
  margin: 0;
  color: #fff7df;
  font-family: var(--dr-serif);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}

.dr-shop-paths__intro p:last-child {
  margin: 0;
  color: rgba(240, 234, 216, 0.72);
  line-height: 1.68;
}

.dr-shop-compass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
  margin-bottom: clamp(34px, 5vw, 64px);
}

.dr-shop-path-card {
  position: relative;
  min-height: 214px;
  aspect-ratio: 4 / 2.35;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 34px);
  border: 1px solid rgba(228, 199, 106, 0.42);
  border-radius: 2px;
  color: #fff7df;
  text-decoration: none;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(2, 9, 8, 0.36) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.84) 100%),
    var(--dr-shop-practice-goods);
  background-position: center;
  background-size: cover;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.dr-shop-path-card:before,
.dr-shop-product-path:before,
.dr-shop-placeholder:before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(228, 199, 106, 0.22);
}

.dr-shop-path-card:after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  pointer-events: none;
  border-right: 1px solid rgba(228, 199, 106, 0.62);
  border-bottom: 1px solid rgba(228, 199, 106, 0.62);
}

.dr-shop-path-card:hover {
  transform: translateY(-2px);
  border-color: rgba(228, 199, 106, 0.72);
  filter: saturate(1.08);
}

.dr-shop-path-card span,
.dr-shop-placeholder span {
  position: relative;
  z-index: 1;
  color: #f0d88b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-shop-path-card strong {
  position: relative;
  z-index: 1;
  font-family: var(--dr-serif);
  font-size: clamp(25px, 2.15vw, 36px);
  font-weight: 500;
  line-height: 1.04;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}

.dr-shop-path-card small {
  position: relative;
  z-index: 1;
  color: rgba(240, 234, 216, 0.74);
  font-size: 13px;
  line-height: 1.38;
}

.dr-shop-path-card--digital { background-image: radial-gradient(circle at center, rgba(2, 9, 8, 0.35) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.86) 100%), var(--dr-shop-digital-reports); }
.dr-shop-path-card--practice { background-image: radial-gradient(circle at center, rgba(2, 9, 8, 0.35) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.86) 100%), var(--dr-shop-practice-goods); }
.dr-shop-path-card--talisman { background-image: radial-gradient(circle at center, rgba(2, 9, 8, 0.35) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.86) 100%), var(--dr-shop-talismans); }
.dr-shop-path-card--ritual { background-image: radial-gradient(circle at center, rgba(2, 9, 8, 0.35) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.86) 100%), var(--dr-shop-ritual-objects); }
.dr-shop-path-card--study { background-image: radial-gradient(circle at center, rgba(2, 9, 8, 0.35) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.86) 100%), var(--dr-shop-study-goods); }
.dr-shop-path-card--seasonal { background-image: radial-gradient(circle at center, rgba(2, 9, 8, 0.35) 0%, rgba(2, 9, 8, 0.58) 42%, rgba(2, 9, 8, 0.86) 100%), var(--dr-shop-seasonal-gifts); }

.dr-shop-category-sections {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.dr-shop-product-path {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(228, 199, 106, 0.36);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(228, 199, 106, 0.07), transparent 22%, transparent 78%, rgba(228, 199, 106, 0.06)),
    rgba(3, 20, 17, 0.82);
}

.dr-shop-product-path__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(240px, 0.42fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.dr-shop-product-path__head h3 {
  margin: 0;
  color: #fff7df;
  font-family: var(--dr-serif);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.dr-shop-product-path__head p {
  margin: 0;
  color: rgba(240, 234, 216, 0.7);
  line-height: 1.62;
}

.dr-shop-product-path__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.dr-shop-product-path__grid--compact {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.dr-shop-product-path__grid--compact .dr-shop-placeholder {
  min-height: 176px;
}

.dr-shop-product-path__item {
  min-width: 0;
}

.dr-shop-placeholder {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(228, 199, 106, 0.36);
  border-radius: 2px;
  background:
    linear-gradient(rgba(228, 199, 106, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 199, 106, 0.045) 1px, transparent 1px),
    rgba(2, 13, 11, 0.8);
  background-size: 34px 34px, 34px 34px, 100% 100%;
}

.dr-shop-placeholder strong {
  color: #fff7df;
  font-family: var(--dr-serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.08;
}

.dr-shop-placeholder small {
  color: rgba(240, 234, 216, 0.66);
  line-height: 1.45;
}

@media (min-width: 1800px) {
  .dr-shop-compass-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dr-shop-path-card {
    min-height: 244px;
  }
}

@media (max-width: 989px) {
  .dr-shop-paths__header,
  .dr-shop-product-path__head {
    grid-template-columns: 1fr;
  }

  .dr-shop-compass-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-shop-product-path__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .dr-shop-paths {
    padding: 42px 0;
  }

  .dr-shop-paths__inner {
    width: min(calc(100% - 28px), 430px);
  }

  .dr-shop-paths__header h2 {
    font-size: clamp(30px, 8.4vw, 38px);
    text-align: center;
  }

  .dr-shop-paths__header p {
    text-align: center;
  }

  .dr-shop-compass-grid {
    grid-template-columns: 1fr;
  }

  .dr-shop-path-card {
    min-height: 154px;
  }

  .dr-shop-product-path {
    padding: 14px;
  }

  .dr-shop-product-path__head h3 {
    font-size: clamp(26px, 7.4vw, 34px);
    text-align: center;
  }

  .dr-shop-product-path__head p {
    text-align: center;
  }

  .dr-shop-product-path__grid {
    gap: 12px 10px;
  }

  .dr-shop-placeholder {
    min-height: 230px;
    padding: 18px 12px;
    text-align: center;
  }
}

/* Gold shop ornamental polish */
.dr-template-index .dr-gold-home-v2 .dr-shop-palace--asset {
  isolation: isolate;
}

.dr-shop-hero-paths {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.dr-shop-hero-path {
  position: absolute;
  display: grid;
  min-width: 104px;
  gap: 3px;
  padding: 7px 10px;
  border: 1px solid rgba(228, 199, 106, 0.44);
  color: #fff7df;
  text-align: center;
  text-decoration: none;
  background: rgba(2, 9, 8, 0.74);
  box-shadow: inset 0 0 0 1px rgba(240, 234, 216, 0.04);
  pointer-events: auto;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dr-shop-hero-path:hover {
  transform: translateY(-2px);
  border-color: rgba(228, 199, 106, 0.72);
  background: rgba(2, 9, 8, 0.9);
}

.dr-shop-hero-path span {
  font-family: var(--dr-serif);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1;
}

.dr-shop-hero-path small {
  color: rgba(228, 199, 106, 0.86);
  font-size: 10px;
  text-transform: uppercase;
}

.dr-shop-hero-path--digital {
  top: 22%;
  left: 35%;
}

.dr-shop-hero-path--ritual {
  top: 22%;
  right: 34%;
}

.dr-shop-hero-path--study {
  bottom: 25%;
  left: 34%;
}

.dr-shop-hero-path--seasonal {
  right: 33%;
  bottom: 25%;
}

.dr-shop-hero-path--practice {
  top: 47%;
  left: 13%;
}

.dr-shop-hero-path--talisman {
  top: 47%;
  right: 13%;
}

.dr-shop-paths__inner:before,
.dr-shop-paths__inner:after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 199, 106, 0.62), transparent);
}

.dr-shop-paths__inner:before {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.dr-shop-paths__inner:after {
  margin-top: clamp(28px, 4vw, 46px);
}

.dr-shop-product-path {
  overflow: hidden;
}

.dr-shop-product-path:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 9, 8, 0.6), rgba(2, 9, 8, 0.88)),
    var(--dr-shop-practice-goods);
  background-position: center;
  background-size: cover;
  opacity: 0.18;
}

.dr-shop-product-path--digital:after { background-image: linear-gradient(180deg, rgba(2, 9, 8, 0.58), rgba(2, 9, 8, 0.9)), var(--dr-shop-digital-reports); }
.dr-shop-product-path--practice:after { background-image: linear-gradient(180deg, rgba(2, 9, 8, 0.58), rgba(2, 9, 8, 0.9)), var(--dr-shop-practice-goods); }
.dr-shop-product-path--talisman:after { background-image: linear-gradient(180deg, rgba(2, 9, 8, 0.58), rgba(2, 9, 8, 0.9)), var(--dr-shop-talismans); }
.dr-shop-product-path--ritual:after { background-image: linear-gradient(180deg, rgba(2, 9, 8, 0.58), rgba(2, 9, 8, 0.9)), var(--dr-shop-ritual-objects); }
.dr-shop-product-path--study:after { background-image: linear-gradient(180deg, rgba(2, 9, 8, 0.58), rgba(2, 9, 8, 0.9)), var(--dr-shop-study-goods); }
.dr-shop-product-path--seasonal:after { background-image: linear-gradient(180deg, rgba(2, 9, 8, 0.58), rgba(2, 9, 8, 0.9)), var(--dr-shop-seasonal-gifts); }

.dr-shop-product-path__head:before,
.dr-shop-product-path__head:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dr-shop-product-path__head:before {
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(228, 199, 106, 0.58), transparent 42%, transparent 58%, rgba(228, 199, 106, 0.36));
}

.dr-shop-product-path__head:after {
  top: 4px;
  right: 0;
  width: min(180px, 28vw);
  height: min(180px, 28vw);
  border: 1px solid rgba(228, 199, 106, 0.2);
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0 44deg, rgba(228, 199, 106, 0.2) 44deg 45deg, transparent 45deg 89deg, rgba(228, 199, 106, 0.16) 89deg 90deg, transparent 90deg 360deg);
  opacity: 0.7;
}

.dr-shop-placeholder:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 28px;
  height: 28px;
  pointer-events: none;
  border-right: 1px solid rgba(228, 199, 106, 0.58);
  border-bottom: 1px solid rgba(228, 199, 106, 0.58);
}

.dr-shop-path-card:nth-child(2n) {
  transform: none;
}

.dr-shop-path-card:nth-child(2n):hover {
  transform: translateY(-2px);
}

@media (min-width: 1800px) {
  .dr-shop-hero-path--digital { top: 22%; left: 36%; }
  .dr-shop-hero-path--ritual { top: 22%; right: 35%; }
  .dr-shop-hero-path--study { bottom: 26%; left: 36%; }
  .dr-shop-hero-path--seasonal { right: 35%; bottom: 26%; }
}

@media (max-width: 989px) {
  .dr-shop-hero-path {
    min-width: 92px;
    padding: 6px 8px;
  }

  .dr-shop-hero-path--digital { top: 20%; left: 34%; }
  .dr-shop-hero-path--ritual { top: 20%; right: 34%; }
  .dr-shop-hero-path--study { bottom: 23%; left: 33%; }
  .dr-shop-hero-path--seasonal { right: 33%; bottom: 23%; }
}

@media (max-width: 749px) {
  .dr-shop-hero-paths {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
    background: rgba(2, 9, 8, 0.82);
  }

  .dr-shop-hero-path {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    transform: none;
  }

  .dr-shop-path-card:nth-child(2n),
  .dr-shop-path-card:nth-child(2n):hover {
    transform: none;
  }

  .dr-shop-product-path__head:after {
    display: none;
  }
}

/* Gold shop path card media sizing */
.dr-shop-product-path .product-card-wrapper .card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dr-shop-product-path .product-card-wrapper .media {
  width: 100%;
  height: 100%;
}

.dr-shop-product-path .product-card-wrapper .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Final shop path map lockup */
.dr-template-index .dr-shop-paths .dr-shop-paths__header {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 16px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dr-template-index .dr-shop-paths .dr-shop-paths__intro {
  display: grid;
  justify-items: center;
  max-width: 760px;
}

.dr-template-index .dr-shop-paths .dr-shop-paths__header h2 {
  max-width: 940px;
  font-size: clamp(34px, 3.7vw, 56px);
  line-height: 1.08;
}

.dr-template-index .dr-shop-paths .dr-shop-compass-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row;
  align-items: stretch;
  gap: clamp(16px, 1.6vw, 24px);
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

.dr-template-index .dr-shop-paths .dr-shop-path-card {
  display: flex;
  min-height: clamp(206px, 13.4vw, 246px);
  aspect-ratio: 4 / 2.18;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  padding: clamp(22px, 2.1vw, 34px);
  text-align: center !important;
  background-position: center !important;
  background-size: cover !important;
}

.dr-template-index .dr-shop-paths .dr-shop-path-card span,
.dr-template-index .dr-shop-paths .dr-shop-path-card strong,
.dr-template-index .dr-shop-paths .dr-shop-path-card small {
  max-width: min(92%, 360px);
  margin-right: auto;
  margin-left: auto;
}

.dr-template-index .dr-shop-paths .dr-shop-path-card span {
  letter-spacing: 0.12em;
}

.dr-template-index .dr-shop-paths .dr-shop-path-card strong {
  font-size: clamp(26px, 2.05vw, 36px);
  line-height: 1.02;
}

.dr-template-index .dr-shop-paths .dr-shop-path-card small {
  color: rgba(240, 234, 216, 0.78);
  font-size: clamp(12px, 0.85vw, 14px);
}

.dr-template-index .dr-shop-paths .dr-shop-path-card:nth-child(2n),
.dr-template-index .dr-shop-paths .dr-shop-path-card:nth-child(2n):hover {
  transform: none !important;
}

.dr-template-index .dr-shop-paths .dr-shop-path-card:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 989px) {
  .dr-template-index .dr-shop-paths .dr-shop-compass-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 749px) {
  .dr-template-index .dr-shop-paths .dr-shop-paths__header {
    gap: 14px;
  }

  .dr-template-index .dr-shop-paths .dr-shop-paths__header h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .dr-template-index .dr-shop-paths .dr-shop-compass-grid {
    grid-template-columns: 1fr !important;
  }

  .dr-template-index .dr-shop-paths .dr-shop-path-card {
    min-height: 172px;
    aspect-ratio: auto;
  }
}
