/* Generated from the approved PW1 prototype. */
body.pw1-product {
  color-scheme: light;
  --ink: #172523;
  --muted: #60716e;
  --line: #dce7e4;
  --line-strong: #b9cfca;
  --surface: #ffffff;
  --surface-soft: #f3f8f7;
  --surface-tint: #e4f3f0;
  --accent: #006460;
  --accent-dark: #006460;
  --accent-ink: #005450;
  --success: #26745f;
  --promo: #b6402f;
  --promo-dark: #842d22;
  --promo-soft: #fff2ef;
  --shadow: 0 20px 60px rgb(25 79 73 / 0.12);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --content: 1220px;
  --radius: 8px;
  --button-radius: 6px;
}

body.pw1-product .pw1-scope,
body.pw1-product .pw1-scope * {
  box-sizing: border-box;
}

body.pw1-product .pw1-scope {
  scroll-behavior: smooth;
}

body.pw1-product .pw1-scope {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family:
    "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.pw1-product .pw1-scope button,
body.pw1-product .pw1-scope input {
  font: inherit;
}

body.pw1-product .pw1-scope button,
body.pw1-product .pw1-scope a {
  -webkit-tap-highlight-color: transparent;
}

body.pw1-product .pw1-scope button {
  color: inherit;
}

body.pw1-product .pw1-scope small {
  font-size: 14px;
}

body.pw1-product .pw1-scope a {
  color: inherit;
}

body.pw1-product .pw1-scope img {
  display: block;
  max-width: 100%;
}

body.pw1-product .pw1-scope h1,
body.pw1-product .pw1-scope h2,
body.pw1-product .pw1-scope h3,
body.pw1-product .pw1-scope p {
  margin-top: 0;
}

body.pw1-product .pw1-scope h1,
body.pw1-product .pw1-scope h2,
body.pw1-product .pw1-scope h3 {
  text-wrap: balance;
}

body.pw1-product .pw1-scope.skip-link,
body.pw1-product .pw1-scope .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform 160ms var(--ease-out);
}

body.pw1-product .pw1-scope.skip-link:focus,
body.pw1-product .pw1-scope .skip-link:focus {
  transform: translateY(0);
}

body.pw1-product .pw1-scope.site-header,
body.pw1-product .pw1-scope .site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 0.96);
}

body.pw1-product .pw1-scope.topline,
body.pw1-product .pw1-scope .topline {
  display: flex;
  justify-content: space-between;
  max-width: var(--content);
  margin: 0 auto;
  padding: 7px 24px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.nav-shell,
body.pw1-product .pw1-scope .nav-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 68px;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 24px;
}

body.pw1-product .pw1-scope.brand,
body.pw1-product .pw1-scope .brand {
  color: var(--accent);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none;
}

body.pw1-product .pw1-scope.cart-link,
body.pw1-product .pw1-scope .cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

body.pw1-product .pw1-scope.cart-count,
body.pw1-product .pw1-scope .cart-count {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-tint);
  color: var(--accent-dark);
  font-size: 14px;
}

body.pw1-product .pw1-scope.product-shell,
body.pw1-product .pw1-scope .product-shell {
  max-width: var(--content);
  margin: 0 auto;
  padding: 20px 24px 42px;
}

body.pw1-product .pw1-scope.breadcrumbs,
body.pw1-product .pw1-scope .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
  color: #7c8c89;
  font-size: 14px;
}

body.pw1-product .pw1-scope.breadcrumbs a,
body.pw1-product .pw1-scope .breadcrumbs a {
  text-underline-offset: 3px;
}

body.pw1-product .pw1-scope.product-grid,
body.pw1-product .pw1-scope .product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: start;
}

body.pw1-product .pw1-scope.gallery,
body.pw1-product .pw1-scope .gallery,
body.pw1-product .pw1-scope.product-buy,
body.pw1-product .pw1-scope .product-buy {
  min-width: 0;
}

body.pw1-product .pw1-scope.gallery-stage,
body.pw1-product .pw1-scope .gallery-stage {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  place-items: center;
  border-radius: var(--radius);
  background: #eef4f2;
  cursor: grab;
  touch-action: pan-y;
}

body.pw1-product .pw1-scope.gallery-stage img,
body.pw1-product .pw1-scope .gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  transition:
    opacity 180ms var(--ease-out),
    transform 220ms var(--ease-out);
}

body.pw1-product .pw1-scope.gallery-stage img.is-changing,
body.pw1-product .pw1-scope .gallery-stage img.is-changing {
  opacity: 0.35;
  transform: scale(0.985);
}

body.pw1-product .pw1-scope.gallery-controls,
body.pw1-product .pw1-scope .gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 6px 3px 5px;
  border-bottom: 1px solid var(--line);
}

body.pw1-product .pw1-scope.gallery-controls-label,
body.pw1-product .pw1-scope .gallery-controls-label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

body.pw1-product .pw1-scope.gallery-controls-actions,
body.pw1-product .pw1-scope .gallery-controls-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

body.pw1-product .pw1-scope.gallery-arrow,
body.pw1-product .pw1-scope .gallery-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0 0 3px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
  color: var(--accent-dark);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.gallery-arrow:active,
body.pw1-product .pw1-scope .gallery-arrow:active {
  transform: scale(0.94);
}

body.pw1-product .pw1-scope.gallery-counter,
body.pw1-product .pw1-scope .gallery-counter {
  min-width: 46px;
  color: var(--muted);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-align: center;
}

body.pw1-product .pw1-scope.gallery-thumbs,
body.pw1-product .pw1-scope .gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

body.pw1-product .pw1-scope.gallery-thumb,
body.pw1-product .pw1-scope .gallery-thumb {
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-soft);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.gallery-thumb img,
body.pw1-product .pw1-scope .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pw1-product .pw1-scope.gallery-thumb.is-active,
body.pw1-product .pw1-scope .gallery-thumb.is-active {
  border: 2px solid var(--accent);
}

body.pw1-product .pw1-scope.gallery-thumb:active,
body.pw1-product .pw1-scope .gallery-thumb:active,
body.pw1-product .pw1-scope.quick-facts > a:active,
body.pw1-product .pw1-scope .quick-facts > a:active,
body.pw1-product .pw1-scope.stepper-button:active,
body.pw1-product .pw1-scope .stepper-button:active,
body.pw1-product .pw1-scope.add-button:active,
body.pw1-product .pw1-scope .add-button:active,
body.pw1-product .pw1-scope.primary-secondary:active,
body.pw1-product .pw1-scope .primary-secondary:active,
body.pw1-product .pw1-scope.primary-link:active,
body.pw1-product .pw1-scope .primary-link:active,
body.pw1-product .pw1-scope.text-button:active,
body.pw1-product .pw1-scope .text-button:active,
body.pw1-product .pw1-scope.dialog-close:active,
body.pw1-product .pw1-scope .dialog-close:active {
  transform: scale(0.97);
}

body.pw1-product .pw1-scope.product-buy,
body.pw1-product .pw1-scope .product-buy {
  padding-top: 4px;
}

body.pw1-product .pw1-scope.product-heading,
body.pw1-product .pw1-scope .product-heading {
  padding-bottom: 0;
}

body.pw1-product .pw1-scope.product-kicker,
body.pw1-product .pw1-scope .product-kicker,
body.pw1-product .pw1-scope.section-label,
body.pw1-product .pw1-scope .section-label {
  margin-bottom: 9px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.pw1-product .pw1-scope.product-heading h1,
body.pw1-product .pw1-scope .product-heading h1 {
  max-width: 14ch;
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

body.pw1-product .pw1-scope.positioning,
body.pw1-product .pw1-scope .positioning {
  max-width: 52ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

body.pw1-product .pw1-scope.quick-facts,
body.pw1-product .pw1-scope .quick-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 22px 0;
}

body.pw1-product .pw1-scope.quick-facts > a,
body.pw1-product .pw1-scope .quick-facts > a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  min-height: 68px;
  padding: 12px 14px;
  border-radius: var(--button-radius);
  background: var(--surface-soft);
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.quick-facts strong,
body.pw1-product .pw1-scope .quick-facts strong {
  grid-row: 1 / 3;
  min-width: 54px;
  color: var(--accent-dark);
  font-size: 24px;
  letter-spacing: -0.04em;
}

body.pw1-product .pw1-scope.quick-facts span,
body.pw1-product .pw1-scope .quick-facts span {
  color: #4f615d;
  font-size: 14px;
  line-height: 1.3;
}

body.pw1-product .pw1-scope.quick-facts small,
body.pw1-product .pw1-scope .quick-facts small {
  grid-column: 2;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.quick-facts > a:focus-visible,
body.pw1-product .pw1-scope .quick-facts > a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

body.pw1-product .pw1-scope.purity-link,
body.pw1-product .pw1-scope .purity-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding: 15px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface-soft);
  color: var(--accent-dark);
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease;
}

body.pw1-product .pw1-scope.purity-link strong,
body.pw1-product .pw1-scope .purity-link strong,
body.pw1-product .pw1-scope.purity-link span,
body.pw1-product .pw1-scope .purity-link span {
  display: block;
}

body.pw1-product .pw1-scope.purity-link strong,
body.pw1-product .pw1-scope .purity-link strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 16px;
}

