/* ==========================================================
   Simphonie — Product Atelier
   Final art direction for the product page
========================================================== */

body#product #wrapper {
  overflow: clip;
  background:
    radial-gradient(circle at 3% 18%, rgb(var(--sc-rgb-primary) / 0.08), transparent 30rem),
    radial-gradient(circle at 97% 52%, rgb(var(--sc-rgb-secondary) / 0.42), transparent 34rem),
    var(--sc-color-cream) !important;
}

body#product #wrapper nav.breadcrumb {
  width: fit-content;
  max-width: calc(100% - 32px);
  margin-right: 0 !important;
  margin-left: max(16px, calc((100% - 1540px) / 2)) !important;
}

body#product .sc-product-stage {
  width: min(calc(100% - 32px), 1500px);
  padding: 0 0 clamp(76px, 8vw, 132px) !important;
}

/* Product stage ------------------------------------------ */

body#product .sc-product-stage__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 18px !important;
  background:
    linear-gradient(135deg, rgb(var(--sc-rgb-surface) / 0.42), transparent 46%),
    var(--sc-color-secondary-soft);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.09);
  border-radius: clamp(26px, 3vw, 42px);
  box-shadow: 0 32px 90px rgb(var(--sc-rgb-shadow) / 0.1);
}

body#product .sc-product-stage__gallery,
body#product .sc-product-stage__buybox {
  min-width: 0;
}

body#product .sc-product-stage__gallery {
  position: relative !important;
  display: block;
}

body#product .sc-product-stage__grid > .sc-product-stage__gallery,
body#product .sc-product-stage__grid > .sc-product-stage__buybox {
  align-self: start !important;
}

/* Product flags ------------------------------------------ */

body#product .sc-product-gallery__flags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 8;
  max-width: calc(100% - 180px);
  pointer-events: none;
}

body#product .sc-product-gallery__flags .product-flags {
  position: static;
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#product .sc-product-gallery__flags .product-flags li.product-flag {
  position: static;
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 28px;
  align-items: center;
  margin: 0 !important;
  padding: 6px 11px;
  color: var(--sc-color-text-muted) !important;
  font-size: 8px;
  font-weight: var(--sc-font-weight-bold);
  line-height: 1.15;
  letter-spacing: 0.11em;
  text-align: left;
  text-transform: uppercase;
  background: rgb(var(--sc-rgb-surface-bright) / 0.88) !important;
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.1);
  border-radius: var(--sc-radius-pill);
  box-shadow: 0 8px 22px rgb(var(--sc-rgb-shadow) / 0.07);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

body#product .sc-product-gallery__flags .product-flags li.product-flag:is(
  .discount,
  .discount-amount,
  .discount-percentage,
  .on-sale,
  .sale,
  .promo
) {
  order: initial;
  color: var(--sc-color-primary-deep) !important;
  background: rgb(var(--sc-rgb-surface-blush) / 0.94) !important;
  border-color: rgb(var(--sc-rgb-primary) / 0.34);
}

body#product .sc-product-gallery__flags .product-flags li.product-flag.pack {
  color: var(--sc-color-white) !important;
  background: var(--sc-color-ink) !important;
  border-color: var(--sc-color-ink);
}

body#product .sc-product-gallery__flags .product-flags li.product-flag.out_of_stock {
  color: var(--sc-color-primary-darkest) !important;
  background: rgb(var(--sc-rgb-surface-danger) / 0.94) !important;
  border-color: rgb(var(--sc-rgb-primary-deep) / 0.24);
}

/* Gallery as a jewellery case ---------------------------- */

body#product .sc-gallery-v2 {
  --sc-gallery-v2-thumb: clamp(72px, 5vw, 92px);
  gap: 12px;
  height: auto;
  align-items: start;
}

body#product .sc-gallery-v2__rail {
  padding: 2px;
}

body#product .sc-gallery-v2__thumb {
  padding: 7px;
  background: var(--sc-product-image-backdrop);
  border-color: rgb(var(--sc-rgb-ink) / 0.07);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgb(var(--sc-rgb-shadow) / 0.035);
  opacity: 0.68;
  transition:
    opacity var(--sc-transition-fast),
    transform var(--sc-transition-fast),
    border-color var(--sc-transition-fast),
    box-shadow var(--sc-transition-fast);
}

