body.wp-theme-extendable.woocommerce,
body.wp-theme-extendable.woocommerce-page,
body.wp-theme-extendable.woocommerce-cart,
body.wp-theme-extendable.woocommerce-checkout,
body.wp-theme-extendable.woocommerce-account {
  --orv-bg: #f6f0e6;
  --orv-paper: #fffdf8;
  --orv-surface: #efe3d0;
  --orv-surface-2: #e4d0ab;
  --orv-ink: #171411;
  --orv-muted: #6f675f;
  --orv-line: rgba(98, 77, 48, 0.18);
  --orv-gold: #c8a24a;
  --orv-gold-deep: #ab8131;
  --orv-gold-soft: #efe2bd;
  --orv-dark: #13100d;
  --orv-dark-soft: #231c16;
  --orv-shadow: 0 24px 70px rgba(31, 24, 17, 0.11);
  --orv-shadow-soft: 0 18px 40px rgba(31, 24, 17, 0.08);
  --orv-radius-xl: 34px;
  --orv-radius-lg: 24px;
  --orv-radius-md: 18px;
  --orv-radius-sm: 12px;
  font-family: 'Jost', sans-serif;
  color: var(--orv-ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 28%),
    radial-gradient(circle at 100% 12%, rgba(235, 214, 172, 0.46), transparent 18%),
    linear-gradient(180deg, #fbf7f1 0%, #f6efe4 52%, #f2e7d7 100%);
}

body.wp-theme-extendable.woocommerce::before,
body.wp-theme-extendable.woocommerce-page::before,
body.wp-theme-extendable.woocommerce-cart::before,
body.wp-theme-extendable.woocommerce-checkout::before,
body.wp-theme-extendable.woocommerce-account::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(200, 162, 74, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 162, 74, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 80%);
  opacity: 0.5;
}

body.wp-theme-extendable.woocommerce .wp-site-blocks,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks {
  position: relative;
  z-index: 1;
}

body.wp-theme-extendable.woocommerce :where(h1, h2, h3, h4, h5, h6),
body.wp-theme-extendable.woocommerce-page :where(h1, h2, h3, h4, h5, h6),
body.wp-theme-extendable.woocommerce-cart :where(h1, h2, h3, h4, h5, h6),
body.wp-theme-extendable.woocommerce-checkout :where(h1, h2, h3, h4, h5, h6),
body.wp-theme-extendable.woocommerce-account :where(h1, h2, h3, h4, h5, h6) {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  color: var(--orv-ink);
}

body.wp-theme-extendable.woocommerce :where(p, li, label, input, select, textarea, .woocommerce-Price-amount, .wc-block-components-formatted-money-amount),
body.wp-theme-extendable.woocommerce-page :where(p, li, label, input, select, textarea, .woocommerce-Price-amount, .wc-block-components-formatted-money-amount),
body.wp-theme-extendable.woocommerce-cart :where(p, li, label, input, select, textarea, .woocommerce-Price-amount, .wc-block-components-formatted-money-amount),
body.wp-theme-extendable.woocommerce-checkout :where(p, li, label, input, select, textarea, .woocommerce-Price-amount, .wc-block-components-formatted-money-amount),
body.wp-theme-extendable.woocommerce-account :where(p, li, label, input, select, textarea, .woocommerce-Price-amount, .wc-block-components-formatted-money-amount) {
  font-family: 'Jost', sans-serif;
}

