/* =========================================================================
   Oudora — WooCommerce
   ========================================================================= */

.woocommerce-breadcrumb {
  font-size: 12px; letter-spacing: .5px; text-transform: uppercase; color: var(--o-muted);
  padding-block: 22px 6px;
}
.woocommerce-breadcrumb a { color: var(--o-ink-soft); }
.woocommerce-breadcrumb a:hover { color: var(--o-gold-dark); }
.woocommerce-breadcrumb .sep { margin: 0 8px; color: var(--o-line); }

.woo-wrap { display: block; padding-block: 28px clamp(48px, 7vw, 90px); }
.woo-wrap.has-sidebar { display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: start; }
.woo-wrap.has-sidebar .site-main { order: 2; }
.woo-sidebar { order: 1; position: sticky; top: 120px; }
.woo-sidebar .widget { margin-bottom: 30px; }

/* ------------------------------------------------------------- Filters */
.o-filters { font-family: var(--o-sans); }
.o-filters-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding-bottom: 14px; margin-bottom: 18px; border-bottom: 1px solid var(--o-line);
}
.o-filters-title {
  font-family: var(--o-serif); font-size: 22px; font-weight: 500; margin: 0;
  display: flex; align-items: center; gap: 8px;
}
.o-filters-badge {
  font-family: var(--o-sans); font-size: 11px; font-weight: 600; line-height: 1;
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--o-ink); color: #fff;
}
.o-filters-clear { font-size: 12px; color: var(--o-gold-dark); text-decoration: underline; }
.o-filters-clear:hover { color: var(--o-ink); }

.o-facet { padding: 16px 0; border-bottom: 1px solid var(--o-line); }
.o-facet-title {
  font-family: var(--o-sans); font-size: 12px; font-weight: 600; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--o-ink); margin: 0 0 14px;
}
.o-facet-list { max-height: 260px; overflow-y: auto; padding-right: 4px; }
.o-facet-list::-webkit-scrollbar { width: 6px; }
.o-facet-list::-webkit-scrollbar-thumb { background: var(--o-line); border-radius: 3px; }

.o-facet-check {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  padding: 6px 0; font-size: 14px; color: var(--o-ink-soft); line-height: 1.3;
}
.o-facet-check:hover { color: var(--o-ink); }
.o-facet-check input[type="checkbox"] {
  appearance: none; -webkit-appearance: none; flex: 0 0 auto;
  width: 17px; height: 17px; margin: 0; border: 1px solid var(--o-line);
  border-radius: 4px; background: var(--o-surface); cursor: pointer; position: relative;
  transition: background var(--o-transition), border-color var(--o-transition);
}
.o-facet-check input[type="checkbox"]:checked { background: var(--o-ink); border-color: var(--o-ink); }
.o-facet-check input[type="checkbox"]:checked::after {
  content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.o-facet-check input[type="checkbox"]:focus-visible { outline: 2px solid var(--o-gold); outline-offset: 2px; }
.o-facet-name { flex: 1 1 auto; }
.o-facet-count { flex: 0 0 auto; font-size: 12px; color: var(--o-muted); }

.o-price-fields { display: flex; align-items: center; gap: 8px; }
.o-price-field {
  display: flex; align-items: center; flex: 1 1 0; min-width: 0;
  border: 1px solid var(--o-line); border-radius: var(--o-radius); background: var(--o-surface);
  padding: 0 10px; transition: border-color var(--o-transition);
}
.o-price-field:focus-within { border-color: var(--o-gold); }
.o-price-sym { color: var(--o-muted); font-size: 13px; }
.o-price-field input {
  width: 100%; min-width: 0; border: 0; background: transparent; padding: 10px 4px;
  font-family: var(--o-sans); font-size: 14px; color: var(--o-ink); outline: none;
}
.o-price-field input::-webkit-outer-spin-button,
.o-price-field input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.o-price-field input { -moz-appearance: textfield; }
.o-price-dash { color: var(--o-muted); }

.o-filters-apply {
  width: 100%; margin-top: 20px; padding: 13px 18px; cursor: pointer;
  font-family: var(--o-sans); font-size: 11.5px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: #fff; background: var(--o-ink);
  border: 1px solid var(--o-ink); border-radius: var(--o-radius);
  transition: background var(--o-transition), color var(--o-transition);
}
.o-filters-apply:hover { background: var(--o-gold-dark); border-color: var(--o-gold-dark); }

/* Mobile filter toggle (injected by JS). */
.o-filter-toggle {
  display: none; align-items: center; gap: 8px; cursor: pointer;
  font-family: var(--o-sans); font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--o-ink); background: var(--o-surface);
  border: 1px solid var(--o-ink); border-radius: var(--o-radius); padding: 11px 18px;
}
.o-filter-toggle svg { width: 16px; height: 16px; }

.woocommerce-products-header { text-align: center; margin-bottom: 36px; }
.woocommerce-products-header__title, .page-title {
  font-family: var(--o-serif); font-size: clamp(30px, 5vw, 52px); margin: 0 0 12px;
}
.term-description { max-width: 70ch; margin: 0 auto; color: var(--o-ink-soft); }