body#product .sc-gallery-v2__thumb:hover,
body#product .sc-gallery-v2__thumb.is-active {
  opacity: 1;
}

body#product .sc-gallery-v2__thumb.is-active {
  border-color: rgb(var(--sc-rgb-primary-deep) / 0.64);
  box-shadow: 0 0 0 3px rgb(var(--sc-rgb-primary) / 0.1);
}

body#product .sc-gallery-v2__stage {
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: clamp(20px, 2.8vw, 44px);
  background: var(--sc-product-image-backdrop);
  border-color: rgb(var(--sc-rgb-ink) / 0.07);
  border-radius: clamp(22px, 2vw, 30px);
  box-shadow: inset 0 1px 0 rgb(var(--sc-rgb-surface) / 0.82);
}

body#product .sc-gallery-v2__main {
  width: 88%;
  height: 88%;
  filter: drop-shadow(0 22px 28px rgb(var(--sc-rgb-shadow) / 0.07));
  transform: scale(1);
  transition:
    opacity 160ms ease,
    transform 520ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

@media (hover: hover) and (pointer: fine) {
  body#product .sc-gallery-v2__stage:hover .sc-gallery-v2__main:not(.is-changing) {
    transform: scale(1.04);
  }
}

body#product .sc-gallery-v2__counter,
body#product .sc-gallery-v2__zoom,
body#product .sc-gallery-v2__nav {
  background: rgb(var(--sc-rgb-surface-bright) / 0.82);
  border-color: rgb(var(--sc-rgb-ink) / 0.09);
  box-shadow: 0 10px 28px rgb(var(--sc-rgb-shadow) / 0.07);
}

/* Buybox -------------------------------------------------- */

body#product .sc-product-stage__buybox {
  display: flex;
}

body#product .sc-product-buybox {
  position: relative;
  top: auto !important;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: clamp(28px, 2.5vw, 40px) !important;
  background: rgb(var(--sc-rgb-surface-bright) / 0.94);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.08);
  border-radius: clamp(22px, 2vw, 30px);
  box-shadow:
    0 20px 55px rgb(var(--sc-rgb-shadow) / 0.07),
    inset 0 1px 0 rgb(var(--sc-rgb-surface) / 0.9);
  backdrop-filter: blur(14px);
}

body#product .sc-product-buybox .sc-product-buybox__information,
body#product .sc-product-buybox .sc-product-buybox__lead {
  background: transparent !important;
}

body#product .sc-product-buybox__header {
  padding: 0 0 22px;
  border-bottom: 1px solid rgb(var(--sc-rgb-ink) / 0.1);
}

body#product .sc-product-buybox__kicker {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}

body#product .sc-product-buybox__eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--sc-color-primary-deep);
  font-size: 9px;
  letter-spacing: 0.19em;
}

body#product .sc-product-buybox__eyebrow::before {
  width: 26px;
  height: 1px;
  content: "";
  background: currentcolor;
}

body#product .sc-product-buybox__reference {
  flex: 0 0 auto;
  color: var(--sc-color-text-soft);
  font-size: 8px;
  font-weight: var(--sc-font-weight-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body#product .sc-product-buybox__title {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  font-size: clamp(32px, 2.65vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.042em;
  text-overflow: clip;
  text-wrap: nowrap;
  white-space: nowrap;
}

body#product .sc-product-buybox__rating {
  margin-top: 14px;
}

body#product .sc-product-buybox__prices {
  margin-top: 17px;
}

body#product .sc-product-buybox .product-prices .current-price,
body#product .sc-product-buybox .product-prices .product-price {
  color: var(--sc-color-primary-strong);
  font-family: var(--sc-font-family-heading);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: var(--sc-font-weight-regular);
  letter-spacing: -0.025em;
}

body#product .sc-product-buybox__lead {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: none;
  min-height: 0;
  max-height: none;
  box-sizing: border-box;
  margin: 22px 0 0;
  padding: 0 0 6px 18px;
  overflow: visible;
  color: var(--sc-color-text-muted);
  font-size: 12px;
  line-height: 1.7;
  border-left: 2px solid rgb(var(--sc-rgb-primary) / 0.52);
}