body.pw1-product .pw1-scope.purity-link span:first-child,
body.pw1-product .pw1-scope .purity-link span:first-child {
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.purity-link > span:last-child,
body.pw1-product .pw1-scope .purity-link > span:last-child {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.quantity-options,
body.pw1-product .pw1-scope .quantity-options {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

body.pw1-product .pw1-scope.quantity-options legend,
body.pw1-product .pw1-scope .quantity-options legend {
  width: 100%;
  margin-bottom: 9px;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.quantity-option,
body.pw1-product .pw1-scope .quantity-option {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  background: var(--surface);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.quantity-option input,
body.pw1-product .pw1-scope .quantity-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.pw1-product .pw1-scope.quantity-option.is-selected,
body.pw1-product .pw1-scope .quantity-option.is-selected {
  border-color: var(--accent);
  background: var(--surface-tint);
  box-shadow: 0 8px 24px rgb(0 109 103 / 0.1);
}

body.pw1-product .pw1-scope.quantity-option:has(input:focus-visible),
body.pw1-product .pw1-scope .quantity-option:has(input:focus-visible) {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

body.pw1-product .pw1-scope.quantity-option-promo,
body.pw1-product .pw1-scope .quantity-option-promo {
  padding-top: 16px;
}

body.pw1-product .pw1-scope.promo-meta,
body.pw1-product .pw1-scope .promo-meta {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

body.pw1-product .pw1-scope.promo-urgency,
body.pw1-product .pw1-scope .promo-urgency {
  color: var(--promo-dark);
  font-size: 14px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.promo-badge,
body.pw1-product .pw1-scope .promo-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--promo);
  color: white;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.pw1-product .pw1-scope.quantity-option-promo.is-selected,
body.pw1-product .pw1-scope .quantity-option-promo.is-selected {
  border-color: var(--promo);
  background: var(--promo-soft);
  box-shadow: 0 8px 24px rgb(150 54 38 / 0.12);
}

body.pw1-product .pw1-scope.quantity-option-promo:has(input:focus-visible),
body.pw1-product .pw1-scope .quantity-option-promo:has(input:focus-visible) {
  outline-color: var(--promo-dark);
}

body.pw1-product .pw1-scope.option-copy strong,
body.pw1-product .pw1-scope .option-copy strong,
body.pw1-product .pw1-scope.option-copy small,
body.pw1-product .pw1-scope .option-copy small,
body.pw1-product .pw1-scope.option-price strong,
body.pw1-product .pw1-scope .option-price strong,
body.pw1-product .pw1-scope.option-price small,
body.pw1-product .pw1-scope .option-price small {
  display: block;
}

body.pw1-product .pw1-scope.option-copy strong,
body.pw1-product .pw1-scope .option-copy strong {
  font-size: 16px;
}

body.pw1-product .pw1-scope.option-copy small,
body.pw1-product .pw1-scope .option-copy small {
  margin-top: 2px;
  color: var(--accent-dark);
  font-weight: 700;
}

body.pw1-product .pw1-scope.option-price,
body.pw1-product .pw1-scope .option-price {
  text-align: right;
}

body.pw1-product .pw1-scope.option-price strong,
body.pw1-product .pw1-scope .option-price strong {
  font-size: 17px;
}

body.pw1-product .pw1-scope.option-price small,
body.pw1-product .pw1-scope .option-price small {
  color: var(--muted);
}

body.pw1-product .pw1-scope.option-saving,
body.pw1-product .pw1-scope .option-saving {
  grid-column: 1 / -1;
  color: var(--success);
  font-size: 14px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.price-row,
body.pw1-product .pw1-scope .price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  margin: 24px 0 16px;
}

body.pw1-product .pw1-scope.price-summary,
body.pw1-product .pw1-scope .price-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  align-items: baseline;
}

body.pw1-product .pw1-scope.price-summary strong,
body.pw1-product .pw1-scope .price-summary strong {
  font-size: 34px;
  letter-spacing: -0.045em;
  line-height: 1;
}

body.pw1-product .pw1-scope.price-summary small,
body.pw1-product .pw1-scope .price-summary small {
  grid-column: 1 / -1;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.old-total,
body.pw1-product .pw1-scope .old-total {
  color: #b0363c;
  font-size: 16px;
  text-decoration: line-through;
}

body.pw1-product .pw1-scope.stepper-label,
body.pw1-product .pw1-scope .stepper-label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

body.pw1-product .pw1-scope.quantity-stepper,
body.pw1-product .pw1-scope .quantity-stepper {
  display: grid;
  grid-template-columns: 36px 48px 36px;
  overflow: hidden;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--surface);
}

body.pw1-product .pw1-scope.stepper-button,
body.pw1-product .pw1-scope .stepper-button {
  border: 0;
  background: var(--surface-soft);
  cursor: pointer;
  font-size: 20px;
  transition:
    background-color 140ms ease,
    transform 120ms var(--ease-out);
}

body.pw1-product .pw1-scope.quantity-stepper input,
body.pw1-product .pw1-scope .quantity-stepper input {
  width: 100%;
  border: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  -moz-appearance: textfield;
}

body.pw1-product .pw1-scope.quantity-stepper input::-webkit-outer-spin-button,
body.pw1-product .pw1-scope .quantity-stepper input::-webkit-outer-spin-button,
body.pw1-product .pw1-scope.quantity-stepper input::-webkit-inner-spin-button,
body.pw1-product .pw1-scope .quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.pw1-product .pw1-scope.add-button,
body.pw1-product .pw1-scope .add-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--button-radius);
  background: var(--accent-dark);
  color: white;
  cursor: pointer;
  font-weight: 800;
  transition:
    background-color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.add-button.is-added,
body.pw1-product .pw1-scope .add-button.is-added {
  background: var(--success);
}

body.pw1-product .pw1-scope.add-button-copy,
body.pw1-product .pw1-scope .add-button-copy {
  text-align: left;
}

body.pw1-product .pw1-scope.add-button-price,
body.pw1-product .pw1-scope .add-button-price {
  white-space: nowrap;
}

body.pw1-product .pw1-scope.purchase-assurance,
body.pw1-product .pw1-scope .purchase-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.purchase-assurance span:first-child,
body.pw1-product .pw1-scope .purchase-assurance span:first-child {
  color: var(--success);
  font-weight: 800;
}

body.pw1-product .pw1-scope#description,
body.pw1-product .pw1-scope #description,
body.pw1-product .pw1-scope#benefits,
body.pw1-product .pw1-scope #benefits,
body.pw1-product .pw1-scope#ingredients,
body.pw1-product .pw1-scope #ingredients,
body.pw1-product .pw1-scope#nutrition,
body.pw1-product .pw1-scope #nutrition,
body.pw1-product .pw1-scope#testing,
body.pw1-product .pw1-scope #testing,
body.pw1-product .pw1-scope#experts,
body.pw1-product .pw1-scope #experts,
body.pw1-product .pw1-scope#routine,
body.pw1-product .pw1-scope #routine,
body.pw1-product .pw1-scope#faq,
body.pw1-product .pw1-scope #faq,
body.pw1-product .pw1-scope#reviews,
body.pw1-product .pw1-scope #reviews {
  scroll-margin-top: 88px;
}

body.pw1-product .pw1-scope.trust-strip,
body.pw1-product .pw1-scope .trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body.pw1-product .pw1-scope.trust-strip > div,
body.pw1-product .pw1-scope .trust-strip > div {
  min-width: 0;
  padding: 18px 16px;
}

body.pw1-product .pw1-scope.trust-strip > div:nth-child(even),
body.pw1-product .pw1-scope .trust-strip > div:nth-child(even) {
  border-left: 1px solid var(--line);
}

body.pw1-product .pw1-scope.trust-strip > div:nth-child(odd),
body.pw1-product .pw1-scope .trust-strip > div:nth-child(odd) {
  padding-left: 0;
}

body.pw1-product .pw1-scope.trust-strip > div:nth-child(n + 3),
body.pw1-product .pw1-scope .trust-strip > div:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.trust-strip strong,
body.pw1-product .pw1-scope .trust-strip strong,
body.pw1-product .pw1-scope.trust-strip span,
body.pw1-product .pw1-scope .trust-strip span {
  display: block;
}

body.pw1-product .pw1-scope.trust-strip strong,
body.pw1-product .pw1-scope .trust-strip strong {
  font-size: 16px;
}

body.pw1-product .pw1-scope.trust-strip span,
body.pw1-product .pw1-scope .trust-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

body.pw1-product .pw1-scope.trust-link,
body.pw1-product .pw1-scope .trust-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.pw1-product .pw1-scope.trust-link strong,
body.pw1-product .pw1-scope .trust-link strong {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 160ms ease;
}

body.pw1-product .pw1-scope.trust-link:hover strong,
body.pw1-product .pw1-scope .trust-link:hover strong {
  text-decoration-color: currentColor;
}

body.pw1-product .pw1-scope.trust-link:focus-visible,
body.pw1-product .pw1-scope .trust-link:focus-visible {
  border-radius: var(--button-radius);
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

body.pw1-product .pw1-scope.content-nav,
body.pw1-product .pw1-scope .content-nav {
  position: sticky;
  top: 0;
  z-index: 9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

body.pw1-product .pw1-scope.content-nav-inner,
body.pw1-product .pw1-scope .content-nav-inner {
  display: flex;
  max-width: var(--content);
  gap: 8px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 12px 24px;
  scrollbar-width: none;
}

body.pw1-product .pw1-scope.content-nav-inner::-webkit-scrollbar,
body.pw1-product .pw1-scope .content-nav-inner::-webkit-scrollbar {
  display: none;
}

body.pw1-product .pw1-scope.content-nav a,
body.pw1-product .pw1-scope .content-nav a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--button-radius);
  background: var(--surface);
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.content-nav a::after,
body.pw1-product .pw1-scope .content-nav a::after {
  color: var(--accent);
  content: "↓";
  font-size: 16px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.content-nav a:focus-visible,
body.pw1-product .pw1-scope .content-nav a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

body.pw1-product .pw1-scope.long-description,
body.pw1-product .pw1-scope .long-description {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 24px 60px;
}

body.pw1-product .pw1-scope.long-description h2,
body.pw1-product .pw1-scope .long-description h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4.5vw, 60px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

body.pw1-product .pw1-scope.long-description h3,
body.pw1-product .pw1-scope .long-description h3 {
  letter-spacing: -0.025em;
  line-height: 1.15;
}

body.pw1-product .pw1-scope.description-hero,
body.pw1-product .pw1-scope .description-hero {
  position: relative;
  overflow: hidden;
  min-height: min(720px, 78dvh);
  border-radius: var(--radius);
  background: #093f4a;
}

body.pw1-product .pw1-scope.description-hero::after,
body.pw1-product .pw1-scope .description-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(7 36 42 / 0.78), rgb(7 36 42 / 0.08) 70%),
    linear-gradient(0deg, rgb(7 36 42 / 0.25), transparent 40%);
  content: "";
}

body.pw1-product .pw1-scope.description-hero img,
body.pw1-product .pw1-scope .description-hero img {
  width: 100%;
  height: 100%;
  min-height: min(720px, 78dvh);
  object-fit: cover;
  object-position: center;
}

body.pw1-product .pw1-scope.description-hero-copy,
body.pw1-product .pw1-scope .description-hero-copy {
  position: absolute;
  bottom: clamp(30px, 6vw, 72px);
  left: clamp(24px, 6vw, 72px);
  z-index: 1;
  max-width: 630px;
  color: white;
}

body.pw1-product .pw1-scope.description-hero-copy .section-label,
body.pw1-product .pw1-scope .description-hero-copy .section-label {
  color: #b8ece7;
}

body.pw1-product .pw1-scope.description-hero-copy h2,
body.pw1-product .pw1-scope .description-hero-copy h2 {
  max-width: 12ch;
  margin-bottom: 18px;
}

body.pw1-product .pw1-scope.description-hero-copy > p:last-child,
body.pw1-product .pw1-scope .description-hero-copy > p:last-child {
  max-width: 48ch;
  margin-bottom: 0;
  color: #e1efec;
  font-size: 18px;
}

body.pw1-product .pw1-scope.proof-bento,
body.pw1-product .pw1-scope .proof-bento,
body.pw1-product .pw1-scope.experts-section,
body.pw1-product .pw1-scope .experts-section,
body.pw1-product .pw1-scope.routine-section,
body.pw1-product .pw1-scope .routine-section,
body.pw1-product .pw1-scope.faq-section,
body.pw1-product .pw1-scope .faq-section {
  padding: 110px 0;
}

body.pw1-product .pw1-scope.proof-intro,
body.pw1-product .pw1-scope .proof-intro,
body.pw1-product .pw1-scope.section-heading,
body.pw1-product .pw1-scope .section-heading,
body.pw1-product .pw1-scope.routine-heading,
body.pw1-product .pw1-scope .routine-heading,
body.pw1-product .pw1-scope.faq-heading,
body.pw1-product .pw1-scope .faq-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

body.pw1-product .pw1-scope.proof-intro p,
body.pw1-product .pw1-scope .proof-intro p,
body.pw1-product .pw1-scope.section-heading p,
body.pw1-product .pw1-scope .section-heading p,
body.pw1-product .pw1-scope.routine-heading p,
body.pw1-product .pw1-scope .routine-heading p,
body.pw1-product .pw1-scope.faq-heading p,
body.pw1-product .pw1-scope .faq-heading p {
  max-width: 62ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

body.pw1-product .pw1-scope.proof-grid,
body.pw1-product .pw1-scope .proof-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 580px;
}

body.pw1-product .pw1-scope.proof-main,
body.pw1-product .pw1-scope .proof-main,
body.pw1-product .pw1-scope.proof-compact,
body.pw1-product .pw1-scope .proof-compact,
body.pw1-product .pw1-scope.proof-image,
body.pw1-product .pw1-scope .proof-image {
  overflow: hidden;
  border-radius: var(--radius);
}

body.pw1-product .pw1-scope.proof-main,
body.pw1-product .pw1-scope .proof-main {
  position: relative;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 5vw, 64px);
  background: var(--accent-dark);
  color: white;
}

body.pw1-product .pw1-scope.clean-label-mark,
body.pw1-product .pw1-scope .clean-label-mark {
  position: absolute;
  top: clamp(24px, 4vw, 44px);
  right: clamp(24px, 4vw, 44px);
  overflow: hidden;
  width: 118px;
  height: 112px;
  border-radius: var(--button-radius);
  background: var(--surface-tint);
}

body.pw1-product .pw1-scope.clean-label-mark img,
body.pw1-product .pw1-scope .clean-label-mark img {
  width: 512px;
  max-width: none;
  height: auto;
  transform: translate(-68px, -139px);
}

body.pw1-product .pw1-scope.clean-label-mark-small,
body.pw1-product .pw1-scope .clean-label-mark-small {
  position: relative;
  inset: auto;
  flex: 0 0 auto;
  width: 85px;
  height: 81px;
}

body.pw1-product .pw1-scope.clean-label-mark-small img,
body.pw1-product .pw1-scope .clean-label-mark-small img {
  width: 369px;
  transform: translate(-49px, -100px);
}

body.pw1-product .pw1-scope.proof-main h3,
body.pw1-product .pw1-scope .proof-main h3 {
  max-width: 12ch;
  margin: 8px 0 16px;
  font-size: clamp(30px, 4vw, 48px);
}

body.pw1-product .pw1-scope.proof-main p,
body.pw1-product .pw1-scope .proof-main p {
  max-width: 46ch;
  color: #cfe4e1;
}

body.pw1-product .pw1-scope.proof-number,
body.pw1-product .pw1-scope .proof-number {
  display: block;
  color: #9fe3dc;
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

body.pw1-product .pw1-scope.text-button,
body.pw1-product .pw1-scope .text-button {
  align-self: flex-start;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid #9fe3dc;
  background: transparent;
  color: white;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition:
    border-color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.proof-compact,
body.pw1-product .pw1-scope .proof-compact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--surface-tint);
}

body.pw1-product .pw1-scope.proof-compact .proof-number,
body.pw1-product .pw1-scope .proof-compact .proof-number {
  color: var(--accent-dark);
  font-size: 72px;
}

body.pw1-product .pw1-scope.proof-compact h3,
body.pw1-product .pw1-scope .proof-compact h3 {
  margin: 8px 0 8px;
  font-size: 26px;
}

body.pw1-product .pw1-scope.proof-compact p,
body.pw1-product .pw1-scope .proof-compact p {
  margin-bottom: 0;
  color: var(--muted);
}

body.pw1-product .pw1-scope.proof-image img,
body.pw1-product .pw1-scope .proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pw1-product .pw1-scope.ingredients-section,
body.pw1-product .pw1-scope .ingredients-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-soft);
}

body.pw1-product .pw1-scope.ingredients-image,
body.pw1-product .pw1-scope .ingredients-image {
  min-height: 720px;
}

body.pw1-product .pw1-scope.ingredients-image img,
body.pw1-product .pw1-scope .ingredients-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pw1-product .pw1-scope.ingredients-copy,
body.pw1-product .pw1-scope .ingredients-copy {
  align-self: center;
  padding: clamp(36px, 5vw, 72px);
}

body.pw1-product .pw1-scope.ingredients-copy > p,
body.pw1-product .pw1-scope .ingredients-copy > p {
  color: var(--muted);
}

body.pw1-product .pw1-scope.ingredient-list,
body.pw1-product .pw1-scope .ingredient-list {
  display: grid;
  gap: 20px;
  margin: 36px 0 30px;
  padding: 0;
  list-style: none;
}

body.pw1-product .pw1-scope.ingredient-list li,
body.pw1-product .pw1-scope .ingredient-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}

