:root {
  --navy: #0d2238;
  --navy-2: #132b43;
  --ivory: #f5f1e9;
  --cream: #fbf9f5;
  --wine: #71323b;
  --gold: #b68a42;
  --ink: #25282b;
  --grey: #e8eaed;
  --white: #ffffff;
  --muted: #5c6168;
  --max: 1440px;
  --ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.yireh-vision {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Manrope, "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.yireh-vision img {
  max-width: 100%;
  height: auto;
  display: block;
}

.yireh-vision a {
  color: inherit;
  text-decoration: none;
}

.yireh-vision a.yh-btn,
.yireh-vision button.yh-btn,
.yireh-vision .yh-btn,
.yireh-vision .single_add_to_cart_button,
.yireh-vision a.button,
.yireh-vision button.button,
.yireh-vision .woocommerce a.button.alt,
.yireh-vision .woocommerce button.button.alt {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.yireh-vision a.yh-btn-ghost,
.yireh-vision .yh-btn-ghost {
  color: var(--navy);
  background: transparent;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 10000;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 12px;
}

.yh-wrap {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.yh-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wine);
}

.yh-display {
  margin: 0;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.yh-btn,
.yh-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--ease), background var(--ease), color var(--ease);
}

.yh-btn:hover {
  background: var(--wine);
  border-color: var(--wine);
}

.yh-btn:active,
.yh-btn-ghost:active {
  transform: scale(0.98);
}

.yh-btn-ghost {
  background: transparent;
  color: var(--navy);
}

.yh-btn-ghost:hover {
  background: var(--navy);
  color: #fff;
}

.yh-btn:focus-visible,
.yh-icon:focus-visible,
.yh-nav a:focus-visible,
.yh-swatch:focus-visible,
.yh-size:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Header */
.yh-announce {
  display: none;
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 16px;
}

.yh-announce.is-on {
  display: block;
}

.yh-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(251, 249, 245, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}

.yh-header.is-solid {
  border-bottom-color: var(--grey);
  background: var(--cream);
}

.yh-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 28px;
  min-height: 72px;
}

.yh-logo {
  position: relative;
  z-index: 91;
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  white-space: nowrap;
}

.yh-logo img {
  display: none;
}

.yh-footer .yh-logo img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.yh-wordmark {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1;
}

.yh-footer .yh-wordmark {
  color: #f7f4ee;
}

.yh-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  gap: 8px 26px;
}

.yh-nav > li {
  list-style: none;
  display: flex;
  align-items: stretch;
}

.yh-nav,
.yh-menu {
  margin: 0;
  padding: 0;
}

.yh-nav > li > a,
.yh-nav > li > button {
  position: relative;
  z-index: 91;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  cursor: pointer;
}

.yh-utils {
  position: relative;
  z-index: 91;
  display: flex;
  align-items: center;
  gap: 4px;
}

.yh-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  position: relative;
}

.yh-icon svg {
  width: 20px;
  height: 20px;
}

.yh-bag-count {
  position: absolute;
  top: 6px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  background: var(--wine);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.yh-toggle {
  display: none;
}

.yh-mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  z-index: 90;
  background: var(--cream);
  border-top: 1px solid var(--grey);
  box-shadow: 0 28px 56px rgba(13, 34, 56, 0.14);
  padding: 36px 0 44px;
}

.yh-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -72px;
  height: 74px;
}

.yh-item.is-open .yh-mega,
.yh-item:focus-within .yh-mega {
  display: block;
}

.yh-mega-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wine);
}

.yh-mega-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 48px 80px;
}

.yh-mega-cols a,
.yh-mega-styles a {
  display: block;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.yh-mega-cols a:hover,
.yh-mega-styles a:hover,
.yh-mega-swatch:hover .yh-mega-swatch-name {
  color: var(--wine);
}

.yh-mega-styles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 40px;
}

.yh-mega-styles a span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--muted);
}

.yh-mega-swatches {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 16px 12px;
}

.yh-mega-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

.yh-mega-dot {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(13, 34, 56, 0.12);
  box-shadow: 0 6px 16px rgba(13, 34, 56, 0.08);
}

.yh-mega-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.yh-mega-swatch-name {
  line-height: 1.25;
}

.yh-search {
  display: none;
  border-bottom: 1px solid var(--grey);
  background: var(--ivory);
  padding: 12px 0 18px;
}

.yh-search.is-open {
  display: block;
}

.yh-search form {
  display: flex;
  gap: 8px;
}

.yh-search input,
.yh-field,
.yh-newsletter input[type="email"] {
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--grey);
  background: #fff;
  padding: 0 14px;
  font: inherit;
}

.yh-backdrop,
.yh-drawer {
  display: none;
}

/* Hero */
.yh-hero {
  position: relative;
  min-height: min(86vh, 820px);
  background: var(--ivory);
  color: #fff;
  overflow: hidden;
}

.yh-hero img,
.yh-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.yh-hero video {
  z-index: 0;
}

.yh-hero.is-static video {
  display: none;
}

.yh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 34, 56, 0.92) 0%, rgba(13, 34, 56, 0.72) 32%, rgba(13, 34, 56, 0.28) 58%, rgba(13, 34, 56, 0.05) 78%, transparent 100%),
    linear-gradient(180deg, rgba(13, 34, 56, 0.28) 0%, transparent 42%);
}

