:root {
  --bso-green: #214f40;
  --bso-green-dark: #173c31;
  --bso-gold: #c89b5b;
  --bso-ink: #242722;
  --bso-muted: #66695f;
  --bso-line: #ded8cb;
  --bso-cream: #f7f3ea;
  --bso-soft: #eef3ed;
  --bso-sticky-offset: 0px;
}

html,
body {
  overflow-x: clip;
}

.bso-retail {
  color: var(--bso-ink);
  background: #fff;
  padding-bottom: 2rem;
}

.bso-product-shell,
.bso-editorial,
.bso-wholesale-banner {
  width: min(100% - 2rem, 1240px);
  margin-inline: auto;
}

.bso-product-shell {
  padding-block: clamp(1.5rem, 3vw, 3rem) clamp(3rem, 6vw, 5.5rem);
}

.bso-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(380px, 0.87fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4.75rem);
}

.bso-gallery {
  min-width: 0;
}

.bso-gallery__viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.03;
  border: 1px solid #e2ded4;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 50% 80%, rgba(33, 79, 64, 0.09), transparent 27%),
    linear-gradient(145deg, #f6f5f0, #edf3ed);
  box-shadow: 0 18px 46px rgba(35, 47, 39, 0.08);
  touch-action: pan-y;
}

.bso-gallery__viewport:focus-visible {
  outline: 3px solid var(--bso-gold);
  outline-offset: 3px;
}

.bso-gallery__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 320ms cubic-bezier(.22, .61, .36, 1);
}

.bso-gallery__slide {
  min-width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2.5rem);
}

.bso-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bso-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(33, 79, 64, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--bso-green);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 6px 18px rgba(20, 34, 27, 0.12);
}

.bso-gallery__arrow--prev { left: 1rem; }
.bso-gallery__arrow--next { right: 1rem; }

.bso-gallery__arrow:hover {
  background: var(--bso-green);
  color: #fff;
}

.bso-gallery__arrow:focus-visible,
.bso-gallery__thumb:focus-visible,
.bso-add-button:focus-visible,
.bso-mobile-cart button:focus-visible,
.bso-wholesale-banner a:focus-visible,
.bso-guide-links a:focus-visible {
  outline: 3px solid var(--bso-gold);
  outline-offset: 3px;
}

.bso-gallery__count {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--bso-muted);
  font-size: .72rem;
  font-weight: 700;
}

.bso-gallery__thumbs {
  display: flex;
  gap: .7rem;
  margin-top: .85rem;
  padding: .2rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.bso-gallery__thumb {
  flex: 0 0 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
  padding: .2rem;
  overflow: hidden;
  border: 1px solid var(--bso-line);
  border-radius: .85rem;
  background: #f7f6f1;
  cursor: pointer;
}

.bso-gallery__thumb.is-active {
  border-color: var(--bso-green);
  box-shadow: 0 0 0 2px rgba(33, 79, 64, 0.16);
}

.bso-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .55rem;
}

.bso-purchase {
  min-width: 0;
}

.bso-eyebrow,
.bso-section-kicker,
.bso-section-heading > p,
.bso-wholesale-banner > div > p {
  margin: 0 0 .55rem;
  color: var(--bso-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bso-purchase h1,
.bso-editorial h2,
.bso-wholesale-banner h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--bso-ink);
}

.bso-purchase h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.15rem, 3.2vw, 3.55rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.bso-rating {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .9rem;
  color: var(--bso-muted);
  font-size: .83rem;
  text-decoration: none;
}

.bso-rating__stars {
  color: var(--bso-gold);
  letter-spacing: .08em;
}

.bso-rating strong { color: var(--bso-ink); }

.bso-lead {
  margin: 1rem 0;
  max-width: 58ch;
  color: #4e514b;
  font-size: .97rem;
  line-height: 1.7;
}

.bso-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem 1rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.bso-benefits li {
  position: relative;
  padding-left: 1.25rem;
  color: #41463f;
  font-size: .8rem;
  font-weight: 650;
}

.bso-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bso-green);
  font-weight: 900;
}