body.pw1-product .pw1-scope.ingredient-list li > span,
body.pw1-product .pw1-scope .ingredient-list li > span {
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
}

body.pw1-product .pw1-scope.ingredient-list strong,
body.pw1-product .pw1-scope .ingredient-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

body.pw1-product .pw1-scope.ingredient-list p,
body.pw1-product .pw1-scope .ingredient-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.allergen-note,
body.pw1-product .pw1-scope .allergen-note {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
  font-size: 14px;
}

body.pw1-product .pw1-scope.profile-section,
body.pw1-product .pw1-scope .profile-section {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  margin-top: 110px;
  border-radius: var(--radius);
  background: #1f4c41;
}

body.pw1-product .pw1-scope.profile-section::after,
body.pw1-product .pw1-scope .profile-section::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(7 31 27 / 0.85), transparent 68%);
  content: "";
}

body.pw1-product .pw1-scope.profile-section > img,
body.pw1-product .pw1-scope .profile-section > img {
  width: 100%;
  height: 740px;
  object-fit: cover;
  object-position: center;
}

body.pw1-product .pw1-scope.profile-panel,
body.pw1-product .pw1-scope .profile-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px 60px;
  align-items: end;
  padding: clamp(30px, 6vw, 72px);
  color: white;
}

body.pw1-product .pw1-scope.profile-heading h2,
body.pw1-product .pw1-scope .profile-heading h2 {
  max-width: 14ch;
  font-size: clamp(36px, 5vw, 62px);
}