body#product .sc-product-buybox__lead > :last-child {
  margin-bottom: 0;
}

/* Sticky square gallery on wide screens. Thumbnails are overlaid
   so they do not narrow the main image square. */

@media (min-width: 1181px) {
  body#product .sc-product-stage__grid > .sc-product-stage__gallery {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    width: calc(100% - 8px);
    margin: 0 auto;
  }

  body#product .sc-gallery-v2 {
    position: sticky;
    top: calc(var(--sc-topbar-height) + 106px);
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body#product .sc-gallery-v2__rail {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 7;
    max-height: calc(100% - 32px);
    transform: translateY(-50%);
  }

  body#product .sc-gallery-v2__stage {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body#product .sc-product-buybox {
    height: auto;
    overflow: visible;
  }

  body#product .sc-product-buybox__information {
    overflow: visible;
  }
}

/* Keep the overlapping vertical thumbnail rail on tablets. */

@media (min-width: 641px) and (max-width: 1180px) {
  body#product .sc-gallery-v2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body#product .sc-gallery-v2__rail {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 7;
    display: block;
    width: calc(var(--sc-gallery-v2-thumb) + 4px);
    max-height: calc(100% - 28px);
    overflow-x: hidden;
    overflow-y: auto;
    grid-column: auto;
    grid-row: auto;
    transform: translateY(-50%);
  }

  body#product .sc-gallery-v2__thumbs {
    display: grid;
    width: auto;
    gap: 10px;
    padding: 2px;
  }

  body#product .sc-gallery-v2__thumb {
    flex: none;
    width: var(--sc-gallery-v2-thumb);
    height: var(--sc-gallery-v2-thumb);
  }

  body#product .sc-gallery-v2__stage {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    grid-column: auto;
    grid-row: auto;
  }
}

body#product .sc-product-buybox__actions {
  margin-top: clamp(32px, 3vw, 42px);
}

body#product .sc-product-buybox__configuration {
  display: flex;
  gap: 8px 20px;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 12px;
}

body#product .sc-product-buybox__configuration span,
body#product .sc-product-buybox__configuration strong {
  display: block;
}

body#product .sc-product-buybox__configuration span {
  color: var(--sc-color-primary-deep);
  font-size: 8px;
  font-weight: var(--sc-font-weight-bold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body#product .sc-product-buybox__configuration strong {
  color: var(--sc-color-ink);
  font-family: var(--sc-font-family-heading);
  font-size: 17px;
  font-weight: var(--sc-font-weight-regular);
}

/* Product options ---------------------------------------- */

body#product .sc-product-options {
  display: grid;
  gap: 12px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body#product .sc-product-option-group,
body#product .sc-product-option-group:last-child {
  margin: 0 !important;
  overflow: hidden;
  background: rgb(var(--sc-rgb-secondary-soft) / 0.64);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.09) !important;
  border-radius: 15px;
}

body#product .sc-product-option-select-row {
  min-height: 58px;
  padding: 7px 10px 7px 14px;
}

body#product .sc-product-option-group__step {
  color: var(--sc-color-primary-deep);
  background: rgb(var(--sc-rgb-surface) / 0.74);
  border-color: rgb(var(--sc-rgb-primary) / 0.3);
}

body#product .sc-product-option-select select {
  min-height: 42px;
  color: var(--sc-color-ink);
  background-color: rgb(var(--sc-rgb-surface-bright) / 0.92);
  border-color: rgb(var(--sc-rgb-ink) / 0.09);
  border-radius: 10px;
}

body#product .sc-product-option-select select:hover,
body#product .sc-product-option-select select:focus {
  border-color: rgb(var(--sc-rgb-primary) / 0.52);
  box-shadow: 0 0 0 3px rgb(var(--sc-rgb-primary) / 0.08);
}

/* Purchase zone ------------------------------------------ */

body#product .sc-product-buybox__purchase {
  margin-top: 12px;
  padding: 15px;
  background: rgb(var(--sc-rgb-surface-blush) / 0.7);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.08);
  border-radius: 20px;
}