.yh-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto 0 0;
  padding: min(18vh, 160px) 0 72px clamp(36px, 6vw, 96px);
  text-align: left;
}

.yh-hero h1 {
  font-size: clamp(44px, 7vw, 84px);
  color: #fff;
  text-align: left;
  text-shadow: 0 8px 32px rgba(13, 34, 56, 0.45);
}

.yh-hero p {
  max-width: 34ch;
  margin: 18px 0 28px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-shadow: 0 4px 18px rgba(13, 34, 56, 0.5);
}

.yh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.yireh-vision .yh-hero a.yh-btn,
.yh-hero .yh-btn {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.yireh-vision .yh-hero a.yh-btn-ghost,
.yh-hero .yh-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.yireh-vision .yh-hero a.yh-btn:hover,
.yh-hero .yh-btn:hover {
  background: var(--ivory);
  color: var(--navy);
}

.yireh-vision .yh-hero a.yh-btn-ghost:hover,
.yh-hero .yh-btn-ghost:hover {
  background: #fff;
  color: var(--navy);
}

/* Sections */
.yh-section {
  padding: 72px 0;
}

.yh-section h2 {
  font-size: clamp(28px, 4vw, 48px);
  margin: 0 0 28px;
}

.yh-center {
  text-align: center;
}

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

.yh-style {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.yh-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  transition: transform 240ms ease, opacity 240ms ease;
}

.yh-style-back {
  opacity: 0;
}

.yh-style:hover img {
  transform: scale(1.04);
}

.yh-style:hover .yh-style-back {
  opacity: 1;
}

.yh-style span,
.yh-style strong,
.yh-style em {
  position: relative;
  z-index: 1;
}

.yh-style::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(transparent, rgba(13, 34, 56, 0.78));
}

.yh-style-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 1;
}

.yh-style-copy strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: var(--cream);
}

.yh-style-copy em {
  display: block;
  margin: 6px 0 14px;
  font-style: normal;
  font-size: 14px;
  color: var(--cream);
}

.yireh-vision .yh-style-copy .yh-btn,
.yh-style-copy .yh-btn {
  background: var(--cream);
  color: var(--navy);
  border-color: var(--cream);
}

.yireh-vision .yh-style-copy .yh-btn:hover,
.yh-style-copy .yh-btn:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.yh-looks {
  display: grid;
  gap: 56px;
}

.yh-look {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 20px;
  align-items: center;
}

.yh-look img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  background: var(--ivory);
}

.yh-look-back {
  display: none;
}

.yh-look-copy h3 {
  margin: 0 0 12px;
  font-size: 28px;
}

.yh-look-copy p {
  margin: 0 0 10px;
  color: var(--muted);
}

.yh-look-copy .yh-price {
  font-weight: 650;
  color: var(--navy);
}

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

.yh-benefit {
  background: var(--ivory);
}

.yh-benefit img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.yh-benefit div {
  padding: 22px 20px 26px;
}

.yh-benefit h3 {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yh-colors {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.yh-color {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  font-size: 12px;
}

.yh-color-media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #ece7dc;
}

.yh-color-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.yh-color i,
.yh-color-media i {
  display: block;
  aspect-ratio: 1;
  border: 1px solid rgba(13, 34, 56, 0.12);
}

.yh-color-media:not(:has(img)) {
  aspect-ratio: 1;
  background: transparent;
}

.yh-color-media:not(:has(img)) i {
  position: static;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.yh-banner {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: end start;
  color: #fff;
  overflow: hidden;
}

.yh-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 48%;
}

.yh-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 34, 56, 0.55), transparent 55%), linear-gradient(transparent 20%, rgba(13, 34, 56, 0.72));
}

.yh-banner-copy {
  position: relative;
  z-index: 1;
  padding: 48px;
  text-align: left;
  max-width: 640px;
}

.yh-banner .yh-kicker {
  color: #fff;
}

.yh-banner h1,
.yh-banner h2,
.yh-banner .yh-display {
  color: #fff;
  text-shadow: 0 6px 24px rgba(13, 34, 56, 0.4);
}

.yireh-vision .yh-banner a.yh-btn,
.yh-banner .yh-btn {
  background: var(--cream);
  color: var(--navy);
  border-color: var(--cream);
}

.yireh-vision .yh-banner a.yh-btn:hover,
.yh-banner .yh-btn:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.yh-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 560px;
}

.yh-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% 48%;
  min-height: 420px;
}

.yh-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px;
  background: var(--cream);
}

.yh-teaser {
  text-align: center;
  padding: 96px 20px;
  background: var(--navy);
  color: #fff;
}

.yh-teaser h2 {
  color: #fff;
}

.yh-signup {
  background: var(--ivory);
  text-align: center;
}

.yh-newsletter {
  display: flex;
  gap: 8px;
  max-width: 520px;
  margin: 22px auto 0;
}

.yh-note {
  min-height: 1.4em;
  margin: 10px 0 0;
  font-size: 14px;
}

.yh-note:empty {
  display: none;
}

/* Product grid / PLP */
.yh-plp-hero {
  padding: 48px 0 12px;
}

.yh-plp-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin: 0;
}

.yh-cuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 32px;
}

