/* Shared 2026-07 purchase stack for ARMOR and ZERO heroes. */
.pdp-purchase-hero {
  border: 1.5px solid var(--line);
  background: var(--white);
  padding: clamp(22px, 2.4vw, 32px);
}

.pdp-purchase-hero .hero-product-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 24px;
  margin-bottom: 16px;
}

.pdp-purchase-hero .hero-rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--carbon);
  font-family: var(--ff-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: right;
}

.pdp-purchase-hero .hero-rating__stars {
  color: var(--bronze);
  font-size: 18px;
  letter-spacing: .025em;
  line-height: 1;
}

.pdp-purchase-hero .h1--product-hero {
  margin: 0 0 8px;
  font-size: clamp(39px, 4vw, 56px);
  font-stretch: 125%;
  line-height: .88;
  letter-spacing: .01em;
}

.pdp-purchase-hero .hero-product-subtitle {
  max-width: 48ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: clamp(17px, 1.42vw, 20px);
  font-weight: 750;
  line-height: 1.28;
}

.pdp-purchase-hero .hero-formula-line {
  margin: 16px 0 12px;
  padding: 11px 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  color: var(--carbon);
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.35;
}

.pdp-purchase-hero .hero-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}

.pdp-purchase-hero .hero-outcomes li {
  display: grid;
  place-items: center;
  min-height: 32px;
  padding: 6px 7px;
  background: var(--void);
  color: var(--white);
  font-family: var(--ff-mono);
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.pdp-purchase-hero .ing-lines--hero {
  gap: 1px;
  margin: 0 0 14px;
}

.pdp-purchase-hero .ing-lines--hero li {
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 9px;
  padding: 5px 0;
  border: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.36;
}

.pdp-purchase-hero .ing-lines--hero li::before {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 0;
  border: 1px solid var(--bronze);
  border-radius: 50%;
  background: rgba(200, 146, 42, .08);
  color: var(--bronze);
  content: "✓";
  font-size: 12px;
  line-height: 1;
  transform: none;
}

.pdp-purchase-hero .hero-utility {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-purchase-hero .hero-utility li {
  display: grid;
  grid-template-columns: 22px auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid var(--line);
  color: var(--carbon);
  font-family: var(--ff-mono);
  font-size: 10.5px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.pdp-purchase-hero .hero-utility__emoji {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.pdp-purchase-hero .hero-utility strong {
  color: var(--ink);
  font-size: 11.5px;
}

.pdp-purchase-hero .decl--hero {
  min-height: 42px;
  margin: 7px 0 0;
  padding: 10px 1px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 10.5px;
}

.pdp-purchase-hero .decl--hero:hover,
.pdp-purchase-hero .decl--hero:focus-visible {
  background: transparent;
  color: var(--bronze);
}

.pdp-purchase-hero .hero-offer {
  margin-top: 19px;
  padding-top: 0;
  border-top: 0;
}

.pdp-purchase-hero .hero-offer__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.pdp-purchase-hero .hero-offer__label {
  margin: 0 0 5px;
  color: var(--muted);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pdp-purchase-hero .hero-offer__summary h2 {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 25px;
  font-stretch: 125%;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}

.pdp-purchase-hero .hero-offer__summary p:not(.hero-offer__label) {
  margin: 7px 0 0;
  color: var(--carbon);
  font-size: 12.5px;
  line-height: 1.35;
}

.pdp-purchase-hero .hero-offer__price {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.pdp-purchase-hero .hero-offer__price strong {
  font-family: var(--ff-display);
  font-size: 24px;
  font-stretch: 125%;
  font-weight: 850;
  line-height: .9;
}

.pdp-purchase-hero .hero-offer__price span {
  color: var(--muted);
  font-family: var(--ff-mono);
  font-size: 10px;
  white-space: nowrap;
}

.pdp-purchase-hero .pkgs--hero {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
}

.pdp-purchase-hero .pkgs--hero .pkg,
.pdp-purchase-hero .pkgs--hero .pkg[aria-selected="true"] {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 102px auto;
  gap: 8px;
  align-content: start;
  min-width: 0;
  min-height: 162px;
  margin: 0;
  padding: 14px 10px 12px;
  border: 1.5px solid var(--line-2);
  background: var(--white);
  text-align: center;
}

.pdp-purchase-hero .pkgs--hero .pkg:nth-child(n+2),
.pdp-purchase-hero .pkgs--hero .pkg:nth-child(n+2)[aria-selected="true"] {
  padding-top: 27px;
}

.pdp-purchase-hero .pkgs--hero .pkg:hover,
.pdp-purchase-hero .pkgs--hero .pkg:focus-visible {
  border-color: var(--bronze);
  outline: 0;
  transform: translateY(-1px);
}

.pdp-purchase-hero .pkgs--hero .pkg[aria-selected="true"] {
  border: 3px solid var(--bronze);
  background: rgba(200, 146, 42, .055);
  padding: 12.5px 8.5px 10.5px;
}

.pdp-purchase-hero .pkgs--hero .pkg:nth-child(n+2)[aria-selected="true"] {
  padding-top: 25px;
}

.pdp-purchase-hero .pkgs--hero .radio {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 14px;
  height: 14px;
  margin: 0;
  border-width: 1.5px;
}

.pdp-purchase-hero .pkgs--hero .badge-pop {
  top: -1.5px;
  right: -1.5px;
  left: -1.5px;
  width: auto;
  min-height: 22px;
  padding: 5px 4px 4px;
  transform: none;
  font-size: 9.5px;
  letter-spacing: .05em;
  line-height: 1.15;
  text-align: center;
}

.pdp-purchase-hero .pkgs--hero .pkg[aria-selected="true"] .badge-pop {
  top: -3px;
  right: -3px;
  left: -3px;
}

.pdp-purchase-hero .pkg-visual {
  display: block;
  align-self: end;
  width: 100%;
  height: 102px;
  min-width: 0;
  object-fit: contain;
}

.pdp-purchase-hero .pkg-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.pdp-purchase-hero .pkgs--hero .pname {
  font-size: 14px;
  line-height: 1;
}

.pdp-purchase-hero .pkgs--hero .pstock {
  max-width: none;
  margin: 0;
  color: var(--carbon);
  font-family: var(--ff-mono);
  font-size: 11.5px;
  line-height: 1.2;
}

.pdp-purchase-hero .hero-package-help {
  margin: 11px 0 0;
  color: var(--carbon);
  font-family: var(--ff-mono);
  font-size: 10.5px;
  line-height: 1.45;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(10, 10, 10, .35);
  text-underline-offset: 3px;
}

.pdp-purchase-hero .hero-gifts {
  margin-top: 18px;
  background: var(--white);
}

.pdp-purchase-hero .hero-gifts > h2 {
  margin: 0;
  padding: 9px 12px;
  background: var(--void);
  color: var(--white);
  font-family: var(--ff-mono);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.pdp-purchase-hero .hero-gifts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 25px 14px 13px;
}

.pdp-purchase-hero .hero-gift {
  display: grid;
  grid-template-rows: 66px auto;
  gap: 8px;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 112px;
  padding: 0 8px;
  text-align: center;
}

.pdp-purchase-hero .hero-gift__visual {
  position: relative;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 82px;
  height: 66px;
  border: 1px dashed var(--line);
  background: var(--paper);
}

.pdp-purchase-hero .hero-gift__flag {
  position: absolute;
  top: -9px;
  left: 50%;
  min-width: max-content;
  padding: 3px 8px 2px;
  background: var(--bronze);
  color: var(--void);
  font-family: var(--ff-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.pdp-purchase-hero .hero-gift__mystery {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--void);
  color: var(--green);
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 800;
}

.pdp-purchase-hero .hero-gift__parcel {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 38px;
  line-height: 1;
}

.pdp-purchase-hero .hero-gift__lock {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(244, 239, 229, .76);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 17px;
}

.pdp-purchase-hero .hero-gift__copy {
  display: grid;
  gap: 3px;
  justify-items: center;
  min-width: 0;
}

.pdp-purchase-hero .hero-gift__copy strong {
  font-size: 12px;
  line-height: 1.2;
}

.pdp-purchase-hero .hero-gift__price {
  color: var(--carbon);
  font-family: var(--ff-mono);
  font-size: 13px;
  line-height: 1.15;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--carbon);
}

.pdp-purchase-hero .hero-gift.is-inactive .hero-gift__visual > :not(.hero-gift__lock),
.pdp-purchase-hero .hero-gift.is-inactive .hero-gift__copy {
  opacity: .34;
  filter: grayscale(1);
}

.pdp-purchase-hero .hero-gift.is-inactive .hero-gift__lock {
  display: grid;
}

.pdp-purchase-hero .hero-gift.is-inactive .hero-gift__flag {
  background: #d9d4ca;
  color: var(--carbon);
}

.pdp-purchase-hero .delivery--hero {
  justify-content: center;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.pdp-purchase-hero .delivery--hero .dtxt {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.pdp-purchase-hero > .cta {
  min-height: 56px;
  margin-top: 10px;
  border: 1.5px solid var(--void);
}

.pdp-purchase-hero .guarantee-micro--hero {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  justify-content: stretch;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px dashed var(--bronze);
  background: rgba(200, 146, 42, .08);
  text-align: left;
}

.pdp-purchase-hero .guarantee-micro--hero .ic {
  color: var(--bronze);
}

.pdp-purchase-hero .guarantee-micro--hero div {
  display: grid;
  gap: 3px;
}

.pdp-purchase-hero .guarantee-micro--hero strong {
  font-family: var(--ff-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pdp-purchase-hero .guarantee-micro--hero span {
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.3;
}

@media (max-width: 620px) {
  .pdp-purchase-hero {
    padding: 20px 16px;
  }

  .pdp-purchase-hero .hero-product-topline {
    margin-bottom: 14px;
  }

  .pdp-purchase-hero .hero-rating {
    display: grid;
    justify-items: end;
    gap: 3px;
    font-size: 9.2px;
  }

  .pdp-purchase-hero .hero-rating__stars {
    font-size: 19px;
  }

  .pdp-purchase-hero .h1--product-hero {
    font-size: clamp(40px, 13vw, 52px);
  }

  .pdp-purchase-hero .hero-product-subtitle {
    font-size: 17px;
  }

  .pdp-purchase-hero .hero-formula-line {
    font-size: 10px;
  }

  .pdp-purchase-hero .hero-outcomes li {
    min-height: 35px;
    padding: 6px 4px;
    font-size: 9.2px;
    letter-spacing: .025em;
  }

  .pdp-purchase-hero .ing-lines--hero li {
    font-size: 14px;
  }

  .pdp-purchase-hero .hero-utility {
    gap: 4px;
  }

  .pdp-purchase-hero .hero-utility li {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 5px;
    padding: 8px 4px;
    font-size: 10px;
    white-space: normal;
  }

  .pdp-purchase-hero .hero-utility__emoji {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .pdp-purchase-hero .hero-offer__summary {
    gap: 10px;
  }

  .pdp-purchase-hero .hero-offer__summary h2 {
    font-size: 22px;
  }

  .pdp-purchase-hero .hero-offer__summary p:not(.hero-offer__label) {
    max-width: 21ch;
    font-size: 10.5px;
  }

  .pdp-purchase-hero .hero-offer__price strong {
    font-size: 22px;
  }

  .pdp-purchase-hero .hero-offer__price span {
    max-width: 18ch;
    font-size: 9.2px;
    white-space: normal;
  }

  .pdp-purchase-hero .pkgs--hero {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .pdp-purchase-hero .pkgs--hero .pkg,
  .pdp-purchase-hero .pkgs--hero .pkg[aria-selected="true"] {
    grid-template-rows: 82px auto;
    min-height: 137px;
    gap: 7px;
    padding: 11px 5px 9px;
  }

  .pdp-purchase-hero .pkgs--hero .pkg:nth-child(n+2),
  .pdp-purchase-hero .pkgs--hero .pkg:nth-child(n+2)[aria-selected="true"] {
    padding-top: 25px;
  }

  .pdp-purchase-hero .pkgs--hero .pkg-visual {
    height: 82px;
  }

  .pdp-purchase-hero .pkgs--hero .radio {
    top: 7px;
    left: 7px;
    width: 12px;
    height: 12px;
  }

  .pdp-purchase-hero .pkgs--hero .pname {
    font-size: 12.5px;
  }

  .pdp-purchase-hero .pkgs--hero .pstock {
    font-size: 10px;
  }

  .pdp-purchase-hero .pkgs--hero .badge-pop {
    font-size: 9px;
  }

  .pdp-purchase-hero .hero-gifts__grid {
    padding: 24px 8px 11px;
  }

  .pdp-purchase-hero .hero-gift {
    grid-template-rows: 62px auto;
    min-height: 108px;
    padding: 0 4px;
  }

  .pdp-purchase-hero .hero-gift__visual {
    width: 72px;
    height: 62px;
  }

  .pdp-purchase-hero .hero-gift__flag {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9px;
  }

  .pdp-purchase-hero .hero-gift__copy strong {
    font-size: 10.8px;
  }

  .pdp-purchase-hero .hero-gift__price {
    font-size: 12px;
  }

  .pdp-purchase-hero > .cta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .pdp-purchase-hero > .cta .chip {
    display: none;
  }

  .pdp-purchase-hero .delivery--hero .dtxt,
  .pdp-purchase-hero .guarantee-micro--hero strong {
    font-size: 12px;
  }

  .pdp-purchase-hero .guarantee-micro--hero span {
    font-size: 11.5px;
  }
}

@media (max-width: 360px) {
  .pdp-purchase-hero .pkgs--hero .pstock {
    font-size: 9.2px;
  }

  .pdp-purchase-hero .hero-gift__visual {
    width: 66px;
  }

  .pdp-purchase-hero .hero-gift__copy strong {
    font-size: 10px;
  }

  .pdp-purchase-hero .hero-gift__price {
    font-size: 11.5px;
  }
}