body#product .sc-product-page .sc-product-buybox__purchase {
  margin-top: 12px !important;
  padding: 15px !important;
}

body#product .sc-product-pack + .sc-product-buybox__purchase {
  margin-top: 12px !important;
}

body#product .sc-product-page .sc-product-purchase-row {
  grid-template-columns: 176px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 920px) !important;
  margin-inline: auto !important;
}

body#product .sc-product-purchase-row > .sc-product-quantity,
body#product .sc-product-quantity > input,
body#product .sc-product-quantity .bootstrap-touchspin {
  width: 176px !important;
  min-width: 176px !important;
}

body#product .sc-product-page .sc-product-purchase-row > .sc-product-quantity {
  display: block !important;
  width: 176px !important;
  min-width: 176px !important;
  height: 58px !important;
  align-self: center !important;
}

body#product .sc-product-quantity > input,
body#product .sc-product-quantity .bootstrap-touchspin {
  float: none !important;
  background: rgb(var(--sc-rgb-surface-bright) / 0.94);
  border-color: rgb(var(--sc-rgb-ink) / 0.12);
}

body#product .sc-product-page .sc-product-quantity .bootstrap-touchspin {
  padding-right: 0 !important;
}

body#product .sc-product-page .sc-product-quantity > input#quantity_wanted,
body#product .sc-product-page .sc-product-quantity .bootstrap-touchspin input#quantity_wanted {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  padding: 0 44px 0 14px !important;
  color: var(--sc-color-ink) !important;
  -webkit-text-fill-color: var(--sc-color-ink) !important;
  font-size: 16px !important;
  line-height: 56px !important;
  opacity: 1 !important;
}

body#product .sc-product-page .sc-product-quantity :is(.bootstrap-touchspin-up, .bootstrap-touchspin-down) {
  z-index: 6 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

body#product .sc-product-purchase-row .add-to-cart {
  display: inline-flex !important;
  height: 58px !important;
  min-height: 58px;
  align-items: center !important;
  justify-content: center !important;
  color: var(--sc-color-surface) !important;
  text-align: center;
  background: var(--sc-color-ink) !important;
  border-color: var(--sc-color-ink) !important;
  border-radius: var(--sc-radius-pill) !important;
  box-shadow:
    0 12px 28px rgb(var(--sc-rgb-shadow) / 0.16),
    inset 0 1px 0 rgb(var(--sc-rgb-surface) / 0.1) !important;
  transition:
    background-color var(--sc-transition-fast),
    border-color var(--sc-transition-fast),
    box-shadow var(--sc-transition-fast),
    transform var(--sc-transition-fast);
}

body#product .sc-product-page .sc-product-purchase-row > .sc-product-purchase-action {
  display: flex !important;
  height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  padding-top: 0 !important;
}

body#product .sc-product-purchase-row .add-to-cart:hover:not(:disabled) {
  color: var(--sc-color-surface) !important;
  background: var(--sc-color-ink-deep) !important;
  border-color: var(--sc-color-ink-deep) !important;
  box-shadow: 0 16px 34px rgb(var(--sc-rgb-shadow) / 0.2) !important;
  transform: translateY(-1px);
}

body#product .sc-product-buybox__purchase-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin: 14px 0 0;
  padding: 13px 2px 0;
  color: var(--sc-color-text-muted);
  font-size: 8px;
  font-weight: var(--sc-font-weight-semibold);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-top: 1px solid rgb(var(--sc-rgb-ink) / 0.08);
  list-style: none;
}

body#product .sc-product-buybox__purchase-notes li {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

body#product .sc-product-buybox__purchase-notes li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: var(--sc-color-primary);
  border-radius: var(--sc-radius-pill);
}

body#product .sc-product-buybox__secondary-actions {
  margin-top: 14px;
}

/* Restock alert ------------------------------------------ */

body#product .sc-stock-alert {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  color: var(--sc-color-ink);
  text-align: left;
  background: rgb(var(--sc-rgb-secondary-soft) / 0.7);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.1);
  border-radius: 16px;
}

body#product .sc-stock-alert__input {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  color: var(--sc-color-ink);
  background: rgb(var(--sc-rgb-surface-bright) / 0.94);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.14);
  border-radius: 10px;
  outline: 0;
}