body.wp-theme-extendable.woocommerce a,
body.wp-theme-extendable.woocommerce-page a,
body.wp-theme-extendable.woocommerce-cart a,
body.wp-theme-extendable.woocommerce-checkout a,
body.wp-theme-extendable.woocommerce-account a {
  color: inherit;
  text-decoration: none;
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > header.wp-block-template-part,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > header.wp-block-template-part,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > header.wp-block-template-part,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > header.wp-block-template-part,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 50;
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > header.wp-block-template-part > .wp-block-group.alignfull,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > header.wp-block-template-part > .wp-block-group.alignfull,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > header.wp-block-template-part > .wp-block-group.alignfull,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > header.wp-block-template-part > .wp-block-group.alignfull,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > header.wp-block-template-part > .wp-block-group.alignfull {
  margin: 0 !important;
  background: rgba(251, 246, 238, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(200, 162, 74, 0.18);
  box-shadow: var(--orv-shadow-soft);
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > header .alignwide,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > header .alignwide,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > header .alignwide,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > header .alignwide,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > header .alignwide {
  width: min(1240px, calc(100vw - 40px));
  max-width: min(1240px, calc(100vw - 40px));
}

body.wp-theme-extendable.woocommerce .wp-block-site-title,
body.wp-theme-extendable.woocommerce-page .wp-block-site-title,
body.wp-theme-extendable.woocommerce-cart .wp-block-site-title,
body.wp-theme-extendable.woocommerce-checkout .wp-block-site-title,
body.wp-theme-extendable.woocommerce-account .wp-block-site-title {
  margin: 0;
}

body.wp-theme-extendable.woocommerce .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-page .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-cart .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-checkout .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-account .wp-block-site-title a {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orv-dark);
}

body.wp-theme-extendable.woocommerce .wp-block-navigation .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-page .wp-block-navigation .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-cart .wp-block-navigation .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-checkout .wp-block-navigation .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-account .wp-block-navigation .wp-block-navigation-item__content {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--orv-muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 180ms ease;
}

body.wp-theme-extendable.woocommerce .wp-block-navigation .wp-block-navigation-item__content:hover,
body.wp-theme-extendable.woocommerce-page .wp-block-navigation .wp-block-navigation-item__content:hover,
body.wp-theme-extendable.woocommerce-cart .wp-block-navigation .wp-block-navigation-item__content:hover,
body.wp-theme-extendable.woocommerce-checkout .wp-block-navigation .wp-block-navigation-item__content:hover,
body.wp-theme-extendable.woocommerce-account .wp-block-navigation .wp-block-navigation-item__content:hover,
body.wp-theme-extendable.woocommerce .current-menu-item > .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-page .current-menu-item > .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-cart .current-menu-item > .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-checkout .current-menu-item > .wp-block-navigation-item__content,
body.wp-theme-extendable.woocommerce-account .current-menu-item > .wp-block-navigation-item__content {
  color: var(--orv-dark);
  background: rgba(200, 162, 74, 0.12);
}

body.wp-theme-extendable.woocommerce .wc-block-mini-cart,
body.wp-theme-extendable.woocommerce-page .wc-block-mini-cart,
body.wp-theme-extendable.woocommerce-cart .wc-block-mini-cart,
body.wp-theme-extendable.woocommerce-checkout .wc-block-mini-cart,
body.wp-theme-extendable.woocommerce-account .wc-block-mini-cart,
body.wp-theme-extendable.woocommerce .wp-block-woocommerce-customer-account,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-customer-account,
body.wp-theme-extendable.woocommerce-cart .wp-block-woocommerce-customer-account,
body.wp-theme-extendable.woocommerce-checkout .wp-block-woocommerce-customer-account,
body.wp-theme-extendable.woocommerce-account .wp-block-woocommerce-customer-account {
  padding: 0.65rem;
  border: 1px solid rgba(200, 162, 74, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: var(--orv-shadow-soft);
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > :not(header):not(footer),
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > :not(header):not(footer),
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > :not(header):not(footer),
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > :not(header):not(footer),
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > :not(header):not(footer) {
  width: min(1240px, calc(100vw - 40px));
  max-width: min(1240px, calc(100vw - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

body.wp-theme-extendable.woocommerce .wp-block-post-title,
body.wp-theme-extendable.woocommerce-page .wp-block-post-title,
body.wp-theme-extendable.woocommerce-cart .wp-block-post-title,
body.wp-theme-extendable.woocommerce-checkout .wp-block-post-title,
body.wp-theme-extendable.woocommerce-account .wp-block-post-title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

body.wp-theme-extendable.woocommerce .entry-content.wp-block-post-content,
body.wp-theme-extendable.woocommerce-page .entry-content.wp-block-post-content,
body.wp-theme-extendable.woocommerce-cart .entry-content.wp-block-post-content,
body.wp-theme-extendable.woocommerce-checkout .entry-content.wp-block-post-content,
body.wp-theme-extendable.woocommerce-account .entry-content.wp-block-post-content {
  gap: 1.5rem;
}

body.wp-theme-extendable.woocommerce :where(.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .wp-block-woocommerce-product-collection, .wp-block-columns.alignwide, .woocommerce-notices-wrapper),
body.wp-theme-extendable.woocommerce-page :where(.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .wp-block-woocommerce-product-collection, .wp-block-columns.alignwide, .woocommerce-notices-wrapper),
body.wp-theme-extendable.woocommerce-cart :where(.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .wp-block-woocommerce-product-collection, .wp-block-columns.alignwide, .woocommerce-notices-wrapper),
body.wp-theme-extendable.woocommerce-checkout :where(.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .wp-block-woocommerce-product-collection, .wp-block-columns.alignwide, .woocommerce-notices-wrapper),
body.wp-theme-extendable.woocommerce-account :where(.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .wp-block-woocommerce-product-collection, .wp-block-columns.alignwide, .woocommerce-notices-wrapper) {
  width: 100%;
  max-width: 100% !important;
}

body.wp-theme-extendable.woocommerce :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-filled-cart-block, .wp-block-woocommerce-empty-cart-block, .wp-block-query, .woocommerce-account .woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-tabs .panel, .woocommerce div.product div.images, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-page :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-filled-cart-block, .wp-block-woocommerce-empty-cart-block, .wp-block-query, .woocommerce-account .woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-tabs .panel, .woocommerce div.product div.images, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-cart :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-filled-cart-block, .wp-block-woocommerce-empty-cart-block, .wp-block-query, .woocommerce-account .woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-tabs .panel, .woocommerce div.product div.images, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-checkout :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-filled-cart-block, .wp-block-woocommerce-empty-cart-block, .wp-block-query, .woocommerce-account .woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-tabs .panel, .woocommerce div.product div.images, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-account :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-filled-cart-block, .wp-block-woocommerce-empty-cart-block, .wp-block-query, .woocommerce-account .woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-tabs .panel, .woocommerce div.product div.images, .woocommerce div.product div.summary) {
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(242, 225, 195, 0.72));
  border: 1px solid rgba(171, 129, 49, 0.2);
  border-radius: 32px;
  box-shadow: var(--orv-shadow);
}

body.wp-theme-extendable.woocommerce :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-page :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-cart :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-checkout :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
body.wp-theme-extendable.woocommerce-account :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary) {
  padding: clamp(1.2rem, 2vw, 1.8rem);
}

body.wp-theme-extendable.woocommerce :where(.wc-block-components-totals-wrapper, .wc-block-checkout__actions_row, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit),
body.wp-theme-extendable.woocommerce-page :where(.wc-block-components-totals-wrapper, .wc-block-checkout__actions_row, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit),
body.wp-theme-extendable.woocommerce-cart :where(.wc-block-components-totals-wrapper, .wc-block-checkout__actions_row, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit),
body.wp-theme-extendable.woocommerce-checkout :where(.wc-block-components-totals-wrapper, .wc-block-checkout__actions_row, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit),
body.wp-theme-extendable.woocommerce-account :where(.wc-block-components-totals-wrapper, .wc-block-checkout__actions_row, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit) {
  border-top: 1px solid var(--orv-line);
}

body.wp-theme-extendable.woocommerce :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button),
body.wp-theme-extendable.woocommerce-page :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button),
body.wp-theme-extendable.woocommerce-cart :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button),
body.wp-theme-extendable.woocommerce-checkout :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button),
body.wp-theme-extendable.woocommerce-account :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button) {
  min-height: 50px;
  border: 1px solid rgba(171, 129, 49, 0.18);
  border-radius: 999px;
  background: var(--orv-dark);
  color: #fffaf0;
  box-shadow: var(--orv-shadow-soft);
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.wp-theme-extendable.woocommerce :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button):hover,
body.wp-theme-extendable.woocommerce-page :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button):hover,
body.wp-theme-extendable.woocommerce-cart :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button):hover,
body.wp-theme-extendable.woocommerce-checkout :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button):hover,
body.wp-theme-extendable.woocommerce-account :where(.wp-element-button, .wp-block-button__link, .button, button, input[type='submit'], .wc-block-components-button):hover {
  background: var(--orv-gold-deep);
  transform: translateY(-1px);
}