.yh-cut {
  background: var(--ivory);
  text-align: center;
}

.yh-cut img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
}

.yh-cut span {
  display: block;
  padding: 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.yh-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 18px;
  font-size: 13px;
  color: var(--muted);
  border-bottom: 1px solid var(--grey);
  margin-bottom: 22px;
}

.yh-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
}

.yh-card {
  display: block;
}

.yh-card-media {
  position: relative;
  background: var(--ivory);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.yh-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.yh-card-media img.is-alt {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.yh-card:hover .yh-card-media img.is-alt {
  opacity: 1;
}

.yh-card-body {
  padding: 12px 2px 8px;
}

.yh-card-body small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.yh-card-body h3 {
  margin: 4px 0;
  font-size: 15px;
}

.yh-dots {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.yh-dots i {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(13, 34, 56, 0.18);
}

/* PDP */
.yh-crumbs {
  padding: 18px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.yh-pdp {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 80px;
}

.yh-gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yh-gallery-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.yh-gallery-stage img,
.yh-gallery img {
  width: 100%;
  background: var(--ivory);
  object-fit: contain;
  object-position: center center;
}

.yh-gallery-thumbs {
  display: none;
}

.yh-buy {
  position: sticky;
  top: 92px;
}

.yh-buy h1 {
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 8px;
}

.yh-buy .yh-price {
  font-size: 20px;
  margin: 0 0 16px;
}

.yh-label {
  display: block;
  margin: 18px 0 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yh-swatches,
.yh-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yh-swatch,
.yh-size {
  border: 1px solid var(--grey);
  background: #fff;
  min-height: 44px;
  cursor: pointer;
}

.yh-swatch,
.ys-var-color {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #fff;
  padding: 0;
}

.ys-var-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}

.ys-var-select-wrap {
  position: absolute !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.variations_form {
  position: relative;
}

.variations_form .variations,
.variations_form .variations tbody,
.variations_form .variations tr,
.variations_form .variations th,
.variations_form .variations td {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
}

.variations_form .label label {
  display: block;
  margin: 18px 0 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}

.reset_variations,
.woocommerce-variation-price,
.woocommerce-variation-description {
  display: none !important;
}

.yireh-vision .single_add_to_cart_button.button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.yh-pdp-links {
  margin-top: 16px;
}

.yh-related {
  padding: 24px 0 80px;
}

.yh-related h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 42px);
}

.yh-size {
  min-width: 48px;
  padding: 0 12px;
}

.yh-swatch.is-on,
.yh-size.is-on,
.ys-var-color.is-active,
.ys-var-color.is-on,
.ys-var-size.is-active,
.ys-var-size.is-on {
  border-color: var(--navy);
  box-shadow: inset 0 0 0 6px #fff, 0 0 0 2px var(--navy);
}

.ys-var-size.is-active,
.ys-var-size.is-on,
.yh-size.is-on {
  background: var(--navy);
  color: #fff;
  box-shadow: none;
}

.yh-stock {
  margin: 14px 0;
  font-size: 14px;
}

.yh-stock.is-low {
  color: var(--wine);
}

.yh-error {
  color: var(--wine);
  font-size: 14px;
  min-height: 1.3em;
}

.yh-acc details {
  border-top: 1px solid var(--grey);
}

.yh-acc details:last-child {
  border-bottom: 1px solid var(--grey);
}

.yh-acc summary {
  cursor: pointer;
  padding: 16px 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  list-style: none;
}

.yh-acc summary::-webkit-details-marker {
  display: none;
}

.yh-acc p {
  margin: 0 0 16px;
  color: var(--muted);
}

.yh-sticky-atc {
  display: none;
}

/* Footer */
.yh-footer {
  background: var(--navy);
  color: #f7f4ee;
  padding: 64px 0 28px;
}

.yh-footer a:hover {
  color: #fff;
}

.yh-foot-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.yh-foot-grid h3 {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.yh-foot-grid p,
.yh-foot-grid li {
  color: rgba(247, 244, 238, 0.78);
  font-size: 14px;
}

.yh-foot-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yh-foot-grid li {
  margin: 0 0 8px;
}

.yh-legal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 244, 238, 0.64);
}

.yh-page {
  padding: 48px 0 80px;
}

.yh-page h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin: 0 0 18px;
}

.yh-prose {
  max-width: 720px;
}

.yh-prose p {
  color: var(--muted);
}

.yh-empty {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .yh-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yh-colors {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .yh-look,
  .yh-split,
  .yh-pdp,
  .yh-foot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .yh-look-copy,
  .yh-footer-brand,
  .yh-foot-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .yh-toggle {
    display: inline-flex;
  }

  .yh-nav {
    display: none;
  }

  .yh-bar {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .yh-logo {
    justify-self: center;
  }

  .yh-wordmark {
    font-size: 16px;
    letter-spacing: 0.28em;
  }

  .yh-drawer-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--grey);
  }

  .yh-drawer-row > a,
  .yh-drawer-row > button {
    border-bottom: 0;
  }

  .yh-drawer-row > a {
    flex: 1;
  }

  .yh-drawer-row > button {
    width: 52px;
    flex: 0 0 52px;
    justify-content: center;
    border-left: 1px solid var(--grey);
  }

  .yh-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(13, 34, 56, 0.45);
    z-index: 90;
  }

  .yh-backdrop.is-open {
    display: block;
  }

  .yh-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0 auto 0 0;
    width: min(92vw, 380px);
    background: #fff;
    z-index: 100;
    transform: translateX(-105%);
    transition: transform 220ms ease;
    overflow: auto;
  }

  .yh-drawer.is-open {
    transform: none;
  }

  .yh-drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--navy);
    color: #fff;
    padding: 16px 12px 16px 22px;
  }

  .yh-drawer a,
  .yh-drawer button {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 0;
    border-bottom: 1px solid var(--grey);
    background: #fff;
    font: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 13px;
  }

  .yh-drawer .yh-sub {
    display: none;
    background: var(--ivory);
  }

  .yh-drawer .is-open > .yh-sub {
    display: block;
  }

  .yh-drawer .yh-sub a {
    text-transform: none;
    letter-spacing: 0;
    padding-left: 28px;
  }

  .yh-drawer .is-open > .yh-sub-colors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 16px 12px 20px;
  }

  .yh-drawer .yh-mega-swatch {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 0;
    width: auto;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .yh-drawer .yh-mega-dot {
    width: 52px;
    height: 52px;
  }

  .yh-styles,
  .yh-benefits,
  .yh-grid,
  .yh-split,
  .yh-pdp,
  .yh-foot-grid,
  .yh-mega-grid,
  .yh-related .yh-grid,
  .related ul.products {
    grid-template-columns: 1fr;
  }

  .yh-colors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .yh-color {
    font-size: 10px;
    gap: 6px;
  }

  .yh-hero {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .yh-hero img,
  .yh-hero video {
    object-position: 66% 32%;
  }

  .yh-hero::after {
    background:
      linear-gradient(90deg, rgba(13, 34, 56, 0.86) 0%, rgba(13, 34, 56, 0.42) 52%, rgba(13, 34, 56, 0.1) 100%),
      linear-gradient(180deg, rgba(13, 34, 56, 0.12) 0%, rgba(13, 34, 56, 0.18) 38%, rgba(13, 34, 56, 0.78) 100%);
  }

  .yh-hero-copy {
    margin-top: auto;
    margin-left: 0;
    margin-right: auto;
    padding: 0 0 max(120px, calc(96px + env(safe-area-inset-bottom, 0px))) 12px;
    text-align: left;
  }

  .yh-style {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    background: var(--ivory);
    color: var(--navy);
  }

  .yh-style::after {
    display: none;
  }

  .yh-style img,
  .yh-style-back {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center center;
    opacity: 1;
    transform: none;
  }

  .yh-style:hover img,
  .yh-style:hover .yh-style-back {
    transform: none;
    opacity: 1;
  }

  .yh-style-copy {
    grid-column: 1 / -1;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 14px 12px 20px;
    text-align: center;
    color: var(--navy);
  }

  .yh-style-copy strong,
  .yh-style-copy em {
    color: var(--navy);
  }

  .yireh-vision .yh-style-copy .yh-btn,
  .yh-style-copy .yh-btn {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
  }

  .yh-look {
    grid-template-columns: 1fr 1fr;
  }

  .yh-look > img:first-child {
    display: none;
  }

  .yh-look-back {
    display: block;
  }

  .yh-look img {
    object-fit: contain;
    object-position: center center;
  }

  .yh-look-copy {
    grid-column: 1 / -1;
  }

  .yh-card-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    aspect-ratio: auto;
  }

  .yh-card-media img,
  .yh-card-media img.is-alt {
    position: static;
    opacity: 1;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center center;
  }

  .yh-cut img,
  .yh-benefit img,
  .yh-gallery img {
    object-fit: contain;
    object-position: center center;
  }

  .yh-cuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yh-buy {
    position: static;
  }

  .yh-gallery {
    grid-template-columns: 1fr;
  }

  .yh-gallery-stage {
    grid-template-columns: 1fr;
  }

  .yh-gallery-stage img {
    display: none;
  }

  .yh-gallery-stage img.is-on {
    display: block;
  }

  .yh-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .yh-gallery-thumbs button {
    display: block;
    padding: 0;
    border: 1px solid transparent;
    background: var(--ivory);
    cursor: pointer;
  }

  .yh-gallery-thumbs button.is-on {
    border-color: var(--navy);
  }

  .yh-gallery-thumbs img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center 18%;
  }

  .yh-sticky-atc {
    display: none !important;
  }

  .yh-legal,
  .yh-newsletter {
    flex-direction: column;
  }

  .yh-banner-copy,
  .yh-split-copy {
    padding: 28px 20px;
  }

  .yh-banner {
    min-height: 520px;
  }

  .yh-banner img {
    object-position: 86% 46%;
  }

  .yh-split img {
    min-height: 280px;
    max-height: 360px;
    width: 100%;
    object-position: 84% 46%;
  }
}