body#product .sc-stock-alert__input:focus {
  border-color: rgb(var(--sc-rgb-primary-deep) / 0.62);
  box-shadow: 0 0 0 3px rgb(var(--sc-rgb-primary) / 0.1);
}

body#product .sc-stock-alert__submit {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: var(--sc-color-surface);
  font-size: 8px;
  font-weight: var(--sc-font-weight-bold);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--sc-color-ink);
  border: 1px solid var(--sc-color-ink);
  border-radius: var(--sc-radius-pill);
  transition:
    background-color var(--sc-transition-fast),
    border-color var(--sc-transition-fast),
    transform var(--sc-transition-fast);
}

body#product .sc-stock-alert__submit:hover,
body#product .sc-stock-alert__submit:focus-visible {
  color: var(--sc-color-surface);
  background: var(--sc-color-ink-deep);
  border-color: var(--sc-color-ink-deep);
  transform: translateY(-1px);
}

body#product .sc-stock-alert__submit:focus-visible {
  outline: 2px solid var(--sc-color-focus);
  outline-offset: 3px;
}

body#product .sc-stock-alert__submit:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}

body#product .sc-stock-alert__consent {
  color: var(--sc-color-text-muted);
  font-size: 11px;
  line-height: 1.5;
}

body#product .sc-stock-alert__consent a,
body#product .sc-stock-alert__consent a:visited {
  color: var(--sc-color-primary-deep);
  text-decoration-color: currentcolor;
}

body#product .sc-stock-alert .custom-checkbox input[type="checkbox"] + span {
  border-color: rgb(var(--sc-rgb-ink) / 0.28);
}

body#product .sc-stock-alert .custom-checkbox input[type="checkbox"]:checked + span {
  background: var(--sc-color-primary-deep);
  border-color: var(--sc-color-primary-deep);
}

body#product .sc-stock-alert__notice,
body#product .sc-stock-alert__messages .alert {
  margin: 0;
  padding: 12px 14px;
  color: var(--sc-color-ink);
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  background: rgb(var(--sc-rgb-surface-bright) / 0.7);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.12);
  border-radius: 10px;
}

body#product .sc-stock-alert__messages .alert-danger {
  color: var(--sc-color-primary-darkest);
  background: rgb(var(--sc-rgb-surface-danger) / 0.88);
  border-color: rgb(var(--sc-rgb-primary-deep) / 0.24);
}

body#product .sc-stock-alert__messages .alert-success {
  color: var(--sc-color-ink);
  background: rgb(var(--sc-rgb-secondary-soft) / 0.92);
  border-color: rgb(var(--sc-rgb-ink) / 0.14);
}

/* Related products --------------------------------------- */

body#product .sc-product-related {
  margin-top: 22px;
  padding: 22px;
  background: rgb(var(--sc-rgb-secondary-soft) / 0.64);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.09);
  border-radius: 20px;
}

body#product .sc-product-related__header p {
  margin: 0 0 7px;
  color: var(--sc-color-primary-deep);
  font-size: 8px;
  font-weight: var(--sc-font-weight-bold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body#product .sc-product-related__header h2 {
  margin: 0;
  color: var(--sc-color-ink);
  font-family: var(--sc-font-family-heading);
  font-size: clamp(19px, 1.35vw, 24px);
  font-weight: var(--sc-font-weight-regular);
  line-height: 1.16;
}

body#product .sc-product-related__list {
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid rgb(var(--sc-rgb-ink) / 0.09);
  list-style: none;
}

body#product .sc-product-related__list > li {
  border-bottom: 1px solid rgb(var(--sc-rgb-ink) / 0.09);
}

body#product .sc-product-related__list > li:last-child {
  border-bottom: 0;
}

body#product .sc-product-related__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) minmax(138px, auto);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
}

body#product .sc-product-related__media {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: var(--sc-product-image-backdrop);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.07);
  border-radius: 13px;
}

body#product .sc-product-related__media picture {
  display: contents;
}

body#product .sc-product-related__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body#product .sc-product-related__content {
  min-width: 0;
}

