/** Shopify CDN: Minification failed

Line 246:11 Expected identifier but found whitespace
Line 246:12 Unexpected "16.5px"

**/
/* Client review — 2 September 2026.
 * Loaded after the legacy PDP stylesheet so the attached design system remains authoritative.
 */

.nova-pdp {
  --navy: #1e3a5f;
  --navy-d: #152b47;
  --steel: #4a7396;
  --gold: #e0a934;
  --gold-d: #c2911f;
  --paper: #f8f7f3;
  --paper2: #efebe1;
  --white: #ffffff;
  --ink: #232323;
  --line: #e1ddd0;
  --success: #2e9464;
  --success-tint: rgb(46 148 100 / 0.07);
  --error: #d6483e;
  --muted: #6a655d;
  --muted-2: #5f5a50;
  --muted-3: #413d36;
  --price-strikethrough: #b3ada2;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Public Sans', sans-serif;
  font-size: 17.5px;
  line-height: 1.64;
}

.nova-pdp .shell {
  width: min(calc(100% - 48px), 1400px);
}

.nova-pdp :is(h1, h2, h3) {
  color: var(--navy);
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.nova-pdp .purchasePanel h1 {
  max-width: 36rem;
  margin: 0;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.16;
  text-wrap: balance;
}

@media (min-width: 1320px) {
  .nova-pdp .purchasePanel h1 {
    max-width: none;
    font-size: clamp(36px, 2.1vw, 40px);
    /* Titles that fit stay on one line. Longer titles (Restore) wrap instead of
       overflowing the column and forcing a page-level horizontal scrollbar. */
    text-wrap: balance;
    white-space: normal;
  }
}

.nova-pdp .sectionHeading h2,
.nova-pdp .problemCopy h2,
.nova-pdp .faqIntro h2,
.nova-pdp .promiseInner h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.22;
  text-wrap: balance;
}

.nova-pdp :is(.sectionHeading, .problemCopy, .faqIntro) > p:first-child {
  margin: 0 0 12px;
  color: var(--steel);
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nova-pdp .chapter {
  padding-block: 54px;
}

.nova-pdp .productHero {
  padding: 40px 0 54px;
}

.nova-pdp .productGrid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
}

.nova-pdp .gallery,
.nova-pdp .purchasePanel {
  grid-column: span 6;
}

.nova-pdp .gallery {
  top: 92px;
}

.nova-pdp .mainImage {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgb(30 58 95 / 0.14);
}

.nova-pdp .galleryControls {
  border-radius: 4px;
  background: var(--navy);
  color: var(--white);
}

.nova-pdp .thumbnails {
  gap: 10px;
  margin-top: 12px;
}

.nova-pdp .thumbnails button {
  border-radius: 6px;
}

.nova-pdp .nx-app-rating {
  min-height: 24px;
  margin-bottom: 12px;
  color: var(--gold-d);
  font-size: 14px;
}

/* Ryviu renders empty grey stars when a product has no reviews. Do not reserve
   a rating-row gap until the app has real review data to show. */
.nova-pdp .nx-app-rating:has(ryviu-widget-total[reviews_data=""]) {
  display: none;
  min-height: 0;
  margin-bottom: 0;
}

.nova-pdp .problemHeadline {
  max-width: 34rem;
  margin: 14px 0 0;
  color: var(--navy-d);
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 700;
  line-height: 1.35;
}

@media (min-width: 900px) {
  .nova-pdp .problemHeadline {
    max-width: none;
    font-size: clamp(17px, 1.35vw, 19px);
    line-height: 1.3;
    white-space: nowrap;
  }
}

.nova-pdp .purchaseRating {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1.25;
}

.nova-pdp .purchaseRating .stars {
  display: inline-flex;
  gap: 1px;
  color: var(--gold-d);
}

.nova-pdp .purchaseRating .stars svg {
  width: 17px;
  height: 17px;
}

.nova-pdp .purchaseRating strong {
  color: var(--navy);
  font-size: 1em;
  font-weight: 700;
}

.nova-pdp .purchaseRating a {
  color: var(--muted-2);
  text-decoration: none;
}

.nova-pdp .priceLine {
  gap: 12px;
  margin-top: 18px;
}

.nova-pdp .priceLine > strong {
  color: var(--ink);
  font-size: clamp(30px, 3vw, 40px);
}

.nova-pdp .priceLine s {
  color: var(--price-strikethrough);
  font-size: 17px;
}

.nova-pdp .priceLine span {
  color: var(--gold-d);
  font-size: 14px;
  font-weight: 700;
}

.nova-pdp .productLead {
  max-width: 64ch;
  margin-top: 16px;
  color: var(--muted-2);
  font-size: 16.5px;
  line-height: 1.62;
}

.nova-pdp .quickBenefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 18px 0 22px;
  color: var(--ink);
}

.nova-pdp .quickBenefits li {
  display: grid;
  min-height: 0;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted-2);
  font-size: 16.5px;
  line-height: 1.62;
}

.font-size: 16.5px;line-height: 1.62;efits li svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  padding: 2px;
  border-radius: 1px;
  background: #62c98d;
  color: var(--white);
}

.nova-pdp .optionGroup {
  margin-top: 20px;
}

.nova-pdp .optionGroup legend {
  margin-bottom: 9px;
  color: var(--navy-d);
  font-size: 14px;
  font-weight: 600;
}

.nova-pdp .bundleOptions {
  gap: 10px;
}

.nova-pdp .bundleOptions > button,
.nova-pdp .colourOptions button {
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper2);
  color: var(--navy);
  font-size: 14px;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nova-pdp .bundleOptions > button:hover,
.nova-pdp .colourOptions button:hover {
  border-color: var(--steel);
  background: var(--white);
  color: var(--navy-d);
  transform: translateY(-1px);
}

.nova-pdp .bundleOptions > .selectedBundle,
.nova-pdp .colourOptions .selectedOption {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
  box-shadow: none;
}

.nova-pdp .bundleOptions button > span > i {
  border-color: currentColor;
  box-shadow: none;
}

.nova-pdp .bundleOptions > .selectedBundle > span > i {
  border: 4px solid var(--navy);
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}

.nova-pdp .purchaseActions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

.nova-pdp .purchaseActions form,
.nova-pdp .purchaseActions .primaryButton {
  width: 100%;
}

.nova-pdp .primaryButton,
.nova-pdp .stickyPurchaseInner > a,
.nova-pdp .promiseInner > a {
  min-height: 54px;
  padding: 16px 30px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--gold);
  color: var(--navy-d);
  font-size: 16px;
  font-weight: 600;
}

.nova-pdp .primaryButton:hover,
.nova-pdp .stickyPurchaseInner > a:hover,
.nova-pdp .promiseInner > a:hover {
  border-color: var(--gold-d);
  background: var(--gold-d);
  color: var(--navy-d);
  transform: translateY(-2px);
}

.nova-pdp .primaryButton:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.nova-pdp .textButton {
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--line);
  text-underline-offset: 7px;
}

.nova-pdp .purchaseAssurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper2);
}

