/*
 * Native single-product system.
 * Loaded after the shared theme and plugin styles on product requests only.
 */

body.oasis-redesign.single-product .ol-product-shell {
  padding: calc(34px + 76px + clamp(1rem, 2vw, 1.75rem)) 0 0 !important;
}

body.oasis-redesign.single-product .ol-product-hero {
  padding: 0 0 clamp(3rem, 7vw, 6rem);
}

/* Breadcrumb */
body.oasis-redesign.single-product .ol-product-breadcrumbs {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
  color: color-mix(in oklab, var(--ol-ink-900) 56%, transparent);
  font: 600 .7rem/1.4 var(--ol-font-body);
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.oasis-redesign.single-product .ol-product-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.oasis-redesign.single-product .ol-product-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-width: 0;
}

body.oasis-redesign.single-product .ol-product-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: color-mix(in oklab, var(--ol-ink-900) 27%, transparent);
}

body.oasis-redesign.single-product .ol-product-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

body.oasis-redesign.single-product .ol-product-breadcrumbs a:hover {
  color: var(--ol-forest-900);
}

/* Hero grid */
body.oasis-redesign.single-product .ol-product-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.06fr) minmax(25rem, .94fr);
  gap: clamp(2.5rem, 5.6vw, 5.75rem);
  align-items: start;
}

/* Gallery: one outer plate, one concentric image surface. */
body.oasis-redesign.single-product .ol-product-gallery {
  --ol-gallery-padding: clamp(.75rem, 1.25vw, 1rem);
  --ol-gallery-radius: 28px;
  --ol-gallery-inner-radius: calc(var(--ol-gallery-radius) - var(--ol-gallery-padding));
  position: sticky;
  top: calc(34px + 76px + 1rem);
  min-width: 0;
  padding: var(--ol-gallery-padding) !important;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, var(--ol-forest-900) 10%, transparent);
  border-radius: var(--ol-gallery-radius) !important;
  background: color-mix(in oklab, var(--ol-cream-50) 94%, white);
  box-shadow: 0 30px 80px -52px rgba(20, 32, 26, .5);
}

body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: var(--ol-gallery-inner-radius) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.oasis-redesign.single-product .ol-product-gallery :is(.flex-viewport, .woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__image) {
  border-radius: var(--ol-gallery-inner-radius) !important;
}

body.oasis-redesign.single-product .ol-product-gallery .flex-viewport,
body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__image {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 38%, #fff 0, #f8f4eb 52%, #e0d7c7 100%);
}

body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: clamp(2rem, 5.2vw, 5rem) !important;
  aspect-ratio: 1 / 1;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: inset 0 -32px 68px rgba(92, 73, 49, .045) !important;
  object-fit: contain;
}

/* Summary hierarchy */
body.oasis-redesign.single-product .ol-product-info {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  min-width: 0;
  padding: clamp(.2rem, 1vw, .75rem) 0 0 !important;
}

body.oasis-redesign.single-product .ol-product-info > .product_title { order: 10 !important; }

body.oasis-redesign.single-product .ol-product-info > form.cart { order: 50; }

body.oasis-redesign.single-product .ol-product-info__eyebrow { order: 5;align-self: flex-start;margin: 0 0 .8rem !important;color: var(--ol-forest-700) !important;font: 700 .68rem/1.2 var(--ol-font-body) !important;letter-spacing: .2em !important;text-transform: uppercase; }