body.wp-theme-extendable.woocommerce :where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .quantity .minus, .quantity .plus),
body.wp-theme-extendable.woocommerce-page :where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .quantity .minus, .quantity .plus),
body.wp-theme-extendable.woocommerce-cart :where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .quantity .minus, .quantity .plus),
body.wp-theme-extendable.woocommerce-checkout :where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .quantity .minus, .quantity .plus),
body.wp-theme-extendable.woocommerce-account :where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .quantity .minus, .quantity .plus) {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--orv-ink);
  font-size: 1rem;
  letter-spacing: 0;
}

body.wp-theme-extendable.woocommerce :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea),
body.wp-theme-extendable.woocommerce-page :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea),
body.wp-theme-extendable.woocommerce-cart :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea),
body.wp-theme-extendable.woocommerce-checkout :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea),
body.wp-theme-extendable.woocommerce-account :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea) {
  min-height: 54px;
  border: 1px solid rgba(171, 129, 49, 0.18);
  border-radius: var(--orv-radius-md);
  background: rgba(255, 253, 248, 0.92);
  color: var(--orv-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.wp-theme-extendable.woocommerce :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea):focus,
body.wp-theme-extendable.woocommerce-page :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea):focus,
body.wp-theme-extendable.woocommerce-cart :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea):focus,
body.wp-theme-extendable.woocommerce-checkout :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea):focus,
body.wp-theme-extendable.woocommerce-account :where(input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, textarea):focus {
  outline: none;
  border-color: var(--orv-gold-deep);
  box-shadow: 0 0 0 4px rgba(200, 162, 74, 0.12);
}