.nova-pdp .purchaseAssurance > span {
  display: grid;
  min-height: 82px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 1px 9px;
  align-content: center;
  padding: 13px;
  /* The parent owns the outside border and radius. Inner items only carry
     separators, so their corners cannot expose the page background. */
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.35;
}

.nova-pdp .purchaseAssurance > span:first-child {
  border-radius: 5px 0 0 5px;
}

.nova-pdp .purchaseAssurance > span:last-child {
  border-right: 0;
  border-radius: 0 5px 5px 0;
}

.nova-pdp .purchaseAssurance svg {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--steel);
}

.nova-pdp .purchaseAssurance strong {
  color: var(--navy-d);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.nova-pdp .buyboxFeaturedReview {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgb(30 58 95 / 0.07);
}

.nova-pdp .buyboxFeaturedReview__identity {
  display: flex;
  align-items: center;
  gap: 11px;
}

.nova-pdp .buyboxFeaturedReview__photo,
.nova-pdp .buyboxFeaturedReview__initial {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--steel);
  color: var(--white);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
}

.nova-pdp .buyboxFeaturedReview__photo {
  object-fit: cover;
}

.nova-pdp .buyboxFeaturedReview__name {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.nova-pdp .buyboxFeaturedReview__verified {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--success);
  color: var(--white);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.nova-pdp .buyboxFeaturedReview .stars {
  display: inline-flex;
  gap: 2px;
  color: var(--gold-d);
  line-height: 1;
}

.nova-pdp .buyboxFeaturedReview blockquote {
  max-width: none;
  margin: 13px 0 0;
  color: var(--muted-3);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.nova-pdp .buyboxProofHeading {
  margin: 26px 0 14px;
  color: var(--navy);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.3;
}

.nova-pdp .nx-buybox-proof {
  grid-auto-columns: minmax(150px, 32%);
  gap: 10px;
  margin-top: 0;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--steel) var(--paper2);
}

.nova-pdp .nx-buybox-proof__card {
  border: 1px solid var(--line);
  border-radius: 6px;
}

.nova-pdp .nx-buybox-proof__media {
  position: relative;
  aspect-ratio: 9 / 16;
  background: var(--paper2);
}

.nova-pdp .nx-buybox-proof__play {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgb(21 43 71 / 30%);
  cursor: pointer;
  opacity: 1;
  transition: background 180ms ease, opacity 180ms ease;
}

.nova-pdp .nx-buybox-proof__media.is-playing .nx-buybox-proof__play {
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) {
  .nova-pdp .nx-buybox-proof__media.is-playing:hover .nx-buybox-proof__play {
    opacity: 1;
    pointer-events: auto;
  }
}

.nova-pdp .nx-buybox-proof__media.is-playing .nx-buybox-proof__play:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.nova-pdp .nx-buybox-proof__play:hover {
  background: var(--muted-2);
}

.nova-pdp .nx-buybox-proof__play span {
  position: absolute;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--white);
}

.nova-pdp .nx-buybox-proof__media.is-playing .nx-buybox-proof__play span {
  width: 10px;
  height: 13px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(to right, var(--white) 0 3px, transparent 3px 7px, var(--white) 7px 10px);
}

.nova-pdp .nx-buybox-proof__play:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.nova-pdp .nx-buybox-proof__card p {
  min-height: 58px;
  padding: 10px;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.4;
}

.nova-pdp .productDetails {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nova-pdp .productDetails details {
  border: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.nova-pdp .productDetails details:last-child {
  border-bottom: 0;
}

.nova-pdp .productDetails summary {
  min-height: 58px;
  padding: 14px 20px;
  color: var(--navy-d);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nova-pdp .detailGroups,
.nova-pdp .detailGroups :is(p, li, span, strong, em, b, a) {
  color: var(--muted-2) !important;
  font-size: 15.5px;
  line-height: 1.62;
}

.nova-pdp .detailGroups {
  padding: 0 20px 20px;
}

/* Benefits entered as standard rich-text bullets in “Why You’ll Love It”
   automatically display as the approved green check list. */
.nova-pdp .detailGroups--why-you-ll-love-it ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.nova-pdp .detailGroups--why-you-ll-love-it li {
  position: relative;
  margin: 0;
  padding-left: 28px;
}

.nova-pdp .detailGroups--why-you-ll-love-it li::before {
  position: absolute;
  top: 0.36em;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 2px;
  background: var(--success);
  color: var(--white);
  content: '✓';
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.nova-pdp.helpsWith {
  overflow: hidden;
  background: var(--navy-d);
  color: var(--white);
}

.nova-pdp .helpsWith__inner {
  padding: 30px 0 34px;
}

.nova-pdp.helpsWith .helpsWith__title {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  color: var(--white);
  font-family: 'Public Sans', sans-serif !important;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center !important;
}

.nova-pdp.helpsWith .marquee {
  overflow: hidden;
  border: 0;
  background: transparent;
}

.nova-pdp.helpsWith .marqueeTrack {
  gap: 0;
  animation-duration: 32s;
}

.nova-pdp.helpsWith .marqueeGroup {
  gap: 20px;
  padding-inline: 10px;
}

.nova-pdp.helpsWith .marqueeGroup .helpsWith__chip {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--paper);
  padding: 8px 18px;
  color: var(--ink);
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.nova-pdp.helpsWith .helpsWith__chip b {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.nova-pdp .socialProofChapter {
  padding-block: 56px;
  background: var(--paper2);
}

.nova-pdp .socialProofChapter .centerHeading {
  max-width: 760px;
  margin: 0 auto 38px;
  align-items: center;
  text-align: center;
}

.nova-pdp .socialProofChapter .proofRating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.nova-pdp .socialProofChapter .proofRating strong {
  color: var(--white);
  font-weight: 700;
}

.nova-pdp .socialProofChapter .proofRating > span:last-child {
  color: var(--white);
}

.nova-pdp .socialProofChapter .proofRating .stars {
  color: var(--gold);
}

.nova-pdp .socialProofChapter .centerHeading h2 {
  margin: 0;
  font-size: 29px;
}

.nova-pdp .socialProofChapter .centerHeading h2 b {
  color: var(--steel);
}

.nova-pdp .socialProofChapter .centerHeading > span:last-child {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14.5px;
}

.nova-pdp .socialProofChapter .centerHeading > span {
  display: block;
  margin-top: 12px;
  color: var(--muted-2);
  font-size: 16px;
}

/* Customer proof media remains scrollable when more cards are added, while the
   current set is centred instead of sitting against the left side. */
.nova-pdp .socialProofChapter .socialMediaRail {
  display: flex;
  grid-auto-columns: unset;
  gap: 14px;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 4px 0 10px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  touch-action: pan-y;
}

.nova-pdp .socialProofChapter .socialMediaRail.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
}

.nova-pdp .socialProofChapter .socialMediaRail.is-dragging * {
  user-select: none;
}

.nova-pdp .socialProofChapter .socialMediaCard {
  display: block;
  flex: 0 0 calc((100% - 42px) / 3.5);
  height: clamp(20rem, 29vw, 25rem);
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 8px 20px rgb(30 58 95 / 0.12);
  scroll-snap-align: start;
}

.nova-pdp .socialProofChapter .socialMediaImage {
  height: 100%;
  aspect-ratio: auto;
}

.nova-pdp .socialProofChapter .socialMediaImage :is(img, video) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nova-pdp .socialProofChapter .socialMediaCard > p {
  display: none;
}

.nova-pdp .socialProofChapter .socialMediaRailControls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.nova-pdp .socialProofChapter .socialMediaRailControls button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nova-pdp .socialProofChapter .socialMediaRailControls button:hover:not(:disabled) {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-1px);
}

.nova-pdp .socialProofChapter .socialMediaRailControls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.nova-pdp .socialProofChapter .socialMediaRailControls button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .nova-pdp .socialProofChapter .socialMediaRail {
    justify-content: flex-start;
  }

  .nova-pdp .socialProofChapter .socialMediaCard {
    flex-basis: 78vw;
    height: 24rem;
  }
}

.nova-pdp .problemChapter {
  position: relative;
  padding-block: 64px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  box-shadow: inset 0 12px 24px rgb(30 58 95 / 0.025);
}

.nova-pdp .problemChapter::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 72px;
  height: 3px;
  background: var(--gold);
  content: '';
  transform: translateX(-50%);
}

.nova-pdp .problemCopy {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  align-items: center;
  text-align: center;
}

.nova-pdp .problemCopy > p:first-child {
  margin: 0 0 12px;
  color: var(--steel);
  text-align: center;
}

.nova-pdp .problemCopy h2 {
  margin: 0;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.2;
  text-align: center;
}

.nova-pdp .problemCopy .scrub-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  max-width: 72ch;
  margin: 18px auto 0;
}