.bso-buybox {
  padding: 1.2rem;
  border: 1px solid var(--bso-line);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 39, 34, 0.07);
}

.bso-price {
  display: flex;
  align-items: baseline;
  gap: .65rem;
  margin-bottom: 1rem;
}

.bso-price > span {
  color: var(--bso-ink);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.bso-price small {
  color: var(--bso-muted);
  font-size: .78rem;
}

.bso-variants {
  margin: 0 0 .85rem;
  padding: 0;
  border: 0;
}

.bso-variants legend {
  margin-bottom: .5rem;
  color: #54584f;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bso-variants__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}

.bso-variant {
  position: relative;
  min-width: 0;
  min-height: 4.45rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .65rem;
  padding: .7rem .75rem;
  border: 1px solid var(--bso-line);
  border-radius: .85rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.bso-variant:hover:not(.is-unavailable) {
  border-color: var(--bso-green);
}

.bso-variant.is-selected {
  border-color: var(--bso-green);
  background: var(--bso-soft);
  box-shadow: 0 0 0 1px var(--bso-green);
}

.bso-variant--featured {
  min-height: 4.8rem;
}

.bso-variant.is-unavailable {
  background: #f7f7f4;
  color: #8a8d86;
  cursor: not-allowed;
  opacity: .72;
}

.bso-variant input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--bso-green);
}

.bso-variant input:focus-visible {
  outline: 3px solid var(--bso-gold);
  outline-offset: 3px;
}

.bso-variant__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .25rem;
}

.bso-variant__copy strong {
  font-size: .78rem;
  line-height: 1.2;
}

.bso-variant__copy em {
  padding: .15rem .42rem;
  border-radius: 999px;
  background: var(--bso-green);
  color: #fff;
  font-size: .57rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bso-variant.is-unavailable .bso-variant__copy em {
  background: #e7e6df;
  color: #73766f;
}

.bso-variant__price {
  color: var(--bso-green);
  font-size: .77rem;
  font-weight: 800;
}

.bso-stock-row {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: .6rem 0 .75rem;
  color: var(--bso-green);
  font-size: .75rem;
  font-weight: 700;
}

.bso-pair-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  margin: .1rem 0 .8rem;
  padding: .8rem .85rem;
  border: 1px solid var(--bso-line);
  border-radius: .85rem;
  background: #fbfaf6;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

/* A class selector beats the user-agent [hidden] rule, so `display: grid` above was
   silently overriding both the server-rendered hidden attribute and syncPairOffer()'s
   `pairOffer.hidden = true` in js/product-bso-retail.js. The pair discount therefore
   stayed on screen for sizes it does not apply to (the case of 12, and any out-of-stock
   bottle). One explicit rule restores the attribute's meaning for both paths. */
.bso-pair-offer[hidden] {
  display: none;
}

.bso-pair-offer:has(.bso-pair-offer__check:checked) {
  border-color: var(--bso-green);
  background: #f1f7f2;
  box-shadow: 0 0 0 1px rgba(31, 91, 67, .08);
}

.bso-pair-offer__check {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  accent-color: var(--bso-green);
}

.bso-pair-offer__copy {
  min-width: 0;
  display: grid;
  gap: .12rem;
}

.bso-pair-offer__copy strong {
  color: #26352d;
  font-size: .82rem;
  line-height: 1.2;
}

.bso-pair-offer__copy > span {
  color: #6c716a;
  font-size: .68rem;
  line-height: 1.35;
}

.bso-pair-offer > em {
  padding: .28rem .48rem;
  border: 1px solid #d9d3c7;
  color: #5f625b;
  font-size: .55rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bso-stock-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #3f8a59;
  box-shadow: 0 0 0 .22rem #e6f3e9;
}

.bso-cart-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  align-items: end;
}

.bso-qty {
  display: block;
  margin: 0;
}

.bso-qty .pdp-qty__label {
  display: block;
  margin-bottom: .35rem;
  color: #555950;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bso-qty .pdp-qty__box {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--bso-line);
  border-radius: .8rem;
  background: #fff;
}