body.wp-theme-extendable.woocommerce :where(.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-checkout-step__heading, .wc-block-components-title, .wc-block-components-totals-item__label, .woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3),
body.wp-theme-extendable.woocommerce-page :where(.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-checkout-step__heading, .wc-block-components-title, .wc-block-components-totals-item__label, .woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3),
body.wp-theme-extendable.woocommerce-cart :where(.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-checkout-step__heading, .wc-block-components-title, .wc-block-components-totals-item__label, .woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3),
body.wp-theme-extendable.woocommerce-checkout :where(.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-checkout-step__heading, .wc-block-components-title, .wc-block-components-totals-item__label, .woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3),
body.wp-theme-extendable.woocommerce-account :where(.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-checkout-step__heading, .wc-block-components-title, .wc-block-components-totals-item__label, .woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3) {
  letter-spacing: 0.05em;
}

body.wp-theme-extendable.woocommerce :where(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner),
body.wp-theme-extendable.woocommerce-page :where(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner),
body.wp-theme-extendable.woocommerce-cart :where(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner),
body.wp-theme-extendable.woocommerce-checkout :where(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner),
body.wp-theme-extendable.woocommerce-account :where(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) {
  border: 1px solid rgba(171, 129, 49, 0.18);
  border-radius: var(--orv-radius-md);
  background: rgba(255, 251, 242, 0.94);
  color: var(--orv-ink);
}

body.wp-theme-extendable.woocommerce .wc-block-components-product-name,
body.wp-theme-extendable.woocommerce-page .wc-block-components-product-name,
body.wp-theme-extendable.woocommerce-cart .wc-block-components-product-name,
body.wp-theme-extendable.woocommerce-checkout .wc-block-components-product-name,
body.wp-theme-extendable.woocommerce-account .wc-block-components-product-name {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  line-height: 1.4;
}

body.wp-theme-extendable.woocommerce .wc-block-cart-item__image img,
body.wp-theme-extendable.woocommerce-page .wc-block-cart-item__image img,
body.wp-theme-extendable.woocommerce-cart .wc-block-cart-item__image img,
body.wp-theme-extendable.woocommerce-checkout .wc-block-cart-item__image img,
body.wp-theme-extendable.woocommerce-account .wc-block-cart-item__image img,
body.wp-theme-extendable.woocommerce .wc-block-components-product-image img,
body.wp-theme-extendable.woocommerce-page .wc-block-components-product-image img,
body.wp-theme-extendable.woocommerce-cart .wc-block-components-product-image img,
body.wp-theme-extendable.woocommerce-checkout .wc-block-components-product-image img,
body.wp-theme-extendable.woocommerce-account .wc-block-components-product-image img {
  border-radius: 24px;
}

body.wp-theme-extendable.woocommerce .wc-block-product,
body.wp-theme-extendable.woocommerce-page .wc-block-product,
body.wp-theme-extendable.woocommerce-cart .wc-block-product,
body.wp-theme-extendable.woocommerce-checkout .wc-block-product,
body.wp-theme-extendable.woocommerce-account .wc-block-product {
  margin-bottom: 1.5rem;
}

body.wp-theme-extendable.woocommerce .wc-block-product .wp-block-group.has-background,
body.wp-theme-extendable.woocommerce-page .wc-block-product .wp-block-group.has-background,
body.wp-theme-extendable.woocommerce-cart .wc-block-product .wp-block-group.has-background,
body.wp-theme-extendable.woocommerce-checkout .wc-block-product .wp-block-group.has-background,
body.wp-theme-extendable.woocommerce-account .wc-block-product .wp-block-group.has-background {
  overflow: hidden;
  border: 1px solid rgba(171, 129, 49, 0.2);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.92) !important;
  box-shadow: var(--orv-shadow-soft);
}

body.wp-theme-extendable.woocommerce .wp-block-woocommerce-product-price,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-product-price,
body.wp-theme-extendable.woocommerce-cart .wp-block-woocommerce-product-price,
body.wp-theme-extendable.woocommerce-checkout .wp-block-woocommerce-product-price,
body.wp-theme-extendable.woocommerce-account .wp-block-woocommerce-product-price,
body.wp-theme-extendable.woocommerce .summary .price,
body.wp-theme-extendable.woocommerce-page .summary .price,
body.wp-theme-extendable.woocommerce-cart .summary .price,
body.wp-theme-extendable.woocommerce-checkout .summary .price,
body.wp-theme-extendable.woocommerce-account .summary .price {
  color: var(--orv-gold-deep);
  font-size: 1.1rem;
  font-weight: 600;
}