.nova-pdp .problemCopy .scrub-copy p {
  width: 100%;
  margin: 0;
  color: var(--muted-2);
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

.nova-pdp .benefitsChapter {
  padding-block: 40px;
  border-top: 3px solid var(--gold);
  background: var(--navy-d);
}

/* Product-in-use demonstrations keep the original alternating editorial layout.
   Spacing, framing and card edges are refined without inserting divider lines. */
.nova-pdp .gifShowcase {
  padding-block: 58px;
  background: var(--white);
}

.nova-pdp .gifShowcase__row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
  padding-block: 24px;
}

.nova-pdp .gifShowcase__row + .gifShowcase__row {
  margin-top: 18px;
  border: 0;
}

.nova-pdp .gifShowcase__row--reverse .gifShowcase__media {
  order: 2;
}

.nova-pdp .gifShowcase__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper2);
  box-shadow: 0 10px 22px rgb(30 58 95 / 0.07);
}

.nova-pdp .gifShowcase__media :is(img, video) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nova-pdp .gifShowcase__copy {
  max-width: 45ch;
}

.nova-pdp .gifShowcase__copy h2 {
  margin: 0;
  color: var(--navy-d);
  font-size: clamp(24px, 2.35vw, 31px);
  line-height: 1.23;
}

.nova-pdp .gifShowcase__copy p {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .nova-pdp .gifShowcase {
    padding-block: 40px;
  }

  .nova-pdp .gifShowcase__row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 18px;
  }

  .nova-pdp .gifShowcase__row + .gifShowcase__row {
    margin-top: 12px;
  }

  .nova-pdp .gifShowcase__row--reverse .gifShowcase__media {
    order: 0;
  }
}

.nova-pdp .featureMatrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nova-pdp .featureCard {
  min-height: 0;
  padding: 22px 16px;
  border: 0;
  background: transparent;
  color: var(--gold);
  text-align: center;
}

.nova-pdp .featureCard > span {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-d);
}

.nova-pdp .featureCard h3 {
  color: var(--gold);
  font-size: 16px;
  line-height: 1.35;
}

.nova-pdp .featureCard p {
  margin-top: 7px;
  color: #ffffff;
  font-size: 13.5px;
  line-height: 1.5;
}

.nova-pdp .useGalleryChapter,
.nova-pdp .stepsChapter,
.nova-pdp .comparisonChapter,
.nova-pdp .faqChapter,
.nova-pdp .relatedChapter {
  background: var(--paper2);
}

.nova-pdp .useGalleryChapter .sectionHeading,
.nova-pdp .stepsChapter .sectionHeading,
.nova-pdp .comparisonChapter .sectionHeading {
  margin-bottom: 38px;
}

.nova-pdp .useGalleryGrid,
.nova-pdp .stepsGrid {
  gap: 20px;
}