body#product .sc-product-related__content h3 {
  margin: 0;
  font-family: var(--sc-font-family-body);
  font-size: 12px;
  font-weight: var(--sc-font-weight-semibold);
  line-height: 1.4;
}

body#product .sc-product-related__content h3 a {
  color: var(--sc-color-ink);
  text-decoration: none;
}

body#product .sc-product-related__content h3 a:hover {
  color: var(--sc-color-primary-deep);
}

body#product .sc-product-related__price {
  margin: 5px 0 0;
  color: var(--sc-color-primary-strong);
  font-size: 11px;
  font-weight: var(--sc-font-weight-semibold);
}

body#product .sc-product-related__cart-form {
  margin: 0;
}

body#product .sc-product-related__cart,
body#product .sc-product-related__view {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: var(--sc-color-surface) !important;
  font-size: 8px;
  font-weight: var(--sc-font-weight-bold);
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--sc-color-ink) !important;
  border: 1px solid var(--sc-color-ink) !important;
  border-radius: var(--sc-radius-pill);
  box-shadow: 0 9px 22px rgb(var(--sc-rgb-shadow) / 0.13) !important;
  transition:
    color var(--sc-transition-fast),
    background-color var(--sc-transition-fast),
    border-color var(--sc-transition-fast),
    transform var(--sc-transition-fast);
}

body#product .sc-product-related__cart:hover:not(:disabled),
body#product .sc-product-related__cart:focus-visible,
body#product .sc-product-related__view:hover,
body#product .sc-product-related__view:focus-visible {
  color: var(--sc-color-surface);
  background: var(--sc-color-ink-deep) !important;
  border-color: var(--sc-color-ink-deep) !important;
  transform: translateY(-1px);
}

body#product .sc-product-related__cart .sc-commerce-cart-icon {
  width: 15px;
  height: 15px;
}

@media (max-width: 640px) {
  body#product .sc-product-related {
    padding: 18px;
  }

  body#product .sc-product-related__item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
  }

  body#product .sc-product-related__media {
    width: 58px;
    height: 58px;
  }

  body#product .sc-product-related__cart-form,
  body#product .sc-product-related__view {
    grid-column: 2;
  }

  body#product .sc-product-related__cart,
  body#product .sc-product-related__view {
    width: auto;
    min-height: 38px;
    justify-self: start;
  }
}

/* Product comments module -------------------------------- */

body#product .sc-product-page :is(.btn-comment, .btn-comment-inverse) {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  height: auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  color: var(--sc-color-ink) !important;
  font-family: var(--sc-font-family-body);
  font-size: 9px;
  font-weight: var(--sc-font-weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgb(var(--sc-rgb-surface) / 0.42) !important;
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.24) !important;
  border-radius: var(--sc-radius-pill);
  box-shadow: none !important;
  transition:
    color var(--sc-transition-fast),
    background-color var(--sc-transition-fast),
    border-color var(--sc-transition-fast);
}

body#product .sc-product-page :is(.btn-comment, .btn-comment-inverse):hover,
body#product .sc-product-page :is(.btn-comment, .btn-comment-inverse):focus-visible {
  color: var(--sc-color-surface) !important;
  background: var(--sc-color-ink) !important;
  border-color: var(--sc-color-ink) !important;
  text-decoration: none;
}

body#product .sc-product-page .btn-comment .material-icons {
  margin: 0;
  color: currentcolor;
  font-size: 17px;
}

body#product .product-comments-additional-info {
  margin: 16px 0 0;
}

/* Full-image viewer -------------------------------------- */

body#product .sc-gallery-v2-modal[open] {
  position: fixed !important;
  inset: 0 !important;
  display: block;
  width: min(94vw, 1220px) !important;
  max-width: calc(100vw - 32px) !important;
  height: min(92vh, 980px) !important;
  height: min(92dvh, 980px) !important;
  max-height: calc(100vh - 32px) !important;
  max-height: calc(100dvh - 32px) !important;
  margin: auto !important;
  aspect-ratio: auto !important;
  transform: none !important;
  clip-path: none !important;
}