body.wp-theme-extendable.woocommerce .woocommerce-product-gallery,
body.wp-theme-extendable.woocommerce-page .woocommerce-product-gallery,
body.wp-theme-extendable.woocommerce-cart .woocommerce-product-gallery,
body.wp-theme-extendable.woocommerce-checkout .woocommerce-product-gallery,
body.wp-theme-extendable.woocommerce-account .woocommerce-product-gallery {
  overflow: hidden;
  border-radius: 28px;
}

body.wp-theme-extendable.woocommerce .woocommerce-product-gallery__image,
body.wp-theme-extendable.woocommerce-page .woocommerce-product-gallery__image,
body.wp-theme-extendable.woocommerce-cart .woocommerce-product-gallery__image,
body.wp-theme-extendable.woocommerce-checkout .woocommerce-product-gallery__image,
body.wp-theme-extendable.woocommerce-account .woocommerce-product-gallery__image {
  border-radius: 24px;
  overflow: hidden;
}

body.wp-theme-extendable.woocommerce .woocommerce div.product .woocommerce-tabs ul.tabs,
body.wp-theme-extendable.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs,
body.wp-theme-extendable.woocommerce-cart .woocommerce div.product .woocommerce-tabs ul.tabs,
body.wp-theme-extendable.woocommerce-checkout .woocommerce div.product .woocommerce-tabs ul.tabs,
body.wp-theme-extendable.woocommerce-account .woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 0;
}

body.wp-theme-extendable.woocommerce .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.wp-theme-extendable.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.wp-theme-extendable.woocommerce-cart .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.wp-theme-extendable.woocommerce-checkout .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.wp-theme-extendable.woocommerce-account .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(171, 129, 49, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
}