.nova-pdp .useGalleryCard {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nova-pdp .useGalleryMedia {
  aspect-ratio: 4 / 3;
  background: var(--paper2);
}

.nova-pdp .useGalleryCopy {
  padding: 20px;
}

.nova-pdp .useGalleryCopy h3,
.nova-pdp .step h3,
.nova-pdp .mechanismDetail h3 {
  color: var(--navy-d);
  font-size: 18px;
  line-height: 1.3;
}

.nova-pdp .useGalleryCopy p,
.nova-pdp .step p,
.nova-pdp .mechanismDetail p {
  margin-top: 9px;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.58;
}

.nova-pdp .step {
  position: relative;
}

.nova-pdp .stepImage,
.nova-pdp .stepOne .stepImage,
.nova-pdp .stepThree .stepImage {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nova-pdp .stepNumber {
  display: grid;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: 18px;
  place-items: center;
  position: relative;
  border: 4px solid var(--paper2);
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  font-weight: 700;
}

.nova-pdp .step h3,
.nova-pdp .step p {
  margin-inline: 18px;
}

.nova-pdp .step h3 {
  margin-top: 10px;
}

/* The customer-approved product-page HTML uses compact numbered cards here,
   rather than a second image gallery. */
.nova-pdp .stepsChapter {
  padding-block: 56px;
}

.nova-pdp .stepsChapter .sectionHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.nova-pdp .stepsChapter .sectionHeading > p:first-child {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.nova-pdp .stepsChapter .sectionHeading h2 {
  font-size: 28px;
}

.nova-pdp .stepsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nova-pdp .stepsGrid > .step,
.nova-pdp .stepsGrid > .stepOne,
.nova-pdp .stepsGrid > .stepTwo,
.nova-pdp .stepsGrid > .stepThree {
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  margin-top: 0;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.nova-pdp .stepsGrid .stepNumber {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  position: static;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold-d);
  font-family: 'Libre Baskerville', serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.nova-pdp .stepsGrid .step h3 {
  margin: 0;
  color: var(--navy-d);
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.nova-pdp .stepsGrid .step p {
  margin: 0;
  color: var(--muted-2);
  font-family: 'Public Sans', sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
}

/* Make each instruction immediately understandable: the editor-selected image
   (or its configured product-media fallback) leads the card, while the number
   stays visible as a clear progression marker. */
.nova-pdp .stepsGrid > .step,
.nova-pdp .stepsGrid > .stepOne,
.nova-pdp .stepsGrid > .stepTwo,
.nova-pdp .stepsGrid > .stepThree {
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 22px rgb(30 58 95 / 0.07);
}

.nova-pdp .stepsGrid .stepImage,
.nova-pdp .stepsGrid .stepOne .stepImage,
.nova-pdp .stepsGrid .stepThree .stepImage {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--paper);
}

.nova-pdp .stepsGrid .stepImage::before {
  position: absolute;
  z-index: 0;
  inset: -16px;
  content: '';
  background-color: var(--paper2);
  background-image: linear-gradient(rgb(21 43 71 / 0.15), rgb(21 43 71 / 0.15)), var(--step-image);
  background-position: center;
  background-size: cover;
  filter: blur(13px) saturate(0.8);
  transform: scale(1.06);
}

.nova-pdp .stepsGrid .stepImage :is(img, video) {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nova-pdp .stepsGrid .stepCopy {
  min-height: 132px;
  padding: 28px 22px 22px;
}

.nova-pdp .stepsGrid .stepNumber {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 18px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 4px 10px rgb(21 43 71 / 0.16);
  font-family: 'Libre Baskerville', serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.nova-pdp .stepsGrid .step h3 {
  margin: 0;
}

.nova-pdp .stepsGrid .step p {
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  .nova-pdp .stepsChapter {
    padding-block: 40px;
  }

  .nova-pdp .stepsGrid {
    grid-template-columns: 1fr;
  }

  .nova-pdp .stepsGrid .stepCopy {
    min-height: 0;
  }
}

.nova-pdp .mechanismChapter {
  background: var(--navy-d);
  color: var(--white);
}

.nova-pdp .mechanismChapter .sectionHeading :is(p, h2) {
  color: var(--gold);
}

.nova-pdp .mechanismGrid,
.nova-pdp .mechanismPin,
.nova-pdp .mechanismDetail {
  border-radius: 6px;
}

.nova-pdp .mechanismGrid {
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.88fr);
  align-items: stretch;
}

.nova-pdp .mechanismPin {
  grid-column: auto;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
}

.nova-pdp .mechanismImage {
  position: relative;
  aspect-ratio: auto;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper2);
}

/* Product-detail graphics must remain legible. The contained image keeps
   callouts and specifications intact, while its blurred copy fills any spare
   space in this editorial card. */
.nova-pdp .mechanismImage::before {
  display: none;
}

.nova-pdp .mechanismImage .nx-fill {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nova-pdp .mechanismStack {
  grid-column: auto;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-self: stretch;
}

.nova-pdp .mechanismDetail {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 16px;
  align-content: center;
  min-height: 0;
  padding: 24px;
  background: var(--paper);
}

.nova-pdp .mechanismDetail > svg {
  grid-row: 1 / span 2;
  width: 28px;
  margin: 0;
  color: var(--navy);
}

.nova-pdp .mechanismDetail h3,
.nova-pdp .mechanismDetail p {
  grid-column: 2;
}

.nova-pdp .mechanismDetail h3 {
  margin: 0;
}

.nova-pdp .mechanismDetail p {
  margin: 7px 0 0;
}

@media (max-width: 1023px) {
  .nova-pdp .mechanismGrid {
    grid-template-columns: 1fr;
  }

  .nova-pdp .mechanismPin,
  .nova-pdp .mechanismStack {
    grid-column: 1;
  }

  .nova-pdp .mechanismPin {
    grid-template-rows: minmax(260px, 1fr) auto;
  }
}

.nova-pdp .comparisonTable {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.nova-pdp .comparisonChapter .sectionHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.nova-pdp .comparisonChapter .sectionHeading > span {
  display: block;
  margin-top: 12px;
  color: var(--muted-2);
  font-size: 16px;
  line-height: 1.55;
}

/* Keep every status icon on the same left edge. The cell labels may differ
   in length, but their icon position must not move with the label. */
.nova-pdp .comparisonRow:not(.comparisonHead) > div:not(:first-child) {
  justify-content: flex-start;
  padding-left: clamp(20px, 3vw, 38px);
  text-align: left;
}

.nova-pdp .statsChapter {
  padding-block: 52px;
  background: var(--navy-d);
}

.nova-pdp .statsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin-inline: auto;
}

.nova-pdp .statsGrid article {
  min-width: 0;
  padding: 8px 42px 12px;
  border: 0;
  text-align: center;
}

.nova-pdp .statsGrid article + article {
  border-left: 1px solid rgb(255 255 255 / 0.16);
}

.nova-pdp .statsGrid strong {
  display: block;
  color: var(--gold);
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(26px, 2.45vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.nova-pdp .statsGrid p {
  max-width: 270px;
  margin: 10px auto 0;
  color: rgb(255 255 255 / 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.nova-pdp .reviewsChapter {
  padding-block: 54px;
  background: var(--white);
}

.nova-pdp .reviewHeader {
  display: block;
  justify-content: center;
  text-align: center;
}

.nova-pdp .reviewHeader .sectionHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 760px);
  margin: 0 auto 36px;
  text-align: center;
}

.nova-pdp .reviewSummary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.nova-pdp .reviewSummary > strong {
  color: var(--ink);
  font-family: 'Libre Baskerville', serif;
  font-size: 34px;
  line-height: 1;
}

.nova-pdp .reviewSummary .stars {
  display: inline-flex;
  gap: 2px;
  color: var(--gold-d);
}

.nova-pdp .reviewRatingLine {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.nova-pdp .ratingBars {
  width: min(100%, 340px);
  margin: 0 auto 36px;
}

@media (max-width: 767px) {
  .nova-pdp .statsGrid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .nova-pdp .statsGrid article {
    padding: 22px 24px;
  }

  .nova-pdp .statsGrid article + article {
    border-top: 1px solid rgb(255 255 255 / 0.16);
    border-left: 0;
  }
}

.nova-pdp .nx-review-app {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.nova-pdp .faqGrid {
  gap: 50px;
}

.nova-pdp .faqList details {
  border-color: var(--line);
}

.nova-pdp .faqList summary {
  padding: 16px;
  color: var(--navy-d);
  font-size: 16px;
  font-weight: 600;
}

.nova-pdp .faqList details > p {
  padding: 0 48px 18px 16px;
  color: var(--muted-2);
  font-size: 15.5px;
  line-height: 1.62;
}

.nova-pdp .promiseChapter {
  padding-block: 48px;
  background: var(--navy-d);
  color: var(--white);
}

.nova-pdp .promiseInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-inline: auto;
  gap: 0;
  text-align: center;
}

.nova-pdp .promiseSeal {
  display: flex;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 12px 8px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-d);
  font-family: 'Libre Baskerville', serif;
  line-height: 1.05;
  text-align: center;
}

.nova-pdp .promiseSeal span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nova-pdp .promiseSeal strong {
  font-size: 12px;
  white-space: nowrap;
}

.nova-pdp .promiseInner h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(25px, 3vw, 30px);
}

.nova-pdp .promiseCopy > p {
  display: none;
}

.nova-pdp .promiseCopy > span {
  display: block;
  max-width: 640px;
  margin: 12px auto 0;
  color: rgb(255 255 255 / 0.82);
  font-size: 16px;
  line-height: 1.5;
}

.nova-pdp .promiseInner > a {
  margin-top: 20px;
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy-d);
}

.nova-pdp .promiseInner > a:hover {
  border-color: var(--gold-d);
  background: var(--gold-d);
  color: var(--navy-d);
}

.nova-pdp :is(a, button, summary, input):focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  .nova-pdp .productHero {
    padding-top: 36px;
  }

  .nova-pdp .productGrid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nova-pdp .gallery,
  .nova-pdp .purchasePanel {
    grid-column: auto;
  }

  .nova-pdp .gallery {
    position: static;
  }

  .nova-pdp .featureMatrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-pdp .featureCard:nth-child(2) {
    border-right: 0;
  }

  .nova-pdp .featureCard:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(255 255 255 / 0.18);
  }
}

@media (max-width: 767px) {
  .nova-pdp {
    font-size: 16px;
  }

  .nova-pdp .shell {
    width: min(calc(100% - 32px), 1200px);
  }

  .nova-pdp .chapter,
  .nova-pdp .reviewsChapter {
    padding-block: 44px;
  }

  .nova-pdp .productHero {
    padding: 24px 0 44px;
  }

  .nova-pdp .purchasePanel h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .nova-pdp .problemHeadline {
    font-size: 19px;
  }

  .nova-pdp .purchaseActions {
    grid-template-columns: 1fr;
  }

  .nova-pdp .textButton {
    justify-self: start;
  }

  .nova-pdp .purchaseAssurance {
    grid-template-columns: 1fr;
  }

  .nova-pdp .purchaseAssurance > span {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nova-pdp .purchaseAssurance > span:first-child {
    border-radius: 5px 5px 0 0;
  }

  .nova-pdp .purchaseAssurance > span:last-child {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
  }

  .nova-pdp .nx-buybox-proof {
    grid-auto-columns: min(76vw, 260px);
  }

  .nova-pdp .featureMatrix {
    grid-template-columns: 1fr;
  }

  .nova-pdp .featureCard,
  .nova-pdp .featureCard:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.18);
  }

  .nova-pdp .featureCard:last-child {
    border-bottom: 0;
  }

  .nova-pdp .useGalleryGrid {
    grid-auto-columns: min(84vw, 340px);
  }

  .nova-pdp .promiseInner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .nova-pdp .promiseInner > a {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-pdp .marqueeTrack {
    animation: none !important;
  }
}

/* Customer review cards: compact HTML layout, with all content editable in Shopify. */
.nova-pdp .reviewRail {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: unset;
  grid-auto-flow: row;
  gap: 18px;
  overflow: visible;
  padding: 0;
}

.nova-pdp .reviewCard,
.nova-pdp .reviewCard:nth-child(even) {
  display: flex;
  min-width: 0;
  min-height: 414px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  scroll-snap-align: none;
}

.nova-pdp .reviewImage {
  width: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 18px 18px 0;
  border-radius: 6px;
}

.nova-pdp .reviewImage .nx-fill,
.nova-pdp .reviewImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nova-pdp .reviewCopy {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 18px 18px;
}

.nova-pdp .reviewCopy .rating {
  display: block;
  color: var(--gold-d);
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.nova-pdp .reviewCopy blockquote {
  max-width: none;
  margin: 12px 0 16px;
  color: var(--muted-3);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.nova-pdp .reviewAuthor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.nova-pdp .reviewAvatar {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--steel);
  color: #ffffff;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
}

.nova-pdp .reviewAuthor p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.25;
}

.nova-pdp .reviewAuthor strong {
  font-weight: 700;
}

.nova-pdp .reviewVerified {
  border-radius: 999px;
  background: #e8f5ed;
  padding: 3px 7px;
  color: #2e9464;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.nova-pdp .reviewAuthor small {
  display: block;
  margin-top: 3px;
  color: var(--muted-3);
  font-size: 12px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .nova-pdp .reviewRail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nova-pdp .reviewRail {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nova-pdp .reviewCard,
  .nova-pdp .reviewCard:nth-child(even) {
    min-height: 0;
  }

  .nova-pdp .reviewImage {
    margin: 14px 14px 0;
  }

  .nova-pdp .reviewCopy {
    padding: 14px;
  }
}

/* Sub-headings typed into a Buy Box accordion (rich text h2–h4) are accordion
   copy, not page headings: keep them at accordion scale on every viewport. */
.nova-pdp .detailGroups :is(h2, h3, h4) {
  margin: 6px 0 0; /* .detailGroups is a 1rem-gap grid; the gap does the spacing */
  color: var(--navy-d);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.nova-pdp .detailGroups :is(h2, h3, h4):first-child {
  margin-top: 0;
}

/* ------------------------------------------------------------------------
   Mobile system (767px and below) — 5 September 2026.
   One shared scale for every FC product template: 20px page gutters, 48px
   section rhythm, one section-heading size, 18px card headings, 16px body,
   and media that shows the whole product instead of cropping it.
   Desktop and tablet (768px+) are untouched by this block.
   ------------------------------------------------------------------------ */
@media (max-width: 767px) {
  /* Layout rhythm */
  .nova-pdp .shell {
    width: calc(100% - 40px);
  }

  .nova-pdp .chapter,
  .nova-pdp .reviewsChapter,
  .nova-pdp .gifShowcase,
  .nova-pdp .stepsChapter,
  .nova-pdp .statsChapter,
  .nova-pdp .promiseChapter,
  .nova-pdp .socialProofChapter,
  .nova-pdp .problemChapter,
  .nova-pdp .benefitsChapter {
    padding-block: 48px;
  }

  .nova-pdp .productHero {
    padding: 20px 0 48px;
  }

  .nova-pdp .sectionHeading,
  .nova-pdp .useGalleryChapter .sectionHeading,
  .nova-pdp .stepsChapter .sectionHeading,
  .nova-pdp .comparisonChapter .sectionHeading,
  .nova-pdp .mechanismChapter .sectionHeading,
  .nova-pdp .socialProofChapter .centerHeading,
  .nova-pdp .reviewHeader .sectionHeading {
    margin-bottom: 28px;
  }

  /* Type scale */
  .nova-pdp .purchasePanel h1 {
    max-width: none;
    font-size: clamp(27px, 8.4vw, 36px);
    line-height: 1.14;
  }

  .nova-pdp .problemHeadline {
    font-size: 18px;
    line-height: 1.4;
  }

  .nova-pdp .priceLine > strong {
    font-size: 32px;
  }

  .nova-pdp .sectionHeading h2,
  .nova-pdp .problemCopy h2,
  .nova-pdp .faqIntro h2,
  .nova-pdp .promiseInner h2,
  .nova-pdp .socialProofChapter .centerHeading h2,
  .nova-pdp .stepsChapter .sectionHeading h2,
  .nova-pdp .gifShowcase__copy h2,
  .nova-pdp .giftCopy h2 {
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.22;
    text-wrap: balance;
  }

  .nova-pdp :is(.sectionHeading, .problemCopy, .faqIntro) > p:first-child,
  .nova-pdp .mechanismPin > div:last-child > p,
  .nova-pdp .promiseInner p {
    margin-bottom: 10px;
    font-size: 12.5px;
    letter-spacing: 0.11em;
  }

  .nova-pdp .buyboxProofHeading {
    margin: 26px 0 12px;
    font-size: 22px;
  }

  .nova-pdp .mechanismPin h3 {
    font-size: 24px;
  }

  .nova-pdp .featureCard h3,
  .nova-pdp .stepsGrid .step h3,
  .nova-pdp .useGalleryCopy h3,
  .nova-pdp .mechanismDetail h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .nova-pdp .productLead,
  .nova-pdp .quickBenefits li,
  .nova-pdp .detailGroups,
  .nova-pdp .detailGroups p,
  .nova-pdp .detailGroups li,
  .nova-pdp .problemCopy .scrub-copy p,
  .nova-pdp .featureCard p,
  .nova-pdp .gifShowcase__copy p,
  .nova-pdp .useGalleryCopy p,
  .nova-pdp .stepsGrid .step p,
  .nova-pdp .mechanismDetail p,
  .nova-pdp .statsGrid p,
  .nova-pdp .faqList details > p,
  .nova-pdp .faqIntro > span,
  .nova-pdp .promiseCopy > span,
  .nova-pdp .reviewCopy blockquote,
  .nova-pdp .comparisonChapter .sectionHeading > span,
  .nova-pdp .socialProofChapter .centerHeading > span,
  .nova-pdp .socialProofChapter .centerHeading > span:last-child {
    font-size: 16px;
    line-height: 1.6;
  }

  .nova-pdp .quickBenefits {
    gap: 10px;
  }

  .nova-pdp .quickBenefits li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
  }

  .nova-pdp .quickBenefits li svg {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }

  .nova-pdp .purchaseRating {
    flex-wrap: wrap;
    row-gap: 2px;
    font-size: 14px;
  }

  .nova-pdp .purchaseAssurance > span {
    padding: 13px 16px;
    font-size: 14px;
  }

  .nova-pdp .purchaseAssurance strong {
    font-size: 15px;
  }

  .nova-pdp .buyboxFeaturedReview blockquote {
    font-size: 15.5px;
  }

  .nova-pdp .nx-buybox-proof__card p {
    font-size: 14px;
  }

  /* Buy Box: accordions and rails */
  .nova-pdp .productDetails summary {
    padding: 14px 16px;
  }

  .nova-pdp .detailGroups {
    padding: 0 16px 18px;
  }

  .nova-pdp .nx-buybox-proof {
    grid-auto-columns: min(72vw, 250px);
    gap: 12px;
  }

  .nova-pdp .nx-buybox-proof__play {
    width: 44px;
    height: 44px;
  }

  /* Customer proof rail: card size follows a 4:5 ratio instead of a fixed
     height so 320px and 430px phones get the same framing. */
  .nova-pdp .socialProofChapter .socialMediaCard {
    flex-basis: min(76vw, 300px);
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .nova-pdp .socialProofChapter .socialMediaRailControls {
    gap: 12px;
    margin-top: 16px;
  }

  .nova-pdp .socialProofChapter .socialMediaRailControls button {
    width: 44px;
    height: 44px;
  }

  /* Benefits grid */
  .nova-pdp .featureCard {
    padding: 24px 12px;
  }

  .nova-pdp .featureCard > span {
    margin-bottom: 12px;
  }

  .nova-pdp .featureCard p {
    margin-top: 8px;
  }

  /* Product-in-use showcase: each row keeps its own media ratio (set by the
     section as --media-ar) and never crops the product. Portrait video is
     capped so a 9:16 clip does not fill the whole screen. */
  .nova-pdp .gifShowcase__row {
    gap: 18px;
    padding-block: 0;
  }

  .nova-pdp .gifShowcase__row + .gifShowcase__row {
    margin-top: 44px;
  }

  .nova-pdp .gifShowcase__media {
    aspect-ratio: var(--media-ar, 4 / 3);
    max-height: min(78vh, 640px);
  }

  .nova-pdp .gifShowcase__media :is(img, video) {
    object-fit: contain;
  }

  .nova-pdp .gifShowcase__copy {
    max-width: none;
  }

  /* Product-use cards */
  .nova-pdp .useGalleryGrid {
    grid-auto-columns: min(80vw, 320px);
    gap: 14px;
  }

  .nova-pdp .useGalleryMedia :is(img, video) {
    object-fit: contain;
  }

  .nova-pdp .useGalleryCopy {
    padding: 16px 18px 18px;
  }

  /* How-it-works cards */
  .nova-pdp .stepsGrid {
    gap: 18px;
  }

  .nova-pdp .stepsGrid .stepCopy {
    padding: 26px 20px 22px;
  }

  .nova-pdp .stepsGrid .stepNumber {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  /* Mechanism: the pinned product image shows in full on a blurred backdrop
     (same treatment as the how-it-works cards) instead of a cropped strip. */
  .nova-pdp .mechanismPin {
    grid-template-rows: auto auto;
  }

  .nova-pdp .mechanismImage {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--paper2);
  }

  .nova-pdp .mechanismImage::before {
    display: none;
  }

  .nova-pdp .mechanismImage .nx-fill {
    z-index: 1;
    object-fit: cover;
  }

  .nova-pdp .mechanismPin > div:last-child {
    padding: 22px 20px 24px;
  }

  .nova-pdp .mechanismDetail {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px;
  }

  .nova-pdp .mechanismDetail > svg {
    width: 24px;
  }

  /* Comparison: stacked rows. The feature label sits on its own line and the
     two brand cells sit side by side beneath it, so nothing is clipped. */
  .nova-pdp .comparisonTable {
    overflow: hidden;
  }

  .nova-pdp .comparisonRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .nova-pdp .comparisonRow > div {
    min-height: 0;
    padding: 12px 14px;
    font-size: 15px;
  }

  .nova-pdp .comparisonRow > div:first-child {
    grid-column: 1 / -1;
    padding: 16px 16px 6px;
    background: var(--white);
  }

  .nova-pdp .comparisonHead > div:first-child {
    display: none;
  }

  .nova-pdp .comparisonHead > div {
    min-height: 52px;
    justify-content: center;
    font-size: 16px;
  }

  .nova-pdp .comparisonRow:not(.comparisonHead) > div:not(:first-child) {
    justify-content: flex-start;
    padding: 6px 14px 16px;
  }

  .nova-pdp .comparisonRow small {
    font-size: 14px;
  }

  /* Statistics */
  .nova-pdp .statsGrid article {
    padding: 22px 16px;
  }

  .nova-pdp .statsGrid strong {
    font-size: clamp(28px, 8vw, 34px);
  }

  .nova-pdp .statsGrid p {
    max-width: 300px;
    margin-top: 8px;
  }

  /* Reviews */
  .nova-pdp .reviewSummary > strong {
    font-size: 30px;
  }

  .nova-pdp .nx-review-app {
    margin-top: 24px;
    padding: 16px;
  }

  .nova-pdp .reviewImage {
    aspect-ratio: 4 / 3;
    background: var(--paper2);
  }

  .nova-pdp .reviewImage .nx-fill,
  .nova-pdp .reviewImage img {
    object-fit: contain;
  }

  /* FAQ */
  .nova-pdp .faqGrid {
    gap: 28px;
  }

  .nova-pdp .faqList summary {
    padding: 16px 12px;
    gap: 16px;
  }

  .nova-pdp .faqList details > p {
    padding: 0 16px 18px 12px;
  }

  /* Guarantee */
  .nova-pdp .promiseSeal {
    margin-bottom: 18px;
  }

  .nova-pdp .promiseInner > a {
    margin-top: 22px;
  }

  /* Sticky Add to Cart bar: the design-system lock sets 16px/30px button
     padding for every gold CTA, which wraps "Add to Cart" onto two lines in
     the 390px bar. The extra class outranks that lock on mobile only. */
  #MainContent .nova-pdp .stickyPurchase .stickyPurchaseInner > a {
    min-height: 48px;
    padding: 10px 16px;
    font-size: 15px;
    white-space: nowrap;
  }

  .nova-pdp .stickyPurchaseInner {
    width: calc(100% - 32px);
    gap: 12px;
  }

  /* Related products */
  .nova-pdp .productRecommendations {
    gap: 16px;
  }

  .nova-pdp .productRecommendation h3 {
    font-size: 18px;
  }

  .nova-pdp .productRecommendation > span {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  .nova-pdp .shell {
    width: calc(100% - 32px);
  }
}

/* FC – Product Details: compact balanced split layout.
   The image is its own contained panel; the configured eyebrow and heading sit
   above the three feature cards, matching the approved composition. */
.nova-pdp .mechanismContent {
  min-width: 0;
}

.nova-pdp .mechanismHeader {
  padding: 24px 20px 0;
}

.nova-pdp .mechanismHeader > p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nova-pdp .mechanismHeader h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 7vw, 40px);
  line-height: 1.12;
}

@media (min-width: 768px) {
  .nova-pdp .mechanismChapter .shell {
    width: min(calc(100% - 80px), 1360px);
    margin-inline: auto;
  }

  .nova-pdp .mechanismGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 3vw, 48px);
    overflow: visible;
    background: transparent;
  }

  .nova-pdp .mechanismPin {
    grid-column: auto;
    grid-row: auto;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 10px;
  }

  .nova-pdp .mechanismImage {
    min-height: clamp(430px, 45vw, 550px);
    aspect-ratio: auto;
    border-radius: 10px;
  }

  .nova-pdp .mechanismContent {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(1.25rem, 2.25vw, 2rem);
    min-width: 0;
  }

  .nova-pdp .mechanismHeader {
    align-self: end;
    padding: clamp(24px, 3vw, 40px) 0 0;
  }

  .nova-pdp .mechanismHeader > p {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .nova-pdp .mechanismHeader h2 {
    max-width: 20ch;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(34px, 2.6vw, 40px);
    line-height: 1.12;
    text-wrap: balance;
  }

  .nova-pdp .mechanismStack {
    grid-column: auto;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .nova-pdp .mechanismDetail {
    min-height: 0;
    padding: clamp(1.15rem, 2vw, 1.5rem);
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 16px;
    align-content: center;
    border: 0;
    border-radius: 10px;
  }

  .nova-pdp .mechanismDetail > svg {
    width: 28px;
    margin-bottom: 0;
  }

  .nova-pdp .mechanismDetail h3 {
    font-size: 18px;
    line-height: 1.28;
  }

  .nova-pdp .mechanismDetail p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Customer proof cards: review content sits in a clean panel below the media. */
.nova-pdp .socialProofChapter .socialMediaCard.has-review {
  display: flex;
  height: auto;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review::after {
  content: none !important;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .socialMediaImage {
  height: auto;
  aspect-ratio: 4 / 3.4;
  flex: 0 0 auto;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReview {
  display: grid;
  gap: 0.62rem;
  padding: 1rem 1.1rem 1.2rem;
  background: #ffffff;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReviewStars {
  display: flex;
  gap: 0.12rem;
  color: var(--gold);
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReviewByline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  color: var(--navy);
  font-size: 0.84rem;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReviewByline strong {
  font-weight: 750;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReview > p {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.52;
}

.nova-pdp .comparisonMobileLabel {
  display: none;
}

@media (max-width: 767px) {
  /* Product Details: use short, content-led cards instead of equal-height rows. */
  .nova-pdp .mechanismChapter {
    padding-block: 40px;
  }

  .nova-pdp .mechanismGrid {
    grid-template-columns: 1fr;
    gap: 16px;
    background: transparent;
  }

  .nova-pdp .mechanismPin {
    grid-template-rows: auto;
    border-radius: 10px;
  }

  .nova-pdp .mechanismImage {
    aspect-ratio: 16 / 9;
  }

  .nova-pdp .mechanismContent {
    display: grid;
    gap: 16px;
  }

  .nova-pdp .mechanismHeader {
    padding: 0;
  }

  .nova-pdp .mechanismHeader h2 {
    font-size: clamp(27px, 7.2vw, 31px);
  }

  .nova-pdp .mechanismStack {
    grid-template-rows: none;
    gap: 8px;
    align-self: auto;
  }

  .nova-pdp .mechanismDetail {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
    align-content: start;
    padding: 16px;
    border-radius: 10px;
  }

  .nova-pdp .mechanismDetail > svg {
    width: 21px;
    align-self: start;
    margin-top: 2px;
  }

  .nova-pdp .mechanismDetail h3 {
    font-size: 17px;
    line-height: 1.28;
  }

  .nova-pdp .mechanismDetail p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.48;
  }

  /* Comparison: a feature label followed by two clear mobile brand cards. */
  .nova-pdp .comparisonTable {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: none;
  }

  .nova-pdp .comparisonHead {
    display: none;
  }

  .nova-pdp .comparisonRow:not(.comparisonHead) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-pdp .comparisonRow:not(.comparisonHead) > div:first-child {
    justify-content: center;
    padding: 15px 16px 10px;
    text-align: center;
  }

  .nova-pdp .comparisonRow:not(.comparisonHead) > div:not(:first-child) {
    align-items: flex-start;
    gap: 9px;
    padding: 11px 13px 15px;
  }

  .nova-pdp .comparisonRow:not(.comparisonHead) .comparisonNo {
    background: rgb(214 72 62 / 0.07);
  }

  .nova-pdp .comparisonRow:not(.comparisonHead) > div > div {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .nova-pdp .comparisonMobileLabel {
    display: block;
    color: var(--navy);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .nova-pdp .comparisonRow small {
    color: var(--muted-2);
    font-size: 13px;
    line-height: 1.35;
  }
}

/* FAQ: centered, card-based accordions with a deliberately calm open state. */
.nova-pdp .faqChapter {
  background: var(--paper2);
}

.nova-pdp .faqGrid {
  display: block;
  max-width: 52rem;
  margin-inline: auto;
}

.nova-pdp .faqIntro {
  position: static;
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.nova-pdp .faqIntro h2 {
  margin-inline: auto;
}

.nova-pdp .faqIntro > span {
  display: block;
  max-width: 34rem;
  margin: 0.7rem auto 0;
}

.nova-pdp .faqIntro a {
  margin-top: 1rem;
}

.nova-pdp .faqList {
  display: grid;
  gap: 0.7rem;
  border: 0;
}

.nova-pdp .faqList .faqItem {
  overflow: hidden;
  border: 1px solid rgb(24 54 86 / 0.13);
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 1px 0 rgb(24 54 86 / 0.03);
  transition: border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

.nova-pdp .faqList .faqItem[open] {
  border-color: rgb(36 76 116 / 0.42);
  background: #ffffff;
  box-shadow: 0 12px 26px rgb(24 54 86 / 0.08);
}

.nova-pdp .faqList .faqItem summary {
  min-height: 4.85rem;
  padding: 1.15rem 1.25rem;
  color: var(--navy-d);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  font-weight: 700;
  line-height: 1.38;
  transition: color 220ms ease, background-color 220ms ease;
}

.nova-pdp .faqList .faqItem summary:hover {
  background: rgb(24 54 86 / 0.025);
}

.nova-pdp .faqList .faqItem summary i {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 999px;
  background: rgb(229 183 61 / 0.18);
  color: var(--navy-d);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), background-color 260ms ease, color 260ms ease;
}

.nova-pdp .faqList .faqItem summary i::before,
.nova-pdp .faqList .faqItem summary i::after {
  width: 0.72rem;
  height: 2px;
  border-radius: 999px;
}

.nova-pdp .faqList .faqItem[open] summary i {
  background: var(--navy-d);
  color: #ffffff;
  transform: rotate(180deg);
}

.nova-pdp .faqList .faqAnswer > p {
  max-width: 43rem;
  margin: 0;
  padding: 0 4.25rem 1.45rem 1.25rem;
  color: var(--muted-2);
  font-size: 0.98rem;
  line-height: 1.7;
}

.nova-pdp .faqList .medicalNote {
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .nova-pdp .faqChapter {
    padding-block: 2.75rem;
  }

  .nova-pdp .faqIntro {
    margin-bottom: 1.55rem;
  }

  .nova-pdp .faqList {
    gap: 0.6rem;
  }

  .nova-pdp .faqList .faqItem {
    border-radius: 0.78rem;
  }

  .nova-pdp .faqList .faqItem summary {
    min-height: 4.5rem;
    gap: 0.85rem;
    padding: 1rem;
    font-size: 0.98rem;
  }

  .nova-pdp .faqList .faqItem summary i {
    width: 1.85rem;
    height: 1.85rem;
    flex-basis: 1.85rem;
  }

  .nova-pdp .faqList .faqAnswer > p {
    padding: 0 1rem 1.15rem;
    font-size: 0.94rem;
    line-height: 1.65;
  }
}

/* Customer proof: an unobtrusive verified mark and a light editorial outline. */
.nova-pdp .socialProofChapter .socialMediaCard.has-review {
  border: 1px dashed rgb(24 54 86 / 0.24);
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReviewVerified {
 display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--success);
    color: var(--white);
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReviewVerified svg {
  width: 0.74rem;
  height: 0.74rem;
}

/* Buy-box actions: make the primary purchase and product-explainer actions feel like one clear choice. */
.nova-pdp .purchaseActions {
  grid-template-columns: minmax(0, 1.35fr) minmax(11.5rem, 0.65fr);
  gap: 0.65rem;
  margin-top: 1.35rem;
  padding: 0.45rem;
  border: 1px solid rgb(24 54 86 / 0.13);
  border-radius: 0.85rem;
  background: rgb(239 235 225 / 0.7);
}

.nova-pdp .purchaseActions .primaryButton.button {
  --style-border-radius-buttons-primary: 0.58rem;
  --button-font-weight-primary: 800;
  --font-paragraph--size: 1.08rem;
  min-height: 3.85rem;
  border: 1px solid var(--gold);
  border-radius: 0.58rem !important;
  background: var(--gold);
  color: var(--navy-d);
  box-shadow: none;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.nova-pdp .purchaseActions .primaryButton:hover:not(:disabled) {
  border-color: var(--gold-d);
  background: var(--gold-d);
  box-shadow: 0 8px 16px rgb(182 130 0 / 0.18);
  transform: translateY(-1px);
}

.nova-pdp .purchaseActions .textButton {
  display: inline-flex;
  min-height: 3.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgb(24 54 86 / 0.26);
  border-radius: 0.58rem;
  background: #ffffff;
  color: var(--navy-d);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-underline-offset: initial;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.nova-pdp .purchaseActions .textButton:hover {
  border-color: var(--navy-d);
  background: var(--navy-d);
  color: #ffffff;
  transform: translateY(-1px);
}

.nova-pdp .purchaseActions .textButton svg {
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.nova-pdp .purchaseActions .textButton:hover svg {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .nova-pdp .purchaseActions {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.4rem;
    border-radius: 0.75rem;
  }

  .nova-pdp .purchaseActions .primaryButton,
  .nova-pdp .purchaseActions .textButton {
    min-height: 3.55rem;
  }

  .nova-pdp .purchaseActions .textButton {
    width: 100%;
  }
}


/* FC product checkout controls: remove legacy accelerated-payment markup. */
.nova-pdp .purchaseActions {
  grid-template-columns: minmax(0, 1fr);
  }

  .nova-pdp .purchaseActions :is(
    .atc-payment-icons,
      .payment-icons,
        .payment-methods,
          .shopify-payment-button,
            shopify-accelerated-checkout,
              .more-payment-options-link
              ) {
                display: none !important;
                }


                /* FC buy boxes: hide only legacy payment widgets injected after the intended cart form. */
                product-form-component.purchaseActions form > :not(input):not(add-to-cart-component),
                product-form-component.purchaseActions > form ~ :not(.textButton) {
                  display: none !important;
                  }
                  
                  /* Ryviu photo-review widget — visual polish only */
.shopify-section:has(ryviu-widget[snippet="true"][type-review="with_photo"]) {
  background: #f8f7f3;
  padding: 42px 0 48px;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .snippet-layout1-card {
  border: 1px solid #e1ddd0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(21, 43, 71, 0.08) !important;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .review-text {
  padding: 20px 20px 8px !important;
  color: #3f3a32 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .review-image-wrap {
  height: 165px !important;
  margin: 12px 20px 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .snippet-review-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .layout1-footer {
  margin: 0 !important;
  padding: 14px 20px 20px !important;
  border: 0 !important;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .author-name {
  color: #152b47 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

ryviu-widget[snippet="true"][type-review="with_photo"] .ryviu-prev-btn,
ryviu-widget[snippet="true"][type-review="with_photo"] .ryviu-next-btn {
  background: #ffffff !important;
  border: 1px solid #e1ddd0 !important;
  border-radius: 50% !important;
  color: #152b47 !important;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
}

.nova-pdp .socialProofChapter .socialMediaCard.has-review .customerReview {
  flex: 0 0 auto;
}