@font-face {
  font-family: "OS Display";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OS Sans";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --os-ink: #20342b;
  --os-ink-deep: #14231d;
  --os-cream: #f4efe4;
  --os-paper: #fbf8f1;
  --os-sand: #e5d8c4;
  --os-clay: #b94f32;
  --os-clay-dark: #8f3724;
  --os-gold: #d5a34c;
  --os-sage: #a8ad91;
  --os-line: rgba(32, 52, 43, 0.18);
  --os-line-light: rgba(255, 255, 255, 0.22);
  --os-shadow: 0 22px 60px rgba(37, 34, 24, 0.12);
  --os-display: "OS Display", Georgia, serif;
  --os-sans: "OS Sans", Arial, sans-serif;
  --os-shell: min(1320px, calc(100vw - 64px));
  --os-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-behavior: smooth; }
body.orientspice-v2 {
  margin: 0;
  color: var(--os-ink);
  background: var(--os-paper);
  font-family: var(--os-sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  accent-color: var(--os-clay);
}

body.orientspice-v2 *, body.orientspice-v2 *::before, body.orientspice-v2 *::after { box-sizing: border-box; }
body.orientspice-v2 img { max-width: 100%; height: auto; }
body.orientspice-v2 button, body.orientspice-v2 input, body.orientspice-v2 select, body.orientspice-v2 textarea { font: inherit; }
body.orientspice-v2 a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
body.orientspice-v2 :focus-visible { outline: 3px solid var(--os-gold); outline-offset: 4px; }
body.orientspice-v2 ::selection { color: var(--os-paper); background: var(--os-clay); }
body.orientspice-v2 h1, body.orientspice-v2 h2, body.orientspice-v2 h3 { text-wrap: balance; }
body.os-lock { overflow: hidden; }

.os-shell { width: var(--os-shell); margin-inline: auto; }
.os-skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 10000; transform: translateY(-160%);
  padding: 12px 18px; color: #fff; background: var(--os-ink-deep); border-radius: 4px;
}
.os-skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