body.wp-theme-extendable.woocommerce .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.wp-theme-extendable.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.wp-theme-extendable.woocommerce-cart .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.wp-theme-extendable.woocommerce-checkout .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.wp-theme-extendable.woocommerce-account .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.8rem 1.1rem;
  color: var(--orv-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

body.wp-theme-extendable.woocommerce .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.wp-theme-extendable.woocommerce-page .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.wp-theme-extendable.woocommerce-cart .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.wp-theme-extendable.woocommerce-checkout .woocommerce-account .woocommerce-MyAccount-navigation ul,
body.wp-theme-extendable.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wp-theme-extendable.woocommerce .woocommerce-account .woocommerce-MyAccount-navigation li a,
body.wp-theme-extendable.woocommerce-page .woocommerce-account .woocommerce-MyAccount-navigation li a,
body.wp-theme-extendable.woocommerce-cart .woocommerce-account .woocommerce-MyAccount-navigation li a,
body.wp-theme-extendable.woocommerce-checkout .woocommerce-account .woocommerce-MyAccount-navigation li a,
body.wp-theme-extendable.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  margin-bottom: 0.8rem;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(171, 129, 49, 0.14);
  color: var(--orv-muted);
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > footer.wp-block-template-part,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > footer.wp-block-template-part,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > footer.wp-block-template-part,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > footer.wp-block-template-part,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > footer.wp-block-template-part {
  width: 100%;
  max-width: 100%;
  margin-top: 4rem !important;
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > footer.wp-block-template-part > .wp-block-group,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > footer.wp-block-template-part > .wp-block-group,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > footer.wp-block-template-part > .wp-block-group,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > footer.wp-block-template-part > .wp-block-group,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > footer.wp-block-template-part > .wp-block-group {
  margin: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  background: linear-gradient(180deg, #18120d 0%, #0f0b08 100%);
  color: rgba(255, 248, 236, 0.86);
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > footer .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > footer .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > footer .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > footer .wp-block-site-title a,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > footer .wp-block-site-title a {
  color: #fffaf0;
}

body.wp-theme-extendable.woocommerce .wp-site-blocks > footer a,
body.wp-theme-extendable.woocommerce-page .wp-site-blocks > footer a,
body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > footer a,
body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > footer a,
body.wp-theme-extendable.woocommerce-account .wp-site-blocks > footer a {
  color: rgba(255, 248, 236, 0.86);
}

@media (max-width: 900px) {
  body.wp-theme-extendable.woocommerce .wp-site-blocks > :not(header):not(footer),
  body.wp-theme-extendable.woocommerce-page .wp-site-blocks > :not(header):not(footer),
  body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > :not(header):not(footer),
  body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > :not(header):not(footer),
  body.wp-theme-extendable.woocommerce-account .wp-site-blocks > :not(header):not(footer) {
    width: min(100vw - 24px, 100%);
  }

  body.wp-theme-extendable.woocommerce .wp-site-blocks > header .alignwide,
  body.wp-theme-extendable.woocommerce-page .wp-site-blocks > header .alignwide,
  body.wp-theme-extendable.woocommerce-cart .wp-site-blocks > header .alignwide,
  body.wp-theme-extendable.woocommerce-checkout .wp-site-blocks > header .alignwide,
  body.wp-theme-extendable.woocommerce-account .wp-site-blocks > header .alignwide {
    width: min(100vw - 24px, 100%);
    max-width: min(100vw - 24px, 100%);
  }

  body.wp-theme-extendable.woocommerce .wp-block-site-title a,
  body.wp-theme-extendable.woocommerce-page .wp-block-site-title a,
  body.wp-theme-extendable.woocommerce-cart .wp-block-site-title a,
  body.wp-theme-extendable.woocommerce-checkout .wp-block-site-title a,
  body.wp-theme-extendable.woocommerce-account .wp-block-site-title a {
    letter-spacing: 0.12em;
  }

  body.wp-theme-extendable.woocommerce :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
  body.wp-theme-extendable.woocommerce-page :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
  body.wp-theme-extendable.woocommerce-cart :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
  body.wp-theme-extendable.woocommerce-checkout :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary),
  body.wp-theme-extendable.woocommerce-account :where(.wc-block-components-sidebar, .wc-block-components-order-summary, .woocommerce-account .woocommerce, .woocommerce div.product div.summary) {
    padding: 1rem;
  }
}

@media (max-width: 781px) {
  body.wp-theme-extendable.woocommerce .wp-block-navigation__responsive-container.is-menu-open,
  body.wp-theme-extendable.woocommerce-page .wp-block-navigation__responsive-container.is-menu-open,
  body.wp-theme-extendable.woocommerce-cart .wp-block-navigation__responsive-container.is-menu-open,
  body.wp-theme-extendable.woocommerce-checkout .wp-block-navigation__responsive-container.is-menu-open,
  body.wp-theme-extendable.woocommerce-account .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(251, 246, 238, 0.96) !important;
    color: var(--orv-ink) !important;
    backdrop-filter: blur(20px);
  }
}

body.orv-header-enhanced .orv-utility-bar {
  background: var(--orv-dark);
  color: rgba(255, 248, 236, 0.86);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.orv-header-enhanced .orv-utility-inner {
  width: min(1240px, calc(100vw - 40px));
  min-height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.orv-header-enhanced .orv-utility-inner p {
  margin: 0;
}

body.orv-header-enhanced .orv-header-shell {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

body.orv-header-enhanced .orv-brand-group,
body.orv-header-enhanced .orv-nav-group,
body.orv-header-enhanced .orv-header-actions {
  min-width: 0;
}

body.orv-header-enhanced .orv-brand-group {
  justify-content: flex-start;
}

body.orv-header-enhanced .orv-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

body.orv-header-enhanced .orv-brand-link img {
  width: min(320px, 100%);
  max-height: 66px;
  object-fit: contain;
  display: block;
}

body.orv-header-enhanced .orv-primary-nav {
  justify-content: center;
}

body.orv-header-enhanced .orv-primary-nav .wp-block-navigation__container,
body.orv-header-enhanced .orv-primary-nav .wp-block-page-list {
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

body.orv-header-enhanced .orv-primary-nav .wp-block-navigation-item__content {
  text-decoration: none;
}

body.orv-header-enhanced .orv-primary-nav a.is-active {
  color: var(--orv-dark);
  background: rgba(200, 162, 74, 0.12);
}

body.orv-header-enhanced .orv-header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

body.orv-header-enhanced .orv-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 50px;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  background: var(--orv-dark);
  color: #fffaf0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  box-shadow: var(--orv-shadow-soft);
}

body.orv-header-enhanced .orv-header-cta:hover {
  background: var(--orv-gold-deep);
}

body.orv-header-enhanced .orv-header-actions .wc-block-mini-cart,
body.orv-header-enhanced .orv-header-actions .wp-block-woocommerce-customer-account {
  margin: 0;
}

body.orv-footer-enhanced .wp-site-blocks > footer.wp-block-template-part {
  width: 100%;
  max-width: 100%;
  margin-top: 4rem !important;
}

body.orv-footer-enhanced .orv-footer-shell {
  background: linear-gradient(180deg, #18120d 0%, #0f0b08 100%);
  color: rgba(255, 248, 236, 0.86);
  padding: 3rem 20px 1.2rem;
}

body.orv-footer-enhanced .orv-footer-grid,
body.orv-footer-enhanced .orv-footer-bottom {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

body.orv-footer-enhanced .orv-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 2rem;
}

body.orv-footer-enhanced .orv-footer-brand {
  max-width: 420px;
}

body.orv-footer-enhanced .orv-footer-logo-link {
  display: inline-flex;
  margin-bottom: 1rem;
}

body.orv-footer-enhanced .orv-footer-logo {
  width: min(280px, 100%);
  max-height: 68px;
  object-fit: contain;
}

body.orv-footer-enhanced .orv-footer-title {
  margin: 0 0 1rem;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  color: #fffaf0;
}

body.orv-footer-enhanced .orv-footer-links {
  display: grid;
  gap: 0.7rem;
}

body.orv-footer-enhanced .orv-footer-links a,
body.orv-footer-enhanced .orv-footer-bottom p,
body.orv-footer-enhanced .orv-footer-brand p {
  color: rgba(255, 248, 236, 0.82);
}

body.orv-footer-enhanced .orv-footer-links a:hover {
  color: var(--orv-gold-soft);
}

body.orv-footer-enhanced .orv-footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(200, 162, 74, 0.16);
}

body.orv-footer-enhanced .orv-footer-bottom p {
  margin: 0;
}

body.single-product .orv-product-main {
  padding-top: 2rem !important;
  padding-bottom: 5rem !important;
}

body.single-product .orv-product-breadcrumbs {
  margin-bottom: 1rem;
  color: var(--orv-muted);
}

body.single-product .orv-product-breadcrumbs a {
  color: var(--orv-muted);
}

body.single-product .orv-product-frame {
  gap: clamp(1.25rem, 3vw, 2rem) !important;
  align-items: start;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(242, 225, 195, 0.72));
  border: 1px solid rgba(171, 129, 49, 0.2);
  border-radius: 42px;
  box-shadow: var(--orv-shadow);
}

body.single-product .orv-product-media-col .wp-block-woocommerce-product-image-gallery,
body.single-product .orv-product-media-col .woocommerce-product-gallery {
  background: rgba(255, 255, 255, 0.72);
}

body.single-product .orv-product-summary-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(0.2rem, 1vw, 0.8rem);
}

body.single-product .orv-product-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 0.2rem;
}

body.single-product .orv-product-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--orv-muted);
  font-size: 0.92rem;
}