body.oasis-redesign.single-product .ol-product-info h1.product_title,
body.oasis-redesign.single-product .ol-product-info .product_title.entry-title {
  display: block !important;
  visibility: visible !important;
  max-width: 13ch;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  color: var(--ol-ink-900) !important;
  font: 650 clamp(2.65rem, 4.35vw, 4.6rem)/.98 var(--ol-font-body) !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

body.oasis-redesign.single-product .ol-product-info p.price,
body.oasis-redesign.single-product .ol-product-info > .price {
  display: flex !important;
  visibility: visible !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem .65rem;
  min-height: 2.15rem;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  color: var(--ol-forest-900) !important;
  font: 700 clamp(1.35rem, 2vw, 1.75rem)/1.25 var(--ol-font-body) !important;
  letter-spacing: -.015em !important;
  font-variant-numeric: tabular-nums;
}

body.oasis-redesign.single-product .ol-product-info .price :is(del, ins) {
  display: inline-flex !important;
  align-items: baseline;
}

/* Hide accessible price prose visually without removing it from the tree. */
body.oasis-redesign.single-product :is(.price, .ol-product-sticky__amount) .screen-reader-text,
body.oasis-redesign.single-product :is(.price, .ol-product-sticky__amount) .wc-price-range .screen-reader-text {
  display: block !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.oasis-redesign.single-product .ol-stock-pill {
  align-self: flex-start;
  min-height: 30px;
  margin: .8rem 0 0 !important;
  padding: .42rem .68rem !important;
  border: 1px solid color-mix(in oklab, var(--ol-forest-700) 20%, transparent);
  border-radius: var(--ol-radius-badge) !important;
  background: color-mix(in oklab, var(--ol-forest-700) 9%, white);
  color: var(--ol-forest-800);
  font: 700 .64rem/1 var(--ol-font-body) !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.oasis-redesign.single-product .ol-stock-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #50744a;
  box-shadow: 0 0 0 3px rgba(80, 116, 74, .12);
}

body.oasis-redesign.single-product .woocommerce-product-details__short-description > :last-child { margin-bottom: 0; }

/* Variation card and exact catalog chip language. */

body.oasis-redesign.single-product .ol-product-info form.cart table.variations,
body.oasis-redesign.single-product .ol-product-info form.cart table.variations :is(tbody, th, td) {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Inline "SIZE:" label + chips on one row, matching the shop/home card style.
   nowrap keeps the label beside the chips; the value cell (flex:1 1 0) fills the
   remaining width and the chips wrap inside it. */
body.oasis-redesign.single-product .ol-product-info form.cart table.variations tr {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: .4rem .7rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Hide the native table label; the visible "SIZE:" comes from the pills ::before
   below (like the card), so it sits inline with the chips regardless of table
   layout quirks. Kept in the DOM (sr-only) for the select's accessible name. */
body.oasis-redesign.single-product .ol-product-info form.cart table.variations th.label {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  margin: -1px !important; padding: 0 !important;
  overflow: hidden !important; clip: rect(0 0 0 0) !important; border: 0 !important;
}

body.oasis-redesign.single-product .ol-product-info form.cart table.variations td.value {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
}

/* product.js swaps the native <select> for these pills and tags the select
   `--enhanced`. The select stays in the DOM — WooCommerce serializes and
   validates it — but the pills are the visible control. */
body.oasis-redesign.single-product .ol-variation-select--enhanced {
  display: none !important;
}

body.oasis-redesign.single-product .ol-variation-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin: 0;
}
/* Inline "SIZE:" label as the first chip-row item, matching the shop/home card. */
body.oasis-redesign.single-product .ol-variation-pills::before {
  content: "Size:";
  flex: 0 0 auto;
  margin-right: .15rem;
  color: color-mix(in oklab, var(--ol-ink-900) 55%, transparent);
  font: 700 .62rem/1 var(--ol-font-body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

html body.oasis-redesign.single-product .ol-product-info button.ol-variation-pill {
  /* width:auto defeats the legacy `@media(max-width:640px) button{width:100%}`
     blanket rule that was stretching each pill full-width so they stacked. */
  width: auto !important;
  flex: 0 1 auto !important;
  min-width: 4.5rem;
  min-height: 44px;
  padding: .6rem 1.15rem !important;
  border: 1px solid color-mix(in oklab, var(--ol-ink-900) 18%, transparent) !important;
  border-radius: 999px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--ol-ink-900) !important;
  font: 600 .74rem/1 var(--ol-font-body) !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s var(--ol-ease), color .2s var(--ol-ease), border-color .2s var(--ol-ease);
}

html body.oasis-redesign.single-product .ol-product-info button.ol-variation-pill:is(:hover, .is-active, [aria-pressed="true"]) {
  border-color: var(--ol-forest-900) !important;
  background: var(--ol-forest-900) !important;
  background-color: var(--ol-forest-900) !important;
  color: var(--ol-cream-50) !important;
  transform: none !important;
}

body.oasis-redesign.single-product .ol-variation-pill[aria-disabled="true"] {
  opacity: .4 !important;
  cursor: not-allowed;
}

/* The variation block repeats the price already shown in the summary; product.js
   mirrors the selected variation's price up into that one. */
body.oasis-redesign.single-product .woocommerce-variation-price {
  display: none !important;
}

body.oasis-redesign.single-product .reset_variations { display: none !important; }
body.oasis-redesign.single-product .single_variation_wrap { margin: .8rem 0 0 !important; }

body.oasis-redesign.single-product .woocommerce-variation-add-to-cart.variations_button {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem !important;
  align-items: stretch;
}

body.oasis-redesign.single-product form.cart .quantity .ol-qty-btn,
body.oasis-redesign.single-product form.cart .quantity input.qty {
  display: grid !important;
  place-items: center;
  width: 44px !important;
  min-width: 44px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ol-forest-900) !important;
  font: 650 .95rem/1 var(--ol-font-body) !important;
  letter-spacing: 0 !important;
  text-align: center;
  text-transform: none !important;
  box-shadow: none !important;
}

body.oasis-redesign.single-product form.cart .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0;
  min-height: 54px !important;
  margin: 0 !important;
  padding: .85rem 1.25rem !important;
  border: 1px solid var(--ol-forest-900) !important;
  border-radius: var(--ol-radius-control) !important;
  background: var(--ol-forest-900) !important;
  color: var(--ol-cream-50) !important;
  font: 700 .76rem/1.15 var(--ol-font-body) !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  box-shadow: 0 16px 30px -20px rgba(20, 32, 26, .7) !important;
  opacity: 1 !important;
}

body.oasis-redesign.single-product form.cart .single_add_to_cart_button:hover {
  background: var(--ol-forest-700) !important;
  transform: translateY(-1px) !important;
}

body.oasis-redesign.single-product form.cart .single_add_to_cart_button:disabled,
body.oasis-redesign.single-product form.cart .single_add_to_cart_button.disabled,
body.oasis-redesign.single-product form.cart .single_add_to_cart_button.is-out-of-stock {
  border-color: color-mix(in oklab, var(--ol-ink-900) 16%, transparent) !important;
  background: color-mix(in oklab, var(--ol-cream-200) 72%, white) !important;
  color: color-mix(in oklab, var(--ol-ink-900) 54%, transparent) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

/* Savings and loyalty are supporting conversion lines, not competing pills. */

body.oasis-redesign.single-product .ol-product-info > .wlr-product-message::before {
  content: "✦";
  color: var(--ol-forest-700);
  font-size: .76rem;
}

/* Equal assurance row: no mid-phrase wrapping. */
body.oasis-redesign.single-product .ol-product-info__assurances {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin: 1.2rem 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.oasis-redesign.single-product .ol-product-info__assurances li {
  display: flex !important;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  min-height: 44px;
  margin: 0 !important;
  padding: .65rem .72rem !important;
  /* Shared card language: white pill, tan hairline, forest left-accent. */
  border: 1px solid #D9D3C3;
  border-left: 3px solid var(--ol-forest-700);
  border-radius: var(--ol-radius-control) !important;
  background: #fff;
  color: var(--ol-forest-900);
  font: 600 clamp(.65rem, .78vw, .74rem)/1.15 var(--ol-font-body) !important;
  letter-spacing: 0 !important;
}

body.oasis-redesign.single-product .ol-product-info__assurances li span {
  min-width: 0;
  white-space: nowrap;
}

body.oasis-redesign.single-product .ol-product-info__assurances svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: var(--ol-forest-700);
  transform: translateY(-.5px);
}

/* COA carousel: theme skin over plugin-owned markup. */

body.oasis-redesign.single-product .oasis-coa-section-title {
  margin: 0 0 .75rem !important;
  color: var(--ol-ink-900) !important;
  font: 650 .95rem/1.25 var(--ol-font-body) !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}

body.oasis-redesign.single-product .oasis-coa-carousel,
body.oasis-redesign.single-product .oasis-coa-track {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.oasis-redesign.single-product .oasis-coa-carousel { overflow: hidden; }

body.oasis-redesign.single-product .oasis-coa-track {
  overscroll-behavior-inline: contain;
  touch-action: pan-y pinch-zoom;
}

body.oasis-redesign.single-product .oasis-coa-card {
  display: flex !important;
  align-items: center !important;
  gap: .75rem !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: .8rem !important;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, var(--ol-forest-900) 9%, transparent) !important;
  border-radius: var(--ol-radius-plate) !important;
  background: color-mix(in oklab, var(--ol-cream-50) 92%, white) !important;
  box-shadow: none !important;
}

body.oasis-redesign.single-product .oasis-coa-card-left,
body.oasis-redesign.single-product .oasis-coa-meta {
  min-width: 0;
}

body.oasis-redesign.single-product .oasis-lot-badge {
  min-height: 22px;
  padding: .3rem .44rem !important;
  border-radius: var(--ol-radius-badge) !important;
  background: color-mix(in oklab, var(--ol-forest-700) 10%, transparent) !important;
  color: var(--ol-forest-700) !important;
  font: 750 .55rem/1 var(--ol-font-body) !important;
  letter-spacing: .14em !important;
}

body.oasis-redesign.single-product .oasis-lot-number {
  display: block;
  max-width: none !important;
  overflow: visible !important;
  color: var(--ol-ink-900) !important;
  font: 650 .82rem/1.35 var(--ol-font-body) !important;
  letter-spacing: .01em;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

body.oasis-redesign.single-product .oasis-coa-download-btn {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: .4rem !important;
  min-height: 44px !important;
  margin: 0 0 0 auto !important;
  padding: .68rem .8rem !important;
  border: 1px solid var(--ol-forest-900) !important;
  border-radius: var(--ol-radius-control) !important;
  background: var(--ol-forest-900) !important;
  color: var(--ol-cream-50) !important;
  font: 700 .63rem/1 var(--ol-font-body) !important;
  letter-spacing: .11em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

body.oasis-redesign.single-product .oasis-coa-download-btn:hover {
  background: var(--ol-forest-700) !important;
  transform: none !important;
}

body.oasis-redesign.single-product .oasis-coa-controls {
  display: none;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: .35rem;
  width: 100%;
  max-width: 100%;
  margin: .65rem 0 0 !important;
}

body.oasis-redesign.single-product .oasis-coa-carousel.is-active .oasis-coa-controls { display: grid !important; }

/* ==========================================================================
   COA CARD — compact layout for the SIMPLE (LOT + View COA) cards only.
   Scoped with `:not(.has-stats)` so the plugin's own responsive layout governs
   the RICH `.has-stats` cards (LOT · Purity · Net Content · Tested · View COA) —
   forcing flex:1 on their card-left collapsed the fixed 196px LOT column and
   made the lot number wrap one character per line. Simple cards keep the tidy
   horizontal row; rich cards are handled entirely by oasis-coa.css.
   ========================================================================== */
html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-card:not(.has-stats),
html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-carousel.is-active .oasis-coa-track > .oasis-coa-card:not(.has-stats) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: .85rem !important;
  min-height: 0 !important;
}
html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-card:not(.has-stats) .oasis-coa-card-left {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-card:not(.has-stats) .oasis-coa-download-btn {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 0 0 auto !important;
}

body.oasis-redesign.single-product button.oasis-coa-arrow {
  display: grid !important;
  place-items: center;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid color-mix(in oklab, var(--ol-forest-900) 18%, transparent) !important;
  border-radius: var(--ol-radius-control) !important;
  background: var(--ol-cream-50) !important;
  color: var(--ol-forest-900) !important;
  font: 500 1.35rem/1 var(--ol-font-body) !important;
  box-shadow: none !important;
}

body.oasis-redesign.single-product button.oasis-coa-arrow:hover {
  border-color: var(--ol-forest-900) !important;
  background: var(--ol-forest-900) !important;
  color: var(--ol-cream-50) !important;
  transform: none !important;
}

body.oasis-redesign.single-product button.oasis-coa-arrow:disabled {
  opacity: .42 !important;
  cursor: default;
}

body.oasis-redesign.single-product .oasis-coa-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  max-width: 100% !important;
}

body.oasis-redesign.single-product .ol-product-info__shipnote {
  margin: .65rem 0 0 !important;
  color: color-mix(in oklab, var(--ol-ink-900) 57%, transparent);
  font: 450 .7rem/1.5 var(--ol-font-body);
}

/* Tabs and related cards */
body.oasis-redesign.single-product .ol-product-detail {
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
  border-top: 1px solid color-mix(in oklab, var(--ol-forest-900) 8%, transparent);
  background: color-mix(in oklab, var(--ol-cream-50) 56%, transparent);
}

body.oasis-redesign.single-product .ol-product-detail .woocommerce-tabs {
  margin: 0 0 clamp(3rem, 6vw, 5rem) !important;
}

body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs {
  display: flex !important;
  flex-wrap: nowrap;
  gap: .25rem;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  overflow-x: auto;
  border-bottom: 1px solid color-mix(in oklab, var(--ol-forest-900) 12%, transparent) !important;
  background: transparent !important;
  scrollbar-width: none;
}

body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs::-webkit-scrollbar { display: none; }

body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs li::before,
body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs li::after { content: none !important; }

body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs a {
  display: inline-flex !important;
  align-items: center;
  min-height: 44px;
  padding: .8rem 1rem !important;
  border-bottom: 2px solid transparent;
  color: color-mix(in oklab, var(--ol-ink-900) 56%, transparent) !important;
  font: 700 .68rem/1 var(--ol-font-body) !important;
  letter-spacing: .14em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs li.active a,
body.oasis-redesign.single-product .ol-product-detail ul.tabs.wc-tabs a:hover {
  border-bottom-color: var(--ol-forest-900);
  color: var(--ol-forest-900) !important;
}

body.oasis-redesign.single-product .woocommerce-Tabs-panel {
  max-width: 54rem;
  color: color-mix(in oklab, var(--ol-ink-900) 82%, transparent);
  font: 400 1rem/1.75 var(--ol-font-body);
}

body.oasis-redesign.single-product .woocommerce-Tabs-panel > h2 {
  margin: 0 0 1rem !important;
  color: var(--ol-ink-900) !important;
  font: 650 .76rem/1.3 var(--ol-font-body) !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}

body.oasis-redesign.single-product .ol-product-detail :is(.related, .upsells, .up-sells) > h2 {
  margin: 0 0 1.5rem !important;
  color: var(--ol-ink-900) !important;
  font: 550 clamp(2.1rem, 3.6vw, 3.5rem)/1 var(--ol-font-display) !important;
  letter-spacing: -.025em !important;
}

body.oasis-redesign.single-product .ol-product-detail :is(.related, .upsells, .up-sells) ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(.85rem, 1.8vw, 1.35rem) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sticky mobile purchase bar */
body.oasis-redesign.single-product .ol-product-sticky { display: none; }

body.oasis-redesign.single-product .ol-product-sticky__btn {
  min-height: 46px;
  border-radius: var(--ol-radius-control) !important;
}

@media (max-width: 1100px) {
  body.oasis-redesign.single-product .ol-product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, .92fr);
    gap: 2.5rem;
  }

  body.oasis-redesign.single-product .ol-product-info h1.product_title { font-size: clamp(2.4rem, 4.6vw, 3.5rem) !important; }

  body.oasis-redesign.single-product .ol-product-info__assurances {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.oasis-redesign.single-product .ol-product-shell {
    padding-top: calc(34px + 64px + 1rem) !important;
    padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
  }

  body.oasis-redesign.single-product .ol-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }

  body.oasis-redesign.single-product .ol-product-gallery {
    position: relative;
    top: auto;
  }

  body.oasis-redesign.single-product .ol-product-info { padding-top: .25rem !important; }
  body.oasis-redesign.single-product .ol-product-info h1.product_title { font-size: clamp(2.45rem, 8.5vw, 3.65rem) !important; }

  body.oasis-redesign.single-product .ol-product-info__assurances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.oasis-redesign.single-product .ol-product-sticky {
    position: fixed;
    inset: auto 0 0;
    z-index: 400;
    display: block;
    padding: .62rem max(.85rem, env(safe-area-inset-left)) calc(.62rem + env(safe-area-inset-bottom)) max(.85rem, env(safe-area-inset-right));
    border-top: 1px solid color-mix(in oklab, var(--ol-forest-900) 12%, transparent);
    background: rgba(245, 243, 238, .95);
    box-shadow: 0 -12px 30px -24px rgba(20, 32, 26, .55);
    backdrop-filter: blur(18px);
  }

  body.oasis-redesign.single-product .ol-product-sticky__inner {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: min(100%, 48rem);
    margin: auto;
  }

  body.oasis-redesign.single-product .ol-product-sticky__price {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
  }

  body.oasis-redesign.single-product .ol-product-sticky__title {
    overflow: hidden;
    color: color-mix(in oklab, var(--ol-ink-900) 58%, transparent);
    font: 700 .6rem/1.25 var(--ol-font-body);
    letter-spacing: .12em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.oasis-redesign.single-product .ol-product-sticky__amount {
    color: var(--ol-forest-900);
    font: 700 1rem/1.3 var(--ol-font-body);
    font-variant-numeric: tabular-nums;
  }

  

  body.oasis-redesign.single-product .ol-product-sticky__btn {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 46px !important;
    margin: 0 !important;
    padding: .72rem 1rem !important;
    border: 1px solid var(--ol-forest-900) !important;
    background: var(--ol-forest-900) !important;
    color: var(--ol-cream-50) !important;
    font: 700 .68rem/1 var(--ol-font-body) !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  body.oasis-redesign.single-product .ol-product-sticky__btn:disabled {
    border-color: transparent !important;
    background: var(--ol-cream-200) !important;
    color: color-mix(in oklab, var(--ol-ink-900) 52%, transparent) !important;
  }
}

@media (max-width: 767px) {
  body.oasis-redesign.single-product .ol-product-detail :is(.related, .upsells, .up-sells) ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 540px) {
  body.oasis-redesign.single-product .ol-product-shell { padding-top: calc(34px + 60px + .8rem) !important; }
  body.oasis-redesign.single-product .ol-product-breadcrumbs { margin-bottom: 1rem; }
  body.oasis-redesign.single-product .ol-product-gallery { --ol-gallery-radius: 22px; --ol-gallery-padding: .6rem; }
  body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__image img { padding: clamp(1.5rem, 10vw, 3rem) !important; }
  body.oasis-redesign.single-product .ol-product-gallery__badge { right: 1rem; bottom: 1rem; }
  

  body.oasis-redesign.single-product .ol-product-info h1.product_title {
    max-width: none;
    font-size: clamp(2.25rem, 12vw, 3.25rem) !important;
  }

  body.oasis-redesign.single-product .ol-product-info__assurances {
    grid-template-columns: 1fr;
  }

  body.oasis-redesign.single-product .woocommerce-variation-add-to-cart.variations_button {
    grid-template-columns: 1fr;
  }

  

  body.oasis-redesign.single-product form.cart .quantity input.qty { width: 100% !important; }

  /* COA card stays a compact HORIZONTAL row on mobile (LOT left · View COA right).
     The old `column` + `width:100%` override combined with the plugin's own
     `.oasis-coa-download-btn{margin:auto}` pushed the button to left:264 — off the
     266px card, clipped to a thin dark sliver. This block is the single source of
     truth for the mobile card layout (0,4,2 — beats the plugin + scattered rules). */
  html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-card:not(.has-stats),
  html body.oasis-redesign.single-product .oasis-coa-carousel.is-active .oasis-coa-track > .oasis-coa-card:not(.has-stats) {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .6rem !important;
    min-height: 0 !important;
    padding: .8rem !important;
  }
  html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-card:not(.has-stats) .oasis-coa-card-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  html body.oasis-redesign.single-product .oasis-coa-widget .oasis-coa-card:not(.has-stats) .oasis-coa-download-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 0 0 auto !important;
    min-height: 40px !important;
    padding: .58rem .8rem !important;
  }

  body.oasis-redesign.single-product .oasis-coa-dots {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  body.oasis-redesign.single-product .oasis-coa-dots::-webkit-scrollbar { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.oasis-redesign.single-product .oasis-coa-track { scroll-behavior: auto !important; }
}

/* ============================================================
   AUTHORITATIVE SUMMARY ORDER  (supersedes the block above)
   The earlier order rules referenced class names that do not exist in the
   rendered DOM (e.g. .ol-product-info__eyebrow — the real class is
   .ol-page-eyebrow), so only title/price/stock matched and everything else
   defaulted to order:0 — which pushed the TITLE and PRICE below the COA
   widgets (measured: title y=1040). These selectors use the ACTUAL classes.
   ============================================================ */

body.oasis-redesign.single-product .ol-product-info > h1.product_title      { order: 20 !important; }

body.oasis-redesign.single-product .ol-product-info > form.cart,
body.oasis-redesign.single-product .ol-product-info > form.variations_form  { order: 60 !important; }

/* anything unaccounted for lands after the fold, never above the title */
body.oasis-redesign.single-product .ol-product-info > *                     { min-width: 0;order: 95; }

/* ============================================================
   GALLERY FIXES  (measured root causes)
   1. WooCommerce's hover-zoom clones the image into `img.zoomImg`. Ours escaped
      its box (measured 545x545 at an offset, bleeding outside the 579px plate)
      because the gallery wrapper was neither a positioning context nor clipping.
   2. The "99% HPLC VERIFIED" badge rendered 529px wide (a full-width bar)
      instead of a compact pill.
   ============================================================ */
/* .ol-product-gallery is deliberately NOT in this list: it is position:sticky
   with a top offset, and forcing it to relative turned that offset into a hard
   126px downward shove, so the gallery no longer lined up with the summary.
   Sticky already establishes a containing block, so the badge still anchors. */
body.oasis-redesign.single-product .woocommerce-product-gallery,
body.oasis-redesign.single-product .woocommerce-product-gallery__wrapper,
body.oasis-redesign.single-product .woocommerce-product-gallery__image {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

body.oasis-redesign.single-product .ol-product-gallery img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* badge: compact pill, not a bar */
body.oasis-redesign.single-product .ol-product-gallery__badge { position: absolute;right: 1.5rem;bottom: var(--sp-4, 16px);z-index: 3;display: inline-flex;align-items: center;gap: .4rem;min-height: 32px;padding: .42rem .72rem;border: 1px solid rgba(245, 243, 238, .32);border-radius: 999px;background: color-mix(in oklab, var(--ol-forest-900) 88%, transparent);color: var(--ol-cream-50);font: 600 .62rem/1 var(--ol-font-body);letter-spacing: .12em;text-transform: uppercase;white-space: nowrap;box-shadow: 0 12px 24px -17px rgba(20, 32, 26, .7);left: var(--sp-4, 16px);width: auto !important;max-width: calc(100% - (var(--sp-4, 16px) * 2)); }

/* ============================================================
   FINAL: badge pill + product image blending  (measured)
   badge computed 537px wide / display:flex  -> was being stretched
   product image: border-radius 0, mix-blend-mode normal -> a hard WHITE SQUARE
   sitting inside a 12px-rounded cream plate (the owner's complaint).
   The product photos are white-background studio shots; multiply blending drops
   the white into the cream plate so the vial appears to sit ON the plate.
   ============================================================ */
body.oasis-redesign.single-product .ol-product-gallery .ol-product-gallery__badge {
  display: inline-flex !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  right: auto !important;
  white-space: nowrap;
}

/* image: match the plate's curvature AND blend the white studio background */
body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__image,
body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__image > a {
  border-radius: inherit;
  overflow: hidden;
  display: block;
}
body.oasis-redesign.single-product .ol-product-gallery img.wp-post-image,
body.oasis-redesign.single-product .ol-product-gallery img.zoomImg {
  border-radius: inherit !important;
  mix-blend-mode: multiply;
}

/* same treatment for the catalog / shop / related product card images:
   square white photos inside rounded plates read as "unfinished" */

/* ============================================================
   PRODUCT SUMMARY — SPACING RHYTHM + BUY BOX  (measured rebuild)
   Measured defects:
     - h1 42-62px wrapping to THREE lines on long names
     - form.cart rendered a 398x202 card whose quantity stepper was 146px TALL,
       with the CTA stranded beneath it and dead space around both
     - inconsistent margins between summary blocks
   ============================================================ */

/* TITLE: fluid, never more than 2 lines, tight editorial leading */
body.oasis-redesign.single-product .ol-product-info h1.product_title {
  font-family: var(--ol-font-body) !important;
  font-size: clamp(1.6rem, 2.2vw, 2.15rem) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 .35rem !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

/* PRICE */
body.oasis-redesign.single-product .ol-product-info > .price { order: 30 !important;font-family: var(--ol-font-body) !important;font-size: 1.6rem !important;font-weight: 600 !important;margin: 0 0 .55rem !important;line-height: 1.2 !important; }

/* BUY BOX: one clean row — compact stepper + confident CTA */
body.oasis-redesign.single-product .ol-product-info form.cart { display: flex !important;width: 100%;margin: .9rem 0 0 !important;padding: 0 !important;border: 0 !important;border-radius: var(--ol-radius-feature-card) !important;background: transparent !important;box-shadow: none !important;flex-wrap: wrap;align-items: stretch;gap: .6rem; }
body.oasis-redesign.single-product .ol-product-info form.cart .quantity {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  height: 52px !important;
  min-height: 0 !important;
  padding: 0 .25rem !important;
  background: var(--ol-cream-50);
  border: 1px solid color-mix(in oklab, var(--ol-forest-900) 16%, transparent);
  border-radius: 999px;
  box-sizing: border-box;
}
body.oasis-redesign.single-product .ol-product-info form.cart .quantity input.qty {
  width: 2.6rem !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  font: 600 .95rem/1 var(--ol-font-body);
}

body.oasis-redesign.single-product .ol-product-info form.cart .single_add_to_cart_button {
  flex: 1 1 200px;
  min-width: 0;
  height: 52px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 1.4rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  box-sizing: border-box;
  white-space: nowrap;
}

/* SIZE CHIPS: sit directly above the buy box, no empty well for simple products */
body.oasis-redesign.single-product .ol-product-info .ol-card-options,
body.oasis-redesign.single-product .ol-product-info form.variations_form .variations {
  margin: .4rem 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

/* CONSISTENT VERTICAL RHYTHM between summary blocks */
body.oasis-redesign.single-product .ol-product-info > .ol-page-eyebrow { order: 10 !important;margin: 0 0 .7rem !important; }
body.oasis-redesign.single-product .ol-product-info > .ol-stock-pill   { order: 40 !important;margin: 0 0 .2rem !important; }
body.oasis-redesign.single-product .ol-product-info > .wlr-product-message { order: 70 !important;display: flex !important;align-items: center;gap: .48rem;width: 100%;margin: .7rem 0 0 !important;padding: 0 .1rem !important;border: 0 !important;border-radius: 0 !important;background: transparent !important;color: color-mix(in oklab, var(--ol-ink-900) 68%, transparent) !important;font: 550 .78rem/1.45 var(--ol-font-body) !important;letter-spacing: 0 !important;text-align: left !important;box-shadow: none !important; }
body.oasis-redesign.single-product .ol-product-info > .ol-product-info__assurances { order: 80 !important;margin: 1.1rem 0 0 !important; }
body.oasis-redesign.single-product .ol-product-info > .oasis-coa-widget { order: 90 !important;width: 100%;max-width: 100%;margin: 1.1rem 0 0 !important;padding: var(--ol-panel-pad) !important;overflow: hidden;border: 1px solid color-mix(in oklab, var(--ol-forest-900) 11%, transparent);border-radius: var(--ol-panel-radius) !important;background: linear-gradient(145deg, color-mix(in oklab, var(--ol-cream-50) 94%, white), color-mix(in oklab, var(--ol-cream-100) 82%, white));box-shadow: 0 20px 48px -42px rgba(20, 32, 26, .55);font-family: var(--ol-font-body) !important; }
body.oasis-redesign.single-product .ol-product-info > .ol-product-info__shipnote { order: 100 !important;margin: .9rem 0 0 !important; }

/* Escalated specificity: several legacy layers declared the title/qty with
   !important at equal specificity. These win outright. */
html body.oasis-redesign.single-product div.product .ol-product-info h1.product_title {
  font-size: clamp(1.55rem, 2.1vw, 2.05rem) !important;
  line-height: 1.16 !important;
  font-family: var(--ol-font-body) !important;
  font-weight: 600 !important;
}

html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity input.qty {
  height: 46px !important;
  min-height: 0 !important;
  max-height: 46px !important;
}

/* buy box: force a real ROW (a legacy rule made it a centred COLUMN, which is why
   the stepper and the CTA stacked and floated to the middle of the summary) */
html body.oasis-redesign.single-product div.product .ol-product-info form.cart {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: flex-start !important;
  text-align: left !important;
}
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity { height: 52px !important;min-height: 0 !important;max-height: 52px !important;padding: 0 .25rem !important;align-items: center !important;flex: 0 0 auto !important;margin: 0 !important; }
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .single_add_to_cart_button { height: 52px !important;min-height: 0 !important;margin: 0 !important;flex: 1 1 220px !important;width: auto !important;max-width: 100% !important; }

/* ============================================================
   PADDING / SPACING  (owner: "the text items and the boxes surrounding them")
   Text was sitting flush against the edges of its containers: the breadcrumb
   bar, the summary card, the trust pills and the COA panel all had little or no
   internal padding. One consistent internal-padding scale, applied everywhere.
   ============================================================ */

/* breadcrumb bar */

/* summary card: real internal padding so nothing touches the edge */
html body.oasis-redesign.single-product .ol-product-info {
  padding: clamp(1.5rem, 2.2vw, 2.15rem) !important;
  box-sizing: border-box;
}

/* gallery card: match the summary's internal padding */
html body.oasis-redesign.single-product .ol-product-gallery {
  padding: clamp(1.1rem, 1.6vw, 1.5rem) !important;
  box-sizing: border-box;
}

/* eyebrow pill: give the text room */
html body.oasis-redesign.single-product .ol-product-info > .ol-page-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .5rem .95rem !important;
  border-radius: 999px;
  line-height: 1 !important;
}

/* stock pill */
html body.oasis-redesign.single-product .ol-product-info > .ol-stock-pill {
  display: inline-flex;
  align-items: center;
  padding: .38rem .8rem !important;
  border-radius: 999px;
  line-height: 1 !important;
}

/* trust pills: even padding, icon aligned to text, equal heights */
html body.oasis-redesign.single-product .ol-product-info__assurances {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem !important;
  padding: 0 !important;
  margin: 1.15rem 0 0 !important;
  list-style: none;
}
html body.oasis-redesign.single-product .ol-product-info__assurances li {
  display: flex !important;
  align-items: center;
  gap: .55rem;
  min-height: 52px;
  padding: .7rem .95rem !important;
  margin: 0 !important;
  border-radius: 14px;
  box-sizing: border-box;
  line-height: 1.25;
}
html body.oasis-redesign.single-product .ol-product-info__assurances li svg { flex: 0 0 auto; }

/* COA panel: shares the page's panel geometry (see --ol-panel-* tokens). */
html body.oasis-redesign.single-product .ol-product-info .oasis-coa-widget {
  padding: var(--ol-panel-pad) !important;
  border-radius: var(--ol-panel-radius) !important;
  box-sizing: border-box;
}

/* loyalty line + shipping note: align with the content, not the edge */
html body.oasis-redesign.single-product .ol-product-info > .wlr-product-message,
html body.oasis-redesign.single-product .ol-product-info > .ol-product-info__shipnote {
  padding: 0 !important;
  margin-left: 0 !important;
}

/* zoom affordance — its styling was carried by a rule the dead-code strip removed */
html body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1rem; right: 1rem;
  z-index: 4;
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--ol-cream-50) 92%, transparent);
  border: 1px solid color-mix(in oklab, var(--ol-forest-900) 12%, transparent);
  box-shadow: 0 6px 18px -12px rgba(20,32,26,.35);
  font-size: 0;
  text-decoration: none;
}
html body.oasis-redesign.single-product .ol-product-gallery .woocommerce-product-gallery__trigger::after {
  content: "";
  width: 18px; height: 18px;
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23353525' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.6-3.6M11 8.4v5.2M8.4 11h5.2'/%3E%3C/svg%3E");
}

/* ==========================================================================
   PRODUCT PAGE GEOMETRY — one radius scale, one padding scale.
   The gallery, summary and COA panels each carried their own numbers (28 / 20 /
   26px radius; 23 / 32 / 17px padding), so no two surfaces on the page agreed.
   Panels share a radius; the breadcrumb stays a pill but stops being 64px tall.
   ========================================================================== */
body.oasis-redesign.single-product { overflow-x: clip;background: radial-gradient(circle at 12% 6%, rgba(214, 200, 168, .2), transparent 31rem), linear-gradient(180deg, var(--ol-cream-100), var(--ol-cream-50) 58%, var(--ol-cream-100));--ol-panel-radius: 22px;--ol-panel-pad: clamp(1.25rem, 1.9vw, 1.65rem); }

html body.oasis-redesign.single-product .ol-product-gallery,
html body.oasis-redesign.single-product .ol-product-info,
html body.oasis-redesign.single-product .oasis-coa-widget {
  border-radius: var(--ol-panel-radius) !important;
}

html body.oasis-redesign.single-product .ol-product-info,
html body.oasis-redesign.single-product .oasis-coa-widget {
  padding: var(--ol-panel-pad) !important;
}

/* Breadcrumb: a single line of 11px text does not need 64px of height. The bar
   itself was fine — its child links carried their own padding, which is what
   inflated it. */
html body.oasis-redesign.single-product .ol-product-breadcrumbs,
html body.oasis-redesign.single-product .woocommerce-breadcrumb { padding: .7rem 1.15rem !important;border-radius: 999px;box-sizing: border-box;display: flex;align-items: center;min-height: 0 !important;line-height: 1.2 !important; }

/* ==========================================================================
   COA CAROUSEL CONTROLS
   .oasis-coa-dots is a flex row, so its dot <button>s inherited align-items:
   stretch and grew to 60px tall — they rendered as a black vertical bar
   instead of dots. Pin their box and centre the row.
   ========================================================================== */
html body.oasis-redesign.single-product .oasis-coa-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: .75rem;
  margin-top: .9rem;
}

html body.oasis-redesign.single-product .oasis-coa-dots {
  display: flex !important;
  flex: 1 1 auto;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 0 !important;
  height: auto !important;
}

html body.oasis-redesign.single-product button.oasis-coa-dot {
  flex: 0 0 auto !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: color-mix(in oklab, var(--ol-forest-900) 22%, transparent) !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: width .25s var(--ol-ease), background .25s var(--ol-ease);
}

html body.oasis-redesign.single-product button.oasis-coa-dot.is-active {
  width: 22px !important;
  background: var(--ol-forest-900) !important;
}

/* Lot row: badge and number on one baseline, left aligned. */

/* Lot row sits on the same left edge as the stats beneath it. */
html body.oasis-redesign.single-product .oasis-coa-card,
html body.oasis-redesign.single-product .oasis-coa-card-left,
html body.oasis-redesign.single-product .oasis-coa-meta {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
html body.oasis-redesign.single-product .oasis-coa-card-left { display: flex !important;align-items: center !important;justify-content: flex-start !important;gap: .55rem !important;min-height: 0 !important;flex-direction: row !important;margin-bottom: .55rem !important; }

/* ==========================================================================
   BREADCRUMB
   The bar stretched the full 1184px while its text occupied 243px, and it stood
   60px tall for 12px type — because the inner <ol> carried its own padding and
   line-height (an earlier reset only covered a/span/li, not the list itself).
   The pill now hugs its content with balanced insets.
   ========================================================================== */
/* The <nav> is a transparent wrapper — the <ol> inside it is the element that
   actually paints the pill (cream fill, 1px border, 999px radius). Padding the
   nav does nothing visible; the inset has to live on the list. */
html body.oasis-redesign.single-product .woocommerce-breadcrumb,
html body.oasis-redesign.single-product .ol-product-breadcrumbs {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100%;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
}

html body.oasis-redesign.single-product .woocommerce-breadcrumb :is(ol, ul),
html body.oasis-redesign.single-product .ol-product-breadcrumbs :is(ol, ul) {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  gap: .5rem;
  margin: 0 !important;
  /* This is the visible pill. Roomy on purpose — the text was crowding its edges. */
  padding: 1rem 1.85rem !important;
  border-radius: 999px !important;
  list-style: none !important;
  line-height: 1 !important;
}

html body.oasis-redesign.single-product .woocommerce-breadcrumb :is(a, span, li),
html body.oasis-redesign.single-product .ol-product-breadcrumbs :is(a, span, li) { padding: 0 !important;min-height: 0 !important;line-height: 1 !important;display: inline-flex;align-items: center;margin: 0 !important; }

/* The bulk shelf hooks woocommerce_after_add_to_cart_button but lands as a
   direct child of the summary, whose flex order is explicit — so its default
   order:0 floated it above the product title. Slot it after the buy box (60)
   and before the trust pills (80). */
html body.oasis-redesign.single-product .ol-product-info > .ml-bulk-shelf {
  order: 65 !important;
  margin: 1.1rem 0 0 !important;
  width: 100%;
  box-sizing: border-box;
}

/* Mobile buy-box compaction (2026-07-20): qty + Add-to-cart on ONE row, slimmer
   controls. Lives here (not oasis-v2.css) because product-page.css loads last. */
@media (max-width: 767px) {
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart {
    gap: .5rem !important;
    align-items: stretch !important;
  }
  /* Variable products: the wrap holding the qty+ATC grid must span full width,
     else capping qty at 104px collapses the whole wrap and squishes the button. */
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .single_variation_wrap {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
  /* Variable products: qty + ATC on one row too (match the simple-product layout),
     overriding the earlier mobile `grid-template-columns:1fr` stack. */
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .woocommerce-variation-add-to-cart.variations_button {
    grid-template-columns: 140px minmax(0, 1fr) !important;
    gap: .5rem !important;
    align-items: stretch !important;
  }
  /* Stepper is −(44) + input(44) + +(44) = 132px; anything narrower clips the "+"
     (it had overflow:hidden). Give it the full 140px so both buttons show. */
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity {
    flex: 0 0 auto !important;
    width: 140px !important;
    max-width: 140px !important;
    height: 48px !important;
    max-height: 48px !important;
    overflow: visible !important;
  }
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .single_add_to_cart_button {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 0 !important;
  }
  html body.oasis-redesign.single-product .ol-product-info > .ml-bulk-shelf {
    margin-top: .85rem !important;
  }
}

/* ============================================================================
   Product DESCRIPTION / INFO tabs — editorial spec-sheet styling (2026-07-20)
   Author-entered markup: <p><strong>Section:</strong></p> headers,
   <li><strong>Label:</strong> value</li> spec rows, <li><p>…</p></li> bullets,
   <hr> dividers, and an "Important Note:" compliance paragraph. Uses :has() to
   tell the key-value lists apart from the plain bullet lists.
   ========================================================================== */
/* redundant "Description" heading (the tab already labels the panel) → sr-only */
body.oasis-redesign.single-product .woocommerce-Tabs-panel > h2 {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel {
  max-width: 48rem !important;
  margin-left: 0 !important; margin-right: auto !important;
  font: 400 1rem/1.7 var(--ol-font-body);
  color: color-mix(in oklab, var(--ol-ink-900) 80%, transparent);
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p { margin: .55rem 0; }
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:empty { display: none !important; }

/* section sub-headings: a paragraph whose only content is a bold label */
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:has(> strong:only-child) {
  margin: 2.1rem 0 .85rem;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:has(> strong:only-child):first-of-type { margin-top: 0; }
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:has(> strong:only-child) > strong {
  display: inline-block;
  font: 700 .74rem/1.4 var(--ol-font-body) !important;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ol-forest-700) !important;
}

/* KEY-VALUE spec lists (Chemical Information, Product Specifications) → spec card.
   Detector is `> li strong` (descendant) because some products wrap the label as
   <li><p><strong>…</strong> value</p></li> — display:contents unwraps that <p> so
   the strong + value still become the li's two grid items. */
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:has(> li strong) {
  list-style: none !important;
  margin: .3rem 0 0 !important; padding: .2rem 1.15rem !important;
  background: color-mix(in oklab, var(--ol-cream-50) 55%, #fff);
  border: 1px solid color-mix(in oklab, var(--ol-forest-900) 12%, transparent);
  border-radius: 14px;
  color: var(--ol-ink-900); font-weight: 500;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:has(> li strong) > li {
  display: grid; grid-template-columns: min(12rem, 36%) 1fr; gap: .25rem 1.1rem;
  align-items: baseline; margin: 0 !important; padding: .8rem 0 !important;
  border-top: 1px solid color-mix(in oklab, var(--ol-forest-900) 9%, transparent);
  list-style: none !important;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:has(> li strong) > li > p { display: contents; }
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:has(> li strong) > li::marker { content: none !important; }
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:has(> li strong) > li:first-child { border-top: 0 !important; }
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:has(> li strong) > li strong {
  font: 600 .66rem/1.5 var(--ol-font-body) !important; letter-spacing: .09em; text-transform: uppercase;
  color: color-mix(in oklab, var(--ol-ink-900) 52%, transparent) !important;
}

/* BULLET lists (Storage & Handling — no strong labels) → custom dot markers */
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:not(:has(> li strong)) {
  list-style: none !important; margin: .5rem 0 0 !important; padding: 0 !important;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:not(:has(> li strong)) > li {
  position: relative; margin: .55rem 0 !important; padding-left: 1.4rem !important; list-style: none !important;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:not(:has(> li strong)) > li::before {
  content: ""; position: absolute; left: .2rem; top: .62em; width: 6px; height: 6px;
  border-radius: 50%; background: var(--ol-forest-700);
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel ul:not(:has(> li strong)) > li > p { margin: 0 !important; }

/* dividers */
body.oasis-redesign.single-product .woocommerce-Tabs-panel hr {
  border: 0; border-top: 1px solid color-mix(in oklab, var(--ol-forest-900) 12%, transparent);
  margin: 1.9rem 0;
}

/* "Important Note:" compliance callout — a top-level <p> with an inline (not only-child) bold label */
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:has(> strong):not(:has(> strong:only-child)) {
  margin: 1.7rem 0; padding: 1rem 1.15rem;
  background: color-mix(in oklab, var(--ol-forest-900) 5%, var(--ol-cream-50));
  border-left: 3px solid var(--ol-forest-700); border-radius: 0 12px 12px 0;
  font-size: .92rem; color: color-mix(in oklab, var(--ol-ink-900) 78%, transparent);
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:has(> strong):not(:has(> strong:only-child)) > strong:first-child {
  display: block; margin-bottom: .25rem;
  font: 700 .7rem/1.4 var(--ol-font-body) !important; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ol-forest-900) !important;
}
/* inline-emphasis strongs inside the note (e.g. "FOR RESEARCH USE ONLY") stay inline */
body.oasis-redesign.single-product .woocommerce-Tabs-panel > p:has(> strong):not(:has(> strong:only-child)) > strong:not(:first-child) {
  color: var(--ol-forest-900) !important; font-weight: 700;
}

/* Additional-information attribute table */
body.oasis-redesign.single-product .woocommerce-Tabs-panel table.shop_attributes {
  width: 100%; border-collapse: collapse; margin: 0;
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel table.shop_attributes th,
body.oasis-redesign.single-product .woocommerce-Tabs-panel table.shop_attributes td {
  padding: .8rem 1rem; text-align: left;
  border-top: 1px solid color-mix(in oklab, var(--ol-forest-900) 10%, transparent);
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel table.shop_attributes th {
  width: 34%;
  font: 600 .66rem/1.5 var(--ol-font-body); letter-spacing: .09em; text-transform: uppercase;
  color: color-mix(in oklab, var(--ol-ink-900) 52%, transparent);
}
body.oasis-redesign.single-product .woocommerce-Tabs-panel table.shop_attributes td p { margin: 0; }

/* Desktop buy-box polish (2026-07-20): main.css forces form.cart to
   flex-direction:column (correct for VARIABLE products, whose qty+ATC live in
   the inner .woocommerce-variation-add-to-cart grid). For SIMPLE products the
   qty + ATC ARE the direct form.cart children, so column stacked them. Force a
   proper row + gap for simple only (targeted via :not(:has(.single_variation_wrap))). */
@media (min-width: 768px) {
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart:not(:has(.single_variation_wrap)) {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    column-gap: .75rem !important;
    align-items: stretch !important;
  }
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart:not(:has(.single_variation_wrap)) .quantity {
    flex: 0 0 auto !important;
    width: 140px !important;
    max-width: 140px !important;
  }
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart:not(:has(.single_variation_wrap)) .single_add_to_cart_button {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }
  /* VARIABLE products: keep column form; consistent gap + stepper width in the grid */
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .single_variation_wrap {
    width: 100% !important;
  }
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .woocommerce-variation-add-to-cart.variations_button {
    grid-template-columns: 140px minmax(0, 1fr) !important;
    column-gap: .75rem !important;
    align-items: stretch !important;
  }
  html body.oasis-redesign.single-product div.product .ol-product-info form.cart .woocommerce-variation-add-to-cart.variations_button .quantity {
    width: 140px !important;
    max-width: 140px !important;
  }
}

/* Even qty stepper (2026-07-20): the input was rendering ~60px, so
   −(44)+input(60)+ +(44)=148 overflowed the 140px pill and pushed "+" past the
   right edge (looked lopsided). Fix: fixed 44px buttons, input flexes to fill,
   text centered → "1" is dead-centre and both buttons sit symmetrically. */
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity {
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity .ol-qty-btn {
  flex: 0 0 44px !important;
  width: 44px !important;
}
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity input.qty {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  text-align: center !important;
}

/* Single-product SALE badge — matches the card badge (oasis-v2.css
   .product-card__badge): larger, warm desert-sunset gradient, gentle pulse, so
   the sale reads as exciting. Inset top-left of the gallery (not clipped). */
body.oasis-redesign.single-product .ol-product-gallery .onsale,
body.oasis-redesign.single-product .woocommerce-product-gallery .onsale,
body.oasis-redesign.single-product div.product span.onsale {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 5 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: .62em 1.15em !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #e2942f 0%, #bd4a24 100%) !important;
  color: #fff !important;
  font: 800 .82rem/1 var(--ol-font-body) !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 26px -10px rgba(189, 74, 36, .55) !important;
  transform-origin: left center;
  animation: ol-sale-pulse 2.6s var(--ol-ease, cubic-bezier(.22,.61,.36,1)) infinite;
}
@media (prefers-reduced-motion: reduce) {
  body.oasis-redesign.single-product div.product span.onsale { animation: none !important; }
}

/* ==========================================================================
   Buy-box shape language → match the home cards (2026-07-22).
   The size chips + Add-to-Cart + qty stepper used full 999px pills, which read
   differently from the home page's 7–10px rounded rectangles and made the right
   column feel off. Unify to the card's rounded-rect shapes.
   ========================================================================== */
html body.oasis-redesign.single-product .ol-product-info button.ol-variation-pill {
  border-radius: 10px !important;
  min-height: 40px !important;
  padding: .55rem 1rem !important;
  font-size: .72rem !important;
}
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .single_add_to_cart_button {
  border-radius: 9px !important;
}
html body.oasis-redesign.single-product div.product .ol-product-info form.cart .quantity {
  border-radius: 9px !important;
  overflow: hidden !important;
}