.screen-reader-text,
.yh-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.yh-header {
  position: sticky;
}

.yh-page-banner {
  min-height: 280px;
}

.yh-contact,
.yh-track {
  max-width: 640px;
}

.yh-contact label,
.yh-track label,
.woocommerce form .form-row label {
  display: block;
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yh-contact input,
.yh-contact textarea,
.yh-track input,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce textarea,
.woocommerce select,
.woocommerce .input-text {
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  border: 1px solid var(--grey);
  padding: 0 12px;
  font: inherit;
}

.yh-contact textarea {
  min-height: 140px;
  padding: 12px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  max-width: var(--max);
  margin: 16px auto;
  padding: 14px 18px;
  background: var(--ivory);
  border: 0;
  border-left: 3px solid var(--wine);
}

.woocommerce-message:has(.restore-item),
body.single-product .woocommerce-message,
body.tax-product_cat .woocommerce-message,
body.woocommerce-shop .woocommerce-message {
  display: none !important;
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px 8px;
  border-bottom: 1px solid var(--grey);
  text-align: left;
}

.variations_form .variations select {
  min-height: 48px;
}

.related .yh-grid,
.related ul.products,
.yh-related .yh-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.related ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.yh-crumbs a:hover {
  color: var(--wine);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce #respond input#submit.alt,
.yireh-vision .single_add_to_cart_button {
  background-color: #0d2238 !important;
  color: #fff !important;
  border-color: #0d2238 !important;
  border-radius: 0 !important;
}

.woocommerce-product-gallery,
.woocommerce-breadcrumb,
.yh-crumbs nav,
.yh-crumbs .woocommerce-breadcrumb {
  display: none;
}

.yh-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  opacity: 0.45;
}

@media (max-width: 860px) {
  .yh-account {
    display: none;
  }
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  background: var(--cream);
}

.yh-page-commerce {
  padding: 28px 0 96px;
}

.yh-commerce-head {
  margin: 0 0 28px;
}

.yh-commerce-head .yh-display {
  font-size: clamp(40px, 6vw, 64px);
}

.yh-commerce-sub {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.yh-bag-layout,
form.woocommerce-checkout.yh-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 360px);
  gap: 28px 48px;
  align-items: start;
  max-width: none;
  width: 100%;
}