.os-announcement { color: #fff; background: var(--os-ink-deep); font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.os-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.os-announcement__inner span:nth-child(2) { color: var(--os-gold); font-size: 7px; }
.os-header { position: relative; z-index: 80; background: rgba(251,248,241,.96); border-bottom: 1px solid var(--os-line); }
.os-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(20,35,29,.07); }
.os-header__inner { min-height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.os-brand { display: inline-flex; align-items: center; width: max-content; text-decoration: none; }
.os-brand__visual { display: grid; width: clamp(178px,15vw,220px); height: 74px; place-items: center; }
.os-brand__visual:empty::before { content: "OS"; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 500 12px/1 var(--os-display); }
.os-brand__mark { display: block; width: 100%; height: 100%; object-fit: contain; }
.os-brand__fallback { display: grid; line-height: 1; }
.os-brand__fallback strong { font: 600 22px/1 var(--os-display); letter-spacing: -.03em; }
.os-brand__fallback small { margin-top: 6px; font-size: 8px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.os-nav { justify-self: start; display: flex; align-items: center; gap: clamp(22px,3vw,48px); }
.os-nav a { position: relative; padding-block: 12px; font-size: 14px; font-weight: 650; text-decoration: none; }
.os-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--os-clay); transition: right .35s var(--os-ease); }
.os-nav a:hover::after, .os-nav a:focus-visible::after { right: 0; }
.os-header__actions { justify-self: end; display: flex; align-items: center; gap: 5px; }
.os-header__inner--checkout { grid-template-columns: 1fr auto; }
.os-checkout-header-note { justify-self: end; display: flex; align-items: center; gap: 11px; }
.os-checkout-header-note > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--os-ink-deep); background: var(--os-gold); border-radius: 50%; }
.os-checkout-header-note svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.os-checkout-header-note div { display: grid; }
.os-checkout-header-note strong { font-size: 12px; line-height: 1.2; }
.os-checkout-header-note small { margin-top: 2px; color: rgba(32,52,43,.62); font-size: 10px; }
.os-icon-button { position: relative; display: inline-grid; width: 46px; height: 46px; place-items: center; padding: 0; color: inherit; background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.os-icon-button:hover { background: rgba(32,52,43,.07); }
.os-icon-button svg, .os-button svg, .os-text-link svg, .os-loop-link svg, .os-circle-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.os-cart-link { text-decoration: none; }
.os-cart-count { position: absolute; top: 2px; right: 0; display: grid; min-width: 19px; height: 19px; padding-inline: 4px; place-items: center; color: #fff; background: var(--os-clay); border: 2px solid var(--os-paper); border-radius: 999px; font-size: 10px; font-weight: 700; line-height: 1; }
.os-header__menu { display: none; justify-self: start; }

.os-drawer[hidden] { display: none; }
.os-drawer { position: fixed; inset: 0; z-index: 1000; }
.os-drawer__backdrop { position: absolute; inset: 0; background: rgba(20,35,29,.55); }
.os-drawer__panel { position: absolute; inset: 0 auto 0 0; width: min(430px, 92vw); padding: 20px 28px 32px; color: var(--os-cream); background: var(--os-ink-deep); box-shadow: var(--os-shadow); transform: translateX(-100%); transition: transform .45s var(--os-ease); }
.os-drawer.is-open .os-drawer__panel { transform: translateX(0); }
.os-drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 58px; }
.os-drawer__title { font: 500 26px/1 var(--os-display); }
.os-drawer__panel .os-icon-button { color: #fff; }
.os-drawer__panel > a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--os-line-light); font: 400 24px/1.2 var(--os-display); text-decoration: none; }
.os-drawer__panel > a span { font: 600 11px/1 var(--os-sans); letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.os-drawer__panel > p { position: absolute; left: 28px; right: 28px; bottom: 24px; color: rgba(255,255,255,.62); font-size: 14px; }

/* Cart drawer */
.os-cart-drawer[hidden] { display: none; }
.os-cart-drawer { position: fixed; inset: 0; z-index: 1100; }
.os-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(10,20,16,.62);
  border: 0;
  opacity: 0;
  cursor: default;
  transition: opacity .4s ease;
}
.os-cart-drawer__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(470px,100%);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  color: var(--os-ink);
  background: var(--os-paper);
  box-shadow: -24px 0 70px rgba(8,18,14,.25);
  transform: translateX(100%);
  transition: transform .42s var(--os-ease);
  overflow: hidden;
}
.os-cart-drawer.is-open .os-cart-drawer__backdrop { opacity: 1; }
.os-cart-drawer.is-open .os-cart-drawer__panel { transform: translateX(0); }
.os-cart-drawer__top {
  min-height: 112px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 30px;
  border-bottom: 1px solid var(--os-line);
}
.os-cart-drawer__top small { color: var(--os-clay-dark); font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.os-cart-drawer__top h2 { margin: 4px 0 0; font: 470 35px/1 var(--os-display); letter-spacing: -.045em; }
.os-cart-drawer__feedback {
  position: absolute;
  z-index: 8;
  top: 91px;
  left: 30px;
  right: 30px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 15px;
  color: var(--os-cream);
  background: var(--os-ink-deep);
  box-shadow: 0 14px 38px rgba(20,35,29,.2);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .24s ease, transform .34s var(--os-ease);
}
.os-cart-drawer__feedback[hidden] { display: none; }
.os-cart-drawer__feedback.is-visible { opacity: 1; transform: translateY(0); }
.os-cart-drawer__feedback.is-error { background: var(--os-clay-dark); }
.os-cart-drawer__feedback > span { display: grid; width: 32px; height: 32px; place-items: center; color: var(--os-ink-deep); background: var(--os-gold); border-radius: 50%; }
.os-cart-drawer__feedback svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.os-cart-drawer__feedback p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.25; }
.os-cart-drawer__inner { min-height: 0; display: flex; flex: 1; flex-direction: column; overflow-y: auto; }
.os-cart-drawer__empty { min-height: 100%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 48px 30px; }
.os-cart-drawer__empty > span { display: grid; width: 68px; height: 68px; place-items: center; color: var(--os-clay); border: 1px solid var(--os-line); border-radius: 50%; }
.os-cart-drawer__empty svg { width: 31px; height: 31px; fill: none; stroke: currentColor; }
.os-cart-drawer__empty h3 { max-width: 330px; margin: 28px 0 12px; font: 450 36px/1.05 var(--os-display); letter-spacing: -.045em; }
.os-cart-drawer__empty p { max-width: 330px; margin: 0 0 28px; color: rgba(32,52,43,.65); font-size: 15px; }
.os-mini-cart { margin: 0; padding: 8px 30px 0; list-style: none; }
.os-mini-cart li {
  display: grid;
  grid-template-columns: 84px minmax(0,1fr) auto;
  gap: 17px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--os-line);
  transition: opacity .22s ease, transform .3s var(--os-ease), background .3s ease;
}
.os-mini-cart li.is-updating { opacity: .58; pointer-events: none; }
.os-mini-cart li.is-removing { opacity: 0; transform: translateX(18px); }
.os-mini-cart li.is-updated { animation: os-cart-item-updated .5s var(--os-ease); }
.os-mini-cart__image { display: grid; width: 84px; height: 96px; place-items: center; padding: 8px; background: var(--os-cream); text-decoration: none; }
.os-mini-cart__image img { width: 100%; height: 100%; object-fit: contain; }
.os-mini-cart li > div { min-width: 0; display: grid; align-content: center; justify-items: start; }
.os-mini-cart__name { overflow: hidden; font: 500 18px/1.15 var(--os-display); text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.os-mini-cart li small { margin-top: 7px; color: rgba(32,52,43,.62); font-size: 12px; }
.os-mini-cart__quantity { display: grid; grid-template-columns: 44px 32px 44px; align-items: center; margin-top: 9px; border: 1px solid var(--os-line); }
.os-mini-cart__quantity button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--os-ink); background: transparent; border: 0; cursor: pointer; font-size: 18px; line-height: 1; }
.os-mini-cart__quantity button:hover { background: rgba(32,52,43,.07); }
.os-mini-cart__quantity span { margin: 0; color: var(--os-ink); font-size: 12px; font-weight: 750; text-align: center; }
.os-mini-cart__remove { min-height: 44px; display: inline-flex; align-items: center; margin-top: 2px; color: rgba(32,52,43,.62); font-size: 11px; }
.os-mini-cart li > strong { align-self: start; padding-top: 4px; font-size: 13px; white-space: nowrap; }
.os-cart-drawer.is-mutating .os-mini-cart__quantity button,
.os-cart-drawer.is-mutating .os-mini-cart__remove { cursor: wait; }
.os-mini-cart__suggestion {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 18px 30px 0;
  padding: 19px;
  color: var(--os-cream);
  background: var(--os-clay-dark);
  border-radius: 14px;
  transition: opacity .22s ease, transform .3s var(--os-ease);
}
.os-mini-cart__suggestion.is-adding { opacity: .7; transform: scale(.985); }
.os-mini-cart__suggestion div { min-width: 0; display: grid; }
.os-mini-cart__suggestion small { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.os-mini-cart__suggestion strong { margin-top: 5px; font: 500 18px/1.1 var(--os-display); }
.os-mini-cart__suggestion span { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 11px; }
.os-mini-cart__suggestion > a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding-block: 7px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.os-mini-cart__suggestion > a[aria-disabled="true"] { cursor: wait; }
.os-mini-cart__suggestion > a[aria-disabled="true"] svg { animation: os-cart-arrow-wait .8s ease-in-out infinite alternate; }
.os-mini-cart__suggestion svg { width: 17px; fill: none; stroke: currentColor; }
.os-mini-cart__summary { display: grid; gap: 12px; margin-top: auto; padding: 28px 30px 30px; }
.os-mini-cart__summary > p:not(.os-mini-cart__bundle) { display: flex; align-items: center; justify-content: space-between; margin: 0 0 4px; }
.os-mini-cart__summary > p:not(.os-mini-cart__bundle) span { color: rgba(32,52,43,.68); font-size: 13px; }
.os-mini-cart__summary > p:not(.os-mini-cart__bundle) strong { font: 550 21px/1 var(--os-display); }
.os-mini-cart__shipping { display: grid; gap: 9px; margin-bottom: 6px; }
.os-mini-cart__shipping p { margin: 0; color: rgba(32,52,43,.68); font-size: 12px; }
.os-mini-cart__shipping p strong { color: var(--os-ink); font-weight: 750; }
.os-mini-cart__shipping-track { height: 5px; overflow: hidden; background: var(--os-sand); border-radius: 999px; }
.os-mini-cart__shipping-track span { display: block; width: var(--os-shipping-progress); height: 100%; background: var(--os-clay); border-radius: inherit; transition: width .5s var(--os-ease); }
.os-mini-cart__shipping-note { margin: 0; color: rgba(32,52,43,.65); font-size: 12px; }
.os-mini-cart__bundle {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 2px 10px;
  align-items: center;
  margin: 2px 0 6px;
  padding: 12px;
  color: var(--os-cream);
  background: var(--os-clay-dark);
  border-radius: 10px;
}
.os-mini-cart__bundle > span { grid-row: 1 / span 2; display: grid; width: 30px; height: 30px; place-items: center; color: var(--os-ink-deep); background: var(--os-gold); border-radius: 50%; }
.os-mini-cart__bundle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.os-mini-cart__bundle strong { font: 650 13px/1.15 var(--os-sans); }
.os-mini-cart__bundle small { color: rgba(255,255,255,.67); font-size: 9px; line-height: 1.3; }
.os-mini-cart__summary .os-button { width: 100%; }
.os-mini-cart__summary .os-text-link { justify-self: center; font-size: 12px; }

@keyframes os-cart-item-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes os-cart-count-bump {
  0% { transform: scale(1); }
  45% { transform: scale(1.32); }
  100% { transform: scale(1); }
}
@keyframes os-cart-arrow-wait {
  from { transform: translateX(-2px); opacity: .45; }
  to { transform: translateX(2px); opacity: 1; }
}
@keyframes os-cart-item-updated {
  0% { background: rgba(213,163,76,.18); }
  100% { background: transparent; }
}
.os-mini-cart li.is-new { animation: os-cart-item-enter .52s var(--os-ease) both; }
.os-cart-count.is-bumping { animation: os-cart-count-bump .46s var(--os-ease); }

.os-search { width: 100%; max-width: none; height: auto; margin: 0; padding: 0; color: var(--os-ink); background: var(--os-paper); border: 0; box-shadow: 0 28px 70px rgba(20,35,29,.22); }
.os-search::backdrop { background: rgba(20,35,29,.55); }
.os-search__panel { width: var(--os-shell); margin: auto; padding: 42px 0 54px; }
.os-search__top { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.os-search h2 { max-width: 720px; margin: 0 0 34px; font: 400 clamp(34px,5vw,66px)/1 var(--os-display); letter-spacing: -.045em; }
.os-search label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.os-search__field { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; border-bottom: 2px solid var(--os-ink); }
.os-search__field > svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.os-search__field input { min-width: 0; height: 62px; padding: 0 12px; font-size: 20px; background: transparent; border: 0; outline: 0; }
.os-search__field button { min-height: 48px; padding: 0 24px; color: #fff; background: var(--os-ink); border: 0; cursor: pointer; }
.os-search__hint { margin: 20px 0 0; color: rgba(32,52,43,.7); font-size: 14px; }

.os-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--os-clay-dark); font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.os-eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.os-eyebrow span { color: #586a61; }
.os-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid currentColor; border-radius: 0; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s var(--os-ease); }
.os-button:hover { transform: translateY(-2px); }
body.orientspice-v2 a.os-button--primary, body.orientspice-v2 button.os-button--primary { color: #fff; background: var(--os-ink); border-color: var(--os-ink); }
body.orientspice-v2 a.os-button--primary:hover, body.orientspice-v2 button.os-button--primary:hover { color: #fff; background: var(--os-clay-dark); border-color: var(--os-clay-dark); }
body.orientspice-v2 a.os-button--light,
body.orientspice-v2 button.os-button--light { color: var(--os-ink-deep); background: var(--os-cream); border-color: var(--os-cream); }
body.orientspice-v2 a.os-button--light:hover,
body.orientspice-v2 button.os-button--light:hover { color: #fff; background: var(--os-clay-dark); border-color: var(--os-clay-dark); }
.os-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14px; font-weight: 700; text-underline-offset: 6px; }
.os-text-link--arrow { text-decoration: none; border-bottom: 1px solid currentColor; }
.os-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; }

#brx-content { min-height: 60vh; }
body.home #brx-content.wordpress,
body.post-type-archive-product #brx-content.wordpress,
body.tax-product_cat #brx-content.wordpress,
body.single-product #brx-content.wordpress,
body.woocommerce-cart #brx-content.wordpress,
body.woocommerce-checkout #brx-content.wordpress,
body.woocommerce-account #brx-content.wordpress {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.os-front-article { margin: 0!important; padding: 0!important; }
.os-front-article > *:not(.os-home) { display: none!important; }
.os-home { overflow: clip; }
.os-home h2 em { color: var(--os-clay); font-weight: 390; }

/* Editorial hero */
.os-hero { padding: 20px 0 0; background: var(--os-paper); }
.os-hero__stage {
  position: relative;
  min-height: min(720px,calc(100vh - 150px));
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
  align-items: center;
  overflow: hidden;
  color: var(--os-cream);
  background:
    radial-gradient(circle at 83% 19%, rgba(213,163,76,.16), transparent 23%),
    radial-gradient(circle at 60% 105%, rgba(185,79,50,.23), transparent 35%),
    var(--os-ink-deep);
  border-radius: 26px;
}
.os-hero__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.os-hero__copy { position: relative; z-index: 5; padding: clamp(48px,6vw,88px) 0 clamp(48px,6vw,88px) clamp(36px,5.5vw,78px); }
.os-hero .os-eyebrow { color: var(--os-gold); }
.os-hero .os-eyebrow::before { width: 26px; }
.os-hero h1 {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--os-cream);
  font: 410 clamp(55px,5.5vw,84px)/.96 var(--os-display);
  letter-spacing: -.062em;
}
.os-hero h1 em { color: #e6b65f; font-weight: 390; }
.os-hero__copy > p:not(.os-eyebrow) { max-width: 520px; margin: 0 0 34px; color: rgba(255,255,255,.74); font-size: clamp(17px,1.45vw,20px); }
.os-text-link--light { color: rgba(255,255,255,.88); }
.os-text-link--light:hover { color: #fff; }
.os-hero__visual { position: relative; z-index: 2; min-height: 650px; align-self: stretch; }
.os-hero__arch {
  position: absolute;
  inset: 6% 8% -17% 10%;
  background: linear-gradient(150deg,#d7bc80,#b66843 72%);
  border-radius: 48% 48% 5px 5px;
  transform: rotate(2deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}
.os-hero__orbit {
  position: absolute;
  left: 19%;
  top: 16%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(20,35,29,.25);
  border-radius: 50%;
}
.os-hero__spice {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1.8;
  filter: blur(.2px);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.os-hero__spice--one { right: 1%; bottom: 8%; width: 31%; background: #9d3f25; box-shadow: inset 0 0 35px rgba(67,19,8,.26); }
.os-hero__spice--two { left: 1%; bottom: 3%; width: 24%; background: #c59646; box-shadow: inset 0 0 35px rgba(78,49,9,.22); }
.os-hero-product { position: absolute; z-index: 3; display: block; filter: drop-shadow(0 30px 28px rgba(8,16,13,.35)); transition: transform .6s var(--os-ease); }
.os-hero-product:hover { transform: translateY(-10px) rotate(1deg); }
.os-hero-product img { display: block; width: 100%; max-height: 475px; object-fit: contain; }
.os-hero-product--1 { left: 27%; bottom: 3%; width: 43%; transform: rotate(-2deg); }
.os-hero-product--2 { right: -1%; bottom: 7%; width: 35%; transform: rotate(7deg); }
.os-hero-product--3 { left: 2%; bottom: 4%; width: 31%; transform: rotate(-9deg); }
.os-hero__arabic { position: absolute; z-index: 4; top: 9%; right: 7%; color: rgba(255,255,255,.78); font: 400 22px/1 var(--os-display); writing-mode: vertical-rl; }
.os-hero__caption { position: absolute; z-index: 4; right: 7%; bottom: 5%; display: grid; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.55); text-transform: uppercase; }
.os-hero__caption small { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .14em; }
.os-hero__caption strong { margin-top: 3px; font-size: 12px; letter-spacing: .11em; }
.os-hero__proof { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--os-line); }
.os-hero__proof p { position: relative; display: grid; grid-template-columns: 30px 1fr; margin: 0; padding: 25px 30px; border-right: 1px solid var(--os-line); }
.os-hero__proof p:last-child { border-right: 0; }
.os-hero__proof span { grid-row: 1 / span 2; color: var(--os-clay); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.os-hero__proof strong { font: 510 17px/1.2 var(--os-display); }
.os-hero__proof small { margin-top: 3px; color: rgba(32,52,43,.64); font-size: 11px; }

/* Shared editorial headings */
.os-origin h2, .os-section-head h2, .os-craft h2, .os-closing h2 { margin: 0; font: 410 clamp(45px,5.2vw,76px)/1.02 var(--os-display); letter-spacing: -.057em; }
.os-lead { margin: 0 0 20px; color: var(--os-ink); font: 470 clamp(23px,2.2vw,30px)/1.25 var(--os-display); }
.os-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.os-section-head > p { max-width: 380px; margin: 0 0 6px; color: rgba(255,255,255,.66); }
.os-section-head__aside { max-width: 370px; }
.os-section-head__aside p { margin: 0 0 14px; color: rgba(32,52,43,.68); }

/* Commerce first */
.os-bestsellers { padding: clamp(80px,8vw,118px) 0; background: var(--os-cream); }
.os-bestsellers .os-section-head { color: var(--os-ink); }
.os-section-head--inline { align-items: end; }
.os-product-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.os-product-card { min-width: 0; display: flex; flex-direction: column; }
.os-product-card__image {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.58);
  border-radius: 18px;
  text-decoration: none;
}
.os-product-card:nth-child(even) .os-product-card__image { background: #e8dfd0; }
.os-product-card__image::after { content: ""; position: absolute; width: 62%; aspect-ratio: 1; border: 1px solid rgba(32,52,43,.13); border-radius: 50%; transition: transform .55s var(--os-ease); }
.os-product-card__image:hover::after { transform: scale(1.12); }
.os-product-card__image img { position: relative; z-index: 2; width: 86%; height: 270px; object-fit: contain; filter: drop-shadow(0 18px 16px rgba(50,42,28,.17)); transition: transform .55s var(--os-ease); }
.os-product-card__image:hover img { transform: translateY(-7px) rotate(1.5deg); }
.os-product-card__badge { position: absolute; z-index: 4; left: 14px; top: 14px; padding: 7px 10px; color: #fff; background: var(--os-clay-dark); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.os-product-card__body { display: flex; flex: 1; flex-direction: column; padding-top: 18px; }
.os-product-card__body > p:first-child { margin: 0 0 5px; color: var(--os-clay-dark); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.os-product-card h3 { margin: 0 0 6px; font: 480 22px/1.15 var(--os-display); }
.os-product-card h3 a { text-decoration: none; }
.os-product-card__flavour { margin: 0 0 8px; color: rgba(32,52,43,.64); font-size: 13px; }
.os-product-card__rating { margin: 0 0 8px; color: rgba(32,52,43,.67); font-size: 11px; }
.os-product-card__rating span { color: var(--os-gold); letter-spacing: .02em; }
.os-product-card__pricing { display: grid; justify-items: start; gap: 1px; margin-top: auto; padding: 10px 0 12px; }
.os-product-card__pricing > span { font-size: 16px; font-weight: 750; }
.os-product-card__pricing sup { margin-left: 1px; color: var(--os-clay-dark); font-size: 9px; }
.os-product-card__unit { color: rgba(32,52,43,.56); font-size: 9px; font-weight: 550; line-height: 1.35; }
.os-product-card__actions { display: grid; grid-template-columns: auto 1fr; border-top: 1px solid var(--os-line); }
.os-product-card__actions a { min-height: 48px; display: flex; align-items: center; text-decoration: none; }
.os-product-card__view { padding-right: 14px; font-size: 12px; font-weight: 700; text-decoration: underline!important; text-underline-offset: 5px; }
.os-quick-add { justify-content: flex-end; gap: 9px; font-size: 12px; font-weight: 780; }
.os-quick-add:hover { color: var(--os-clay-dark); }
.os-quick-add svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.os-price-note { margin: 18px 0 0; color: rgba(32,52,43,.56); font-size: 10px; line-height: 1.4; }

/* Provenance */
.os-origin { padding: clamp(90px,9vw,130px) 0; background: var(--os-paper); }
.os-origin__grid { display: grid; grid-template-columns: minmax(420px,.95fr) 1fr; gap: clamp(55px,8vw,120px); align-items: center; }
.os-origin__art { position: relative; min-height: 610px; overflow: hidden; color: var(--os-cream); background: #a7442d; border-radius: 24px; }
.os-origin__sun { position: absolute; width: 68%; aspect-ratio: 1; left: -13%; top: -16%; background: #d8ba78; border-radius: 50%; }
.os-origin__sun::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(32,52,43,.2); border-radius: inherit; }
.os-origin__field { position: absolute; inset: 43% -8% -22% 18%; border: 1px solid rgba(255,255,255,.38); border-radius: 50% 50% 0 0; transform: rotate(-7deg); }
.os-origin__field::before, .os-origin__field::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; }
.os-origin__field::before { inset: 9%; }
.os-origin__field::after { inset: 20%; }
.os-origin__sprig { position: absolute; z-index: 2; top: 18%; right: 15%; color: var(--os-cream); transform: rotate(-19deg); }
.os-origin__sprig svg { width: 190px; height: 190px; fill: none; stroke: currentColor; stroke-width: .65; }
.os-origin__word { position: absolute; z-index: 3; left: 7%; bottom: 17%; font: 390 clamp(62px,7vw,105px)/.9 var(--os-display); letter-spacing: -.07em; transform: rotate(-6deg); }
.os-origin__coords { position: absolute; z-index: 3; left: 8%; bottom: 7%; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.os-origin__content { padding-block: 20px; }
.os-origin__body { max-width: 600px; margin-top: 34px; }
.os-origin__body > p:not(.os-lead) { margin: 0 0 28px; color: rgba(32,52,43,.7); }
.os-origin__facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 45px 0 0; border-block: 1px solid var(--os-line); }
.os-origin__facts div { min-width: 0; padding: 18px 12px 18px 0; }
.os-origin__facts dt { color: var(--os-clay-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.os-origin__facts dd { margin: 5px 0 0; font: 500 16px/1.2 var(--os-display); }

/* Find by taste */
.os-discovery { padding: clamp(90px,9vw,130px) 0; color: var(--os-cream); background: var(--os-ink-deep); }
.os-discovery .os-eyebrow { color: var(--os-gold); }
.os-discovery .os-eyebrow span { color: rgba(255,255,255,.76); }
.os-taste-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--os-line-light); border-left: 1px solid var(--os-line-light); }
.os-taste-card { position: relative; min-height: 270px; display: grid; grid-template-columns: 1fr auto; align-content: start; gap: 10px 25px; padding: 30px; overflow: hidden; border-right: 1px solid var(--os-line-light); border-bottom: 1px solid var(--os-line-light); text-decoration: none; }
.os-taste-card::before { content: ""; position: absolute; right: -10%; bottom: -65%; width: 58%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .13; transition: transform .55s var(--os-ease), background .55s ease; }
.os-taste-card:hover::before { transform: scale(1.2); background: rgba(255,255,255,.05); }
.os-taste-card__number { grid-column: 1 / -1; color: var(--os-gold); font-size: 10px; font-weight: 750; letter-spacing: .13em; }
.os-taste-card h3 { margin: 20px 0 8px; font: 430 clamp(31px,3vw,43px)/1.03 var(--os-display); }
.os-taste-card p { grid-column: 1; max-width: 330px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.os-taste-card__link { grid-column: 2; grid-row: 2 / span 2; align-self: end; display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 750; }
.os-taste-card__link svg { width: 19px; fill: none; stroke: currentColor; }

/* Curated starter set */
.os-bundle { padding: 20px 0 clamp(90px,9vw,130px); background: var(--os-ink-deep); }
.os-bundle__stage {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(340px,.82fr) minmax(520px,1.18fr);
  align-items: stretch;
  overflow: hidden;
  color: var(--os-cream);
  background:
    radial-gradient(circle at 83% 23%,rgba(213,163,76,.2),transparent 24%),
    var(--os-clay-dark);
  border-radius: 26px;
}
.os-bundle__stage::before {
  content: "";
  position: absolute;
  right: -13%;
  bottom: -60%;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}
.os-bundle__copy { position: relative; z-index: 3; align-self: center; padding: clamp(48px,6vw,84px); }
.os-bundle .os-eyebrow { color: var(--os-gold); }
.os-bundle .os-eyebrow span { color: rgba(255,255,255,.72); }
.os-bundle h2 { margin: 0; font: 410 clamp(48px,5vw,72px)/.99 var(--os-display); letter-spacing: -.057em; }
.os-bundle h2 em { color: #efbd66; font-weight: 390; }
.os-bundle__copy > p { max-width: 460px; margin: 26px 0 30px; color: rgba(255,255,255,.72); font-size: 17px; }
.os-bundle__buy { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; }
.os-bundle__buy > strong { font: 550 27px/1 var(--os-display); }
.os-bundle__buy sup { color: var(--os-gold); font-size: 11px; }
.os-bundle__copy > small { display: block; margin-top: 15px; color: rgba(255,255,255,.55); font-size: 9px; }
.os-bundle__products { position: relative; min-height: 610px; }
.os-bundle-product { position: absolute; z-index: 2; display: grid; justify-items: center; color: var(--os-cream); text-decoration: none; filter: drop-shadow(0 28px 27px rgba(54,14,7,.3)); transition: transform .55s var(--os-ease); }
.os-bundle-product:hover { z-index: 4; transform: translateY(-10px) rotate(0); }
.os-bundle-product img { display: block; width: 100%; height: 390px; object-fit: contain; }
.os-bundle-product span { max-width: 170px; margin-top: -15px; overflow: hidden; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.os-bundle-product--1 { left: 1%; bottom: 5%; width: 36%; transform: rotate(-8deg); }
.os-bundle-product--2 { left: 31%; bottom: 10%; width: 40%; transform: rotate(-1deg); }
.os-bundle-product--3 { right: -1%; bottom: 4%; width: 36%; transform: rotate(8deg); }
.os-bundle__seal {
  position: absolute;
  z-index: 5;
  right: 7%;
  top: 9%;
  width: 92px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--os-ink-deep);
  background: var(--os-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(213,163,76,.16);
  font: 650 17px/1.15 var(--os-display);
  text-align: center;
}

/* Craft */
.os-craft { padding: clamp(90px,9vw,130px) 0; background: var(--os-paper); }
.os-craft__grid { display: grid; grid-template-columns: minmax(360px,.8fr) 1.2fr; gap: clamp(55px,9vw,140px); align-items: start; }
.os-craft__copy { position: sticky; top: 130px; }
.os-craft__copy > .os-lead { margin-top: 30px; }
.os-craft__intro { max-width: 450px; margin: 0; color: rgba(32,52,43,.68); }
.os-craft__process { position: relative; }
.os-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--os-line); }
.os-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--os-line); }
.os-steps li > span { color: var(--os-clay); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.os-steps h3 { margin: 0 0 7px; font: 500 25px/1.15 var(--os-display); }
.os-steps p { max-width: 560px; margin: 0; color: rgba(32,52,43,.66); font-size: 15px; }
.os-craft__seal { position: relative; min-height: 210px; display: grid; grid-template-columns: 80px 1fr; align-content: center; gap: 4px 22px; margin-top: 25px; padding: 34px; overflow: hidden; color: #fff; background: var(--os-clay-dark); border-radius: 20px; }
.os-craft__seal::after { content: ""; position: absolute; right: -75px; top: -90px; width: 250px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.os-craft__seal > span { grid-row: 1 / span 2; }
.os-craft__seal svg { width: 74px; height: 74px; fill: none; stroke: rgba(255,255,255,.82); stroke-width: .75; }
.os-craft__seal strong { align-self: end; font: 470 26px/1.1 var(--os-display); }
.os-craft__seal small { color: rgba(255,255,255,.68); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

/* Closing */
.os-closing { position: relative; min-height: 600px; display: grid; align-items: center; overflow: hidden; color: var(--os-cream); background: var(--os-ink-deep); }
.os-closing::before { content: ""; position: absolute; left: -180px; top: -190px; width: 490px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.os-closing__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; padding-block: 65px; }
.os-closing__inner { position: relative; z-index: 2; }
.os-closing__arabic { display: block; margin-bottom: 24px; color: var(--os-gold); font: 400 25px/1 var(--os-display); }
.os-closing__inner > p { margin: 0 0 17px; font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.os-closing h2 { margin-bottom: 35px; font-size: clamp(58px,6vw,88px); }
.os-closing h2 em { color: var(--os-gold); }
.os-closing__product { position: relative; min-height: 450px; display: grid; place-items: center; text-decoration: none; }
.os-closing__product span { position: absolute; width: min(34vw,410px); aspect-ratio: 1; background: var(--os-clay); border-radius: 50% 50% 10% 50%; transform: rotate(-8deg); }
.os-closing__product span::after { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; }
.os-closing__product img { position: relative; z-index: 2; width: min(65%,310px); max-height: 420px; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(0,0,0,.35)); transition: transform .5s var(--os-ease); }
.os-closing__product:hover img { transform: translateY(-8px) rotate(2deg); }

.os-footer { color: var(--os-cream); background: #0d1b16; }
.os-footer__lead { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-bottom: 1px solid var(--os-line-light); }
.os-footer .os-eyebrow { color: var(--os-gold); }
.os-footer h2 { margin: 0; font: 390 clamp(40px,5vw,68px)/1.02 var(--os-display); letter-spacing: -.05em; }
.os-circle-link { display: grid; width: 160px; aspect-ratio: 1; place-items: center; align-content: center; gap: 12px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-size: 13px; font-weight: 700; text-decoration: none; transition: color .3s ease, background .3s ease; }
.os-circle-link:hover { color: var(--os-ink); background: var(--os-gold); border-color: var(--os-gold); }
.os-footer__grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; padding-block: 75px; }
.os-brand--footer { color: #fff; }
.os-brand--footer .os-brand__visual { width: 220px; height: 82px; padding: 7px 12px; background: var(--os-cream); border-radius: 12px; }
.os-footer__brand p { max-width: 350px; margin: 25px 0 0; color: rgba(255,255,255,.6); font-size: 14px; }
.os-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.os-footer nav h3 { margin: 0 0 15px; color: var(--os-gold); font: 750 11px/1 var(--os-sans); letter-spacing: .14em; text-transform: uppercase; }
.os-footer nav a { color: rgba(255,255,255,.75); font-size: 14px; text-decoration: none; }
.os-footer nav a:hover { color: #fff; text-decoration: underline; }
.os-footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--os-line-light); color: rgba(255,255,255,.74); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

/* Shop archive */
.post-type-archive-product #brx-content, .tax-product_cat #brx-content { padding-bottom: 120px; background: var(--os-paper); }
.post-type-archive-product .bricks-archive-title-wrapper, .tax-product_cat .bricks-archive-title-wrapper { display: none; }
.post-type-archive-product #brx-content > .brxe-container, .tax-product_cat #brx-content > .brxe-container { width: var(--os-shell); margin-inline: auto; }
.os-shop-hero { padding: 80px 0 34px; background: var(--os-cream); border-bottom: 1px solid var(--os-line); }
.os-shop-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.os-shop-hero h1 { margin: 0; font: 410 clamp(58px,7vw,100px)/.95 var(--os-display); letter-spacing: -.065em; }
.os-shop-hero h1 em { color: var(--os-clay); }
.os-shop-hero__grid > p { max-width: 470px; margin: 0 0 8px; color: rgba(32,52,43,.72); font-size: 19px; }
.orientspice-v2 .os-filter { display: flex!important; flex-direction: row!important; align-items: center; gap: 8px; margin-top: 58px; padding-bottom: 0; overflow-x: auto; scrollbar-width: thin; }
.os-filter a { min-height: 44px; display: inline-flex; align-items: center; flex: 0 0 auto; padding: 0 17px; border: 1px solid var(--os-line); font-size: 13px; font-weight: 700; text-decoration: none; }
.os-filter a:hover, .os-filter a[aria-current="page"] { color: #fff; background: var(--os-ink); border-color: var(--os-ink); }
.post-type-archive-product .woocommerce, .tax-product_cat .woocommerce { width: var(--os-shell); margin: 0 auto; padding-top: 42px; }
.post-type-archive-product .woocommerce-notices-wrapper, .tax-product_cat .woocommerce-notices-wrapper { width: var(--os-shell); margin-inline: auto; }
.orientspice-v2 .woocommerce .woocommerce-result-count { margin: 12px 0 40px; color: rgba(32,52,43,.65); font-size: 14px; }
.orientspice-v2 .woocommerce .woocommerce-ordering { margin: 0 0 32px; }
.orientspice-v2 .woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 42px 0 14px; color: var(--os-ink); background-color: transparent; border: 1px solid var(--os-line); border-radius: 0; }
.orientspice-v2 .woocommerce ul.products.os-product-grid { clear: both; display: grid!important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 62px 26px; margin: 0!important; padding: 0; }
.orientspice-v2 .woocommerce ul.products.os-product-grid::before, .orientspice-v2 .woocommerce ul.products.os-product-grid::after { display: none!important; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product { float: none!important; width: auto!important; margin: 0!important; padding: 0; color: var(--os-ink); background: transparent; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product > a.woocommerce-LoopProduct-link { display: block; color: inherit; text-decoration: none; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product a img { width: 100%; aspect-ratio: .9; margin: 0 0 20px; padding: 34px; object-fit: contain; background: var(--os-cream); filter: none; transition: transform .5s var(--os-ease); }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product:nth-child(3n+2) a img { background: #e9dfcf; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product:hover a img { transform: translateY(-7px); }
.orientspice-v2 .woocommerce ul.products.os-product-grid .woocommerce-loop-product__title { margin: 0; padding: 0; font: 470 clamp(22px,2vw,29px)/1.15 var(--os-display); }
.os-loop-profile { margin: 7px 0 14px; color: var(--os-clay-dark); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product .price { display: block; margin: 0; color: var(--os-ink); font-size: 16px; font-weight: 750; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product .price .woocommerce-Price-amount { font-weight: inherit; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product p.price-unit { margin-top: 3px; color: rgba(32,52,43,.64); font-size: 11px; font-weight: 550; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product > .small-business-info,
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product > .shipping-costs-info { display: inline; margin: 0; color: rgba(32,52,43,.58); font-size: 10px; line-height: 1.4; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product > .small-business-info::after { content: " · "; }
.orientspice-v2 .woocommerce ul.products.os-product-grid li.product > .product-units { display: none; }
.orientspice-v2 .woocommerce ul.products.os-product-grid .os-loop-link { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 20px; margin: 18px 0 0; padding: 0; color: var(--os-ink); background: transparent; border: 0; border-top: 1px solid var(--os-line); border-radius: 0; font-size: 13px; font-weight: 750; text-decoration: none; }
.orientspice-v2 .woocommerce ul.products.os-product-grid .os-loop-link:hover { color: var(--os-clay-dark); background: transparent; }
.os-loop-link svg { width: 19px; }
.orientspice-v2 .woocommerce nav.woocommerce-pagination { margin-top: 70px; }
.orientspice-v2 .woocommerce nav.woocommerce-pagination ul { border: 0; }
.orientspice-v2 .woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.orientspice-v2 .woocommerce nav.woocommerce-pagination ul li a, .orientspice-v2 .woocommerce nav.woocommerce-pagination ul li span { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--os-line); }
.orientspice-v2 .woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--os-ink); }

/* Product detail */
.single-product #brx-content { padding: 64px 0 130px; background: var(--os-paper); }
.single-product #brx-content > .product, .single-product .woocommerce-notices-wrapper { width: var(--os-shell); margin-inline: auto; }
.orientspice-v2.single-product div.product { position: relative; }
.orientspice-v2.single-product div.product::after { content: ""; display: table; clear: both; }
.os-product-origin { position: absolute; left: 18px; top: 20px; z-index: 5; display: flex; align-items: center; gap: 10px; color: var(--os-clay-dark); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.os-product-origin span { font-size: 7px; }
.orientspice-v2.single-product div.product div.images { width: 54%; margin-bottom: 75px; padding: 70px 7% 45px; background: var(--os-cream); }
.orientspice-v2.single-product div.product div.images img { max-height: 630px; object-fit: contain; }
.orientspice-v2.single-product div.product div.images .flex-control-thumbs { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.orientspice-v2.single-product div.product div.images .flex-control-thumbs li { width: 74px; }
.orientspice-v2.single-product div.product div.summary { width: 40%; margin: 30px 0 75px; padding-left: clamp(30px,4vw,70px); }
.os-product-kicker { margin: 0 0 8px; color: var(--os-clay-dark); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.orientspice-v2.single-product div.product .product_title { margin: 0 0 20px; font: 430 clamp(45px,4.9vw,73px)/.98 var(--os-display); letter-spacing: -.06em; }
.orientspice-v2.single-product div.product .woocommerce-product-rating { margin-bottom: 14px; font-size: 14px; }
.orientspice-v2 .star-rating, .orientspice-v2 .star-rating::before { color: var(--os-gold); }
.orientspice-v2.single-product div.product p.price { margin: 0 0 7px; color: var(--os-ink); font-size: 24px; font-weight: 750; }
.orientspice-v2.single-product div.product p.price-unit { margin: 0; color: rgba(32,52,43,.64); font-size: 11px; font-weight: 600; }
.orientspice-v2.single-product div.product div.summary > p.wc-gzd-additional-info:not(.price-unit):not(.product-units) { display: flex; flex-wrap: wrap; gap: 2px 6px; margin: 3px 0 18px; color: rgba(32,52,43,.58); font-size: 10px; line-height: 1.35; }
.orientspice-v2.single-product div.product div.summary > p.wc-gzd-additional-info:not(.price-unit):not(.product-units) .shipping-costs-info::before { content: "·"; margin-right: 7px; }
.orientspice-v2.single-product div.product div.summary > .product-units { display: none; }
.orientspice-v2.single-product .woocommerce-product-details__short-description { color: rgba(32,52,43,.72); font-size: 17px; }
.os-flavour { display: grid; gap: 3px; margin: 24px 0 0; padding: 17px 0; border-block: 1px solid var(--os-line); }
.os-flavour span, .os-pairs span { color: #52645b; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.os-flavour strong { font: 500 19px/1.25 var(--os-display); }
.os-product-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 14px; background: var(--os-line); }
.os-product-facts > div { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 13px 9px; background: var(--os-paper); }
.os-product-facts svg, .os-fact-symbol { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: var(--os-clay); stroke-width: 1.5; }
.os-fact-symbol { display: grid; place-items: center; border: 1px solid var(--os-clay); border-radius: 50%; font-size: 8px; font-weight: 750; }
.os-product-facts span:not(.os-fact-symbol) { min-width: 0; display: grid; }
.os-product-facts small { color: #52645b; font-size: 9px; line-height: 1.1; text-transform: uppercase; }
.os-product-facts strong { margin-top: 3px; overflow: hidden; font-size: 11px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.os-pairs { margin: 22px 0; }
.os-pairs p { margin: 5px 0 0; font: 500 18px/1.3 var(--os-display); }
.orientspice-v2.single-product div.product form.cart { display: flex; gap: 10px; margin: 22px 0 0; }
.orientspice-v2.single-product div.product form.cart .quantity .qty { width: 72px; min-height: 54px; border: 1px solid var(--os-line); border-radius: 0; }
.orientspice-v2.single-product div.product form.cart .button { min-height: 54px; flex: 1; padding: 0 24px; color: #fff; background: var(--os-ink); border-radius: 0; font-size: 14px; font-weight: 750; }
.orientspice-v2.single-product div.product form.cart .button:hover { background: var(--os-clay-dark); }
.os-buy-note { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: #52645b; font-size: 12px; }
.os-buy-note svg { width: 15px; fill: none; stroke: var(--os-clay); stroke-width: 2; }
.orientspice-v2.single-product div.product .product_meta { display: none; }
.orientspice-v2.single-product div.product .woocommerce-tabs { clear: both; margin: 0 0 100px; padding: 0; }
.orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs { display: flex; gap: 30px; margin: 0; padding: 0; overflow-x: auto; border-bottom: 1px solid var(--os-line); }
.orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs::before, .orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs li::before, .orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs li a { min-height: 54px; display: flex; align-items: center; padding: 0; color: #52645b; font-size: 13px; font-weight: 750; }
.orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs li.active a { color: var(--os-ink); border-bottom: 2px solid var(--os-clay); }
.orientspice-v2.single-product div.product .woocommerce-tabs .panel { max-width: 760px; margin: 42px 0 0; color: rgba(32,52,43,.72); }
.orientspice-v2.single-product div.product .woocommerce-tabs .panel h2 { color: var(--os-ink); font: 450 clamp(30px,3vw,44px)/1.1 var(--os-display); }
.orientspice-v2.single-product section.related > h2, .orientspice-v2.single-product section.upsells > h2 { margin-bottom: 40px; font: 420 clamp(38px,4vw,58px)/1 var(--os-display); letter-spacing: -.05em; }
.orientspice-v2.single-product section.related ul.products, .orientspice-v2.single-product section.upsells ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.orientspice-v2.single-product section.related li.product, .orientspice-v2.single-product section.upsells li.product { width: auto!important; margin: 0!important; }
.orientspice-v2.single-product section.related li.product img, .orientspice-v2.single-product section.upsells li.product img { aspect-ratio: .9; padding: 25px; object-fit: contain; background: var(--os-cream); }
.os-sticky-buy { position: fixed; z-index: 70; left: 50%; bottom: 18px; width: min(620px,calc(100vw - 30px)); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 9px 10px 9px 14px; color: var(--os-ink); background: rgba(251,248,241,.97); border: 1px solid var(--os-line); box-shadow: 0 18px 45px rgba(20,35,29,.2); transform: translate(-50%,150%); transition: transform .4s var(--os-ease); }
.os-sticky-buy.is-visible { transform: translate(-50%,0); }
.os-sticky-buy__product { min-width: 0; display: flex; align-items: center; gap: 11px; }
.os-sticky-buy__product img { width: 44px; height: 50px; object-fit: contain; }
.os-sticky-buy__product span { min-width: 0; display: grid; }
.os-sticky-buy__product strong { overflow: hidden; font: 500 15px/1.2 var(--os-display); text-overflow: ellipsis; white-space: nowrap; }
.os-sticky-buy__product small { font-size: 12px; font-weight: 700; }
.os-sticky-buy .os-button { min-height: 46px; white-space: nowrap; }

/* Cart, checkout, account, notices */
.os-commerce-hero { padding: 72px 0 50px; background: var(--os-cream); border-bottom: 1px solid var(--os-line); }
.os-commerce-hero h1 { margin: 0 0 15px; font: 420 clamp(50px,6vw,82px)/1 var(--os-display); letter-spacing: -.06em; }
.os-commerce-hero p { max-width: 580px; margin: 0; color: rgba(32,52,43,.68); }
.os-checkout-assurance { background: var(--os-ink-deep); }
.os-checkout-assurance > div { min-height: 84px; display: grid; grid-template-columns: repeat(4,1fr); }
.os-checkout-assurance p { min-width: 0; display: grid; grid-template-columns: 28px 1fr; align-content: center; gap: 2px 10px; margin: 0; padding: 15px 24px; color: var(--os-cream); border-right: 1px solid var(--os-line-light); }
.os-checkout-assurance p:first-child { border-left: 1px solid var(--os-line-light); }
.os-checkout-assurance p > span { grid-row: 1 / span 2; display: grid; width: 28px; height: 28px; place-items: center; color: var(--os-ink-deep); background: var(--os-gold); border-radius: 50%; }
.os-checkout-assurance svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.os-checkout-assurance strong { overflow: hidden; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.os-checkout-assurance small { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.2; }
.woocommerce-cart #brx-content, .woocommerce-checkout #brx-content, .woocommerce-account #brx-content { padding: 65px 0 120px; background: var(--os-paper); }
.woocommerce-cart #brx-content > *, .woocommerce-checkout #brx-content > *, .woocommerce-account #brx-content > * { width: var(--os-shell); margin-inline: auto; }
.orientspice-v2 .woocommerce-error, .orientspice-v2 .woocommerce-info, .orientspice-v2 .woocommerce-message { padding: 18px 22px 18px 50px; color: var(--os-ink); background: #efe8d9; border-top: 3px solid var(--os-clay); }
.orientspice-v2 .woocommerce-message::before, .orientspice-v2 .woocommerce-info::before { color: var(--os-clay-dark); }
.orientspice-v2 .woocommerce table.shop_table { border: 1px solid var(--os-line); border-radius: 0; border-collapse: collapse; }
.orientspice-v2 .woocommerce table.shop_table th { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.orientspice-v2 .woocommerce table.shop_table td, .orientspice-v2 .woocommerce table.shop_table th { padding: 18px; border-color: var(--os-line); }
.orientspice-v2 .woocommerce-cart-form__cart-item img { width: 78px; height: 90px; object-fit: contain; background: var(--os-cream); }
.orientspice-v2 .woocommerce a.remove { color: var(--os-clay-dark)!important; }
.orientspice-v2 .woocommerce a.remove:hover { color: #fff!important; background: var(--os-clay-dark); }
.orientspice-v2 .woocommerce .quantity .qty { min-height: 46px; border: 1px solid var(--os-line); }
.orientspice-v2 .woocommerce button.button, .orientspice-v2 .woocommerce a.button, .orientspice-v2 .woocommerce input.button, .orientspice-v2 .woocommerce #respond input#submit { min-height: 48px; padding: 0 20px; color: #fff; background: var(--os-ink); border-radius: 0; font-weight: 750; }
.orientspice-v2 .woocommerce button.button:hover, .orientspice-v2 .woocommerce a.button:hover, .orientspice-v2 .woocommerce input.button:hover { color: #fff; background: var(--os-clay-dark); }
.orientspice-v2 .woocommerce .cart_totals { padding: 30px; background: var(--os-cream); }
.orientspice-v2 .woocommerce .cart_totals h2, .orientspice-v2 .woocommerce-checkout h3, .orientspice-v2 .woocommerce-account h2 { font: 460 30px/1.15 var(--os-display); }
.orientspice-v2 .woocommerce .wc-proceed-to-checkout a.checkout-button, .orientspice-v2 .woocommerce #payment #place_order { min-height: 58px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--os-clay-dark); font-size: 15px; }
.orientspice-v2 .woocommerce form .form-row label { margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.orientspice-v2 .woocommerce form .form-row .required { color: var(--os-clay-dark); }
.orientspice-v2 .woocommerce form .form-row input.input-text, .orientspice-v2 .woocommerce form .form-row textarea, .orientspice-v2 .woocommerce form .form-row select, .orientspice-v2 .select2-container .select2-selection--single { min-height: 50px; padding: 9px 13px; color: var(--os-ink); background: #fff; border: 1px solid rgba(32,52,43,.3); border-radius: 0; }
.orientspice-v2 .woocommerce form .form-row textarea { min-height: 120px; }
.orientspice-v2 .woocommerce-checkout-review-order { padding: 28px; background: var(--os-cream); }
.orientspice-v2 .woocommerce-checkout #payment { background: #e9dfcf; border-radius: 0; }
.orientspice-v2 .woocommerce-checkout #payment div.payment_box { background: var(--os-paper); }
.orientspice-v2 .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--os-paper); }
.orientspice-v2 .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border: 1px solid var(--os-line); }
.orientspice-v2 .woocommerce-MyAccount-navigation li a { display: flex; min-height: 48px; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--os-line); text-decoration: none; }
.orientspice-v2 .woocommerce-MyAccount-navigation li.is-active a { color: #fff; background: var(--os-ink); }

/* WooCommerce Cart & Checkout blocks */
.orientspice-v2 .wc-block-cart, .orientspice-v2 .wc-block-checkout { font-family: var(--os-sans); color: var(--os-ink); }
.orientspice-v2 .wc-block-cart__main, .orientspice-v2 .wc-block-checkout__main { padding-right: clamp(25px,4vw,65px); }
.orientspice-v2 .wc-block-cart__sidebar, .orientspice-v2 .wc-block-checkout__sidebar { padding: 28px; background: var(--os-cream); }
.orientspice-v2 .wc-block-cart-items { border-collapse: collapse; }
.orientspice-v2 .wc-block-cart-items thead { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.orientspice-v2 .wc-block-cart-items th, .orientspice-v2 .wc-block-cart-items td { border-color: var(--os-line)!important; }
.orientspice-v2 .wc-block-cart-item__image img { background: var(--os-cream); object-fit: contain; }
.orientspice-v2 .wc-block-components-product-name { font: 500 19px/1.2 var(--os-display)!important; text-decoration: none!important; }
.orientspice-v2 .wc-block-components-product-metadata, .orientspice-v2 .wc-block-components-product-details { color: rgba(32,52,43,.64); font-size: 12px; }
.orientspice-v2 .wc-block-components-quantity-selector { height: 42px; border-color: var(--os-line); border-radius: 0; }
.orientspice-v2 .wc-block-components-quantity-selector input { color: var(--os-ink); }
.orientspice-v2 .wc-block-components-totals-wrapper { padding-block: 17px; border-color: var(--os-line); }
.orientspice-v2 .wc-block-components-totals-item__label, .orientspice-v2 .wc-block-components-totals-item__value { font-size: 14px; }
.orientspice-v2 .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .orientspice-v2 .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font: 500 21px/1.2 var(--os-display); }
.orientspice-v2 .wc-block-components-button { min-height: 54px; color: #fff!important; background: var(--os-ink)!important; border: 0!important; border-radius: 0!important; font-size: 14px; font-weight: 750; text-decoration: none!important; }
.orientspice-v2 .wc-block-components-button:hover { background: var(--os-clay-dark)!important; }
.orientspice-v2 .wc-block-components-text-input input, .orientspice-v2 .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .orientspice-v2 .wc-blocks-components-select .wc-blocks-components-select__select { color: var(--os-ink); background: #fff; border-color: rgba(32,52,43,.35); border-radius: 0; }
.orientspice-v2 .wc-block-components-checkout-step { margin-bottom: 34px; }
.orientspice-v2 .wc-block-components-checkout-step__heading h2 { font: 500 27px/1.15 var(--os-display); }
.orientspice-v2 .wc-block-components-checkout-step__container { padding-left: 0; }
.orientspice-v2 .wc-block-components-checkout-step__description { color: rgba(32,52,43,.62); }
.orientspice-v2.woocommerce-checkout .wc-block-checkout__sidebar { height: max-content; align-self: start; }
.orientspice-v2.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-discount-block:empty,
.orientspice-v2.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-fee-block:empty { display: none; padding: 0; }
.orientspice-v2.woocommerce-checkout .wc-block-components-product-metadata__description,
.orientspice-v2.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-cart-item__prices { display: none; }
.orientspice-v2.woocommerce-checkout .wc-block-components-text-input input,
.orientspice-v2.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input { min-height: 56px; border-color: rgba(32,52,43,.48); }
.orientspice-v2.woocommerce-checkout .wc-block-components-text-input input:focus,
.orientspice-v2.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus { border-color: var(--os-clay-dark); box-shadow: 0 0 0 1px var(--os-clay-dark); }
.orientspice-v2.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled { color: rgba(255,255,255,.72); background: #58635d; cursor: not-allowed; opacity: 1; }
.orientspice-v2.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice { color: var(--os-clay-dark); background: rgba(185,79,50,.08); border-color: rgba(185,79,50,.3); }

@media (min-width: 768px) {
  .orientspice-v2.woocommerce-checkout .wc-block-checkout__sidebar { position: sticky; top: 124px; }
}
.orientspice-v2 .wc-block-components-order-summary { background: transparent; }
.orientspice-v2 .wc-block-components-order-summary-item { border-color: var(--os-line); }
.orientspice-v2 .wc-block-components-order-summary-item__image img { object-fit: contain; background: #fff; }
.orientspice-v2 .wc-block-components-radio-control-accordion-option { background: rgba(255,255,255,.45); border-color: var(--os-line); }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block { padding-block: 10px 0; text-align: center; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block h2 { font: 450 clamp(30px,3.5vw,46px)/1.1 var(--os-display); }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before { display: none; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .is-style-dots { max-width: 80px; margin-block: 22px 32px; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; margin: 42px 0 0; padding: 0; list-style: none; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product { display: flex; width: 100%!important; max-width: none!important; min-width: 0; flex: none!important; flex-direction: column; align-items: stretch; margin: 0!important; padding: 0!important; text-align: left; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link { display: block; text-decoration: none; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image { margin: 0 0 18px; overflow: hidden; background: var(--os-cream); }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img { display: block; width: 100%; aspect-ratio: .9; padding: 28px; object-fit: contain; transition: transform .5s var(--os-ease); }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link:hover img { transform: translateY(-6px); }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title { margin: 0 0 6px; font: 500 22px/1.2 var(--os-display); }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price { font-size: 16px; font-weight: 750; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-gzd-additional-info { margin: 3px 0 0; color: rgba(32,52,43,.58); font-size: 10px; line-height: 1.35; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .small-business-info,
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .shipping-costs-info { display: inline; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .small-business-info::after { content: " · "; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .product-units { display: none; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart { margin-top: auto; padding-top: 16px; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; color: #fff; background: var(--os-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:hover { color: #fff; background: var(--os-clay-dark); }
.orientspice-v2 .eu-owb-order-withdraw-from-contract-button { margin: 0; padding: 0 0 24px; color: rgba(255,255,255,.72); background: var(--os-ink-deep); }
.orientspice-v2 .eu-owb-order-withdraw-from-contract-button .button { display: inline-flex; min-height: 42px; align-items: center; padding: 0 17px; color: rgba(255,255,255,.72)!important; background: transparent!important; border: 1px solid var(--os-line-light); font-size: 12px; font-weight: 700; text-decoration: none; }
.orientspice-v2 .eu-owb-order-withdraw-from-contract-button .button:hover { color: #fff!important; background: rgba(255,255,255,.06)!important; border-color: rgba(255,255,255,.55); }

/* Cart and checkout recommendations */
.os-commerce-suggest { clear: both; margin-top: clamp(70px,8vw,110px); padding: clamp(70px,8vw,105px) 0; color: var(--os-cream); background: var(--os-ink-deep); }
.os-commerce-suggest__head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
.os-commerce-suggest .os-eyebrow { color: var(--os-gold); }
.os-commerce-suggest h2 { margin: 0; font: 410 clamp(43px,5vw,68px)/1 var(--os-display); letter-spacing: -.055em; }
.os-commerce-suggest h2 em { color: var(--os-gold); font-weight: 390; }
.os-commerce-suggest__head > p { max-width: 390px; margin: 0 0 5px; color: rgba(255,255,255,.62); font-size: 15px; }
.os-commerce-suggest__products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--os-line-light); border-left: 1px solid var(--os-line-light); }
.os-commerce-suggest__products article {
  min-width: 0;
  display: grid;
  grid-template-columns: 104px minmax(0,1fr);
  gap: 12px 20px;
  align-items: center;
  padding: 24px;
  border-right: 1px solid var(--os-line-light);
  border-bottom: 1px solid var(--os-line-light);
}
.os-commerce-suggest__image { grid-row: 1 / span 2; display: grid; height: 126px; place-items: center; padding: 12px; background: rgba(255,255,255,.07); text-decoration: none; }
.os-commerce-suggest__image img { width: 100%; height: 100%; object-fit: contain; }
.os-commerce-suggest__products article > div { min-width: 0; }
.os-commerce-suggest__products small { color: var(--os-gold); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.os-commerce-suggest__products h3 { margin: 5px 0; font: 490 21px/1.1 var(--os-display); }
.os-commerce-suggest__products h3 a { text-decoration: none; }
.os-commerce-suggest__products p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.os-commerce-suggest__add { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid var(--os-line-light); font-size: 11px; font-weight: 750; text-decoration: none; }
.os-commerce-suggest__add svg { width: 18px; fill: none; stroke: currentColor; }

/* Distraction-free checkout */
.woocommerce-checkout .os-commerce-hero { padding: 44px 0 36px; }
.woocommerce-checkout .os-commerce-hero h1 { font-size: clamp(48px,5vw,68px); }
.woocommerce-checkout #brx-content { padding-top: 54px; }
.woocommerce-checkout .os-commerce-suggest { margin-top: 64px; padding-block: 72px; }
.woocommerce-checkout .os-commerce-suggest h2 { font-size: clamp(40px,4.2vw,58px); }
.woocommerce-checkout .os-footer__lead,
.woocommerce-checkout .os-footer__grid { display: none; }
.woocommerce-checkout .os-footer__bottom { min-height: 76px; }

.os-empty-results { width: var(--os-shell); min-height: 360px; margin: 0 auto; padding: clamp(55px,7vw,90px) 0; }
.os-empty-results h2 { max-width: 720px; margin: 0 0 15px; font: 450 clamp(34px,4vw,54px)/1.05 var(--os-display); letter-spacing: -.04em; }
.os-empty-results > p:not(.os-eyebrow) { max-width: 570px; margin: 0; color: rgba(32,52,43,.7); font-size: 18px; }
.os-empty-results__actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }

@media (max-width: 1100px) {
  :root { --os-shell: min(100% - 48px, 1000px); }
  .os-header__inner { grid-template-columns: auto 1fr auto; }
  .os-header__inner--checkout { grid-template-columns: 1fr auto; }
  .os-header__menu { display: inline-grid; }
  .os-nav { display: none; }
  .os-brand { justify-self: center; }
  .os-header__inner--checkout .os-brand { justify-self: start; }
  .os-hero__stage { grid-template-columns: minmax(0,.92fr) minmax(390px,1fr); min-height: 640px; }
  .os-hero__copy { padding-left: 45px; }
  .os-hero h1 { font-size: clamp(52px,6.8vw,72px); }
  .os-hero__visual { min-height: 590px; }
  .os-origin__grid { grid-template-columns: minmax(350px,.85fr) 1fr; gap: 55px; }
  .os-origin__art { min-height: 520px; }
  .os-product-row { grid-template-columns: repeat(2,1fr); gap: 55px 24px; }
  .os-bundle__stage { grid-template-columns: minmax(300px,.75fr) minmax(430px,1.25fr); }
  .os-bundle__copy { padding-inline: 42px; }
  .os-bundle-product img { height: 350px; }
  .os-craft__grid { gap: 60px; }
  .os-footer__grid { grid-template-columns: 1.7fr repeat(3,1fr); gap: 35px; }
  .orientspice-v2.single-product div.product div.images { width: 52%; }
  .orientspice-v2.single-product div.product div.summary { width: 45%; padding-left: 30px; }
}

@media (max-width: 767px) {
  :root { --os-shell: calc(100% - 36px); }
  body.orientspice-v2 { font-size: 16px; }
  .os-announcement__inner { min-height: 31px; }
  .os-announcement__inner span:first-child { display: none; }
  .os-announcement__inner span:nth-child(2) { display: none; }
  .os-header__inner { min-height: 78px; gap: 6px; }
  .os-brand__visual { width: clamp(132px,38vw,168px); height: 58px; }
  .os-header__actions { gap: 0; }
  .os-icon-button { width: 44px; height: 44px; }
  .os-cart-drawer__top { min-height: 94px; padding: 20px 22px; }
  .os-cart-drawer__top h2 { font-size: 31px; }
  .os-mini-cart { padding-inline: 22px; }
  .os-mini-cart li { grid-template-columns: 72px minmax(0,1fr); gap: 14px; }
  .os-mini-cart__image { width: 72px; height: 84px; }
  .os-mini-cart li > strong { grid-column: 2; padding: 0; justify-self: start; }
  .os-mini-cart__suggestion { margin-inline: 22px; }
  .os-mini-cart__summary { padding-inline: 22px; }
  .os-search__panel { padding: 28px 0 36px; }
  .os-search h2 { margin-bottom: 24px; font-size: 38px; }
  .os-search__field { grid-template-columns: 25px 1fr; }
  .os-search__field button { grid-column: 1 / -1; width: 100%; margin-top: 12px; }
  .os-hero { padding-top: 10px; }
  .os-hero__stage { width: calc(100% - 20px); grid-template-columns: 1fr; min-height: auto; border-radius: 19px; }
  .os-hero__copy { width: 100%; padding: 36px 22px 18px; }
  .os-hero .os-eyebrow { margin-bottom: 18px; font-size: 10px; }
  .os-hero h1 { max-width: 530px; font-size: clamp(45px,13.5vw,62px); }
  .os-hero__copy > p:not(.os-eyebrow) { margin-bottom: 27px; }
  .os-actions { align-items: stretch; }
  .os-actions .os-button { width: 100%; }
  .os-actions .os-text-link { margin-inline: auto; }
  .os-hero__visual { width: 100%; min-height: 390px; }
  .os-hero__arch { inset: 2% 6% -22% 17%; }
  .os-hero__orbit { left: 25%; top: 10%; width: 52%; }
  .os-hero-product--1 { left: 28%; width: 43%; }
  .os-hero-product--2 { right: 1%; width: 34%; }
  .os-hero-product--3 { left: 5%; width: 30%; }
  .os-hero__arabic { top: 7%; right: 6%; font-size: 17px; }
  .os-hero__caption { display: none; }
  .os-hero__proof { width: calc(100% - 36px); grid-template-columns: 1fr; padding-block: 8px; }
  .os-hero__proof p { padding: 15px 4px; border-right: 0; border-bottom: 1px solid var(--os-line); }
  .os-hero__proof p:last-child { border-bottom: 0; }
  .os-origin, .os-discovery, .os-bestsellers, .os-craft { padding-block: 78px; }
  .os-origin__grid { grid-template-columns: 1fr; gap: 35px; }
  .os-origin h2, .os-section-head h2, .os-craft h2 { font-size: 47px; }
  .os-origin__art { width: 100%; min-height: 390px; border-radius: 18px; }
  .os-origin__word { font-size: 65px; }
  .os-origin__sprig svg { width: 140px; height: 140px; }
  .os-origin__body { margin-top: 28px; }
  .os-origin__facts { grid-template-columns: 1fr; margin-top: 34px; }
  .os-origin__facts div { padding: 13px 0; border-bottom: 1px solid var(--os-line); }
  .os-origin__facts div:last-child { border-bottom: 0; }
  .os-section-head { display: block; margin-bottom: 42px; }
  .os-section-head > p { margin-top: 20px; }
  .os-section-head__aside { margin-top: 22px; }
  .os-section-head--inline .os-text-link { margin-top: 0; }
  .os-taste-grid { grid-template-columns: 1fr; }
  .os-taste-card { min-height: 240px; padding: 25px; }
  .os-taste-card h3 { margin-top: 14px; }
  .os-taste-card__link { grid-column: 1 / -1; grid-row: auto; align-self: end; justify-content: space-between; margin-top: 18px; }
  .os-bundle { padding-top: 10px; }
  .os-bundle__stage { width: calc(100% - 20px); grid-template-columns: 1fr; min-height: auto; border-radius: 19px; }
  .os-bundle__copy { padding: 48px 24px 20px; }
  .os-bundle h2 { font-size: 48px; }
  .os-bundle__buy { align-items: stretch; flex-direction: column; }
  .os-bundle__buy .os-button { width: 100%; }
  .os-bundle__copy > small { line-height: 1.45; }
  .os-bundle__products { min-height: 430px; }
  .os-bundle-product img { height: 300px; }
  .os-bundle-product span { display: none; }
  .os-bundle-product--1 { left: -2%; width: 39%; }
  .os-bundle-product--2 { left: 28%; width: 44%; }
  .os-bundle-product--3 { right: -3%; width: 39%; }
  .os-bundle__seal { width: 72px; right: 8%; top: 5%; font-size: 14px; }
  .os-product-row { display: flex; width: calc(100vw - 18px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 18px 22px 0; }
  .os-product-card { width: min(78vw,320px); flex: 0 0 auto; scroll-snap-align: start; }
  .os-product-card__image { min-height: 310px; }
  .os-product-card__image img { height: 250px; }
  .os-craft__grid { grid-template-columns: 1fr; gap: 52px; }
  .os-craft__copy { position: static; }
  .os-craft__seal { min-height: 180px; padding: 26px; }
  .os-closing { min-height: auto; }
  .os-closing__grid { grid-template-columns: 1fr; gap: 20px; padding-block: 72px 35px; }
  .os-closing h2 { font-size: 54px; }
  .os-closing__product { min-height: 330px; }
  .os-closing__product span { width: 260px; }
  .os-closing__product img { width: 190px; max-height: 300px; }
  .os-footer__lead { min-height: 370px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .os-circle-link { width: 135px; }
  .os-footer__grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-block: 60px; }
  .os-footer__brand { grid-column: 1 / -1; }
  .os-footer__grid nav:last-child { grid-column: 1 / -1; }
  .os-footer__bottom { min-height: 95px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .os-shop-hero { padding-top: 56px; }
  .os-shop-hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .os-shop-hero h1 { font-size: 62px; }
  .os-shop-hero__grid > p { font-size: 17px; }
  .os-filter { width: calc(100% - 18px); margin-right: 0; margin-left: 18px; padding-right: 18px; }
  .post-type-archive-product .woocommerce, .tax-product_cat .woocommerce { padding-top: 30px; }
  .orientspice-v2 .woocommerce .woocommerce-result-count, .orientspice-v2 .woocommerce .woocommerce-ordering { float: none; }
  .orientspice-v2 .woocommerce .woocommerce-result-count { margin-bottom: 15px; }
  .orientspice-v2 .woocommerce ul.products.os-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 45px 14px; }
  .orientspice-v2 .woocommerce ul.products.os-product-grid li.product a img { padding: 15px; }
  .orientspice-v2 .woocommerce ul.products.os-product-grid .woocommerce-loop-product__title { font-size: 20px; }
  .os-loop-profile { font-size: 9px; }
  .single-product #brx-content { padding-top: 0; }
  .single-product #brx-content > .product { width: 100%; }
  .orientspice-v2.single-product div.product div.images, .orientspice-v2.single-product div.product div.summary { float: none; width: 100%; }
  .orientspice-v2.single-product div.product div.images { margin: 0; padding: 60px 12% 30px; }
  .orientspice-v2.single-product div.product div.images img { max-height: 480px; }
  .orientspice-v2.single-product div.product div.summary { width: var(--os-shell); margin: 0 auto 65px; padding: 42px 0 0; }
  .orientspice-v2.single-product div.product .product_title { font-size: 50px; }
  .os-product-facts { grid-template-columns: 1fr; }
  .os-product-facts strong { white-space: normal; }
  .orientspice-v2.single-product div.product .woocommerce-tabs, .orientspice-v2.single-product section.related, .orientspice-v2.single-product section.upsells { width: var(--os-shell); margin-inline: auto; }
  .orientspice-v2.single-product div.product .woocommerce-tabs ul.tabs { gap: 22px; }
  .orientspice-v2.single-product section.related ul.products, .orientspice-v2.single-product section.upsells ul.products { grid-template-columns: repeat(2,1fr); gap: 30px 14px; }
  .os-sticky-buy { bottom: 9px; }
  .os-sticky-buy__product img { display: none; }
  .os-sticky-buy .os-button { padding-inline: 15px; }
  .os-commerce-hero { padding: 55px 0 38px; }
  .os-header__inner--checkout { min-height: 72px; grid-template-columns: 1fr auto; }
  .os-header__inner--checkout .os-brand { justify-self: start; }
  .os-header__inner--checkout .os-brand__visual { width: 132px; height: 52px; }
  .os-checkout-header-note > span { width: 30px; height: 30px; }
  .os-checkout-header-note small { display: none; }
  .os-checkout-assurance > div { grid-template-columns: 1fr 1fr; }
  .os-checkout-assurance p { min-height: 70px; padding: 12px 10px; border-bottom: 1px solid var(--os-line-light); }
  .os-checkout-assurance p:nth-child(2n) { border-right: 1px solid var(--os-line-light); }
  .os-checkout-assurance strong { font-size: 11px; }
  .os-checkout-assurance small { font-size: 9px; }
  .os-commerce-suggest__head { display: block; }
  .os-commerce-suggest__head > p { margin-top: 22px; }
  .os-commerce-suggest__products { grid-template-columns: 1fr; }
  .woocommerce-checkout .os-commerce-hero { padding: 28px 0 25px; }
  .woocommerce-checkout .os-commerce-hero .os-eyebrow { margin-bottom: 13px; }
  .woocommerce-checkout .os-commerce-hero h1 { margin-bottom: 8px; font-size: 48px; }
  .woocommerce-checkout .os-commerce-hero p { font-size: 14px; line-height: 1.4; }
  .woocommerce-checkout #brx-content { padding-top: 36px; }
  .woocommerce-checkout .wc-block-components-checkout-step { margin-bottom: 28px; }
  .woocommerce-checkout .os-commerce-suggest { margin-top: 48px; padding: 55px 0; }
  .woocommerce-checkout .os-commerce-suggest__head { margin-bottom: 30px; }
  .woocommerce-checkout .os-commerce-suggest__products { width: calc(100vw - 32px); display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .woocommerce-checkout .os-commerce-suggest__products article { width: min(82vw,310px); flex: 0 0 auto; scroll-snap-align: start; }
  .woocommerce-checkout .os-footer__bottom { min-height: 92px; }
  .woocommerce-cart #brx-content, .woocommerce-checkout #brx-content, .woocommerce-account #brx-content { padding-top: 38px; }
  .orientspice-v2 .woocommerce table.shop_table_responsive tr td { border-top: 1px solid var(--os-line); }
  .orientspice-v2 .woocommerce .cart_totals { padding: 20px; }
  .orientspice-v2 .wc-block-cart, .orientspice-v2 .wc-block-checkout { display: block; }
  .orientspice-v2 .wc-block-cart__main, .orientspice-v2 .wc-block-checkout__main { width: 100%; padding-right: 0; }
  .orientspice-v2 .wc-block-cart__sidebar, .orientspice-v2 .wc-block-checkout__sidebar { width: 100%; margin-top: 35px; padding: 20px; }
  .orientspice-v2 .wc-block-cart-items .wc-block-cart-items__row { display: grid; grid-template-columns: 86px 1fr; }
  .orientspice-v2 .wc-block-cart-items .wc-block-cart-item__image { grid-row: 1 / span 2; width: 86px; padding-right: 12px; }
  .orientspice-v2 .wc-block-cart-items .wc-block-cart-item__product, .orientspice-v2 .wc-block-cart-items .wc-block-cart-item__total { grid-column: 2; width: auto; }
  .orientspice-v2 .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 16px; }
  .os-empty-results { min-height: 300px; }
  .os-empty-results__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .os-empty-results__actions .os-button { width: 100%; }
}

@media (max-width: 430px) {
  :root { --os-shell: calc(100% - 28px); }
  .os-brand__visual { width: 124px; height: 52px; }
  .os-header__inner { gap: 4px; }
  .os-hero h1 { font-size: 44px; }
  .os-hero__copy { padding-inline: 19px; }
  .os-hero__visual { min-height: 350px; }
  .os-origin h2, .os-section-head h2, .os-craft h2 { font-size: 41px; }
  .orientspice-v2 .woocommerce ul.products.os-product-grid { grid-template-columns: 1fr; gap: 50px; }
  .orientspice-v2 .woocommerce ul.products.os-product-grid li.product a img { aspect-ratio: 1; padding: 38px; }
  .orientspice-v2.single-product div.product form.cart { align-items: stretch; flex-direction: column; }
  .orientspice-v2.single-product div.product form.cart .quantity .qty { width: 100%; }
  .os-sticky-buy__product strong { max-width: 120px; }
}

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

@media (forced-colors: active) {
  .os-button, .os-filter a, .os-circle-link, .os-icon-button { border: 1px solid ButtonText; }
}