.bso-qty .pdp-qty__btn {
  width: 2.45rem;
  height: 3.15rem;
  border: 0;
  background: transparent;
  color: var(--bso-green);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
}

.bso-qty .pdp-qty__btn:hover { background: var(--bso-cream); }

.bso-qty .pdp-qty__input {
  width: 2.8rem;
  height: 3.15rem;
  border: 0;
  background: transparent;
  color: var(--bso-ink);
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
  appearance: textfield;
}

.bso-qty .pdp-qty__input::-webkit-outer-spin-button,
.bso-qty .pdp-qty__input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.bso-add-button {
  min-height: 3.45rem;
  padding: .8rem 1.2rem;
  border: 0;
  border-radius: .85rem;
  background: var(--bso-green);
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(33, 79, 64, 0.18);
}

.bso-add-button:hover:not(:disabled) { background: var(--bso-green-dark); }
.bso-add-button:disabled { background: #a8aaa4; cursor: not-allowed; box-shadow: none; }

.bso-assurances {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem .75rem;
  margin-top: .85rem;
  padding-top: .8rem;
  border-top: 1px solid #ece8df;
}

.bso-assurances span {
  position: relative;
  padding-left: 1rem;
  color: var(--bso-muted);
  font-size: .65rem;
  line-height: 1.35;
}

.bso-assurances span::before {
  content: "•";
  position: absolute;
  left: .15rem;
  color: var(--bso-gold);
  font-size: 1rem;
  line-height: .7;
}

.bso-wholesale-link {
  display: block;
  margin-top: .8rem;
  color: #6d7068;
  font-size: .67rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.bso-accordions {
  margin-top: .8rem;
  border-top: 1px solid var(--bso-line);
}

.bso-accordions details,
.bso-faq details {
  border-bottom: 1px solid var(--bso-line);
}

.bso-accordions summary,
.bso-faq summary {
  position: relative;
  padding: .85rem 2rem .85rem 0;
  color: var(--bso-ink);
  font-size: .79rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.bso-accordions summary::-webkit-details-marker,
.bso-faq summary::-webkit-details-marker { display: none; }

.bso-accordions summary::after,
.bso-faq summary::after {
  content: "+";
  position: absolute;
  right: .2rem;
  color: var(--bso-green);
  font-size: 1.2rem;
}

.bso-accordions details[open] summary::after,
.bso-faq details[open] summary::after { content: "−"; }

.bso-accordions details > p,
.bso-accordions details > dl,
.bso-faq details > div {
  margin: 0;
  padding: 0 0 .9rem;
  color: var(--bso-muted);
  font-size: .73rem;
  line-height: 1.6;
}

.bso-accordions dl div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  padding: .2rem 0;
}

.bso-accordions dt { font-weight: 700; color: #4d514a; }
.bso-accordions dd { margin: 0; }
.bso-accordions a,
.bso-faq a,
.bso-story-card a,
.bso-shipping a { color: var(--bso-green); font-weight: 700; }

.bso-editorial {
  padding-block: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid #e9e4da;
}

.bso-editorial--soft {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - 1240px) / 2));
  background: var(--bso-cream);
}

.bso-section-heading {
  max-width: 48rem;
  margin-bottom: 1.8rem;
}

.bso-section-heading h2,
.bso-two-column h2,
.bso-story-card h2,
.bso-shipping h2,
.bso-wholesale-banner h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.bso-section-heading > span,
.bso-wholesale-banner > div > span {
  display: block;
  margin-top: .6rem;
  color: var(--bso-muted);
  line-height: 1.65;
}

.bso-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .9rem;
}

.bso-feature-grid article,
.bso-story-card {
  padding: 1.3rem;
  border: 1px solid #e1dbcf;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .72);
}

.bso-feature-grid strong {
  color: var(--bso-green);
  font-size: .9rem;
}

.bso-feature-grid p,
.bso-story-card p,
.bso-prose p,
.bso-shipping p {
  margin: .55rem 0 0;
  color: var(--bso-muted);
  font-size: .88rem;
  line-height: 1.75;
}