body.pw1-product .pw1-scope.profile-heading p,
body.pw1-product .pw1-scope .profile-heading p {
  max-width: 48ch;
  margin-bottom: 0;
  color: #dceae7;
}

body.pw1-product .pw1-scope.profile-values,
body.pw1-product .pw1-scope .profile-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  background: rgb(255 255 255 / 0.25);
}

body.pw1-product .pw1-scope.profile-values div,
body.pw1-product .pw1-scope .profile-values div {
  padding: 18px 16px;
  background: rgb(12 42 37 / 0.78);
}

body.pw1-product .pw1-scope.profile-values dt,
body.pw1-product .pw1-scope .profile-values dt {
  margin-bottom: 7px;
  color: #c9ded9;
  font-size: 14px;
}

body.pw1-product .pw1-scope.profile-values dd,
body.pw1-product .pw1-scope .profile-values dd {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.pw1-product .pw1-scope.approved-claim,
body.pw1-product .pw1-scope .approved-claim {
  grid-column: 1 / -1;
  max-width: 90ch;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 0.3);
  color: #dceae7;
  font-size: 14px;
}

body.pw1-product .pw1-scope.testing-section,
body.pw1-product .pw1-scope .testing-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: 110px 0;
}

body.pw1-product .pw1-scope.testing-copy > p:not(.section-label),
body.pw1-product .pw1-scope .testing-copy > p:not(.section-label) {
  max-width: 52ch;
  color: var(--muted);
  font-size: 17px;
}

body.pw1-product .pw1-scope.testing-authority,
body.pw1-product .pw1-scope .testing-authority {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 8px 0 26px;
}

body.pw1-product .pw1-scope.testing-authority p,
body.pw1-product .pw1-scope .testing-authority p {
  max-width: 32ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

body.pw1-product .pw1-scope.testing-authority strong,
body.pw1-product .pw1-scope .testing-authority strong,
body.pw1-product .pw1-scope.testing-authority span,
body.pw1-product .pw1-scope .testing-authority span {
  display: block;
}

body.pw1-product .pw1-scope.testing-authority strong,
body.pw1-product .pw1-scope .testing-authority strong {
  margin-bottom: 3px;
  color: var(--accent-dark);
  font-size: 17px;
}

body.pw1-product .pw1-scope.comparison-table-wrap,
body.pw1-product .pw1-scope .comparison-table-wrap {
  margin: 30px 0 26px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
}

body.pw1-product .pw1-scope.purity-comparison,
body.pw1-product .pw1-scope .purity-comparison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

body.pw1-product .pw1-scope.purity-comparison caption,
body.pw1-product .pw1-scope .purity-comparison caption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.pw1-product .pw1-scope.purity-comparison th,
body.pw1-product .pw1-scope .purity-comparison th,
body.pw1-product .pw1-scope.purity-comparison td,
body.pw1-product .pw1-scope .purity-comparison td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

body.pw1-product .pw1-scope.purity-comparison thead th,
body.pw1-product .pw1-scope .purity-comparison thead th {
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

body.pw1-product .pw1-scope.purity-comparison thead th:nth-child(2),
body.pw1-product .pw1-scope .purity-comparison thead th:nth-child(2) {
  background: var(--surface-tint);
  color: var(--accent-dark);
}

body.pw1-product .pw1-scope.purity-comparison th:first-child,
body.pw1-product .pw1-scope .purity-comparison th:first-child {
  width: 34%;
}

body.pw1-product .pw1-scope.purity-comparison th:nth-child(2),
body.pw1-product .pw1-scope .purity-comparison th:nth-child(2),
body.pw1-product .pw1-scope.purity-comparison td:nth-child(2),
body.pw1-product .pw1-scope .purity-comparison td:nth-child(2) {
  width: 28%;
  background: rgb(228 243 240 / 0.45);
}

body.pw1-product .pw1-scope.purity-comparison tbody th,
body.pw1-product .pw1-scope .purity-comparison tbody th {
  color: var(--ink);
  font-weight: 700;
}

body.pw1-product .pw1-scope.purity-comparison td,
body.pw1-product .pw1-scope .purity-comparison td {
  color: var(--muted);
}

body.pw1-product .pw1-scope.purity-comparison td strong,
body.pw1-product .pw1-scope .purity-comparison td strong {
  color: var(--accent-dark);
}

body.pw1-product .pw1-scope.purity-comparison small,
body.pw1-product .pw1-scope .purity-comparison small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

body.pw1-product .pw1-scope.purity-comparison tbody tr:last-child th,
body.pw1-product .pw1-scope .purity-comparison tbody tr:last-child th,
body.pw1-product .pw1-scope.purity-comparison tbody tr:last-child td,
body.pw1-product .pw1-scope .purity-comparison tbody tr:last-child td {
  border-bottom: 0;
}

body.pw1-product .pw1-scope.comparison-vanilla th,
body.pw1-product .pw1-scope .comparison-vanilla th,
body.pw1-product .pw1-scope.comparison-vanilla td,
body.pw1-product .pw1-scope .comparison-vanilla td {
  padding-top: 16px;
  padding-bottom: 16px;
}

body.pw1-product .pw1-scope.pass-grid,
body.pw1-product .pw1-scope .pass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 32px 0;
  background: var(--line);
}

body.pw1-product .pw1-scope.pass-grid > div,
body.pw1-product .pw1-scope .pass-grid > div {
  padding: 18px 14px;
  background: var(--surface-soft);
}

body.pw1-product .pw1-scope.pass-grid span,
body.pw1-product .pw1-scope .pass-grid span,
body.pw1-product .pw1-scope.pass-grid strong,
body.pw1-product .pw1-scope .pass-grid strong {
  display: block;
}

body.pw1-product .pw1-scope.pass-grid span,
body.pw1-product .pw1-scope .pass-grid span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.pass-grid strong,
body.pw1-product .pw1-scope .pass-grid strong {
  color: var(--accent-dark);
  font-size: 17px;
}

body.pw1-product .pw1-scope.testing-lab-note,
body.pw1-product .pw1-scope .testing-lab-note {
  margin: -10px 0 24px;
  font-size: 14px !important;
}

body.pw1-product .pw1-scope.primary-secondary,
body.pw1-product .pw1-scope .primary-secondary,
body.pw1-product .pw1-scope.primary-link,
body.pw1-product .pw1-scope .primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--accent-dark);
  border-radius: var(--button-radius);
  background: var(--surface);
  color: var(--accent-dark);
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--ease-out);
}

body.pw1-product .pw1-scope.testing-image,
body.pw1-product .pw1-scope .testing-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
}

body.pw1-product .pw1-scope.testing-image figcaption,
body.pw1-product .pw1-scope .testing-image figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: var(--button-radius);
  background: rgb(255 255 255 / 0.92);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

body.pw1-product .pw1-scope.testing-image figcaption strong,
body.pw1-product .pw1-scope .testing-image figcaption strong,
body.pw1-product .pw1-scope.testing-image figcaption span,
body.pw1-product .pw1-scope .testing-image figcaption span {
  display: block;
}

body.pw1-product .pw1-scope.testing-image figcaption strong,
body.pw1-product .pw1-scope .testing-image figcaption strong {
  margin-bottom: 4px;
  color: var(--accent-dark);
  font-size: 17px;
}

body.pw1-product .pw1-scope.testing-image figcaption span,
body.pw1-product .pw1-scope .testing-image figcaption span {
  font-size: 14px;
  line-height: 1.45;
}

body.pw1-product .pw1-scope.testing-image img,
body.pw1-product .pw1-scope .testing-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

body.pw1-product .pw1-scope.experts-section,
body.pw1-product .pw1-scope .experts-section {
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.experts-rail,
body.pw1-product .pw1-scope .experts-rail {
  display: grid;
  grid-auto-columns: minmax(310px, 31%);
  grid-auto-flow: column;
  gap: 14px;
  padding: 2px 2px 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--accent) var(--surface-soft);
  scrollbar-width: thin;
}

body.pw1-product .pw1-scope.experts-rail:focus-visible,
body.pw1-product .pw1-scope .experts-rail:focus-visible {
  outline: 3px solid rgb(0 100 96 / 0.22);
  outline-offset: 5px;
}

body.pw1-product .pw1-scope.expert-card,
body.pw1-product .pw1-scope .expert-card {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  scroll-snap-align: start;
}

body.pw1-product .pw1-scope.expert-card__photo,
body.pw1-product .pw1-scope .expert-card__photo {
  width: 100%;
  height: 260px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center 12%;
  background: var(--surface-soft);
}

body.pw1-product .pw1-scope.expert-card__photo--tyna,
body.pw1-product .pw1-scope .expert-card__photo--tyna {
  object-position: center 22%;
}

body.pw1-product .pw1-scope.expert-card__photo--nathalie,
body.pw1-product .pw1-scope .expert-card__photo--nathalie {
  object-position: center 18%;
}

body.pw1-product .pw1-scope.expert-card__body,
body.pw1-product .pw1-scope .expert-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