body#product .sc-gallery-v2-modal__body {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body#product .sc-gallery-v2-modal__image {
  display: block;
  flex: 0 1 auto;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  margin: auto;
  object-fit: contain !important;
  object-position: center !important;
  clip-path: none !important;
}

@media (max-width: 560px) {
  body#product .sc-gallery-v2-modal[open] {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
  }

  body#product .sc-gallery-v2-modal__body {
    padding: 64px 18px 54px;
  }
}

/* Reassurance -------------------------------------------- */

body#product .sc-product-reassurance-strip {
  margin: 22px 0 0 !important;
  padding: 16px !important;
  background: rgb(var(--sc-rgb-surface-bright) / 0.72);
  border-color: rgb(var(--sc-rgb-ink) / 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 46px rgb(var(--sc-rgb-shadow) / 0.045);
}

body#product .sc-product-reassurance-strip .blockreassurance_product > div {
  padding: 10px 20px !important;
}

body#product .sc-product-reassurance-strip .item-product img {
  filter: sepia(0.12) saturate(0.76);
}

/* Editorial index ---------------------------------------- */

body#product .sc-product-index {
  position: relative;
  isolation: isolate;
  margin-top: clamp(54px, 7vw, 104px);
  overflow: hidden;
  color: var(--sc-color-surface);
  background:
    radial-gradient(circle at 88% 8%, rgb(var(--sc-rgb-primary) / 0.24), transparent 26rem),
    var(--sc-color-ink-deep);
  border: 1px solid rgb(var(--sc-rgb-surface) / 0.1);
  border-radius: clamp(24px, 2.6vw, 38px);
  box-shadow: 0 28px 78px rgb(var(--sc-rgb-shadow) / 0.13);
}

body#product .sc-product-index::after {
  position: absolute;
  top: -65%;
  right: -5%;
  z-index: -1;
  width: min(40vw, 520px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgb(var(--sc-rgb-surface) / 0.1);
  border-radius: var(--sc-radius-round);
}

body#product .sc-product-index .sc-product-section__eyebrow,
body#product .sc-product-index__item dt {
  color: var(--sc-color-primary-tint);
}

body#product .sc-product-index .sc-product-section__heading h2,
body#product .sc-product-index__item dd {
  color: var(--sc-color-surface);
}

body#product .sc-product-index__item {
  border-left-color: rgb(var(--sc-rgb-surface) / 0.14);
}

/* Product story ------------------------------------------ */

body#product .sc-product-story {
  margin-top: clamp(64px, 8vw, 118px);
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 6vw, 100px);
}

body#product .sc-product-story .sc-product-section__heading h2 {
  max-width: 11ch;
  font-size: clamp(38px, 4vw, 60px);
}

body#product .sc-product-accordions {
  padding: 0 clamp(22px, 3vw, 38px);
  background: rgb(var(--sc-rgb-surface-bright) / 0.66);
  border: 1px solid rgb(var(--sc-rgb-ink) / 0.09);
  border-radius: 26px;
  box-shadow: 0 18px 52px rgb(var(--sc-rgb-shadow) / 0.05);
}

body#product .sc-product-accordion:first-child {
  border-top: 0;
}

body#product .sc-product-accordion > summary {
  min-height: 74px;
}

body#product .sc-product-accordion > summary:hover {
  color: var(--sc-color-primary-deep);
}

/* Responsive --------------------------------------------- */

@media (max-width: 1200px) {
  body#product .sc-product-stage__grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 1fr) !important;
  }

  body#product .sc-product-buybox {
    padding: 30px !important;
  }

  body#product .sc-product-buybox__title {
    font-size: clamp(30px, 3.7vw, 44px);
  }
}

@media (max-width: 1180px) {
  body#product .sc-product-stage {
    width: min(calc(100% - 24px), 820px);
  }

  body#product .sc-product-stage__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 30px;
  }

  body#product .sc-product-stage__gallery {
    position: relative !important;
    top: auto !important;
  }

  body#product .sc-gallery-v2 {
    height: auto;
  }

  body#product .sc-gallery-v2__stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body#product .sc-product-buybox {
    position: static;
    height: auto;
    padding: clamp(28px, 6vw, 46px) !important;
  }

  body#product .sc-product-story {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body#product .sc-product-story .sc-product-section__heading h2 {
    max-width: 15ch;
  }
}