.bso-two-column {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.bso-prose p:first-child { margin-top: 0; }

.bso-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.bso-story-card {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  background: #f8f6f0;
}

.bso-story-card a {
  display: inline-block;
  margin-top: 1rem;
  font-size: .82rem;
}

.bso-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.bso-guide-links a {
  padding: .5rem .75rem;
  border: 1px solid #dcd6ca;
  border-radius: 999px;
  color: var(--bso-green);
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
}

.bso-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--bso-line);
  border-radius: 1rem;
}

.bso-specs table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.bso-specs th,
.bso-specs td {
  padding: .9rem 1rem;
  border-bottom: 1px solid #ece8df;
  text-align: left;
  font-size: .78rem;
}

.bso-specs th { width: 16%; color: var(--bso-green); background: #f6f5f0; }
.bso-specs td { width: 34%; color: var(--bso-muted); }
.bso-specs tr:last-child th,
.bso-specs tr:last-child td { border-bottom: 0; }

.bso-shipping {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-inline: clamp(1rem, 4vw, 3rem);
  border: 1px solid #d9e3db;
  border-radius: 1.1rem;
  background: var(--bso-soft);
}

.bso-shipping > div { max-width: 46rem; }
.bso-shipping > a { flex: 0 0 auto; font-size: .82rem; }

.bso-faq__list {
  max-width: 54rem;
}

.bso-faq summary {
  padding-block: 1rem;
  font-size: .88rem;
}

.bso-faq details > div {
  padding-right: 2rem;
  font-size: .82rem;
}

.bso-reviews-shell > #reviews,
.bso-reviews-shell > #write-review {
  padding-block: 1.5rem;
}

.bso-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .9rem;
}

.bso-related-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bso-line);
  border-radius: 1rem;
  background: #fff;
  color: var(--bso-ink);
  text-decoration: none;
}

.bso-related-card img {
  width: 100%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  background: #f1f3ed;
}

.bso-related-card span { padding: .8rem .8rem .2rem; font-size: .8rem; font-weight: 700; }
.bso-related-card strong { padding: 0 .8rem .9rem; color: var(--bso-green); font-size: .78rem; }

.bso-wholesale-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-block: 1rem 4rem;
  padding: clamp(1.4rem, 4vw, 2.3rem);
  border: 1px solid #e1d9cb;
  border-radius: 1rem;
  background: var(--bso-cream);
}

.bso-wholesale-banner h2 { font-size: clamp(1.45rem, 2.4vw, 2rem); }