.yh-checkout-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 32px;
  margin: 0 0 22px;
}

.yh-quiet {
  flex: 0 1 auto;
  background: transparent;
  padding: 0;
  border: 0;
}

.yh-quiet summary {
  cursor: pointer;
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: var(--muted);
}

.yh-quiet summary span {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.yh-quiet summary::-webkit-details-marker {
  display: none;
}

.yh-quiet[open] summary {
  margin-bottom: 12px;
}

.yh-quiet .woocommerce-form-login,
.yh-quiet .checkout_coupon,
.yh-quiet form.yh-coupon-form {
  display: block !important;
  max-width: 420px;
  padding: 16px 0 8px;
  border: 0;
  margin: 0;
  background: transparent;
}

.yh-coupon-details {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--grey);
}

.yh-coupon-details summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  color: var(--muted);
}

.yh-coupon-details summary::-webkit-details-marker {
  display: none;
}

.yh-coupon-details .yh-summary-coupon {
  margin-top: 12px;
  padding-top: 0;
  border: 0;
}

.yh-bag-main,
.yh-bag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--white);
}

.yh-bag-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 22px 24px;
  border-bottom: 1px solid var(--grey);
}

.yh-bag-item:last-child {
  border-bottom: 0;
}

.yh-bag-thumb {
  width: 104px;
  background: var(--ivory);
}

.yh-bag-thumb img {
  width: 104px;
  height: 138px;
  object-fit: cover;
  object-position: center 18%;
}

.yh-bag-info h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.yh-bag-info .amount,
.yh-bag-info .price {
  display: none;
}

.yh-bag-attrs {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.yh-bag-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.woocommerce a.remove,
.woocommerce-page a.remove,
.woocommerce-cart a.remove,
body.woocommerce-cart a.remove,
.yireh-vision a.remove,
.yireh-vision .yh-bag-qty a.remove,
.yireh-vision a.yh-bag-remove.remove {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted) !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
  overflow: visible !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.woocommerce a.remove::before,
.woocommerce-cart a.remove::before,
.yireh-vision a.remove::before {
  content: none !important;
}

.woocommerce a.remove:hover,
.yireh-vision .yh-bag-qty a.remove:hover,
.yireh-vision a.yh-bag-remove.remove:hover {
  color: var(--wine) !important;
  background: none !important;
}

.yh-bag-qty .quantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--grey);
  background: #fff;
}

.yh-qty-btn {
  width: 36px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.yh-bag-qty .quantity .qty,
.yh-bag-qty .quantity input.qty {
  width: 42px !important;
  min-height: 40px !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: center;
  font: inherit;
  -moz-appearance: textfield;
  appearance: textfield;
}

.yh-bag-qty .quantity input.qty::-webkit-outer-spin-button,
.yh-bag-qty .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.yh-bag-line {
  font-weight: 650;
  white-space: nowrap;
  padding-top: 2px;
}

.yh-bag-aside,
.yh-checkout-aside {
  background: var(--white);
  padding: 28px 26px 22px;
  position: sticky;
  top: 88px;
}

.cart-collaterals,
.yh-summary,
.yh-bag-aside .cart_totals,
.cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  background: transparent;
  padding: 0;
  position: static;
}

.cart_totals h2,
.yh-checkout-aside h2,
#order_review_heading,
.yh-pay-heading {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 650;
}