body.pw1-product .pw1-scope.expert-context,
body.pw1-product .pw1-scope .expert-context {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.pw1-product .pw1-scope.expert-card blockquote,
body.pw1-product .pw1-scope .expert-card blockquote {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

body.pw1-product .pw1-scope.expert-card__person,
body.pw1-product .pw1-scope .expert-card__person {
  margin-top: auto;
}

body.pw1-product .pw1-scope.expert-card__person h3,
body.pw1-product .pw1-scope .expert-card__person h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

body.pw1-product .pw1-scope.expert-card__person p,
body.pw1-product .pw1-scope .expert-card__person p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

body.pw1-product .pw1-scope.expert-card__body > a,
body.pw1-product .pw1-scope .expert-card__body > a {
  margin-top: 18px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.pw1-product .pw1-scope.expert-card__body > a:hover,
body.pw1-product .pw1-scope .expert-card__body > a:hover {
  text-decoration-thickness: 2px;
}

body.pw1-product .pw1-scope.experts-disclosure,
body.pw1-product .pw1-scope .experts-disclosure {
  max-width: 82ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

body.pw1-product .pw1-scope.routine-section,
body.pw1-product .pw1-scope .routine-section {
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.routine-grid,
body.pw1-product .pw1-scope .routine-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

body.pw1-product .pw1-scope.routine-grid figure,
body.pw1-product .pw1-scope .routine-grid figure {
  margin: 0;
}

body.pw1-product .pw1-scope.routine-large,
body.pw1-product .pw1-scope .routine-large,
body.pw1-product .pw1-scope.routine-small,
body.pw1-product .pw1-scope .routine-small {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-soft);
}

body.pw1-product .pw1-scope.routine-large,
body.pw1-product .pw1-scope .routine-large {
  grid-row: 1 / 3;
}

body.pw1-product .pw1-scope.routine-large img,
body.pw1-product .pw1-scope .routine-large img,
body.pw1-product .pw1-scope.routine-small img,
body.pw1-product .pw1-scope .routine-small img {
  width: 100%;
  object-fit: cover;
}

body.pw1-product .pw1-scope.routine-large img,
body.pw1-product .pw1-scope .routine-large img {
  height: 690px;
}

body.pw1-product .pw1-scope.routine-small img,
body.pw1-product .pw1-scope .routine-small img {
  height: 360px;
}

body.pw1-product .pw1-scope.routine-grid figcaption,
body.pw1-product .pw1-scope .routine-grid figcaption {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
}

body.pw1-product .pw1-scope.routine-grid figcaption span,
body.pw1-product .pw1-scope .routine-grid figcaption span {
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.mixing-note,
body.pw1-product .pw1-scope .mixing-note {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface-tint);
}

body.pw1-product .pw1-scope.mixing-note h3,
body.pw1-product .pw1-scope .mixing-note h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

body.pw1-product .pw1-scope.mixing-note p,
body.pw1-product .pw1-scope .mixing-note p {
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.mixing-note ol,
body.pw1-product .pw1-scope .mixing-note ol {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  font-size: 14px;
}

body.pw1-product .pw1-scope.faq-section,
body.pw1-product .pw1-scope .faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(40px, 8vw, 100px);
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.faq-heading,
body.pw1-product .pw1-scope .faq-heading {
  margin-bottom: 0;
}

body.pw1-product .pw1-scope.faq-heading h2,
body.pw1-product .pw1-scope .faq-heading h2 {
  max-width: 10ch;
}

body.pw1-product .pw1-scope.faq-list,
body.pw1-product .pw1-scope .faq-list {
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.faq-list details,
body.pw1-product .pw1-scope .faq-list details {
  border-bottom: 1px solid var(--line);
}

body.pw1-product .pw1-scope.faq-list summary,
body.pw1-product .pw1-scope .faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

body.pw1-product .pw1-scope.faq-list summary::-webkit-details-marker,
body.pw1-product .pw1-scope .faq-list summary::-webkit-details-marker {
  display: none;
}

body.pw1-product .pw1-scope.faq-list summary::after,
body.pw1-product .pw1-scope .faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 18px;
  color: var(--accent-dark);
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  transform: translateY(-50%);
}

body.pw1-product .pw1-scope.faq-list details[open] summary::after,
body.pw1-product .pw1-scope .faq-list details[open] summary::after {
  content: "-";
}

body.pw1-product .pw1-scope.faq-list details p,
body.pw1-product .pw1-scope .faq-list details p {
  max-width: 64ch;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.reviews-section,
body.pw1-product .pw1-scope .reviews-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: center;
  padding: 96px 0;
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.reviews-section h2,
body.pw1-product .pw1-scope .reviews-section h2 {
  max-width: 12ch;
}

body.pw1-product .pw1-scope.reviews-section > div > p,
body.pw1-product .pw1-scope .reviews-section > div > p {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

body.pw1-product .pw1-scope.reviews-status,
body.pw1-product .pw1-scope .reviews-status {
  margin: 0;
  padding: 22px 24px;
  border-radius: var(--button-radius);
  background: var(--surface-soft);
  color: var(--accent-dark);
  font-size: 16px;
  font-weight: 750;
}

body.pw1-product .pw1-scope.final-cta,
body.pw1-product .pw1-scope .final-cta {
  display: flex;
  min-height: clamp(560px, 48vw, 660px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 26px;
  padding: clamp(30px, 6vw, 64px);
  border-radius: var(--radius);
  background-color: var(--accent-dark);
  background-image:
    linear-gradient(
      90deg,
      rgb(0 57 54 / 0.94) 0%,
      rgb(0 57 54 / 0.82) 34%,
      rgb(0 57 54 / 0.4) 58%,
      rgb(0 57 54 / 0.08) 100%
    ),
    url("/user/documents/upload/pw1/assets/final-frida.jpg");
  background-position:
    center,
    right center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    auto 100%;
  color: white;
}

body.pw1-product .pw1-scope.final-cta__copy,
body.pw1-product .pw1-scope .final-cta__copy {
  max-width: 680px;
}

body.pw1-product .pw1-scope.final-cta h2,
body.pw1-product .pw1-scope .final-cta h2 {
  max-width: 16ch;
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 52px);
}

body.pw1-product .pw1-scope.final-cta p,
body.pw1-product .pw1-scope .final-cta p {
  margin-bottom: 0;
  color: #cfe4e1;
}

body.pw1-product .pw1-scope.final-cta .primary-link,
body.pw1-product .pw1-scope .final-cta .primary-link {
  border-color: white;
  background: white;
  color: var(--accent-dark);
}

body.pw1-product .pw1-scope.source-note,
body.pw1-product .pw1-scope .source-note {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 4px 0;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.source-note p,
body.pw1-product .pw1-scope .source-note p {
  max-width: 84ch;
  margin-bottom: 0;
}

body.pw1-product .pw1-scope.source-note a,
body.pw1-product .pw1-scope .source-note a {
  color: var(--accent-dark);
  font-weight: 800;
  white-space: nowrap;
}

body.pw1-product .pw1-scope.site-footer,
body.pw1-product .pw1-scope .site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--content);
  margin: 0 auto;
  padding: 30px 24px 44px;
  border-top: 1px solid var(--line);
}

body.pw1-product .pw1-scope.site-footer p,
body.pw1-product .pw1-scope .site-footer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.passport-dialog,
body.pw1-product .pw1-scope .passport-dialog {
  width: min(700px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}

body.pw1-product .pw1-scope.passport-dialog::backdrop,
body.pw1-product .pw1-scope .passport-dialog::backdrop {
  background: rgb(9 29 27 / 0.58);
  backdrop-filter: blur(4px);
}

body.pw1-product .pw1-scope.passport-dialog[open],
body.pw1-product .pw1-scope .passport-dialog[open] {
  animation: dialog-enter 220ms var(--ease-out);
}

body.pw1-product .pw1-scope.dialog-header,
body.pw1-product .pw1-scope .dialog-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
}

body.pw1-product .pw1-scope.dialog-brand,
body.pw1-product .pw1-scope .dialog-brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

body.pw1-product .pw1-scope.dialog-brand .section-label,
body.pw1-product .pw1-scope .dialog-brand .section-label {
  margin-bottom: 5px;
}

body.pw1-product .pw1-scope.dialog-header h2,
body.pw1-product .pw1-scope .dialog-header h2 {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: -0.035em;
}

body.pw1-product .pw1-scope.dialog-close,
body.pw1-product .pw1-scope .dialog-close {
  align-self: flex-start;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 4.5px;
  background: var(--surface);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition:
    background-color 140ms ease,
    transform 120ms var(--ease-out);
}

body.pw1-product .pw1-scope.passport-body,
body.pw1-product .pw1-scope .passport-body {
  padding: 26px;
}

body.pw1-product .pw1-scope.passport-body > p,
body.pw1-product .pw1-scope .passport-body > p {
  color: var(--muted);
}

body.pw1-product .pw1-scope.batch-number,
body.pw1-product .pw1-scope .batch-number {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 6px;
  background: var(--surface-tint);
}

body.pw1-product .pw1-scope.batch-number span,
body.pw1-product .pw1-scope .batch-number span {
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.batch-number strong,
body.pw1-product .pw1-scope .batch-number strong {
  color: var(--accent-dark);
  font-size: 24px;
}

body.pw1-product .pw1-scope.passport-results,
body.pw1-product .pw1-scope .passport-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 24px 0;
}

body.pw1-product .pw1-scope.passport-results > div,
body.pw1-product .pw1-scope .passport-results > div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

body.pw1-product .pw1-scope.passport-results span,
body.pw1-product .pw1-scope .passport-results span,
body.pw1-product .pw1-scope.passport-results strong,
body.pw1-product .pw1-scope .passport-results strong {
  display: block;
}

body.pw1-product .pw1-scope.passport-results span,
body.pw1-product .pw1-scope .passport-results span {
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.passport-results strong,
body.pw1-product .pw1-scope .passport-results strong {
  margin-top: 4px;
  color: var(--success);
}

body.pw1-product .pw1-scope.passport-results > div:last-child,
body.pw1-product .pw1-scope .passport-results > div:last-child {
  grid-column: 1 / -1;
}

body.pw1-product .pw1-scope.passport-measurements,
body.pw1-product .pw1-scope .passport-measurements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 18px;
}

body.pw1-product .pw1-scope.passport-measurements > div,
body.pw1-product .pw1-scope .passport-measurements > div {
  padding: 16px;
  border-radius: 6px;
  background: var(--surface-tint);
}

body.pw1-product .pw1-scope.passport-measurements span,
body.pw1-product .pw1-scope .passport-measurements span,
body.pw1-product .pw1-scope.passport-measurements strong,
body.pw1-product .pw1-scope .passport-measurements strong,
body.pw1-product .pw1-scope.passport-measurements small,
body.pw1-product .pw1-scope .passport-measurements small {
  display: block;
}

body.pw1-product .pw1-scope.passport-measurements span,
body.pw1-product .pw1-scope .passport-measurements span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.passport-measurements strong,
body.pw1-product .pw1-scope .passport-measurements strong {
  color: var(--ink);
  font-size: 17px;
}

body.pw1-product .pw1-scope.passport-measurements small,
body.pw1-product .pw1-scope .passport-measurements small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
}

body.pw1-product .pw1-scope.passport-disclosure,
body.pw1-product .pw1-scope .passport-disclosure {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.55;
}

body.pw1-product .pw1-scope.toast,
body.pw1-product .pw1-scope .toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 80;
  display: grid;
  min-width: 260px;
  gap: 2px;
  padding: 16px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transition:
    opacity 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

body.pw1-product .pw1-scope.toast[hidden],
body.pw1-product .pw1-scope .toast[hidden] {
  display: none;
}

body.pw1-product .pw1-scope.toast span,
body.pw1-product .pw1-scope .toast span {
  color: var(--muted);
  font-size: 14px;
}

@keyframes dialog-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  body.pw1-product .pw1-scope.content-nav a:hover,
body.pw1-product .pw1-scope .content-nav a:hover {
    border-color: var(--accent);
    background: var(--surface-tint);
    color: var(--accent-dark);
    transform: translateY(-1px);
  }

  body.pw1-product .pw1-scope.quick-facts > a:hover,
body.pw1-product .pw1-scope .quick-facts > a:hover {
    background: var(--surface-tint);
    transform: translateY(-1px);
  }

  body.pw1-product .pw1-scope.gallery-thumb:hover,
body.pw1-product .pw1-scope .gallery-thumb:hover {
    border-color: var(--accent);
  }

  body.pw1-product .pw1-scope.gallery-arrow:hover,
body.pw1-product .pw1-scope .gallery-arrow:hover {
    background: var(--surface-tint);
  }

  body.pw1-product .pw1-scope.purity-link:hover,
body.pw1-product .pw1-scope .purity-link:hover,
body.pw1-product .pw1-scope.quantity-option:not(.quantity-option-promo):hover,
body.pw1-product .pw1-scope .quantity-option:not(.quantity-option-promo):hover {
    border-color: var(--accent);
  }

  body.pw1-product .pw1-scope.quantity-option-promo:hover,
body.pw1-product .pw1-scope .quantity-option-promo:hover {
    border-color: var(--promo);
  }

  body.pw1-product .pw1-scope.purity-link:hover,
body.pw1-product .pw1-scope .purity-link:hover {
    background: var(--surface-tint);
  }

  body.pw1-product .pw1-scope.stepper-button:hover,
body.pw1-product .pw1-scope .stepper-button:hover {
    background: var(--surface-tint);
  }

  body.pw1-product .pw1-scope.add-button:hover,
body.pw1-product .pw1-scope .add-button:hover {
    background: var(--accent-ink);
  }

  body.pw1-product .pw1-scope.primary-secondary:hover,
body.pw1-product .pw1-scope .primary-secondary:hover,
body.pw1-product .pw1-scope.primary-link:hover,
body.pw1-product .pw1-scope .primary-link:hover {
    background: var(--accent-dark);
    color: white;
  }

  body.pw1-product .pw1-scope.final-cta .primary-link:hover,
body.pw1-product .pw1-scope .final-cta .primary-link:hover {
    background: #dff1ee;
    color: var(--accent-dark);
  }
}

@media (max-width: 1024px) {
  body.pw1-product .pw1-scope.product-grid,
body.pw1-product .pw1-scope .product-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: 36px;
  }

  body.pw1-product .pw1-scope.gallery-stage,
body.pw1-product .pw1-scope .gallery-stage {
    min-height: 0;
  }

  body.pw1-product .pw1-scope.profile-panel,
body.pw1-product .pw1-scope .profile-panel {
    grid-template-columns: 1fr;
  }

  body.pw1-product .pw1-scope.testing-section,
body.pw1-product .pw1-scope .testing-section {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 820px) {
  body.pw1-product .pw1-scope.topline,
body.pw1-product .pw1-scope .topline {
    display: none;
  }

  body.pw1-product .pw1-scope.nav-shell,
body.pw1-product .pw1-scope .nav-shell {
    min-height: 62px;
  }

  body.pw1-product .pw1-scope.product-grid,
body.pw1-product .pw1-scope .product-grid {
    grid-template-columns: 1fr;
  }

  body.pw1-product .pw1-scope.gallery-stage,
body.pw1-product .pw1-scope .gallery-stage {
    min-height: auto;
    aspect-ratio: 1;
  }

  body.pw1-product .pw1-scope.product-heading h1,
body.pw1-product .pw1-scope .product-heading h1 {
    max-width: 17ch;
  }

  body.pw1-product .pw1-scope.description-hero,
body.pw1-product .pw1-scope .description-hero,
body.pw1-product .pw1-scope.description-hero img,
body.pw1-product .pw1-scope .description-hero img {
    min-height: 620px;
  }

  body.pw1-product .pw1-scope.description-hero img,
body.pw1-product .pw1-scope .description-hero img {
    object-position: 62% center;
  }

  body.pw1-product .pw1-scope.proof-bento,
body.pw1-product .pw1-scope .proof-bento,
body.pw1-product .pw1-scope.experts-section,
body.pw1-product .pw1-scope .experts-section,
body.pw1-product .pw1-scope.routine-section,
body.pw1-product .pw1-scope .routine-section,
body.pw1-product .pw1-scope.faq-section,
body.pw1-product .pw1-scope .faq-section,
body.pw1-product .pw1-scope.reviews-section,
body.pw1-product .pw1-scope .reviews-section {
    padding: 80px 0;
  }

  body.pw1-product .pw1-scope.proof-grid,
body.pw1-product .pw1-scope .proof-grid,
body.pw1-product .pw1-scope.ingredients-section,
body.pw1-product .pw1-scope .ingredients-section,
body.pw1-product .pw1-scope.testing-section,
body.pw1-product .pw1-scope .testing-section,
body.pw1-product .pw1-scope.routine-grid,
body.pw1-product .pw1-scope .routine-grid,
body.pw1-product .pw1-scope.faq-section,
body.pw1-product .pw1-scope .faq-section,
body.pw1-product .pw1-scope.reviews-section,
body.pw1-product .pw1-scope .reviews-section {
    grid-template-columns: 1fr;
  }

  body.pw1-product .pw1-scope.comparison-table-wrap,
body.pw1-product .pw1-scope .comparison-table-wrap {
    max-width: 680px;
  }

  body.pw1-product .pw1-scope.proof-grid,
body.pw1-product .pw1-scope .proof-grid {
    grid-template-rows: auto;
    min-height: 0;
  }

  body.pw1-product .pw1-scope.proof-main,
body.pw1-product .pw1-scope .proof-main,
body.pw1-product .pw1-scope.routine-large,
body.pw1-product .pw1-scope .routine-large {
    grid-row: auto;
  }

  body.pw1-product .pw1-scope.proof-main,
body.pw1-product .pw1-scope .proof-main {
    min-height: 520px;
  }

  body.pw1-product .pw1-scope.proof-image,
body.pw1-product .pw1-scope .proof-image {
    min-height: 360px;
  }

  body.pw1-product .pw1-scope.ingredients-image,
body.pw1-product .pw1-scope .ingredients-image {
    min-height: 520px;
  }

  body.pw1-product .pw1-scope.ingredients-copy,
body.pw1-product .pw1-scope .ingredients-copy {
    padding: 42px 28px;
  }

  body.pw1-product .pw1-scope.profile-section,
body.pw1-product .pw1-scope .profile-section {
    min-height: 760px;
    margin-top: 80px;
  }

  body.pw1-product .pw1-scope.profile-section > img,
body.pw1-product .pw1-scope .profile-section > img {
    height: 760px;
  }

  body.pw1-product .pw1-scope.testing-copy,
body.pw1-product .pw1-scope .testing-copy {
    order: 2;
  }

  body.pw1-product .pw1-scope.testing-image,
body.pw1-product .pw1-scope .testing-image {
    order: 1;
  }

  body.pw1-product .pw1-scope.experts-rail,
body.pw1-product .pw1-scope .experts-rail {
    grid-auto-columns: minmax(300px, 46%);
  }

  body.pw1-product .pw1-scope.routine-large img,
body.pw1-product .pw1-scope .routine-large img {
    height: 560px;
  }

  body.pw1-product .pw1-scope.faq-section,
body.pw1-product .pw1-scope .faq-section {
    gap: 36px;
  }

  body.pw1-product .pw1-scope.reviews-section,
body.pw1-product .pw1-scope .reviews-section {
    gap: 28px;
  }

  body.pw1-product .pw1-scope.faq-heading h2,
body.pw1-product .pw1-scope .faq-heading h2 {
    max-width: 14ch;
  }
}

@media (max-width: 560px) {
  body.pw1-product .pw1-scope.nav-shell,
body.pw1-product .pw1-scope .nav-shell,
body.pw1-product .pw1-scope.product-shell,
body.pw1-product .pw1-scope .product-shell,
body.pw1-product .pw1-scope.long-description,
body.pw1-product .pw1-scope .long-description,
body.pw1-product .pw1-scope.site-footer,
body.pw1-product .pw1-scope .site-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.pw1-product .pw1-scope.product-shell,
body.pw1-product .pw1-scope .product-shell {
    padding-top: 14px;
    padding-bottom: 30px;
  }

  body.pw1-product .pw1-scope.content-nav-inner,
body.pw1-product .pw1-scope .content-nav-inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.pw1-product .pw1-scope.breadcrumbs,
body.pw1-product .pw1-scope .breadcrumbs {
    margin-bottom: 16px;
  }

  body.pw1-product .pw1-scope.product-grid,
body.pw1-product .pw1-scope .product-grid {
    gap: 26px;
  }

  body.pw1-product .pw1-scope.text-button,
body.pw1-product .pw1-scope .text-button {
    white-space: normal;
  }

  body.pw1-product .pw1-scope.trust-strip,
body.pw1-product .pw1-scope .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  body.pw1-product .pw1-scope.trust-strip > div,
body.pw1-product .pw1-scope .trust-strip > div {
    padding: 16px 0;
  }

  body.pw1-product .pw1-scope.trust-strip > div:nth-child(even),
body.pw1-product .pw1-scope .trust-strip > div:nth-child(even) {
    border-left: 0;
  }

  body.pw1-product .pw1-scope.trust-strip > div + div,
body.pw1-product .pw1-scope .trust-strip > div + div {
    border-top: 1px solid var(--line);
  }

  body.pw1-product .pw1-scope.gallery-thumbs,
body.pw1-product .pw1-scope .gallery-thumbs {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 0 0 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.pw1-product .pw1-scope.gallery-thumbs::-webkit-scrollbar,
body.pw1-product .pw1-scope .gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  body.pw1-product .pw1-scope.gallery-thumb,
body.pw1-product .pw1-scope .gallery-thumb {
    flex: 0 0 74px;
    border-radius: 4.5px;
    scroll-snap-align: start;
  }

  body.pw1-product .pw1-scope.gallery-arrow,
body.pw1-product .pw1-scope .gallery-arrow {
    width: 32px;
    height: 32px;
    font-size: 25px;
  }

  body.pw1-product .pw1-scope.product-heading h1,
body.pw1-product .pw1-scope .product-heading h1 {
    font-size: 36px;
  }

  body.pw1-product .pw1-scope.positioning,
body.pw1-product .pw1-scope .positioning {
    font-size: 15px;
  }

  body.pw1-product .pw1-scope.promo-meta,
body.pw1-product .pw1-scope .promo-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  body.pw1-product .pw1-scope.quick-facts strong,
body.pw1-product .pw1-scope .quick-facts strong {
    font-size: 21px;
  }

  body.pw1-product .pw1-scope.price-row,
body.pw1-product .pw1-scope .price-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.pw1-product .pw1-scope.stepper-label,
body.pw1-product .pw1-scope .stepper-label {
    width: 122px;
  }

  body.pw1-product .pw1-scope.purchase-assurance,
body.pw1-product .pw1-scope .purchase-assurance {
    display: grid;
  }

  body.pw1-product .pw1-scope.long-description,
body.pw1-product .pw1-scope .long-description {
    padding-bottom: 40px;
  }

  body.pw1-product .pw1-scope.description-hero,
body.pw1-product .pw1-scope .description-hero {
    min-height: 560px;
  }

  body.pw1-product .pw1-scope.description-hero img,
body.pw1-product .pw1-scope .description-hero img {
    min-height: 560px;
    object-position: 66% center;
  }

  body.pw1-product .pw1-scope.description-hero-copy,
body.pw1-product .pw1-scope .description-hero-copy {
    right: 22px;
    bottom: 30px;
    left: 22px;
  }

  body.pw1-product .pw1-scope.description-hero-copy h2,
body.pw1-product .pw1-scope .description-hero-copy h2,
body.pw1-product .pw1-scope.long-description h2,
body.pw1-product .pw1-scope .long-description h2 {
    font-size: 38px;
  }

  body.pw1-product .pw1-scope.description-hero-copy > p:last-child,
body.pw1-product .pw1-scope .description-hero-copy > p:last-child,
body.pw1-product .pw1-scope.proof-intro p,
body.pw1-product .pw1-scope .proof-intro p,
body.pw1-product .pw1-scope.section-heading p,
body.pw1-product .pw1-scope .section-heading p,
body.pw1-product .pw1-scope.routine-heading p,
body.pw1-product .pw1-scope .routine-heading p,
body.pw1-product .pw1-scope.faq-heading p,
body.pw1-product .pw1-scope .faq-heading p {
    font-size: 15px;
  }

  body.pw1-product .pw1-scope.proof-bento,
body.pw1-product .pw1-scope .proof-bento,
body.pw1-product .pw1-scope.experts-section,
body.pw1-product .pw1-scope .experts-section,
body.pw1-product .pw1-scope.routine-section,
body.pw1-product .pw1-scope .routine-section,
body.pw1-product .pw1-scope.faq-section,
body.pw1-product .pw1-scope .faq-section {
    padding: 64px 0;
  }

  body.pw1-product .pw1-scope.proof-main,
body.pw1-product .pw1-scope .proof-main {
    min-height: 460px;
  }

  body.pw1-product .pw1-scope.proof-compact,
body.pw1-product .pw1-scope .proof-compact,
body.pw1-product .pw1-scope.mixing-note,
body.pw1-product .pw1-scope .mixing-note {
    padding: 22px;
  }

  body.pw1-product .pw1-scope.ingredients-image,
body.pw1-product .pw1-scope .ingredients-image {
    min-height: 380px;
  }

  body.pw1-product .pw1-scope.profile-section,
body.pw1-product .pw1-scope .profile-section,
body.pw1-product .pw1-scope.profile-section > img,
body.pw1-product .pw1-scope .profile-section > img {
    min-height: 720px;
    height: 720px;
  }

  body.pw1-product .pw1-scope.profile-section > img,
body.pw1-product .pw1-scope .profile-section > img {
    object-position: 62% center;
  }

  body.pw1-product .pw1-scope.profile-panel,
body.pw1-product .pw1-scope .profile-panel {
    gap: 24px;
    padding: 24px;
  }

  body.pw1-product .pw1-scope.profile-heading h2,
body.pw1-product .pw1-scope .profile-heading h2 {
    font-size: 38px;
  }

  body.pw1-product .pw1-scope.profile-values dd,
body.pw1-product .pw1-scope .profile-values dd {
    font-size: 25px;
  }

  body.pw1-product .pw1-scope.testing-section,
body.pw1-product .pw1-scope .testing-section {
    padding: 74px 0;
  }

  body.pw1-product .pw1-scope.testing-image img,
body.pw1-product .pw1-scope .testing-image img {
    min-height: 360px;
  }

  body.pw1-product .pw1-scope.pass-grid,
body.pw1-product .pw1-scope .pass-grid,
body.pw1-product .pw1-scope.passport-measurements,
body.pw1-product .pw1-scope .passport-measurements {
    grid-template-columns: 1fr;
  }

  body.pw1-product .pw1-scope.testing-image figcaption,
body.pw1-product .pw1-scope .testing-image figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  body.pw1-product .pw1-scope.purity-comparison thead,
body.pw1-product .pw1-scope .purity-comparison thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  body.pw1-product .pw1-scope.purity-comparison,
body.pw1-product .pw1-scope .purity-comparison,
body.pw1-product .pw1-scope.purity-comparison tbody,
body.pw1-product .pw1-scope .purity-comparison tbody,
body.pw1-product .pw1-scope.purity-comparison tr,
body.pw1-product .pw1-scope .purity-comparison tr,
body.pw1-product .pw1-scope.purity-comparison th,
body.pw1-product .pw1-scope .purity-comparison th,
body.pw1-product .pw1-scope.purity-comparison td,
body.pw1-product .pw1-scope .purity-comparison td {
    display: block;
    width: 100%;
  }

  body.pw1-product .pw1-scope.purity-comparison tr,
body.pw1-product .pw1-scope .purity-comparison tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--line);
  }

  body.pw1-product .pw1-scope.purity-comparison th:first-child,
body.pw1-product .pw1-scope .purity-comparison th:first-child {
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 0;
    background: var(--surface-soft);
  }

  body.pw1-product .pw1-scope.purity-comparison th:nth-child(2),
body.pw1-product .pw1-scope .purity-comparison th:nth-child(2),
body.pw1-product .pw1-scope.purity-comparison td:nth-child(2),
body.pw1-product .pw1-scope .purity-comparison td:nth-child(2) {
    width: 100%;
  }

  body.pw1-product .pw1-scope.purity-comparison td,
body.pw1-product .pw1-scope .purity-comparison td {
    border-bottom: 0;
  }

  body.pw1-product .pw1-scope.purity-comparison td::before,
body.pw1-product .pw1-scope .purity-comparison td::before {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    content: attr(data-label);
    font-size: 14px;
    font-weight: 700;
  }

  body.pw1-product .pw1-scope.purity-comparison tbody tr:last-child,
body.pw1-product .pw1-scope .purity-comparison tbody tr:last-child {
    border-bottom: 0;
  }

  body.pw1-product .pw1-scope.dialog-brand,
body.pw1-product .pw1-scope .dialog-brand {
    align-items: flex-start;
  }

  body.pw1-product .pw1-scope.experts-rail,
body.pw1-product .pw1-scope .experts-rail {
    grid-auto-columns: minmax(280px, 86vw);
    margin-right: calc(var(--page-gutter) * -1);
    padding-right: var(--page-gutter);
  }

  body.pw1-product .pw1-scope.expert-card,
body.pw1-product .pw1-scope .expert-card {
    min-height: 550px;
  }

  body.pw1-product .pw1-scope.expert-card__photo,
body.pw1-product .pw1-scope .expert-card__photo {
    height: 245px;
  }

  body.pw1-product .pw1-scope.expert-card__body,
body.pw1-product .pw1-scope .expert-card__body {
    padding: 22px;
  }

  body.pw1-product .pw1-scope.routine-large img,
body.pw1-product .pw1-scope .routine-large img {
    height: 460px;
  }

  body.pw1-product .pw1-scope.routine-small img,
body.pw1-product .pw1-scope .routine-small img {
    height: 340px;
  }

  body.pw1-product .pw1-scope.final-cta,
body.pw1-product .pw1-scope .final-cta {
    min-height: 590px;
    padding: 28px;
    background-image:
      linear-gradient(
        0deg,
        rgb(0 57 54 / 0.98) 0%,
        rgb(0 57 54 / 0.9) 42%,
        rgb(0 57 54 / 0.38) 72%,
        rgb(0 57 54 / 0.12) 100%
      ),
      url("/user/documents/upload/pw1/assets/final-frida.jpg");
    background-position:
      center,
      76% center;
  }

  body.pw1-product .pw1-scope.final-cta .primary-link,
body.pw1-product .pw1-scope .final-cta .primary-link {
    width: 100%;
  }

  body.pw1-product .pw1-scope.source-note,
body.pw1-product .pw1-scope .source-note,
body.pw1-product .pw1-scope.site-footer,
body.pw1-product .pw1-scope .site-footer {
    display: grid;
  }

  body.pw1-product .pw1-scope.source-note a,
body.pw1-product .pw1-scope .source-note a {
    white-space: normal;
  }

  body.pw1-product .pw1-scope.dialog-header,
body.pw1-product .pw1-scope .dialog-header,
body.pw1-product .pw1-scope.passport-body,
body.pw1-product .pw1-scope .passport-body {
    padding: 20px;
  }

  body.pw1-product .pw1-scope.batch-number,
body.pw1-product .pw1-scope .batch-number {
    display: grid;
  }

  body.pw1-product .pw1-scope.toast,
body.pw1-product .pw1-scope .toast {
    right: 12px;
    left: 12px;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pw1-product .pw1-scope {
    scroll-behavior: auto;
  }

  body.pw1-product .pw1-scope,
body.pw1-product .pw1-scope *,
body.pw1-product .pw1-scope *::before,
body.pw1-product .pw1-scope *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Shoptet integration for productId 134. */
body.pw1-product {
  --pw1-ink: #172523;
  --pw1-muted: #60716e;
  --pw1-line: #dce7e4;
  --pw1-line-strong: #b9cfca;
  --pw1-surface: #ffffff;
  --pw1-surface-soft: #f3f8f7;
  --pw1-surface-tint: #e4f3f0;
  --pw1-accent: #006460;
  --pw1-promo: #b6402f;
  --pw1-promo-dark: #842d22;
  --pw1-promo-soft: #fff2ef;
}

body.pw1-product .p-short-description .vice-info {
  display: none;
}

body.pw1-product #pw1-short {
  margin: 22px 0 4px;
  color: var(--pw1-ink);
}

body.pw1-product #pw1-short .positioning {
  max-width: 52ch;
  margin-bottom: 18px;
  color: var(--pw1-muted);
  font-size: 16px;
  line-height: 1.55;
}

body.pw1-product .pw1-benefit-banner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100% !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--pw1-line);
  border-bottom: 1px solid var(--pw1-line);
  background: transparent !important;
}

body.pw1-product .pw1-benefit-banner .benefitBanner__item {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.pw1-product
  .pw1-benefit-banner
  .benefitBanner__item:nth-child(even) {
  border-left: 1px solid var(--pw1-line) !important;
}

body.pw1-product
  .pw1-benefit-banner
  .benefitBanner__item:nth-child(n + 3) {
  border-top: 1px solid var(--pw1-line) !important;
}

body.pw1-product .pw1-benefit-banner .benefitBanner__link {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 16px 14px !important;
  color: var(--pw1-ink) !important;
  text-decoration: none !important;
}

body.pw1-product
  .pw1-benefit-banner
  .benefitBanner__item:nth-child(4)
  .benefitBanner__picture {
  display: none !important;
}

body.pw1-product
  .pw1-benefit-banner
  .benefitBanner__item:nth-child(4)
  .benefitBanner__link {
  grid-template-columns: 1fr;
}

body.pw1-product .pw1-benefit-banner .benefitBanner__picture {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  background-size: contain !important;
}

body.pw1-product .pw1-benefit-banner .benefitBanner__content {
  min-width: 0;
}

body.pw1-product .pw1-benefit-banner .benefitBanner__title {
  display: block;
  color: var(--pw1-ink);
  font-size: 15px;
  line-height: 1.25;
}

body.pw1-product .pw1-benefit-banner .benefitBanner__data {
  margin-top: 4px;
  color: var(--pw1-muted);
  font-size: 14px;
  line-height: 1.35;
}

body.pw1-product .p-detail > .pw1-content-nav {
  width: 100%;
  margin-top: 34px;
}

body.pw1-product .p-detail-tabs-wrapper .shp-tabs-row {
  display: none !important;
}

body.pw1-product
  #description
  > .description-inner
  > h3:first-child {
  display: none;
}

body.pw1-product #description .description-inner {
  max-width: none;
  padding-top: 0;
}

body.pw1-product .quantity-discounts__item {
  border-left: 1px solid transparent !important;
}

body.pw1-product .quantity-discounts__item.pw1-promo-option {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 16px;
  align-items: center;
  margin-top: 8px;
  padding: 16px !important;
  border: 1px solid var(--pw1-line-strong) !important;
  border-radius: 6px;
  background: var(--pw1-surface) !important;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

body.pw1-product
  .quantity-discounts__item.pw1-promo-option.quantity-discounts__item--highlighted {
  border-color: var(--pw1-promo) !important;
  background: var(--pw1-promo-soft) !important;
  box-shadow: 0 8px 24px rgb(150 54 38 / 0.12);
}

body.pw1-product .pw1-promo-option:focus-visible {
  outline: 3px solid var(--pw1-promo-dark);
  outline-offset: 2px;
}

body.pw1-product .pw1-promo-option:active {
  transform: scale(0.99);
}

body.pw1-product .pw1-promo-meta {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.pw1-product .pw1-promo-urgency {
  color: var(--pw1-promo-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.pw1-product .pw1-promo-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--pw1-promo);
  color: #fffafa;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

body.pw1-product
  .pw1-promo-option
  .quantity-discounts__title {
  min-width: 0;
  color: var(--pw1-ink);
  font-size: 16px;
  font-weight: 800;
}

body.pw1-product
  .pw1-promo-option
  .quantity-discounts__price-wrapper {
  color: var(--pw1-ink);
  font-weight: 800;
  text-align: right;
}

@media (hover: hover) and (pointer: fine) {
  body.pw1-product .pw1-benefit-banner .benefitBanner__link:hover {
    background: var(--pw1-surface-soft) !important;
  }

  body.pw1-product .quantity-discounts__item.pw1-promo-option:hover {
    border-color: var(--pw1-promo) !important;
  }
}

@media (max-width: 767px) {
  body.pw1-product .pw1-benefit-banner {
    margin-top: 22px !important;
  }

  body.pw1-product .pw1-benefit-banner .benefitBanner__link {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 88px;
    padding: 14px 10px !important;
  }

  body.pw1-product .pw1-benefit-banner .benefitBanner__picture {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }

  body.pw1-product .pw1-benefit-banner .benefitBanner__title {
    font-size: 14px;
  }

  body.pw1-product .pw1-benefit-banner .benefitBanner__data {
    font-size: 14px;
  }

  body.pw1-product .pw1-promo-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  body.pw1-product .pw1-promo-option {
    grid-template-columns: 1fr;
  }

  body.pw1-product
    .pw1-promo-option
    .quantity-discounts__price-wrapper {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pw1-product .quantity-discounts__item.pw1-promo-option,
  body.pw1-product .pw1-benefit-banner .benefitBanner__link {
    transition-duration: 0.01ms !important;
  }
}