/* Toolbar */
.woocommerce-result-count { color: var(--o-muted); font-size: 13px; margin: 0; }
.woocommerce-ordering select {
  font-family: var(--o-sans); font-size: 13px; padding: 11px 42px 11px 16px; border: 1px solid var(--o-line);
  border-radius: var(--o-radius); background-color: var(--o-surface); color: var(--o-ink); cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161311' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 14px;
}
.woocommerce-ordering select::-ms-expand { display: none; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; }

/* ---------------------------------------------------------- Product grid */
ul.products {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(18px, 2vw, 30px); row-gap: clamp(36px, 4vw, 54px);
  margin: 0; padding: 0; list-style: none;
}
/* WooCommerce's clearfix pseudo-elements would otherwise occupy grid cells and
   push the first product into column 2, leaving a blank top-left gap. The
   .woocommerce-prefixed selector + !important beats WC core's own rule. */
.woocommerce ul.products::before, .woocommerce ul.products::after,
ul.products::before, ul.products::after { content: none !important; display: none !important; }
ul.products.columns-3 { grid-template-columns: repeat(3, 1fr); }
ul.products li.product { margin: 0 !important; width: auto !important; float: none !important; }

/* -------------------------------------------------------------- Card
   Image-led perfume boutique card. The product sits on a softly lit media
   surface while the editorial details stay open and unboxed beneath it. */
.o-card {
  position: relative; min-width: 0;
  background: transparent; display: flex; flex-direction: column; height: 100%;
}

/* Media — a warm studio sweep gives white-background product photography
   shape without competing with the bottle. */
.o-card-media-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  border: 1px solid rgba(122, 93, 35, .16); border-radius: 10px;
  background:
    radial-gradient(110% 72% at 50% 8%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 45%, rgba(241, 236, 227, .92) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
  transition: transform var(--o-transition), border-color var(--o-transition), box-shadow var(--o-transition);
}
.o-card:hover .o-card-media-wrap {
  transform: translateY(-4px); border-color: rgba(184, 146, 63, .52);
  box-shadow: 0 18px 38px rgba(67, 49, 24, .12), 0 1px 0 rgba(255, 255, 255, .92) inset;
}
.o-card:focus-within .o-card-media-wrap { border-color: var(--o-gold); }
.o-card-media { display: block; position: relative; aspect-ratio: 4/5; }
/* Fill the media box edge-to-edge. !important beats WooCommerce core's
   `.woocommerce ul.products li.product img { height: auto }`, which otherwise
   wins on specificity and leaves a blank band under square product images. */
.o-card-media .o-card-img-1, .o-card-media img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important; object-fit: cover !important;
  transition: opacity .6s ease, transform .9s cubic-bezier(.2, .7, .2, 1);
}
.o-card-media .o-card-img-2 { opacity: 0; }
.o-card-media.has-second:hover .o-card-img-1 { opacity: 0; }
.o-card-media.has-second:hover .o-card-img-2 { opacity: 1; }
.o-card:hover .o-card-media img { transform: scale(1.035); }
.o-card.outofstock .o-card-media img { filter: saturate(.78); }

.o-badges { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 4; display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.o-badge {
  font-family: var(--o-sans); font-size: 9px; font-weight: 700; letter-spacing: 1.25px; text-transform: uppercase;
  padding: 6px 9px; border-radius: 3px; color: #fff; line-height: 1;
  box-shadow: 0 4px 14px rgba(22, 19, 17, .12);
}
.o-badge.sale { background: var(--o-sale); }
.o-badge.new { background: var(--o-ink); }
.o-badge.oos { background: rgba(103, 97, 89, .9); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }

.o-card-body { padding: 18px 2px 0; display: flex; flex-direction: column; flex: 1; min-width: 0; text-align: left; }
.o-card-brand {
  font-family: var(--o-sans); font-size: 9.5px; font-weight: 700; letter-spacing: 1.65px; text-transform: uppercase;
  color: var(--o-gold-darker); margin-bottom: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
/* Scoped to out-specify WooCommerce core's
   `.woocommerce ul.products li.product .woocommerce-loop-product__title`
   (0,4,2), which otherwise forces the title to 1em/16px. Fraunces 600 at
   18px reads far better than the thin 500 at the smaller size.
   min-height reserves ~2 lines so 1- and 2-line titles keep prices aligned. */
.woocommerce ul.products li.product h3.o-card-title,
.o-card-title {
  font-family: var(--o-serif); font-size: 18px; line-height: 1.28; letter-spacing: -.01em;
  color: var(--o-ink); margin: 0 0 10px; font-weight: 600; min-height: 2.56em; text-wrap: balance;
  transition: color var(--o-transition);
}
.o-card-body:hover .o-card-title, .o-card-body:focus-visible .o-card-title { color: var(--o-gold-dark); }

.o-card-rating { display: flex; align-items: center; justify-content: flex-start; gap: 7px; margin-bottom: 10px; min-height: 17px; }
.o-rating-count { font-size: 12px; color: var(--o-muted); }
.star-rating { font-size: 13px; color: var(--o-gold); }
.star-rating::before { color: var(--o-gold-soft); }
.star-rating span::before { color: var(--o-gold); }

/* Price and compact arrow form a stable card footer. Scoped
   (`.o-card-price.price` = 0,4,2) to beat WooCommerce
   core's `.woocommerce ul.products li.product .price` (0,3,2), which otherwise
   wins and paints the price a muddy olive (#958e09) at 0.857em. */
.o-card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(122, 93, 35, .18);
}
.woocommerce ul.products li.product .o-card-price.price,
.o-card-price {
  min-width: 0; font-family: var(--o-sans); font-size: 14px; font-weight: 600; color: var(--o-ink); letter-spacing: -.01em;
  margin: 0; font-variant-numeric: lining-nums tabular-nums;
}
.woocommerce ul.products li.product .o-card-price.price del,
.o-card-price del { color: var(--o-muted); font-weight: 400; margin-right: 6px; }
.woocommerce ul.products li.product .o-card-price.price ins,
.o-card-price ins { color: var(--o-sale); font-weight: 600; text-decoration: none; }
.o-card-price .amount { white-space: nowrap; }
.o-card-arrow {
  flex: 0 0 42px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--o-line); border-radius: 50%; background: rgba(255, 255, 255, .72); color: var(--o-ink);
  transition: background var(--o-transition), border-color var(--o-transition), color var(--o-transition), transform var(--o-transition);
}
.o-card-body:hover .o-card-arrow, .o-card-body:focus-visible .o-card-arrow { background: var(--o-ink); border-color: var(--o-ink); color: #fff; transform: translateX(2px); }
.o-card-body:active .o-card-arrow { transform: translateX(2px) scale(.96); }

/* Primary "alt" buttons (single add-to-cart, place order) — WooCommerce ships
   these in a hard-coded purple accent; !important brings them onto the
   gold/black palette regardless of plugin stylesheet load order. */
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce .single_add_to_cart_button,
.woocommerce #place_order {
  background: var(--o-gold) !important; border-color: var(--o-gold) !important; color: #fff !important;
}
.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce #place_order:hover {
  background: var(--o-gold-dark) !important; border-color: var(--o-gold-dark) !important; color: #fff !important;
}
.woocommerce .button.alt.disabled,
.woocommerce .single_add_to_cart_button.disabled { background: var(--o-muted) !important; border-color: var(--o-muted) !important; opacity: .7; }