.yh-pay-heading {
  margin-top: 8px;
}

.yireh-vision .cart_totals table.shop_table,
.yireh-vision .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 0;
  margin: 0;
}

.yireh-vision .cart_totals table.shop_table_responsive tr,
.yireh-vision .woocommerce-checkout-review-order-table tr {
  display: table-row !important;
}

.yireh-vision .cart_totals table.shop_table_responsive th,
.yireh-vision .cart_totals table.shop_table_responsive td,
.yireh-vision .woocommerce-checkout-review-order-table th,
.yireh-vision .woocommerce-checkout-review-order-table td {
  display: table-cell !important;
}

.yireh-vision .cart_totals table.shop_table_responsive td::before,
.yireh-vision .woocommerce-checkout-review-order-table td::before {
  content: none !important;
  display: none !important;
}

.yireh-vision .cart_totals table.shop_table th,
.yireh-vision .cart_totals table.shop_table td,
.yireh-vision .woocommerce-checkout-review-order-table th,
.yireh-vision .woocommerce-checkout-review-order-table td {
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid var(--grey);
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  vertical-align: top;
}

.yireh-vision .cart_totals table.shop_table td,
.yireh-vision .woocommerce-checkout-review-order-table td {
  text-align: right;
}

.yireh-vision .woocommerce-checkout-review-order-table thead {
  display: none;
}

.yireh-vision .woocommerce-checkout-review-order-table tbody th,
.yireh-vision .woocommerce-checkout-review-order-table tbody td {
  text-align: left;
}

.yireh-vision .woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: right;
  white-space: nowrap;
  padding-left: 12px;
}

.yh-review-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
}

.yh-review-thumb {
  flex: 0 0 56px;
  width: 56px;
  background: var(--ivory);
}

.yh-review-thumb img {
  width: 56px;
  height: 74px;
  object-fit: cover;
  object-position: center 18%;
}

.yireh-vision .cart_totals .order-total th,
.yireh-vision .cart_totals .order-total td,
.yireh-vision .woocommerce-checkout-review-order-table .order-total th,
.yireh-vision .woocommerce-checkout-review-order-table .order-total td {
  border-bottom: 0;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-shipping-totals td,
.woocommerce-shipping-methods,
ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  white-space: nowrap;
}

ul#shipping_method li {
  margin: 0;
  padding: 0;
}

ul#shipping_method .amount,
.woocommerce-shipping-totals .amount {
  display: inline !important;
}

body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-calculator,
body.woocommerce-checkout .woocommerce-shipping-destination,
body.woocommerce-checkout .shipping-calculator-button,
.woocommerce-shipping-destination,
.shipping-calculator-form {
  display: none !important;
}

ul#shipping_method input {
  margin-right: 6px;
}

.yireh-vision .woocommerce-shipping-totals th,
.yireh-vision .woocommerce-shipping-totals td {
  white-space: nowrap;
}

.yh-checkout-cta,
.yireh-vision a.yh-checkout-cta.yh-btn {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  margin: 20px 0 0;
  box-sizing: border-box;
}

.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout a.checkout-button,
button[name="update_cart"]:not(.yh-update-bag) {
  display: none !important;
}

.yh-update-bag,
button[name="update_cart"].yh-update-bag {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}

.yh-summary-coupon {
  margin-top: 0;
}

.yh-summary-coupon-row {
  display: flex;
  gap: 8px;
}

.yh-summary-coupon-row .input-text {
  flex: 1;
  min-height: 44px;
  width: auto;
  margin: 0;
}

.yh-summary-coupon-row .button,
.yh-summary-coupon-row .yh-btn-ghost {
  min-height: 44px;
  padding: 0 14px;
  background: transparent !important;
  color: var(--navy) !important;
  border: 1px solid var(--navy) !important;
}

.yh-bag-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.yh-secure-note {
  margin-top: 12px;
  text-align: center;
}

.yh-commerce-continue {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wine);
}

.yh-checkout-main,
.yh-checkout #customer_details {
  background: var(--white);
  padding: 28px 28px 20px;
}

.yh-checkout .col2-set,
.yh-checkout .col-1,
.yh-checkout .col-2,
.yh-checkout .form-row {
  float: none;
  width: 100%;
  max-width: none;
}

.yh-checkout h3,
.yh-checkout #ship-to-different-address {
  margin: 0 0 18px;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 650;
}

.yh-checkout #ship-to-different-address {
  font-size: 15px;
  margin-top: 8px;
}

.yh-checkout .form-row {
  margin: 0 0 14px;
}

.yh-checkout .form-row label {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.yh-checkout .form-row label.checkbox,
.yh-checkout .form-row .woocommerce-form__label-for-checkbox,
.yh-checkout .woocommerce-terms-and-conditions-wrapper label,
.yh-checkout #payment label,
.yh-checkout .woocommerce-account-fields label,
.yh-checkout #ship-to-different-address label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}

.yh-checkout .required {
  color: var(--wine);
  text-decoration: none;
  letter-spacing: 0;
}

.yh-checkout .form-row-first,
.yh-checkout .form-row-last {
  width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
}

.yh-checkout .form-row-first {
  margin-right: 16px;
}

.yh-checkout input.input-text,
.yh-checkout textarea,
.yh-checkout select,
.yh-checkout .select2-container .select2-selection--single {
  min-height: 48px;
  margin-top: 6px;
  border: 1px solid var(--grey) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: var(--white);
  font: inherit;
}

.yh-checkout textarea {
  min-height: 88px;
  padding: 12px;
}

.yh-checkout .select2-container {
  width: 100% !important;
}

.yh-checkout .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
}