.bso-wholesale-banner a {
  flex: 0 0 auto;
  padding: .75rem 1rem;
  border: 1px solid var(--bso-green);
  border-radius: .75rem;
  color: var(--bso-green);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

.bso-wholesale-banner a:hover {
  background: var(--bso-green);
  color: #fff;
}

.bso-mobile-cart {
  display: none;
}

@media (max-width: 1100px) {
  .bso-product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 2rem;
  }

  .bso-gallery__viewport { aspect-ratio: 1 / 1.12; }
  .bso-purchase h1 { font-size: 2.3rem; }
  .bso-benefits { grid-template-columns: 1fr; }
  .bso-assurances { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .bso-retail { padding-bottom: 5.8rem; }

  .bso-product-shell,
  .bso-editorial,
  .bso-wholesale-banner {
    width: min(100% - 1.5rem, 720px);
  }

  .bso-product-shell { padding-top: 1rem; }

  .bso-product-grid,
  .bso-two-column,
  .bso-story-grid {
    grid-template-columns: 1fr;
  }

  .bso-product-grid { gap: 1.4rem; }
  .bso-gallery__viewport { aspect-ratio: 1.1 / 1; }
  .bso-gallery__slide { padding: 1rem; }
  .bso-gallery__thumb { flex-basis: 4rem; width: 4rem; height: 4rem; }
  .bso-purchase h1 { max-width: 16ch; font-size: clamp(2rem, 7vw, 2.7rem); }
  .bso-benefits { grid-template-columns: 1fr 1fr; }
  .bso-assurances { grid-template-columns: 1fr 1fr; }

  .bso-feature-grid,
  .bso-related__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bso-shipping,
  .bso-wholesale-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .bso-mobile-cart {
    position: fixed;
    z-index: 45;
    left: 0;
    right: 0;
    bottom: calc(var(--bso-sticky-offset) + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .7rem max(.85rem, env(safe-area-inset-left, 0px));
    border-top: 1px solid #dcd7cc;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -8px 24px rgba(28, 36, 30, .12);
    backdrop-filter: blur(12px);
  }

  .bso-mobile-cart > div { min-width: 0; }
  .bso-mobile-cart small { display: block; max-width: 11rem; overflow: hidden; color: var(--bso-muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
  .bso-mobile-cart strong { display: block; color: var(--bso-ink); font-size: 1rem; }
  .bso-mobile-cart button { min-width: 8.6rem; min-height: 2.7rem; padding: .65rem .85rem; border: 0; border-radius: .75rem; background: var(--bso-green); color: #fff; font-size: .76rem; font-weight: 800; cursor: pointer; }
  .bso-mobile-cart button:disabled { background: #a8aaa4; }
}

@media (max-width: 520px) {
  .bso-product-shell,
  .bso-editorial,
  .bso-wholesale-banner { width: calc(100% - 1rem); }

  .bso-product-shell { padding-bottom: 3rem; }
  .bso-gallery__viewport { aspect-ratio: 1 / .92; border-radius: 1rem; }
  .bso-gallery__arrow { width: 2.35rem; height: 2.35rem; font-size: 1.45rem; }
  .bso-gallery__arrow--prev { left: .6rem; }
  .bso-gallery__arrow--next { right: .6rem; }
  .bso-gallery__count { right: .65rem; bottom: .65rem; }
  .bso-gallery__thumbs { gap: .45rem; margin-top: .55rem; }
  .bso-gallery__thumb { flex-basis: 3.55rem; width: 3.55rem; height: 3.55rem; }
  .bso-eyebrow { margin-top: .25rem; }
  .bso-purchase h1 { font-size: 2rem; }
  .bso-lead { font-size: .86rem; line-height: 1.6; }
  .bso-benefits { gap: .45rem .7rem; }
  .bso-benefits li { font-size: .69rem; }
  .bso-buybox { padding: .85rem; }
  .bso-price { margin-bottom: .7rem; }
  .bso-price > span { font-size: 1.7rem; }
  .bso-variants__grid { gap: .4rem; }
  .bso-variant { min-height: 4.15rem; grid-template-columns: auto minmax(0, 1fr); gap: .5rem; padding: .55rem; }
  .bso-variant__price { grid-column: 2; }
  .bso-variant__copy strong { font-size: .7rem; }
  .bso-cart-row { grid-template-columns: 1fr; }
  .bso-qty { display: flex; align-items: center; justify-content: space-between; }
  .bso-qty .pdp-qty__label { margin: 0; }
  .bso-assurances { gap: .35rem .55rem; }
  .bso-assurances span { font-size: .6rem; }
  .bso-feature-grid,
  .bso-related__grid { grid-template-columns: 1fr; }
  .bso-editorial { padding-block: 2.7rem; }
  .bso-editorial--soft { width: 100%; padding-inline: .5rem; }
  .bso-specs th,
  .bso-specs td { min-width: 8rem; padding: .7rem; font-size: .7rem; }
  .bso-wholesale-banner { margin-bottom: 2rem; }
}

@media (max-width: 350px) {
  .bso-benefits { grid-template-columns: 1fr; }
  .bso-variants__grid { grid-template-columns: 1fr; }
  .bso-variant { grid-template-columns: auto minmax(0, 1fr) auto; }
  .bso-variant__price { grid-column: auto; }
  .bso-mobile-cart small { max-width: 7.5rem; }
  .bso-mobile-cart button { min-width: 7.5rem; padding-inline: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  .bso-gallery__track,
  .bso-variant,
  .bso-add-button {
    transition: none !important;
  }
}