/* Sale flash (single + cards) */
.onsale {
  background: var(--o-sale); color: #fff; font-family: var(--o-sans); font-size: 12px; font-weight: 600;
  letter-spacing: .5px; padding: 6px 10px; border-radius: 3px; min-height: auto; line-height: 1; margin: 0;
}

/* --------------------------------------------------- Single product ===== */
.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); }
/* Let the gallery fill its grid column (WooCommerce defaults it to 48% + float,
   which leaves the image small and boxed). */
.single-product div.product .woocommerce-product-gallery { margin: 0; width: 100% !important; float: none; }
.single-product .woocommerce-product-gallery__wrapper { border-radius: var(--o-radius); overflow: hidden; width: 100%; }
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image img { width: 100%; }
.single-product div.product .summary { margin: 0; width: 100% !important; float: none !important; }
/* Flexslider calculates .flex-viewport height before images load → wrong pixel
   height on first render. height:auto (CSS !important beats the inline style
   Flexslider sets via jQuery .css()) lets the container size to its content. */
.single-product .woocommerce-product-gallery .flex-viewport { height: auto !important; }

/* Brand eyebrow — gold hairline rule + refined small-caps */
.single-product .o-single-brand {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600;
  color: var(--o-gold); margin-bottom: 18px;
}
.single-product .o-single-brand::before {
  content: ''; display: block; width: 28px; height: 1px;
  background: var(--o-gold); flex: 0 0 auto;
}

/* Title — dramatic Fraunces; full 100% column lets long names sit to 1–2 lines */
.single-product .product_title {
  font-size: clamp(24px, 3.2vw, 44px); line-height: 1.08; letter-spacing: -0.3px; margin-bottom: 14px;
}

/* Gender — refined overline-style tag with separator below */
.single-product .o-single-gender {
  display: inline-block; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 500; color: var(--o-muted); margin: 0 0 24px; padding-bottom: 24px;
  border-bottom: 1px solid var(--o-line);
}

.single-product .woocommerce-product-rating { margin-bottom: 14px; }

/* Price — large, dark, prominent (override WC core's p.price and span.price rules).
   `:not(.o-card-price)` keeps this off the related / "Frequently bought together"
   loop cards, whose `.o-card-price.price` divs would otherwise inherit the 32px PDP size. */
.single-product .price:not(.o-card-price),
.single-product div.product p.price:not(.o-card-price),
.single-product div.product span.price:not(.o-card-price) {
  font-size: 32px !important; color: var(--o-ink) !important; font-family: var(--o-sans); font-weight: 700;
  margin: 0 0 6px; letter-spacing: -0.5px;
}
.single-product .price:not(.o-card-price) .woocommerce-Price-currencySymbol {
  font-size: 0.55em; font-weight: 400; vertical-align: 0.35em; margin-right: 2px; letter-spacing: 0;
}
.single-product .price:not(.o-card-price) del { color: var(--o-muted); font-size: 22px; font-weight: 400; }
.single-product .price:not(.o-card-price) ins { color: var(--o-sale); text-decoration: none; }
.single-product .o-price-note { font-size: 11.5px; color: var(--o-muted); margin: 0 0 26px; letter-spacing: 0.2px; }

/* Numerals: render every price in the sans with lining + tabular figures so
   amounts read cleanly and align (Fraunces' serif figures are avoided). */