.yh-checkout .woocommerce-form__label-for-checkbox input {
  margin-top: 3px;
}

.yireh-vision #place_order,
.woocommerce-checkout #place_order {
  display: flex;
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  background: var(--navy) !important;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.woocommerce-form-login,
.woocommerce-form-coupon,
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper {
  max-width: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout form.checkout + .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-cart .cart-empty.woocommerce-info {
  display: none !important;
}

body.woocommerce-checkout .yh-quiet .woocommerce-info {
  display: block !important;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
}

.woocommerce-checkout-payment,
.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc_payment_method {
  margin: 0 0 8px;
  padding: 14px;
  border: 1px solid var(--grey);
  background: var(--white);
}

.wc_payment_method > label {
  font-weight: 650;
  text-transform: none;
  letter-spacing: 0;
}

.wc_payment_method .payment_box {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.wc_payment_method .payment_box::before {
  display: none !important;
}

.woocommerce-privacy-policy-text {
  margin: 12px 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

body.woocommerce-cart .woocommerce-message a.button {
  display: none !important;
}

.wc_payment_method .payment_box {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.wc_payment_method .payment_box p {
  margin: 0;
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 12px 0;
  font-size: 13px;
  color: var(--muted);
}

.yh-bag-empty {
  background: var(--white);
  padding: 56px 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  background: var(--white);
  padding: 24px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 24px;
}

@media (max-width: 860px) {
  .yh-bag-layout,
  form.woocommerce-checkout.yh-checkout,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .yh-bag-item {
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 18px 16px;
  }

  .yh-bag-thumb,
  .yh-bag-thumb img {
    width: 80px;
    height: 106px;
  }

  .yh-bag-line {
    grid-column: 2;
  }

  .yh-bag-aside,
  .yh-checkout-aside {
    position: static;
  }

  .yh-checkout .form-row-first,
  .yh-checkout .form-row-last {
    width: 100%;
    margin-right: 0;
  }

  .yh-checkout-main,
  .yh-checkout #customer_details {
    padding: 20px 16px;
  }
}

.yh-minicart {
  position: fixed;
  inset: 0;
  z-index: 240;
  pointer-events: none;
  visibility: hidden;
}

.yh-minicart.is-open {
  pointer-events: auto;
  visibility: visible;
}

.yh-minicart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 34, 56, 0.46);
  opacity: 0;
  transition: opacity 220ms ease;
}

.yh-minicart.is-open .yh-minicart-overlay {
  opacity: 1;
}

.yh-minicart-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(100vw, 420px);
  height: 100%;
  background: #fff;
  box-shadow: -16px 0 40px rgba(13, 34, 56, 0.12);
  transform: translateX(100%);
  transition: transform 280ms ease;
}

.yh-minicart.is-open .yh-minicart-panel {
  transform: translateX(0);
}

.yh-minicart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  padding: 0 16px 0 24px;
  border-bottom: 1px solid var(--grey);
}

.yh-minicart-head h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yh-minicart-head h2 span {
  color: var(--muted);
  font-weight: 600;
}

.yh-minicart-refresh {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}

.yh-minicart-body {
  flex: 1;
  overflow: auto;
  padding: 8px 0 16px;
}

.yh-minicart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yh-minicart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--grey);
}

.yh-minicart-thumb {
  background: var(--ivory);
}

.yh-minicart-thumb img {
  width: 88px;
  height: 116px;
  object-fit: cover;
  object-position: center 18%;
}

.yh-minicart-name {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.yh-minicart-eta {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.yh-minicart-price {
  margin: 8px 0 0;
  font-weight: 650;
}

.yh-minicart-qty {
  display: inline-flex;
  align-items: stretch;
  margin-top: 12px;
  border: 1px solid var(--navy);
}

.yh-minicart-qty .yh-qty-btn {
  width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yh-minicart-qty-val {
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 650;
}

.yh-minicart-foot {
  padding: 18px 24px 24px;
  border-top: 1px solid var(--grey);
  background: #fff;
}

.yh-minicart-sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 650;
}

.yh-minicart-view,
.yh-minicart-checkout,
.yh-minicart-empty .yh-btn {
  display: flex !important;
  width: 100%;
  margin-top: 10px;
}

.yh-minicart-empty {
  padding: 48px 24px;
  text-align: center;
}

.yh-minicart-empty p {
  margin: 0 0 18px;
  color: var(--muted);
}

body.yh-minicart-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .yh-minicart-panel {
    width: min(100vw, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Journal */
.yh-journal {
  padding: 0 0 0;
}

.yh-journal-hero {
  min-height: 360px;
}

.yh-journal-hero .yh-display {
  color: #fff;
}

.yh-journal-body {
  padding: 36px 0 80px;
}

.yh-journal-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.yh-journal-filter select,
.yh-journal-search input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--grey);
  background: #fff;
  font: inherit;
  color: var(--navy);
}

.yh-journal-filter select {
  min-width: 220px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2371323b' stroke-width='2' viewBox='0 0 24 24'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.yh-journal-search {
  display: flex;
  align-items: stretch;
  min-width: min(100%, 280px);
}

.yh-journal-search input {
  flex: 1;
  border-right: 0;
}

.yh-journal-search button {
  width: 48px;
  border: 1px solid var(--grey);
  background: #fff;
  color: var(--wine);
  cursor: pointer;
}

.yh-journal-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--grey);
  margin-bottom: 40px;
  overflow: hidden;
  min-height: 0;
}