@media (max-width: 640px) {
  body#product .sc-product-stage {
    width: min(calc(100% - 16px), 620px);
    padding-bottom: 78px !important;
  }

  body#product .sc-product-stage__grid {
    padding: 8px !important;
    background: rgb(var(--sc-rgb-secondary-soft) / 0.74);
    border-radius: 24px;
    box-shadow: 0 18px 54px rgb(var(--sc-rgb-shadow) / 0.08);
  }

  body#product .sc-product-gallery__flags {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 132px);
  }

  body#product .sc-product-gallery__flags .product-flags li.product-flag {
    min-height: 25px;
    padding: 5px 9px;
    font-size: 7px;
  }

  body#product .sc-gallery-v2__stage {
    border-radius: 19px;
  }

  body#product .sc-product-buybox {
    padding: 28px 18px !important;
    border-radius: 19px;
  }

  body#product .sc-product-buybox__kicker {
    align-items: flex-start;
  }

  body#product .sc-product-buybox__title {
    max-width: none;
    font-size: clamp(26px, 9vw, 42px);
  }

  body#product .sc-product-buybox__configuration {
    display: block;
  }

  body#product .sc-product-buybox__configuration strong {
    margin-top: 4px;
  }

  body#product .sc-product-option-select-row {
    grid-template-columns: minmax(96px, 0.75fr) minmax(126px, 1.25fr);
    gap: 7px;
    padding-inline: 10px 7px;
  }

  body#product .sc-product-option-select-row__label {
    gap: 6px;
    font-size: 9px;
  }

  body#product .sc-product-buybox__purchase {
    padding: 12px;
  }

  body#product .sc-product-page .sc-product-buybox__purchase,
  body#product .sc-product-page .product-add-to-cart,
  body#product .sc-product-page .sc-product-purchase-row,
  body#product .sc-product-page .sc-product-purchase-action,
  body#product .sc-product-page .sc-product-purchase-action .add-to-cart {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body#product .sc-product-page .sc-product-purchase-row {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 9px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  body#product .sc-product-page .sc-product-purchase-row > .sc-product-quantity,
  body#product .sc-product-quantity > input,
  body#product .sc-product-quantity .bootstrap-touchspin {
    width: 104px !important;
    min-width: 104px !important;
  }

  body#product .sc-product-page .sc-product-purchase-action {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body#product .sc-product-page .sc-product-purchase-action .add-to-cart {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-inline: clamp(12px, 4vw, 18px) !important;
    overflow: hidden;
  }

  body#product .sc-product-page .sc-product-purchase-action .sc-commerce-cart-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body#product .sc-product-sticky-cart {
    box-sizing: border-box;
    max-width: 100vw;
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
    overflow: hidden;
  }

  body#product .sc-product-sticky-cart__inner,
  body#product .sc-product-sticky-cart__button {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  body#product .sc-product-sticky-cart__button {
    padding-inline: clamp(14px, 4vw, 22px);
    overflow: hidden;
  }

  body#product .sc-product-sticky-cart__button .sc-commerce-cart-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body#product .sc-product-buybox__purchase-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body#product .sc-product-index {
    padding: 34px 24px;
  }

  body#product .sc-product-accordions {
    padding-inline: 18px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  body#product .sc-product-page .sc-product-purchase-row {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 12px !important;
  }

  body#product .sc-product-page .sc-product-purchase-row > .sc-product-quantity {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  body#product .sc-product-page .sc-product-purchase-row > .sc-product-quantity,
  body#product .sc-product-quantity > input,
  body#product .sc-product-quantity .bootstrap-touchspin {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }

  body#product .sc-product-page .sc-product-purchase-row > .sc-product-purchase-action {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    padding-top: 0 !important;
  }

  body#product .sc-product-page .sc-product-purchase-action .add-to-cart {
    width: 100% !important;
    padding-inline: 12px !important;
    font-size: 9px !important;
    letter-spacing: 0.06em !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#product .sc-gallery-v2__thumb,
  body#product .sc-product-purchase-row .add-to-cart {
    transition: none;
  }
}