.woocommerce-Price-amount, .wc-block-formatted-money-amount, .price .amount {
  font-family: var(--o-sans); font-variant-numeric: lining-nums tabular-nums;
}
.single-product .woocommerce-product-details__short-description { color: var(--o-ink-soft); margin-bottom: 24px; }

.single-product .variations { width: 100%; margin-bottom: 18px; }
/* Stack the attribute label above its options (matches the source layout). */
.single-product .variations,
.single-product .variations tbody,
.single-product .variations tr,
.single-product .variations th,
.single-product .variations td { display: block; width: 100%; }
.single-product .variations td, .single-product .variations th { padding: 4px 0; }
.single-product .variations label { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; color: var(--o-ink); margin-bottom: 14px; display: block; }
.single-product .variations select { padding: 12px 16px; border: 1px solid var(--o-line); border-radius: var(--o-radius); font-family: var(--o-sans); min-width: 220px; }
/* Pill-button swatches replacing the native dropdown. !important beats
   WooCommerce core's higher-specificity `form.cart .variations select` rule. */
.single-product .variations select.o-has-swatches { display: none !important; }
.o-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.o-swatch {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background: var(--o-surface); color: var(--o-ink); border: 1px solid var(--o-line); border-radius: 6px;
  padding: 12px 26px; font-family: var(--o-sans); font-size: 13px; line-height: 1; letter-spacing: 1px;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.o-swatch:hover { border-color: var(--o-ink-soft); box-shadow: 0 2px 8px rgba(22,19,17,.08); }
.o-swatch:focus-visible { outline: 2px solid var(--o-gold); outline-offset: 2px; }
.o-swatch.is-active { background: var(--o-ink); border-color: var(--o-ink); color: #fff; box-shadow: none; }
.o-swatch.is-disabled { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
/* The chosen variation drives the title price, so hide WC's duplicate readout. */
.single-product .woocommerce-variation-price { display: none; }
/* A size is always preselected (source behaviour), so the Clear link is noise. */
.single-product .reset_variations { display: none !important; }

/* Quantity label + stepper, with the add-to-cart stacked full-width below
   (matches the source store's purchase block). */
.single-product form.cart:not(.variations_form),
.single-product .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 26px; }
.single-product form.variations_form.cart { display: block; }
.single-product .o-qty-label { flex: 0 0 100%; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; color: var(--o-ink); margin: 4px 0 4px; }
.single-product .quantity { flex: 0 0 auto; display: inline-flex; align-items: stretch; border: 1px solid var(--o-line); border-radius: 6px; overflow: hidden; background: #fff; }
.single-product .o-qty-btn { width: 44px; border: 0; background: #fff; cursor: pointer; font-size: 18px; line-height: 1; color: var(--o-ink); transition: background-color .15s ease; }
.single-product .o-qty-btn:hover { background: var(--o-bg); }
.single-product .o-qty-btn:focus-visible { outline: 2px solid var(--o-gold); outline-offset: -2px; }
.single-product .quantity input.qty {
  width: 54px; height: 48px; border: 0; border-left: 1px solid var(--o-line); border-right: 1px solid var(--o-line);
  border-radius: 0; text-align: center; padding: 0; font-family: var(--o-sans); -moz-appearance: textfield;
}
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product .single_add_to_cart_button { flex: 1 0 100%; padding: 18px 38px; font-size: 11px !important; letter-spacing: 2.5px !important; border-radius: 4px !important; }

/* Trust signals row (beneath ATC) */
.o-trust-row {
  display: flex; align-items: center; justify-content: center; gap: 0;
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--o-line);
}
.o-trust-sep { width: 1px; height: 12px; background: var(--o-line); margin: 0 16px; flex: 0 0 auto; }
.o-trust-item {
  display: flex; align-items: center; gap: 6px; font-family: var(--o-sans);
  font-size: 10px; letter-spacing: 0.8px; text-transform: uppercase; color: var(--o-muted);
}
.o-trust-item svg { color: var(--o-gold-dark); flex: 0 0 auto; }

/* Inline description (replaces the WooCommerce tabs, mirrors the source). */
.single-product .o-single-desc { grid-column: 1 / -1; margin-top: clamp(40px, 6vw, 76px); }
.o-single-desc-inner { max-width: 860px; margin: 0 auto; }
.o-single-desc-title { text-align: center; font-size: clamp(24px, 3vw, 34px); margin: 0 0 26px; }
.o-single-desc-body { color: var(--o-ink-soft); line-height: 1.85; }
.o-single-desc-body > :first-child { margin-top: 0; }
.o-single-desc-body h1, .o-single-desc-body h2, .o-single-desc-body h3 {
  color: var(--o-ink); font-family: var(--o-serif); margin: 1.6em 0 .5em; line-height: 1.3;
}
.o-single-desc-body h1 { font-size: clamp(20px, 2.4vw, 26px); }
.o-single-desc-body h2 { font-size: clamp(18px, 2.1vw, 23px); }
.o-single-desc-body ul, .o-single-desc-body ol { padding-left: 1.3em; margin: 1em 0; }
.o-single-desc-body li { margin-bottom: .4em; }
.o-single-desc-body.o-clamp { max-height: 460px; overflow: hidden; position: relative; }
.o-single-desc-body.o-clamp::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 150px;
  background: linear-gradient(transparent, var(--o-bg)); pointer-events: none;
}
.o-single-desc-body.is-expanded { max-height: none; }
.o-single-desc-body.is-expanded::after { display: none; }
.o-readmore {
  display: block; margin: 22px auto 0; background: none; border: 0; border-bottom: 1px solid var(--o-ink);
  padding: 4px 0; font-family: var(--o-sans); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; color: var(--o-ink);
}
.o-readmore:hover { color: var(--o-gold-dark); border-color: var(--o-gold-dark); }

/* Fragrance pyramid (Top / Middle / Base notes). */
.o-pyramid { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 44px); flex-wrap: wrap; margin: 0 auto 38px; }
.o-pyramid-svg { width: 190px; height: 162px; flex: 0 0 auto; }
.o-pyramid-notes { list-style: none; margin: 0; padding: 0; }
.o-pyramid-row { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.o-pyramid-row:last-child { margin-bottom: 0; }
.o-pyramid-tag {
  display: inline-flex; align-items: center; justify-content: center; min-width: 84px; height: 26px;
  padding: 0 18px 0 12px; font-family: var(--o-sans); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: #fff;
  clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%);
}
.o-pyramid-row.top .o-pyramid-tag { background: #c6a15b; color: #3a2c10; }
.o-pyramid-row.middle .o-pyramid-tag { background: #9e3b32; }
.o-pyramid-row.base .o-pyramid-tag { background: #2b3a52; }
.o-pyramid-val { color: var(--o-ink); font-size: 15px; border-bottom: 1px solid var(--o-line); padding-bottom: 4px; min-width: 150px; }

/* Main Accord bars. */
.o-accords { margin-top: 26px; }
.o-accords-title { text-align: center; font-family: var(--o-serif); font-size: 23px; font-weight: 500; margin: 0 0 12px; color: var(--o-ink); }
.o-accords-list { display: flex; flex-direction: column; gap: 7px; }
.o-accord-bar {
  border-radius: 999px; padding: 7px 18px; font-family: var(--o-sans); font-size: 13px; font-weight: 600;
  letter-spacing: .3px; text-align: center; white-space: nowrap; min-width: max-content; box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(22, 19, 17, .1), 0 1px 2px rgba(22, 19, 17, .06);
}

/* Tabs */
.woocommerce-tabs { grid-column: 1 / -1; margin-top: clamp(40px, 6vw, 72px); }
.woocommerce-tabs ul.tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--o-line); padding: 0; margin-bottom: 28px; flex-wrap: wrap; }
.woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce-tabs ul.tabs li {
  list-style: none; background: none; border: 0; margin: 0;
}
.woocommerce-tabs ul.tabs li a {
  display: inline-block; padding: 14px 6px; margin-right: 22px; font-family: var(--o-sans); font-size: 13px;
  font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--o-muted);
  border-bottom: 2px solid transparent;
}
.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li a:hover { color: var(--o-ink); border-color: var(--o-gold); }
.woocommerce-Tabs-panel { max-width: 860px; line-height: 1.8; color: var(--o-ink-soft); }
.woocommerce-Tabs-panel h2 { font-size: 26px; color: var(--o-ink); }

/* Up-sells / related */
.related, .upsells { grid-column: 1 / -1; margin-top: clamp(48px, 7vw, 90px); }
.related > h2, .upsells > h2 { font-family: var(--o-serif); font-size: clamp(26px, 3vw, 38px); text-align: center; margin-bottom: 36px; }

/* ----------------------------------------------------------- Cart ======= */
.woocommerce-cart .woo-wrap, .woocommerce-checkout .woo-wrap, .woocommerce-account .woo-wrap { display: block; }
.woocommerce table.shop_table {
  border: 1px solid var(--o-line); border-radius: var(--o-radius); border-collapse: collapse; width: 100%;
}
.woocommerce table.shop_table th { font-family: var(--o-sans); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 16px; text-align: left; }
.woocommerce table.shop_table td { padding: 16px; border-top: 1px solid var(--o-line); }
.woocommerce .cart_item img { width: 70px; border-radius: var(--o-radius); }
.woocommerce .cart-collaterals .cart_totals { float: right; width: 42%; }
.woocommerce .cart_totals h2 { font-family: var(--o-serif); }
.woocommerce .coupon input { padding: 13px 16px; border: 1px solid var(--o-line); border-radius: var(--o-radius); }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { width: 100%; }

/* Forms (checkout / account) */
.woocommerce form .form-row label { font-size: 13px; letter-spacing: .5px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.woocommerce-account .woocommerce input.input-text {
  padding: 13px 16px; border: 1px solid var(--o-line); border-radius: var(--o-radius); font-family: var(--o-sans); width: 100%;
}
/* WooCommerce upgrades country/region fields to SelectWoo, so give that
   replacement the same dropdown chevron alignment as native selects. */
.select2-container--default .select2-selection--single {
  min-height: 48px; border: 1px solid var(--o-line); border-radius: var(--o-radius); background: var(--o-surface);
  display: flex; align-items: center; padding: 13px 42px 13px 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0; color: var(--o-ink); font-family: var(--o-sans); line-height: 1.3;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 42px; height: 100%; top: 0; right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 14px; height: 14px; margin: 0; border: 0; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161311' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single { border-color: var(--o-gold); }
.woocommerce #payment, .woocommerce-checkout #order_review { background: var(--o-surface); border: 1px solid var(--o-line); border-radius: var(--o-radius); padding: 24px; }

/* Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 16px;
  border: 1px solid var(--o-line); border-top: 3px solid var(--o-gold);
  background: var(--o-surface); border-radius: var(--o-radius);
  padding: 16px 22px; margin: 0 0 24px; box-shadow: var(--o-shadow); list-style: none;
  font-family: var(--o-sans); font-size: 15px; line-height: 1.45; color: var(--o-ink);
}
.woocommerce-error { border-top-color: var(--o-sale); flex-direction: column; align-items: stretch; }
/* Replace WooCommerce's icon-font glyph with a clean circular status badge. */
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
  content: ""; position: static; top: auto; left: auto; margin: 0;
  flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%;
  background-color: var(--o-gold); background-repeat: no-repeat; background-position: center;
  background-size: 13px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.woocommerce-info::before {
  background-color: var(--o-ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Ccircle cx='12' cy='6.6' r='1.5'/%3E%3Crect x='10.8' y='10' width='2.4' height='9' rx='1.2'/%3E%3C/svg%3E");
}
.woocommerce-error::before {
  background-color: var(--o-sale);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Crect x='10.8' y='5' width='2.4' height='9' rx='1.2'/%3E%3Ccircle cx='12' cy='17.6' r='1.5'/%3E%3C/svg%3E");
}
/* Push the action button (View cart) to the far right of the message row.
   !important + element-qualified selector beats WooCommerce core's own
   `.woocommerce-message a.button` margin rule. */
.woocommerce-message a.button, .woocommerce-info a.button {
  order: 3; margin: 0 0 0 auto !important; float: none !important; flex: 0 0 auto;
  padding: 11px 24px; font-size: 11px; letter-spacing: 1.5px;
}
.woocommerce-error li { list-style: none; }

/* ----------------------------------------------- Mini cart (drawer) ===== */
/* The body is a flex column: the item list scrolls, the total + buttons stay
   pinned to the bottom of the drawer. */
.o-cart-body { display: flex; flex-direction: column; padding: 0; }
.o-cart-body .woocommerce-mini-cart__empty-message {
  margin: auto; text-align: center; color: var(--o-muted); font-size: 15px; padding: 40px 24px;
}

.o-cart-body ul.cart_list {
  list-style: none; margin: 0; padding: 6px 22px; flex: 1 1 auto; overflow-y: auto;
}
.o-cart-body ul.cart_list li.mini_cart_item {
  position: relative; display: flex; align-items: center; gap: 14px;
  padding: 16px 30px 16px 0; margin: 0;
  border-bottom: 1px solid var(--o-line);
}

/* Thumbnail */
.o-cart-body .o-mini-thumb {
  flex: 0 0 64px; display: block; width: 64px; height: 80px; border-radius: var(--o-radius);
  overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px var(--o-line);
}
.o-cart-body .o-mini-thumb img {
  width: 100% !important; height: 100% !important; margin: 0 !important;
  object-fit: cover; display: block; position: static !important; border-radius: 0;
}

/* Details */
.o-cart-body .o-mini-info { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.o-cart-body .o-mini-name {
  font-family: var(--o-serif); font-size: 16px; line-height: 1.25; color: var(--o-ink);
  text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.o-cart-body .o-mini-name:hover { color: var(--o-gold-dark); }
.o-cart-body .o-mini-info .variation,
.o-cart-body .o-mini-info dl.variation {
  margin: 0; font-family: var(--o-sans); font-size: 12px; color: var(--o-muted); line-height: 1.4;
}
.o-cart-body .o-mini-info dl.variation dt,
.o-cart-body .o-mini-info dl.variation dd { display: inline; margin: 0; font-weight: 400; }
.o-cart-body .o-mini-info dl.variation dd { margin-right: 8px; }
.o-cart-body .o-mini-info .quantity {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 2px;
  font-family: var(--o-sans); border: 0; padding: 0;
}
.o-cart-body .o-mini-info .o-qty-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 26px; height: 24px; padding: 0 8px;
  border: 1px solid var(--o-line); border-radius: 999px;
  background: var(--o-surface-2); color: var(--o-ink);
  font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: .3px;
}
.o-cart-body .o-mini-info .o-qty-sep { color: var(--o-muted); font-size: 12px; }
.o-cart-body .o-mini-info .o-qty-price { font-size: 14px; font-weight: 600; color: var(--o-ink); }
.o-cart-body .o-mini-info .o-qty-price .amount,
.o-cart-body .o-mini-info .o-qty-price .woocommerce-Price-amount { color: var(--o-ink); }

/* Remove button — floats in the top-right corner of the item. */
.o-cart-body ul.cart_list li.mini_cart_item .remove {
  position: absolute; top: 16px; right: 0;
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%; margin: 0;
  font-size: 18px; line-height: 1; font-weight: 400; text-decoration: none;
  color: var(--o-muted); background: var(--o-surface-2);
  transition: background var(--o-transition), color var(--o-transition);
}
.o-cart-body ul.cart_list li.mini_cart_item .remove:hover {
  background: var(--o-sale); color: #fff;
}

/* Pinned footer: subtotal + actions */
.o-cart-body .woocommerce-mini-cart__total {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 18px 22px 14px; margin: 0; border-top: 1px solid var(--o-line);
  font-family: var(--o-sans); font-size: 14px; font-weight: 600; letter-spacing: .3px;
  text-transform: uppercase; color: var(--o-ink-soft);
}
.o-cart-body .woocommerce-mini-cart__total .amount,
.o-cart-body .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-family: var(--o-sans); font-size: 19px; font-weight: 700; letter-spacing: 0;
  font-variant-numeric: lining-nums tabular-nums; text-transform: none; color: var(--o-ink);
}
.o-cart-body .woocommerce-mini-cart__buttons {
  display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0 22px 22px;
}
.o-cart-body .woocommerce-mini-cart__buttons .button {
  width: 100%; margin: 0; padding: 15px 18px; text-align: center;
  font-size: 12px; letter-spacing: 1.6px;
}
.o-cart-body .woocommerce-mini-cart__buttons .checkout {
  background: var(--o-gold); border-color: var(--o-gold); color: #fff;
}
.o-cart-body .woocommerce-mini-cart__buttons .checkout:hover {
  background: var(--o-gold-dark); border-color: var(--o-gold-dark);
}

/* Account nav */
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; border: 1px solid var(--o-line); border-radius: var(--o-radius); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 13px 18px; border-bottom: 1px solid var(--o-line); font-size: 14px; }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--o-surface-2); color: var(--o-gold-dark); font-weight: 500; }

@media (max-width: 1180px) {
  ul.products { grid-template-columns: repeat(3, 1fr); }
  .woo-wrap.has-sidebar { grid-template-columns: 1fr; }
  .woo-sidebar { position: static; order: 0; }
  .o-filter-toggle { display: inline-flex; }
  .o-filters-aside .o-filters { display: none; margin-top: 18px; }
  .o-filters-aside.is-open .o-filters { display: block; }
  .single-product div.product { grid-template-columns: 1fr; }
  .woocommerce .cart-collaterals .cart_totals { float: none; width: 100%; }
}
@media (max-width: 680px) {
  ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 11px; row-gap: 30px; }
  .o-card-media-wrap { border-radius: 7px; }
  .o-card-media { aspect-ratio: 4/5; }
  .o-card-body { padding: 12px 1px 0; }
  .o-card-brand { font-size: 8.5px; letter-spacing: 1.25px; margin-bottom: 6px; }
  .woocommerce ul.products li.product h3.o-card-title,
  .o-card-title { font-size: 15px; line-height: 1.27; margin-bottom: 8px; min-height: 2.54em; }
  .o-card-rating { gap: 5px; margin-bottom: 8px; }
  .star-rating { font-size: 12px; }
  .o-rating-count { font-size: 10.5px; }
  .o-card-foot { gap: 7px; padding-top: 9px; }
  .woocommerce ul.products li.product .o-card-price.price,
  .o-card-price { font-size: 12.5px; line-height: 1.35; }
  .o-card-arrow { flex-basis: 44px; width: 44px; height: 44px; }
  .o-badges { top: 8px; left: 8px; right: 8px; gap: 4px; }
  .o-badge { font-size: 8px; padding: 5px 7px; letter-spacing: 1px; }
}
@media (max-width: 420px) {
  ul.products { column-gap: 9px; row-gap: 26px; }
  .o-card-body { padding-top: 10px; }
  .o-rating-count { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .o-card-media-wrap, .o-card-media img, .o-card-arrow { transition-duration: .01ms; }
  .o-card:hover .o-card-media-wrap, .o-card:hover .o-card-media img, .o-card-body:hover .o-card-arrow, .o-card-body:focus-visible .o-card-arrow { transform: none; }
}

/* =========================================================================
   Pagination — override WooCommerce's default floated/bordered cells with the
   theme's spaced pill buttons. Selectors match WooCommerce core specificity so
   the theme stylesheet (enqueued after Woo) wins the cascade.
   ========================================================================= */
.woocommerce nav.woocommerce-pagination {
  margin-top: 56px; text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 8px; margin: 0; padding: 0; border: 0; border-radius: 0; list-style: none;
  background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-flex; margin: 0; padding: 0; border: 0; overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 44px; padding: 0 12px; margin: 0;
  border: 1px solid var(--o-line); border-radius: var(--o-radius);
  background: var(--o-surface); color: var(--o-ink);
  font-family: var(--o-sans); font-size: 14px; font-weight: 500; line-height: 1;
  text-decoration: none;
  transition: color var(--o-transition), border-color var(--o-transition), background var(--o-transition);
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus-visible {
  border-color: var(--o-gold); color: var(--o-gold-dark); background: var(--o-surface);
  outline: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
  background: var(--o-ink); color: #fff; border-color: var(--o-ink); font-weight: 600;
}
/* Ellipsis: plain, no box. */
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.dots {
  min-width: auto; height: auto; padding: 0 4px;
  border-color: transparent; background: transparent; color: var(--o-muted);
  align-self: center;
}
/* Prev / next arrows. */
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next {
  font-size: 16px; color: var(--o-ink-soft);
}

@media (max-width: 480px) {
  .woocommerce nav.woocommerce-pagination ul { gap: 6px; }
  .woocommerce nav.woocommerce-pagination ul li a.page-numbers,
  .woocommerce nav.woocommerce-pagination ul li span.page-numbers {
    min-width: 38px; height: 38px; padding: 0 9px; font-size: 13px;
  }
}

/* =======================================================================
   Block Checkout — Order summary (wp-block-woocommerce-checkout-*)
   Scoped under .wc-block-checkout so these rules beat the default
   wc-blocks-style sheet on equal/greater specificity.
   ======================================================================= */

/* The block Cart/Checkout need a wide container for their two-column
   (form + order summary) layout — WooCommerce only enables it once the block
   is wide enough (the `is-large` breakpoint, ~1024px). The theme's prose
   column caps pages at 760px, which forces the single-column stacked layout,
   so widen the content wrapper on just these pages. */
.o-entry-content:has(.wc-block-checkout),
.o-entry-content:has(.wp-block-woocommerce-cart) { max-width: 1180px; }

/* Give the summary column a little more room so product names don't wrap
   one word per line in the narrow default sidebar. */
.wc-block-checkout .wc-block-checkout__sidebar { flex-basis: 340px; }

/* Summary card */
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background: var(--o-surface); border: 1px solid var(--o-line);
  border-radius: var(--o-radius); box-shadow: var(--o-shadow);
  padding: 22px 22px 8px;
}
.wc-block-checkout__sidebar.is-sticky { top: 120px; }
/* Drop the block's own inner padding — the card already provides it. */
.wc-block-checkout .wc-block-components-order-summary { padding-left: 0; padding-right: 0; }
.wc-block-checkout .wc-block-components-order-summary__content { padding: 0; }

/* Title */
.wc-block-checkout .wc-block-components-checkout-order-summary__title { margin: 0 0 18px; }
.wc-block-checkout .wc-block-components-checkout-order-summary__title-text {
  font-family: var(--o-serif); font-size: 22px; font-weight: 500; letter-spacing: 0; color: var(--o-ink);
}
.wc-block-checkout .wc-block-components-checkout-order-summary__title-price {
  font-family: var(--o-sans); font-size: 14px; color: var(--o-muted);
}

/* Section dividers */
.wc-block-checkout .wc-block-components-totals-wrapper { border-color: var(--o-line); padding: 16px 0; }
.wc-block-checkout .wc-block-components-order-summary { border-color: var(--o-line); }

/* Line items */
.wc-block-checkout .wc-block-components-order-summary-item { padding: 18px 0; }
.wc-block-checkout .wc-block-components-order-summary-item__image img {
  border-radius: var(--o-radius); box-shadow: inset 0 0 0 1px var(--o-line);
}
/* Quantity badge over the thumbnail */
.wc-block-checkout .wc-block-components-order-summary-item__quantity {
  background: var(--o-ink); color: #fff; border: 2px solid var(--o-surface);
  font-family: var(--o-sans); font-weight: 600; box-shadow: var(--o-shadow);
}
.wc-block-checkout .wc-block-components-order-summary-item__description { min-width: 0; }
.wc-block-checkout .wc-block-components-product-name {
  font-family: var(--o-serif); font-size: 15px; line-height: 1.25; color: var(--o-ink);
}
.wc-block-checkout .wc-block-components-product-metadata,
.wc-block-checkout .wc-block-components-product-details {
  font-family: var(--o-sans); font-size: 12px; color: var(--o-muted); line-height: 1.5; margin-top: 4px;
}
.wc-block-checkout .wc-block-components-product-details__name { color: var(--o-muted); }
.wc-block-checkout .wc-block-components-product-details__value { color: var(--o-ink-soft); }
.wc-block-checkout .wc-block-components-order-summary-item__total-price,
.wc-block-checkout .wc-block-components-product-price__value {
  font-family: var(--o-sans); font-weight: 600; color: var(--o-ink);
}
.wc-block-checkout .wc-block-components-order-summary-item__individual-prices {
  font-family: var(--o-sans); font-size: 12px; color: var(--o-muted);
}

/* Totals rows (subtotal, shipping, etc.) */
.wc-block-checkout .wc-block-components-totals-item__label {
  font-family: var(--o-sans); font-size: 14px; color: var(--o-ink-soft);
}
.wc-block-checkout .wc-block-components-totals-item__value {
  font-family: var(--o-sans); font-size: 14px; font-weight: 600; color: var(--o-ink);
}

/* Grand total — label stays serif, the amount uses the sans for clean numerals. */
.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: var(--o-serif); font-size: 18px; font-weight: 500; color: var(--o-ink);
}
.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: var(--o-sans); font-size: 21px; font-weight: 700; color: var(--o-ink);
  font-variant-numeric: lining-nums tabular-nums;
}
.wc-block-checkout .wc-block-components-totals-footer-item-tax-value { color: var(--o-muted); }

/* Coupon toggle */
.wc-block-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-family: var(--o-sans); font-size: 14px; font-weight: 500; color: var(--o-ink);
}
.wc-block-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:hover { color: var(--o-gold-dark); }

/* Coupon apply button + inputs adopt the theme accent */
.wc-block-checkout .wc-block-components-totals-coupon__button,
.wc-block-checkout .wc-block-components-button.wc-block-components-button.contained {
  background: var(--o-ink); border-radius: var(--o-radius);
}
.wc-block-checkout .wc-block-components-button.wc-block-components-button.contained:hover { background: var(--o-gold-dark); }