.yh-journal-feature .yh-journal-card-media {
  min-height: 0;
  height: 260px;
}

.yh-journal-feature .yh-journal-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px;
  gap: 12px;
}

.yh-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}

.yh-journal-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--grey);
  min-height: 100%;
}

.yh-journal-card-media {
  display: block;
  overflow: hidden;
  background: var(--ivory);
}

.yh-journal-card-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 18%;
}

.yh-journal-feature .yh-journal-card-media img {
  aspect-ratio: unset;
  width: 100%;
  height: 260px;
  min-height: 0;
  object-fit: cover;
  object-position: center 18%;
}

.yh-journal-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 22px;
  flex: 1;
}

.yh-journal-tag {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wine);
}

.yh-journal-card-body h2,
.yh-journal-feature h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.yh-journal-excerpt {
  margin: 0;
  color: var(--muted);
}

.yh-journal-more {
  margin-top: auto;
  align-self: flex-end;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wine);
}

.yh-journal .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}

.yh-journal .page-numbers {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.yh-journal .page-numbers.current {
  color: var(--navy);
  font-weight: 700;
}

.yh-journal .next.page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  color: var(--wine);
}

.yh-article-hero {
  position: relative;
  height: 240px;
  max-height: 28vh;
  min-height: 180px;
  overflow: hidden;
}

.yh-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.yh-article-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(13, 34, 56, 0.45) 55%, rgba(113, 50, 59, 0.78));
}

.yh-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) 56px;
  justify-content: space-between;
  column-gap: 72px;
  padding: 48px 0 64px;
  align-items: start;
}

.yh-article-kicker {
  margin-bottom: 12px;
}

.yh-article-title {
  margin: 0 0 28px;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: var(--navy);
}

.yh-article-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 32px;
  padding: 0;
  background: transparent;
}

.yh-article-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  background: var(--cream);
  border-radius: 10px;
  color: var(--muted);
  font-size: 14px;
}

.yh-article-body {
  max-width: none;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.yh-article-body p {
  margin: 0 0 1.15em;
  color: var(--muted);
}

.yh-article-body h2 {
  margin: 40px 0 16px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.yh-article-body h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
}

.yh-article-body ul,
.yh-article-body ol {
  color: var(--muted);
  padding-left: 1.2em;
  margin: 0 0 1.2em;
}

.yh-article-body li + li {
  margin-top: 6px;
}

.yh-article-body a {
  color: var(--wine);
  text-decoration: none;
  font-weight: 650;
}

.yh-article-body a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.yh-article-back {
  margin: 48px 0 0;
}

.yh-share {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.yh-share-top {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  text-align: center;
  white-space: nowrap;
}

.yh-share-line {
  width: 2px;
  height: 52px;
  background: linear-gradient(180deg, var(--wine), var(--grey));
}

.yh-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.yh-share-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid var(--wine);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  padding: 0;
}

.yh-share-btn svg {
  width: 18px;
  height: 18px;
}

.yh-share-btn.is-copied {
  border-color: var(--navy);
  color: var(--wine);
}

.yh-share-inline {
  display: none;
  flex-direction: row;
  position: static;
  justify-content: flex-start;
  margin: 0 0 28px;
}

.yh-article-cta {
  background: linear-gradient(90deg, var(--navy) 0%, #4a2430 48%, var(--wine) 100%);
  color: #fff;
  overflow: hidden;
}

.yh-article-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 300px;
  gap: 0;
  padding: 0;
}

.yh-article-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 40px 56px 0;
  max-width: 560px;
}

.yh-article-cta-copy .yh-display,
.yh-article-cta-copy p {
  color: #fff;
}

.yh-article-cta-copy p {
  margin: 12px 0 22px;
}

.yh-article-cta-media {
  min-height: 280px;
}

.yh-article-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.yh-related-journal {
  padding: 72px 0 88px;
}

.yh-related-heading {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--navy);
}

@media (max-width: 900px) {
  .yh-journal-feature {
    grid-template-columns: 1fr;
  }

  .yh-journal-feature .yh-journal-card-media,
  .yh-journal-feature .yh-journal-card-media img {
    height: 220px;
  }

  .yh-journal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .yh-article-shell {
    grid-template-columns: 1fr;
  }

  aside.yh-share {
    display: none;
  }

  .yh-share-inline {
    display: flex;
  }

  .yh-article-cta-inner {
    grid-template-columns: 1fr;
  }

  .yh-article-cta-copy {
    padding: 40px 0;
  }

  .yh-article-cta-media {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .yh-journal-grid {
    grid-template-columns: 1fr;
  }

  .yh-journal-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .yh-journal-filter select,
  .yh-journal-search {
    width: 100%;
  }
}