body.single-product .orv-product-back::before {
  content: '←';
}

body.single-product .orv-product-kicker {
  margin: 0;
  color: var(--orv-gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.74rem;
  font-weight: 600;
}

body.single-product .orv-product-summary-col h1 {
  margin: 0;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  line-height: 1.02;
}

body.single-product .orv-product-price,
body.single-product .orv-product-summary-col .price {
  margin-top: 0 !important;
  color: var(--orv-gold-deep);
  font-size: 1.5rem;
  font-weight: 600;
}

body.single-product .orv-product-excerpt {
  color: var(--orv-muted);
  font-size: 1rem;
  line-height: 1.8;
}

body.single-product .orv-product-cart-form,
body.single-product .orv-product-meta {
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(171, 129, 49, 0.18);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: var(--orv-shadow-soft);
}

body.single-product .orv-product-cart-form .cart,
body.single-product .orv-product-cart-form .variations_button {
  gap: 0.65rem;
  align-items: center;
}

body.single-product .orv-product-meta .wp-block-group {
  gap: 0.45rem;
}

body.single-product .orv-product-details {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

body.single-product .orv-related-heading {
  margin: 3rem 0 1.2rem;
}

body.single-product .orv-related-heading h2 {
  margin: 0.7rem 0 0;
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 3vw, 3rem);
}

body.single-product .orv-product-main .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template {
  gap: 1.25rem;
}

body.single-product .orv-product-main .wp-block-woocommerce-product-collection.alignwide {
  margin-top: 0;
}

@media (max-width: 1100px) {
  body.orv-header-enhanced .orv-header-shell {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  body.orv-header-enhanced .orv-brand-group,
  body.orv-header-enhanced .orv-nav-group,
  body.orv-header-enhanced .orv-header-actions {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  body.orv-header-enhanced .orv-utility-inner,
  body.orv-footer-enhanced .orv-footer-grid,
  body.orv-footer-enhanced .orv-footer-bottom {
    width: min(100vw - 24px, 100%);
  }

  body.orv-footer-enhanced .orv-footer-grid {
    grid-template-columns: 1fr;
  }

  body.single-product .orv-product-frame {
    border-radius: 28px;
    padding: 1rem;
  }

  body.single-product .orv-product-summary-col h1 {
    font-size: clamp(2.1rem, 8vw, 3rem);
  }
}

@media (max-width: 781px) {
  body.orv-header-enhanced .orv-brand-link img {
    max-height: 54px;
  }

  body.orv-header-enhanced .orv-header-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  body.orv-header-enhanced .orv-primary-nav {
    width: 100%;
  }
}

/* 2026-03-20: tighten up single-product readability and related-card button contrast */
body.single-product .woocommerce .woocommerce-tabs .panel {
  padding: clamp(1.8rem, 3vw, 2.75rem) !important;
}

body.single-product .woocommerce .woocommerce-tabs .panel h2 {
  margin: 0 0 1rem;
}

body.single-product .woocommerce .woocommerce-tabs .panel p {
  margin: 0 0 1rem;
  line-height: 1.9;
}

body.single-product .woocommerce .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable,
body.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:visited {
  background: var(--orv-gold) !important;
  border-color: rgba(171, 129, 49, 0.28) !important;
  color: var(--orv-dark) !important;
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable span {
  color: var(--orv-dark) !important;
  opacity: 1 !important;
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:hover {
  background: var(--orv-gold-deep) !important;
  color: #fffaf0 !important;
}

body.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:hover span {
  color: #fffaf0 !important;
}

/* 2026-03-20: archive/category variable button contrast fix */
body.wp-theme-extendable.woocommerce .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable,
body.wp-theme-extendable.woocommerce .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:visited,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:visited {
  background: var(--orv-gold) !important;
  border-color: rgba(171, 129, 49, 0.28) !important;
  color: var(--orv-dark) !important;
}

body.wp-theme-extendable.woocommerce .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable *,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable * {
  color: var(--orv-dark) !important;
  fill: var(--orv-dark) !important;
  opacity: 1 !important;
}

body.wp-theme-extendable.woocommerce .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:hover,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:hover {
  background: var(--orv-gold-deep) !important;
  color: #fffaf0 !important;
}

body.wp-theme-extendable.woocommerce .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:hover *,
body.wp-theme-extendable.woocommerce-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button.product_type_variable:hover * {
  color: #fffaf0 !important;
  fill: #fffaf0 !important;
}

/* 2026-03-20: header utility spacing + hide cart cta */
body.orv-header-enhanced .orv-utility-bar {
  background: var(--orv-dark);
  color: rgba(255, 248, 236, 0.86);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.orv-header-enhanced .orv-utility-inner {
  width: min(1280px, calc(100vw - 16px));
  min-height: 40px;
  margin: 0 auto;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.orv-header-enhanced .orv-utility-inner p {
  margin: 0;
  white-space: nowrap;
}

body.orv-header-enhanced .wp-site-blocks > header.wp-block-template-part > .wp-block-group.alignfull {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

body.orv-header-enhanced .orv-header-shell {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 104px;
}

body.orv-header-enhanced .orv-brand-link img {
  width: min(320px, 100%);
  max-height: 66px;
  object-fit: contain;
}

body.orv-header-enhanced .orv-primary-nav .wp-block-navigation__container,
body.orv-header-enhanced .orv-primary-nav .wp-block-page-list {
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

body.orv-header-enhanced .orv-primary-nav .wp-block-navigation-item__content {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
}

body.orv-header-enhanced .orv-header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

body.orv-header-enhanced .orv-header-cta {
  display: none !important;
}

body.orv-header-enhanced .orv-header-actions .wc-block-mini-cart,
body.orv-header-enhanced .orv-header-actions .wp-block-woocommerce-customer-account {
  margin: 0;
  padding: 0.65rem;
}

@media (max-width: 1100px) {
  body.orv-header-enhanced .orv-header-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  body.orv-header-enhanced .orv-brand-group,
  body.orv-header-enhanced .orv-nav-group,
  body.orv-header-enhanced .orv-header-actions {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  body.orv-header-enhanced .orv-utility-bar {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
  }

  body.orv-header-enhanced .orv-utility-inner {
    width: min(100vw - 12px, 100%);
    min-height: 30px;
    padding: 0 2px;
    gap: 0.35rem;
  }

  body.orv-header-enhanced .orv-header-shell {
    min-height: auto;
  }
}



/* cart drawer button contrast fix */
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:visited,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:visited {
  color: var(--orv-dark) !important;
  border-color: rgba(171, 129, 49, 0.34) !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button *,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button__text,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button__icon,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button svg,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:visited *,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:visited .wc-block-components-button__text,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:visited .wc-block-components-button__icon,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:visited svg {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:not(.is-link),
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link) {
  background: var(--orv-paper) !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-cart,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart {
  background: var(--orv-paper) !important;
  color: var(--orv-dark) !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout {
  background: var(--orv-gold) !important;
  color: var(--orv-dark) !important;
  border-color: rgba(171, 129, 49, 0.38) !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:hover,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button:focus,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:focus {
  color: var(--orv-dark) !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-cart:hover,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart:hover,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-cart:focus,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart:focus {
  background: var(--orv-gold-soft) !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout:focus,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:focus {
  background: var(--orv-gold-deep) !important;
  color: #fffaf0 !important;
}

body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover *,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover *,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout:focus *,
body.wp-theme-extendable .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:focus * {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
