.page-inner {
  background: #fff;
}

/* Original product information and source-library modules. */
.product-coa-batches__head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #131315;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.product-compound-information {
  padding: 32px 0;
  background: #fff;
  color: #131315;
}

.product-compound-information__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: none;
}

.product-compound-information__head > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: #f4f4f5;
  font-size: 20px;
}

.product-compound-information__head h2,
.product-original-references h2 {
  margin: 0;
  color: #131315;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.product-compound-information__head p,
.product-original-references header p {
  margin: 4px 0 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.5;
}

.product-compound-information__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.product-compound-information__grid article {
  min-height: 0;
  padding: 24px;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #fff;
}

.product-compound-information__icon {
  display: block;
  color: inherit;
  font-size: 20px;
}

.product-compound-information__label {
  margin: 10px 0 0;
  color: #16a34a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-compound-information__grid h3 {
  margin: 8px 0 16px;
  color: #131315;
  font-size: 18px;
  line-height: 1.35;
}

.product-information-card__kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 16px;
  color: #5f6762;
}

.product-information-card__kicker > span {
  font-size: 12px;
  line-height: 16px;
}

.product-information-card__kicker > p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-information-card__description {
  margin: 0 0 20px;
  color: #4a5568;
  font-size: 14px;
  line-height: 22.75px;
}

.product-information-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.product-information-card__chips > span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 8px;
  color: #4a5568;
  background: #f4f4f5;
  font-size: 11px;
  line-height: 16px;
}

.product-information-card__facts {
  padding: 16px;
  margin: 0;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #fafafa;
}

.product-information-card__facts > div {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e4e4e7;
}

.product-information-card__facts > div:last-child {
  min-height: 44px;
  border-bottom: 0;
}

.product-information-card__facts dt,
.product-information-card__facts dd {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.product-information-card__facts dt {
  color: #6b7280;
}

.product-information-card__facts dd {
  max-width: 62%;
  color: #27272a;
  font-weight: 600;
  text-align: right;
}

.product-information-card__footer {
  margin: 12px 0 0;
  color: #9aa0a8;
  font-size: 11px;
  line-height: 16px;
}

.product-information-card__storage {
  display: grid;
  gap: 12px;
}

.product-information-card__storage > div {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #fafafa;
  box-sizing: border-box;
}

.product-information-card__storage > div > span {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e0f2fe;
  font-size: 18px;
}

.product-information-card__storage > div:nth-child(2) > span {
  background: #dcfce7;
}

.product-information-card__storage > div:nth-child(3) > span {
  background: #fee2e2;
}

.product-information-card__storage p,
.product-information-card__storage b,
.product-information-card__storage strong {
  display: block;
  margin: 0;
}

.product-information-card__storage b {
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.product-information-card__storage strong {
  margin-top: 2px;
  color: #27272a;
  font-size: 12px;
  line-height: 24px;
}

.product-information-card__storage-note {
  display: inline-block;
  margin-left: 8px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.product-compound-information__source-lines {
  display: grid;
  gap: 0;
  padding: 16px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #fafafa;
}

.product-compound-information__source-lines span {
  display: block;
  padding: 6px 0;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 1.45;
}

.product-compound-information__source-lines span:nth-child(odd) {
  color: #27272a;
  font-weight: 600;
}

.product-original-references {
  padding: 32px 0;
  background: #fafafa;
}

.product-original-references header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.product-original-references header > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: #f4f4f5;
  font-size: 20px;
}

.product-original-references__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-original-references__grid > a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #fff;
  color: #131315;
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-original-references__grid > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(19, 19, 21, .08);
}

.product-original-references__grid > a > span {
  color: #16a34a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-original-references__grid h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: #131315;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-original-references__grid a > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin-top: 12px;
}

.product-original-references__grid small,
.product-original-references__grid i {
  color: #71717a;
  font-size: 10px;
  font-style: normal;
  line-height: 1.45;
}

.product-original-references__grid a > b {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  color: #131315;
  font-size: 11px;
}

.product-handling-notice {
  padding-top: 58px;
  padding-bottom: 58px;
}

.product-handling-notice > div {
  padding: 36px;
  border: 2px solid #ffe5e5;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #fef8f8);
}

.product-handling-notice strong {
  color: #ba5a5a;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-handling-notice p {
  margin: 12px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.product-handling-notice p b {
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .product-coa-batches__head > a {
    font-size: 10px;
  }

  .product-compound-information {
    height: auto;
    min-height: var(--product-compound-mobile-height, 0);
    padding: 24px 0;
    overflow: visible;
  }

  .product-compound-information__head h2,
  .product-original-references h2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .product-compound-information__head p,
  .product-original-references header p {
    font-size: 14px;
  }

  .product-compound-information__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .product-compound-information__grid article {
    min-height: 0;
    padding: 20px;
  }

  .product-compound-information__source-lines span {
    padding: 0;
  }

  .product-compound-information__source-lines {
    padding: 12px 16px;
  }

  .product-compound-information__source-lines span {
    padding: 0;
  }

  .product-original-references {
    padding: 24px 0;
  }

  .product-original-references header {
    margin-bottom: 20px;
  }

  .product-original-references__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-original-references__grid > a {
    min-height: 200px;
  }

  .product-handling-notice {
    height: 502.5px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .product-handling-notice > div {
    padding: 24px;
  }

  .product-handling-notice p {
    font-size: 12px;
    line-height: 1.65;
  }
}

/* Source-aligned policy, professional-use, and partner pages. */
.source-document-page,
.source-partner-terms {
  color: #111214;
  background: #fff;
}

.source-document-hero {
  position: relative;
  height: 450px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.source-document-hero--tall {
  height: 540px;
}

.source-document-hero--lavender {
  background: linear-gradient(135deg, #fff 0%, #f1edff 100%);
}

.source-document-hero--blue {
  background: linear-gradient(135deg, #f8fbff 0%, #dceeff 100%);
}

.source-document-hero--green {
  background: linear-gradient(135deg, #f9fff9 0%, #e4f8eb 100%);
}

.source-document-hero--yellow {
  background: linear-gradient(135deg, #fff 0%, #fff3bd 100%);
}

.source-document-hero__copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 720px);
}

.source-document-hero__copy > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 14px;
  margin-bottom: 18px;
  border: 1px solid #ddd9ff;
  border-radius: 999px;
  color: #6f63ac;
  background: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 600;
}

.source-document-hero h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.source-document-hero p {
  max-width: 620px;
  margin: 24px auto 0;
  color: #5f6469;
  font-size: 18px;
  line-height: 1.6;
}

.source-document-hero__product {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 128px;
  object-fit: contain;
  pointer-events: none;
}

.source-document-hero__product--left-top { top: 40px; left: 6%; transform: rotate(-10deg); }
.source-document-hero__product--right-top { top: 54px; right: 7%; transform: rotate(9deg); }
.source-document-hero__product--left-bottom { bottom: 28px; left: 15%; transform: rotate(8deg); }
.source-document-hero__product--right-bottom { right: 16%; bottom: 22px; transform: rotate(-8deg); }

.source-document-body {
  padding: 96px 0;
}

.source-document-shell {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
}

.source-document-page--terms .source-document-shell,
.source-document-page--privacy .source-document-shell,
.source-document-page--disclaimer .source-document-shell {
  width: min(calc(100% - 48px), 768px);
}

.source-document-section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.source-document-section:last-of-type {
  margin-bottom: 0;
}

.source-document-section h2,
.source-partner-terms h2 {
  margin: 0 0 16px;
  color: #111214;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 32px;
}

.source-document-section h3 {
  margin: 24px 0 10px;
  color: #202326;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.source-document-subsection h3 {
  margin-top: 0;
}

.source-document-section p,
.source-document-section li,
.source-partner-terms section p,
.source-partner-terms section li {
  color: #555d62;
  font-size: 16px;
  line-height: 1.75;
}

.source-document-section p,
.source-partner-terms section p {
  margin: 0 0 16px;
}

.source-document-section ul,
.source-partner-terms ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 14px 0 18px;
  list-style: none;
}

.source-document-section li,
.source-partner-terms li {
  position: relative;
  padding-left: 24px;
}

.source-document-section li::before,
.source-partner-terms li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #14a86f;
  content: "✓";
}

.source-document-page--returns .source-document-section,
.source-document-page--professional-use .source-document-section,
.source-document-page--affiliate .source-document-section {
  padding: 40px;
  border: 1px solid #e6e8eb;
  border-radius: 24px;
  background: #fff;
}

.source-document-page--returns .source-document-body,
.source-document-page--professional-use .source-document-body,
.source-document-page--affiliate .source-document-body {
  background: linear-gradient(#fff, #fafbfc);
}

.source-document-page--professional-use .source-document-section__content,
.source-document-page--affiliate .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.source-document-page--returns .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.source-document-page--returns .source-document-section__content > p,
.source-document-page--returns .source-document-section__content > ul,
.source-document-page--returns .source-document-section__content > h3 {
  grid-column: 1 / -1;
}

.source-document-page--returns .source-document-subsection,
.source-document-page--professional-use .source-document-subsection,
.source-document-page--affiliate .source-document-subsection {
  padding: 24px;
  border: 1px solid #e7e9eb;
  border-radius: 16px;
  background: #fafbfb;
}

.source-document-page--professional-use .source-document-section__content > p,
.source-document-page--affiliate .source-document-section__content > p,
.source-document-page--professional-use .source-document-section__content > ul,
.source-document-page--affiliate .source-document-section__content > ul {
  grid-column: 1 / -1;
}

.source-document-products {
  padding: 72px 0;
  background: #fff;
}

.source-document-products h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
}

.source-document-products > .source-document-shell > p {
  margin: 10px 0 32px;
  color: #68706c;
}

.source-document-products .store-source-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.source-document-products > .source-document-shell > .button {
  width: fit-content;
  margin: 36px auto 0;
}

.source-document-contact {
  padding: 40px;
  border-radius: 24px;
  background: #f5f7f6;
  text-align: center;
}

.source-document-contact h2 {
  margin: 0;
  font-size: 28px;
}

.source-document-contact p {
  margin: 10px 0 22px;
  color: #626a66;
}

.source-partner-terms {
  padding: 80px 24px;
}

.source-partner-terms > article {
  width: min(100%, 768px);
  margin: 0 auto;
}

.source-partner-terms header {
  padding-bottom: 40px;
}

.source-partner-terms header > p {
  margin: 0;
  color: #7a807d;
  font-size: 13px;
}

.source-partner-terms h1 {
  margin: 12px 0 22px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.source-partner-terms header > div {
  color: #555d62;
  font-size: 16px;
  line-height: 1.75;
}

.source-partner-terms section {
  padding: 0;
  margin: 0 0 40px;
  border: 0;
}

.source-document-page--terms .source-document-section,
.source-document-page--privacy .source-document-section,
.source-document-page--disclaimer .source-document-section {
  padding: 0;
  margin: 0;
  border: 0;
}

.source-document-page--terms .source-document-section h2,
.source-document-page--privacy .source-document-section h2,
.source-document-page--disclaimer .source-document-section h2,
.source-partner-terms section h2 {
  margin: 48px 0 16px;
  font-size: 24px;
  line-height: 32px;
}

.source-partner-terms section h2 {
  margin: 0 0 12px;
}

.source-document-page--terms .source-document-section p,
.source-document-page--terms .source-document-section li,
.source-document-page--privacy .source-document-section p,
.source-document-page--privacy .source-document-section li,
.source-document-page--disclaimer .source-document-section p,
.source-document-page--disclaimer .source-document-section li,
.source-partner-terms section p,
.source-partner-terms section li {
  font-size: 16px;
  line-height: 24px;
}

.source-partner-terms section p {
  margin: 0;
}

.source-document-page--terms .source-document-section ul,
.source-document-page--privacy .source-document-section ul,
.source-document-page--disclaimer .source-document-section ul,
.source-partner-terms section ul {
  gap: 8px;
  margin: 0 0 24px;
}

.source-partner-terms section ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: disc inside;
}

.source-partner-terms section li {
  padding-left: 0;
}

.source-partner-terms section li::before {
  content: none;
}

.source-document-body--modules {
  padding: 0;
  background: #fff;
}

@keyframes source-module-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes source-vial-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

[data-reveal].is-revealed {
  animation: source-module-rise .55s cubic-bezier(.22, 1, .36, 1) both;
}

.source-document-hero__product,
.source-affiliate-hero__product {
  animation: source-vial-float 4.8s ease-in-out infinite;
}

.source-document-hero__product:nth-of-type(2),
.source-affiliate-hero__product--right {
  animation-delay: -1.7s;
}

.source-professional-cta {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #fff;
}

.source-professional-cta .button--light {
  border: 0;
  background: #f5f5f5;
}

.source-affiliate-hero {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, #f7efff 0%, #f4fff3 100%);
}

.source-affiliate-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 48px), 1120px);
  height: 100%;
  align-items: center;
  margin: 0 auto;
  grid-template-columns: 300px minmax(0, 620px);
  justify-content: center;
  gap: 72px;
}

.source-affiliate-hero__copy > span,
.source-affiliate-hero__example > span {
  color: #6e5ca0;
  font-size: 11px;
  font-weight: 600;
}

.source-affiliate-hero h1 {
  max-width: 620px;
  margin: 12px 0 14px;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.source-affiliate-hero__copy > p {
  max-width: 590px;
  margin: 0;
  color: #626866;
  font-size: 16px;
  line-height: 24px;
}

.source-affiliate-hero__stats {
  display: grid;
  margin: 26px 0 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.source-affiliate-hero__stats div {
  display: grid;
  gap: 3px;
}

.source-affiliate-hero__stats strong {
  font-size: 21px;
  line-height: 26px;
}

.source-affiliate-hero__stats span {
  color: #646b68;
  font-size: 11px;
  line-height: 16px;
}

.source-affiliate-hero__example {
  display: grid;
  min-height: 126px;
  align-content: center;
  padding: 28px;
  border: 1px solid #dddfe2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 45px rgba(42, 33, 64, .08);
}

.source-affiliate-hero__example strong {
  margin-top: 8px;
  font-size: 34px;
  line-height: 38px;
}

.source-affiliate-hero__product {
  position: absolute;
  z-index: 1;
  width: 96px;
  height: 150px;
  object-fit: contain;
  pointer-events: none;
}

.source-affiliate-hero__product--left {
  top: 44px;
  left: 5%;
  transform: rotate(-12deg);
}

.source-affiliate-hero__product--right {
  right: 5%;
  bottom: 38px;
  transform: rotate(9deg);
}

.source-document-module {
  overflow: hidden;
  padding: 80px 0;
  box-sizing: border-box;
  background: #fff;
}

.source-document-module > .source-document-shell {
  height: 100%;
}

.source-document-module h2 {
  margin: 0 0 12px;
  color: #111214;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 38px;
  text-align: center;
}

.source-document-module .source-document-group > .source-document-section__content > p:first-child {
  max-width: 680px;
  margin: 0 auto 34px;
  color: #68706c;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.source-document-module .source-document-subsection {
  padding: 24px;
  border: 1px solid #e7e9eb;
  border-radius: 16px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.source-document-module .source-document-subsection:hover {
  border-color: #d7ddda;
  box-shadow: 0 16px 35px rgba(31, 45, 39, .07);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal].is-revealed,
  .source-document-hero__product,
  .source-affiliate-hero__product {
    animation: none;
  }

  .source-document-module .source-document-subsection,
  .source-module-faqs summary span {
    transition: none;
  }
}

.source-document-module .source-document-subsection h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 24px;
}

.source-document-module .source-document-subsection p,
.source-document-module .source-document-subsection li {
  margin: 0;
  color: #626a66;
  font-size: 14px;
  line-height: 22px;
}

.source-document-module .source-document-subsection ul {
  gap: 8px;
  margin: 0;
}

.source-document-module .source-document-group + .source-document-group {
  margin-top: 62px;
}

.source-module-faqs {
  width: min(100%, 820px);
  margin: 34px auto 0;
  border-top: 1px solid #e4e6e7;
}

.source-module-faqs details {
  border-bottom: 1px solid #e4e6e7;
}

.source-module-faqs summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

.source-module-faqs summary::-webkit-details-marker {
  display: none;
}

.source-module-faqs summary span {
  font-size: 20px;
  font-weight: 400;
  transition: transform .2s ease;
}

.source-module-faqs details[open] summary span {
  transform: rotate(45deg);
}

.source-module-faqs details p {
  padding: 0 32px 20px 0;
  margin: 0;
  color: #616966;
  font-size: 14px;
  line-height: 22px;
}

.source-document-page--professional-use .source-document-module--0 { height: 508px; padding: 64px 0; }
.source-document-page--professional-use .source-document-module--1 { height: 1204px; padding: 80px 0; }
.source-document-page--professional-use .source-document-module--2 { height: 606px; background: #f7f8f8; }
.source-document-page--professional-use .source-document-module--3 { height: 796px; }
.source-document-page--professional-use .source-document-module--4 { height: 586px; background: #f8f9f9; }

.source-document-page--professional-use .source-document-module--0 .source-document-shell {
  display: grid;
  align-items: center;
  padding: 48px;
  border-radius: 24px;
  background: #eef6ff;
}

.source-professional-intro {
  text-align: center;
}

.source-professional-intro > p {
  max-width: 720px;
  margin: 0 auto 30px;
  color: #5d6964;
  font-size: 16px;
  line-height: 24px;
}

.source-professional-intro > div {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.source-professional-intro span {
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff;
  color: #6a7771;
  font-size: 12px;
}

.source-document-page--professional-use .source-document-module--1 .source-document-group--0 .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.source-document-page--professional-use .source-document-module--1 .source-document-group--0 .source-document-section__content > p {
  grid-column: 1 / -1;
}

.source-document-page--professional-use .source-document-module--1 .source-document-group--1 .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.source-document-page--professional-use .source-document-module--1 .source-document-group--1 .source-document-section__content > p {
  padding: 28px;
  margin: 0;
  border-radius: 16px;
  background: #effbf2;
  color: #50665a;
  text-align: center;
}

.source-document-page--professional-use .source-document-module--1 .source-document-group--1 .source-document-section__content > p:first-child {
  grid-column: 1 / -1;
  max-width: 680px;
  padding: 0;
  margin: 0 auto 8px;
  background: transparent;
}

.source-professional-quality {
  padding: 40px;
  border-radius: 24px;
  background: #effbf2;
  text-align: center;
}

.source-professional-quality > p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: #5c6c64;
}

.source-professional-quality__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.source-professional-quality__stats div {
  display: grid;
  min-height: 118px;
  place-content: center;
  gap: 4px;
  border-radius: 16px;
  background: #fff;
}

.source-professional-quality__stats strong {
  color: #16a36f;
  font-size: 27px;
  line-height: 32px;
}

.source-professional-quality__stats span {
  color: #52645c;
  font-size: 13px;
}

.source-professional-quality__actions,
.source-professional-responsibility__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.source-document-page--professional-use .source-document-module--2 .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.source-document-page--professional-use .source-document-module--4 .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.source-document-page--professional-use .source-document-module--4 .source-document-section__content > p {
  padding: 26px 18px;
  margin: 0;
  border-radius: 14px;
  background: #fff;
  color: #4e5b55;
  text-align: center;
}

.source-document-page--professional-use .source-document-module--4 .source-document-section__content > p:first-child {
  grid-column: 1 / -1;
  max-width: 760px;
  padding: 0;
  margin: 0 auto 16px;
  background: transparent;
}

.source-professional-responsibility {
  text-align: center;
}

.source-professional-responsibility > p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #626a66;
  line-height: 24px;
}

.source-professional-responsibility__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.source-professional-responsibility__stats span {
  display: grid;
  min-height: 82px;
  place-content: center;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  color: #52615a;
}

.source-document-page--affiliate .source-document-module--0 { height: 585.5px; }
.source-document-page--affiliate .source-document-module--1 { height: 865.5px; background: linear-gradient(#faf9ff, #fff); }
.source-document-page--affiliate .source-document-module--2 { height: 535px; }
.source-document-page--affiliate .source-document-module--3 { height: 736px; background: linear-gradient(#fff, #faf9ff); }
.source-document-page--affiliate .source-document-module--4 { height: 862.5px; background: linear-gradient(#fff, #faf9ff); }

.source-document-page--affiliate .source-document-module--0 .source-document-section__content,
.source-document-page--affiliate .source-document-module--1 .source-document-section__content,
.source-document-page--affiliate .source-document-module--2 .source-document-section__content,
.source-document-page--affiliate .source-document-module--3 .source-document-section__content {
  display: grid;
  gap: 18px;
}

.source-document-page--affiliate .source-document-module--0 .source-document-section__content { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.source-document-page--affiliate .source-document-module--1 .source-document-section__content { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.source-document-page--affiliate .source-document-module--2 .source-document-section__content { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.source-document-page--affiliate .source-document-module--3 .source-document-section__content { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.source-document-page--affiliate .source-document-module .source-document-section__content > p:first-child {
  grid-column: 1 / -1;
}

.source-document-page--affiliate .source-document-module--1 .source-document-subsection {
  position: relative;
  padding-top: 58px;
}

.source-document-page--affiliate .source-document-module--1 .source-document-section__content {
  counter-reset: affiliate-step;
}

.source-document-page--affiliate .source-document-module--1 .source-document-subsection::before {
  position: absolute;
  top: 18px;
  left: 24px;
  color: #d9d3ee;
  content: "0" counter(affiliate-step);
  counter-increment: affiliate-step;
  font-size: 26px;
  font-weight: 600;
}

.source-referral-example {
  grid-column: 1 / -1;
  width: min(100%, 580px);
  padding: 24px;
  margin: 16px auto 0;
  border: 1px solid #e4e1eb;
  border-radius: 16px;
  background: #fff;
}

.source-referral-example h3 {
  margin: 0 0 14px;
  font-size: 17px;
}

.source-referral-example > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0;
  border-bottom: 1px solid #ececef;
  color: #5e6662;
  font-size: 13px;
}

.source-referral-example small {
  display: block;
  margin-top: 10px;
  color: #8a8f8d;
}

.source-document-page--returns .source-document-module--0 { height: 1162px; }
.source-document-page--returns .source-document-module--1 { height: 706px; background: #f7f8f8; }
.source-document-page--returns .source-document-module--2 { height: 850px; }

.source-document-page--returns .source-document-module--0 .source-document-group--0 {
  width: min(100%, 920px);
  padding: 52px;
  margin: 0 auto 64px;
  border-radius: 24px;
  background: #eefbf4;
  text-align: center;
}

.source-document-page--returns .source-document-module--0 .source-document-group--0 .source-document-section__content > p:first-child {
  margin-bottom: 0;
}

.source-document-page--returns .source-document-module--0 .source-document-group--1 .source-document-section__content,
.source-document-page--returns .source-document-module--1 .source-document-section__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.source-document-page--returns .source-document-module--0 .source-document-group--1 .source-document-section__content > p,
.source-document-page--returns .source-document-module--1 .source-document-section__content > p {
  grid-column: 1 / -1;
}

.source-document-page--returns .source-document-module--2 .source-document-section__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px 40px;
}

.source-document-page--returns .source-document-module--2 .source-document-section__content > p:first-child {
  grid-column: 1 / -1;
}

.source-returns-report {
  grid-column: 1 / -1;
  width: fit-content;
  margin: 12px auto 0;
}

.source-returns-timeline {
  width: min(100%, 760px);
  margin: 34px auto 22px;
  border: 1px solid #e5e7e8;
  border-radius: 16px;
  overflow: hidden;
}

.source-returns-timeline > div {
  display: grid;
  padding: 18px 22px;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  border-bottom: 1px solid #e5e7e8;
  color: #5b6460;
}

.source-returns-timeline > div:last-child {
  border-bottom: 0;
}

.source-returns-timeline strong {
  color: #151817;
}

.source-returns-note {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #69716d;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.source-returns-disclaimer {
  width: min(100%, 760px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .source-document-hero {
    height: 379.8px;
  }

  .source-document-hero--tall {
    height: 422px;
  }

  .source-document-hero__copy {
    width: calc(100% - 48px);
  }

  .source-document-hero__copy > span {
    min-height: 24px;
    padding: 3px 10px;
    margin-bottom: 14px;
    font-size: 9px;
  }

  .source-document-hero h1 {
    font-size: 36px;
    line-height: 37.8px;
  }

  .source-document-hero p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .source-document-hero__product {
    height: 58px;
  }

  .source-document-hero__product--left-top { top: 28px; left: -8px; }
  .source-document-hero__product--right-top { top: 36px; right: -8px; }
  .source-document-hero__product--left-bottom { bottom: 24px; left: 18px; }
  .source-document-hero__product--right-bottom { right: 18px; bottom: 20px; }

  .source-document-body {
    padding: 64px 0;
  }

  .source-document-body--modules {
    padding: 0;
  }

  .source-document-shell,
  .source-document-page--terms .source-document-shell,
  .source-document-page--privacy .source-document-shell,
  .source-document-page--disclaimer .source-document-shell {
    width: calc(100% - 48px);
  }

  .source-document-section {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .source-document-section h2,
  .source-partner-terms h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .source-document-section h3 {
    font-size: 17px;
    line-height: 24px;
  }

  .source-document-section p,
  .source-document-section li,
  .source-partner-terms section p,
  .source-partner-terms section li {
    font-size: 14px;
    line-height: 1.7;
  }

  .source-document-page--returns .source-document-section,
  .source-document-page--professional-use .source-document-section,
  .source-document-page--affiliate .source-document-section {
    padding: 24px;
    border-radius: 18px;
  }

  .source-document-page--professional-use .source-document-section__content,
  .source-document-page--affiliate .source-document-section__content,
  .source-document-page--returns .source-document-section__content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .source-document-products {
    padding: 56px 0;
  }

  .source-document-products h2 {
    font-size: 30px;
  }

  .source-document-products .store-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .source-document-contact {
    padding: 28px 20px;
  }

  .source-partner-terms {
    padding: 48px 24px;
  }

  .source-partner-terms h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .source-document-page--terms .source-document-section h2,
  .source-document-page--privacy .source-document-section h2,
  .source-document-page--disclaimer .source-document-section h2,
  .source-partner-terms section h2 {
    margin: 48px 0 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .source-partner-terms section h2 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .source-partner-terms section p,
  .source-partner-terms section li {
    font-size: 16px;
    line-height: 24px;
  }

  .source-professional-cta {
    height: 156px;
    flex-direction: column;
    gap: 10px;
  }

  .source-affiliate-hero {
    height: 699.7px;
  }

  .source-affiliate-hero__inner {
    display: flex;
    width: calc(100% - 48px);
    flex-direction: column;
    justify-content: center;
    gap: 22px;
  }

  .source-affiliate-hero__copy {
    order: 2;
    text-align: center;
  }

  .source-affiliate-hero h1 {
    margin: 8px auto 12px;
    font-size: 36px;
    line-height: 38px;
  }

  .source-affiliate-hero__copy > p {
    font-size: 14px;
    line-height: 22px;
  }

  .source-affiliate-hero__stats {
    margin: 22px 0 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
  }

  .source-affiliate-hero__stats strong {
    font-size: 18px;
    line-height: 24px;
  }

  .source-affiliate-hero__example {
    min-height: 92px;
    order: 1;
    align-self: flex-start;
    padding: 18px 22px;
  }

  .source-affiliate-hero__example strong {
    margin-top: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .source-affiliate-hero__product {
    width: 60px;
    height: 96px;
  }

  .source-affiliate-hero__product--left { top: 72px; left: 24px; }
  .source-affiliate-hero__product--right { right: 20px; bottom: 300px; }

  .source-document-module {
    padding: 64px 0;
  }

  .source-document-module h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .source-document-module .source-document-group > .source-document-section__content > p:first-child {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 22px;
  }

  .source-document-module .source-document-subsection {
    padding: 22px;
  }

  .source-document-module .source-document-group + .source-document-group {
    margin-top: 48px;
  }

  .source-module-faqs {
    margin-top: 28px;
  }

  .source-module-faqs summary {
    min-height: 72px;
    font-size: 14px;
  }

  .source-document-page--professional-use .source-document-module--0 { height: 660px; padding: 64px 0; }
  .source-document-page--professional-use .source-document-module--1 { height: 2056px; padding: 64px 0; }
  .source-document-page--professional-use .source-document-module--2 { height: 1200px; }
  .source-document-page--professional-use .source-document-module--3 { height: 864px; }
  .source-document-page--professional-use .source-document-module--4 { height: 796px; }

  .source-document-page--professional-use .source-document-module--0 .source-document-shell {
    padding: 40px 26px;
  }

  .source-professional-intro > p {
    font-size: 14px;
    line-height: 22px;
  }

  .source-professional-intro > div {
    flex-direction: column;
    align-items: center;
  }

  .source-document-page--professional-use .source-document-module--1 .source-document-group--0 .source-document-section__content,
  .source-document-page--professional-use .source-document-module--1 .source-document-group--1 .source-document-section__content,
  .source-document-page--professional-use .source-document-module--2 .source-document-section__content,
  .source-document-page--professional-use .source-document-module--4 .source-document-section__content {
    grid-template-columns: 1fr;
  }

  .source-document-page--professional-use .source-document-module--1 .source-document-group--1 .source-document-section__content > p:first-child,
  .source-document-page--professional-use .source-document-module--4 .source-document-section__content > p:first-child {
    grid-column: auto;
  }

  .source-document-page--professional-use .source-document-module--1 .source-document-group--0 .source-document-subsection {
    min-height: 142px;
  }

  .source-professional-quality {
    padding: 28px 20px;
  }

  .source-professional-quality__stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .source-professional-quality__stats div {
    min-height: 94px;
  }

  .source-professional-quality__actions,
  .source-professional-responsibility__actions {
    flex-direction: column;
    align-items: center;
  }

  .source-professional-responsibility__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .source-professional-responsibility__stats span {
    min-height: 102px;
    padding: 12px;
    font-size: 13px;
  }

  .source-document-page--affiliate .source-document-module--0 { height: 952.5px; }
  .source-document-page--affiliate .source-document-module--1 { height: 1318px; }
  .source-document-page--affiliate .source-document-module--2 { height: 993px; }
  .source-document-page--affiliate .source-document-module--3 { height: 1088px; }
  .source-document-page--affiliate .source-document-module--4 { height: 956px; }

  .source-document-page--affiliate .source-document-module--0 .source-document-section__content,
  .source-document-page--affiliate .source-document-module--1 .source-document-section__content,
  .source-document-page--affiliate .source-document-module--2 .source-document-section__content,
  .source-document-page--affiliate .source-document-module--3 .source-document-section__content {
    grid-template-columns: 1fr;
  }

  .source-document-page--affiliate .source-document-module--0 .source-document-subsection {
    min-height: 150px;
  }

  .source-document-page--affiliate .source-document-module--2 .source-document-subsection {
    min-height: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .source-document-page--affiliate .source-document-module--1 .source-document-subsection {
    min-height: 142px;
  }

  .source-document-page--affiliate .source-document-module--3 .source-document-subsection {
    min-height: 220px;
  }

  .source-referral-example {
    padding: 20px;
    margin-top: 10px;
  }

  .source-document-page--returns .source-document-module--0 { height: 1950px; }
  .source-document-page--returns .source-document-module--1 { height: 1130px; }
  .source-document-page--returns .source-document-module--2 { height: 1058px; }

  .source-document-page--returns .source-document-module--0 .source-document-group--0 {
    padding: 40px 24px;
    margin-bottom: 56px;
  }

  .source-document-page--returns .source-document-module--0 .source-document-group--1 .source-document-section__content,
  .source-document-page--returns .source-document-module--1 .source-document-section__content,
  .source-document-page--returns .source-document-module--2 .source-document-section__content {
    grid-template-columns: 1fr;
  }

  .source-document-page--returns .source-document-module--2 .source-document-section__content > p:first-child {
    grid-column: auto;
  }

  .source-document-page--returns .source-document-module--0 .source-document-group--1 .source-document-subsection {
    min-height: 146px;
  }

  .source-document-page--returns .source-document-module--1 .source-document-subsection {
    min-height: 154px;
  }

  .source-returns-timeline > div {
    grid-template-columns: 1fr 112px;
    padding: 16px;
    font-size: 13px;
  }

  .source-returns-disclaimer {
    padding: 20px;
  }
}

.page-inner img {
  max-width: 100%;
}

.page-inner .site-header {
  height: 70px;
}

.page-inner .site-header__inner {
  width: min(100%, 1440px);
  height: 69px;
  grid-template-columns: 180px 1fr 180px;
  padding: 0 24px;
}

.header-inquiry {
  justify-self: end;
  padding: 10px 18px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
}

.page-inner .new-products-bar {
  min-height: 54px;
}

.page-inner .new-products-bar__inner {
  width: min(calc(100% - 48px), 1328px);
}

.account-source-page {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 64px 24px 96px;
}

.account-source-card {
  width: min(100%, 448px);
  min-width: 0;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.account-source-card h1 {
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.account-source-intro {
  margin: 0 0 28px;
  color: #6b7280;
}

.account-source-form {
  display: grid;
  gap: 10px;
}

.account-source-form label {
  font-family: var(--font-interface);
  font-size: 13px;
  font-weight: 500;
}

.account-source-form input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  margin-bottom: 8px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  background: #fff;
}

.account-source-form .button {
  min-height: 48px;
  margin-top: 8px;
}

.account-register {
  margin: 18px 0 0;
  color: #6b7280;
  font-family: var(--font-interface);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.account-register a {
  color: #111827;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-source-page {
  padding-bottom: 112px;
}

.store-source-hero {
  padding-top: 88px;
  padding-bottom: 50px;
  text-align: center;
}

.store-source-hero__eyebrow,
.coa-hero .eyebrow,
.product-guides-hero .eyebrow {
  margin: 0 0 14px;
  color: #5d6b66;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.store-source-hero h1,
.coa-hero h1,
.product-guides-hero h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.store-source-hero > p:last-child,
.coa-hero .section-shell > p:last-of-type,
.product-guides-hero > p:last-child {
  max-width: 680px;
  margin: 18px auto 0;
  color: #6f7472;
  font-size: 16px;
  line-height: 1.7;
}

.store-source-controls {
  padding: 22px 0 28px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.store-source-controls__top,
.store-source-controls__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.store-source-controls__bottom {
  margin-top: 18px;
}

.store-search-field {
  width: min(520px, 55%);
  height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid #d9dcda;
  border-radius: 999px;
  background: #fff;
}

.store-search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.store-sort-field {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #747a77;
  font-size: 13px;
}

.store-sort-field select {
  height: 44px;
  padding: 0 38px 0 15px;
  border: 1px solid #d9dcda;
  border-radius: 999px;
  background: #fff;
  font: inherit;
}

.store-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.store-filter-chip,
.product-guides-filters button {
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #cfd3d0;
  border-radius: 999px;
  background: #fff;
  color: #1d211f;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.store-filter-chip.is-active,
.product-guides-filters button.is-active {
  border-color: #111;
  color: #fff;
  background: #111;
}

.store-result-count {
  margin: 0;
  color: #777d7a;
  font-size: 13px;
  white-space: nowrap;
}

.store-source-catalog {
  padding-top: 34px;
}

.store-source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 18px;
}

.store-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  background: #f9f9f9;
  box-shadow: 0 8px 30px rgba(20, 27, 23, .04);
  transition: transform .24s ease, box-shadow .24s ease;
}

.store-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(20, 27, 23, .09);
}

.store-product-card .product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #edf0ef;
}

.store-product-card .product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 80% center;
}

.store-product-card .product-card__badge {
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: #10b981;
  font-size: 10px;
  font-weight: 700;
}

.store-product-card .product-card__badge--spray {
  color: #26333b;
  background: #cbe5fc;
}

.store-product-card .product-card__body {
  min-height: 176px;
  padding: 18px 15px 15px;
}

.product-card__heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 10px;
}

.store-product-card h3 {
  min-height: 42px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.store-product-card h3 a {
  color: #111;
}

.store-product-card .product-card__price {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.store-product-card .product-card__price span {
  display: block;
  color: #818784;
  font-size: 9px;
  font-weight: 400;
}

.store-product-card .product-card__category {
  min-height: 35px;
  margin: 5px 0 14px;
  color: #7a817e;
  font-size: 11px;
  line-height: 1.45;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 7px;
}

.product-card__actions .button {
  min-width: 0;
  min-height: 38px;
  padding: 8px 7px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.store-empty {
  padding: 72px 0;
  color: #737975;
  text-align: center;
}

.breadcrumb {
  display: flex;
  gap: 9px;
  padding-top: 28px;
  color: #747a77;
  font-size: 12px;
}

.breadcrumb a {
  color: #4c5551;
}

.product-professional-bar {
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(to right, #2a2a2a, #1a1a1a);
  font-family: "Anek Telugu", system-ui, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.product-professional-bar p {
  margin: 0;
  font-weight: 500;
}

.product-professional-bar strong {
  color: #ff6b6b;
  font-size: 12px;
  font-weight: 700;
}

.product-source-divider {
  width: 100%;
  height: 1px;
}

.product-source-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 80px;
}

.product-source-gallery {
  position: sticky;
  top: 24px;
  min-width: 0;
}

.product-source-gallery__main {
  overflow: hidden;
  border-radius: 0;
  background: #f6f6f4;
}

.product-source-gallery__main img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
}

.product-source-gallery__main--portrait {
  position: relative;
  background: linear-gradient(145deg, #edf1ef, #e1e9e5);
}

.product-source-gallery__main--portrait img {
  padding: 46px 92px 0;
  object-fit: contain;
  object-position: center bottom;
}

.product-source-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  width: 76px;
  height: 76px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7d9d8;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.gallery-thumb.is-active {
  border-color: #111;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-source-card {
  padding: 32px 38px 38px;
  border: 1px solid #e4e4e1;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.product-source-card__category {
  margin: 0 0 7px;
  color: #777d7a;
  font-family: "Fraunces", Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.product-source-card h1 {
  margin: 0;
  font-size: clamp(40px, 3.1vw, 48px);
  line-height: 1;
  letter-spacing: normal;
}

.product-alias-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.product-alias-pill {
  padding: 6px 10px;
  border: 1px solid #d9ddda;
  border-radius: 999px;
  color: #626965;
  background: #f7f8f7;
  font-size: 10px;
}

.product-source-card__description {
  margin: 24px 0;
  color: #5e6662;
  font-size: 14px;
  line-height: 1.75;
}

.product-option-block,
.product-purchase-row,
.product-bundle-fieldset {
  padding-top: 20px;
  margin: 0;
  border: 0;
  border-top: 1px solid #e4e6e5;
}

.product-option-block__head,
.product-purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-option-block__head span {
  color: #858b88;
  font-size: 11px;
}

.product-mass-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 20px;
}

.product-mass-options button {
  min-width: 92px;
  height: 42px;
  border: 1px solid #d5d8d6;
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.product-mass-options button.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.product-quantity-stepper > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.product-quantity-stepper > div {
  height: 42px;
  display: grid;
  grid-template-columns: 38px 38px 38px;
  align-items: center;
  border: 1px solid #d5d8d6;
  border-radius: 999px;
  text-align: center;
}

.product-quantity-stepper button {
  border: 0;
  background: transparent;
  font-size: 19px;
  cursor: pointer;
}

.product-source-card__price {
  margin: 0;
  text-align: right;
}

.product-source-card__price span {
  display: block;
  color: #858b88;
  font-size: 10px;
}

.product-source-card__price strong {
  font-size: 24px;
}

.product-bundle-fieldset {
  margin-top: 20px;
}

.product-bundle-fieldset legend {
  padding: 20px 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.product-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.product-bundle-grid button {
  position: relative;
  min-height: 74px;
  padding: 12px 8px;
  border: 1px solid #d7dad8;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-bundle-grid button:hover {
  transform: translateY(-2px);
  border-color: #111;
}

.product-bundle-grid button.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.product-bundle-grid strong,
.product-bundle-grid span {
  display: block;
}

.product-bundle-grid em {
  position: absolute;
  top: -9px;
  left: 50%;
  min-width: max-content;
  transform: translateX(-50%);
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-family: var(--font-interface);
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .04em;
}

.product-bundle-grid strong {
  font-size: 12px;
}

.product-bundle-grid span {
  margin-top: 5px;
  color: #7c827f;
  font-size: 9px;
}

.product-source-card__actions {
  display: grid;
  height: auto;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 20px;
}

.product-source-card__actions .button {
  min-height: 50px;
  border-radius: 999px;
}

.product-coa-link {
  border: 1px solid #111;
  color: #111;
  background: transparent;
}

.product-delivery-note {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  margin-top: 14px;
  border-radius: 12px;
  background: #eaf9ed;
}

.product-delivery-note > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #17753d;
  background: #c8f1d4;
}

.product-delivery-note strong,
.product-delivery-note small {
  display: block;
}

.product-delivery-note strong {
  font-size: 12px;
}

.product-delivery-note small {
  margin-top: 3px;
  color: #66716b;
  font-size: 10px;
}

.product-card-assurances {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 20px;
}

.product-card-assurances div {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #656d69;
  font-size: 9px;
  text-align: center;
}

.professional-notice {
  margin: 20px 0 0;
  color: #8a8f8c;
  font-size: 9px;
  text-align: center;
}

.product-service-assurances {
  border-top: 1px solid #e4e7e5;
  border-bottom: 1px solid #e4e7e5;
  background: #fbfcfb;
}

.product-service-assurances .section-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-service-assurances article {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 24px;
  border-right: 1px solid #e4e7e5;
}

.product-service-assurances article:last-child {
  border-right: 0;
}

.product-service-assurances strong,
.product-service-assurances span {
  display: block;
}

.product-service-assurances strong {
  font-size: 13px;
}

.product-service-assurances span {
  margin-top: 4px;
  color: #777e7a;
  font-size: 11px;
}

.product-guide-section,
.related-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.product-verification-section {
  padding: 104px 0;
  background: #f4f7f5;
}

.product-verification-section .section-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 72px;
}

.product-verification-section__intro h2,
.product-coa-batches__head h2,
.product-compound-information__head h2 {
  margin: 8px 0 16px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.product-verification-section__intro p,
.product-coa-batches__head p,
.product-compound-information__head p {
  color: #6f7772;
  line-height: 1.75;
}

.product-verification-card {
  overflow: hidden;
  border: 1px solid #dce2de;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 35, 26, .07);
}

.product-verification-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border-bottom: 1px solid #e4e7e5;
  background: #e8f7ec;
}

.product-verification-card__head span,
.product-verification-card__head strong {
  display: block;
}

.product-verification-card__head span {
  color: #66716b;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-verification-card__head strong {
  margin-top: 5px;
  font-size: 18px;
}

.product-verification-card__head b {
  color: #16824d;
  font-size: 34px;
}

.product-verification-table > div {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 14px;
  padding: 15px 30px;
  border-bottom: 1px solid #eceeed;
  font-size: 12px;
}

.product-verification-table > div:last-child {
  border-bottom: 0;
}

.product-verification-table > div:first-child {
  color: #7d8580;
  background: #fbfcfb;
  font-size: 10px;
  text-transform: uppercase;
}

.product-coa-batches {
  padding-top: 104px;
  padding-bottom: 104px;
}

.product-coa-batches__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.product-coa-batches__head > div {
  max-width: 720px;
}

.product-coa-batches__head > a,
.product-coa-batches__current {
  flex: 0 0 auto;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: #111;
  background: transparent;
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.product-certificate-viewport {
  overflow: hidden;
  margin-top: 38px;
}

.product-certificate-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-certificate-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dde1de;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 30, 24, .045);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-certificate-card:hover {
  transform: translateY(-5px);
  border-color: #bfc8c2;
  box-shadow: 0 18px 38px rgba(20, 30, 24, .09);
}

.product-certificate-card.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111, 0 14px 36px rgba(20, 30, 24, .07);
}

.product-certificate-card__document {
  position: relative;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  color: #132119;
  background: #f1f4f0;
}

.product-certificate-card__document::before,
.product-certificate-card__document::after {
  position: absolute;
  content: "";
}

.product-certificate-card__document::before {
  top: 0;
  right: 24px;
  bottom: 0;
  width: 1px;
  background: rgba(19, 33, 25, .12);
}

.product-certificate-card__document::after {
  right: 20px;
  bottom: 20px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(19, 33, 25, .4);
  border-radius: 50%;
}

.product-certificate-card__document > span,
.product-certificate-card__document > small {
  font-family: var(--font-interface);
  font-size: 8px;
  letter-spacing: .14em;
}

.product-certificate-card__document > strong {
  max-width: 210px;
  margin-top: 34px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.035em;
}

.product-certificate-card__document > small {
  margin-top: auto;
  color: #647068;
  font-size: 7px;
}

.product-certificate-card__document > b {
  position: absolute;
  right: 27px;
  bottom: 33px;
  z-index: 1;
  color: #16784a;
  font-family: var(--font-interface);
  font-size: 7px;
  letter-spacing: .08em;
}

.product-certificate-card__copy {
  padding: 26px;
}

.product-certificate-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.product-certificate-card__top > div {
  min-width: 0;
}

.product-certificate-card__top h3 {
  display: inline;
}

.product-certificate-card__top span {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  margin-left: 8px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-family: var(--font-interface);
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: 3px;
}

.product-certificate-card__top p {
  flex: 0 0 auto;
  margin: 4px 0 0;
  color: #5f6762;
  font-family: var(--font-interface);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
}

.product-certificate-card__lot {
  margin: 4px 0 0;
  color: #9aa0a8;
  font-family: monospace;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -.025em;
}

.product-certificate-card__result {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}

.product-certificate-card__result > div {
  min-width: 0;
}

.product-certificate-card__seal {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf9f2;
}

.product-certificate-card__seal > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #b9e8ce;
  border-radius: 50%;
  color: #159558;
  font-size: 15px;
}

.product-certificate-card__result .product-certificate-card__purity {
  margin: 0;
}

.product-certificate-card__result small {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
}

.product-certificate-card__purity {
  display: block;
  margin-top: 30px;
  color: #159558;
  font-size: 38px;
  line-height: 1;
}

.product-certificate-card__copy > span,
.product-certificate-card__copy > small {
  color: #78807b;
  font-size: 10px;
}

.product-certificate-card__copy h3 {
  margin: 5px 0;
  font-size: 18px;
}

.product-certificate-card__copy dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 17px 0;
  margin: 18px 0;
  border-top: 1px solid #e9ebe9;
  border-bottom: 1px solid #e9ebe9;
}

.product-certificate-card__copy dl > div {
  min-width: 0;
  padding: 10px 8px 10px 0;
}

.product-certificate-card__copy dl > div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.product-certificate-card__copy dt,
.product-certificate-card__copy dd {
  margin: 0;
}

.product-certificate-card__copy dt {
  color: #89908c;
  font-size: 8px;
}

.product-certificate-card__copy dd {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
}

.product-certificate-card__copy .button {
  width: 100%;
  min-height: 42px;
  font-size: 11px;
}

.product-certificate-card__copy > p {
  min-height: 18px;
  margin: 0 0 14px;
  color: #68716b;
  font-size: 9px;
}

.product-certificate-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

.product-certificate-controls button {
  padding: 8px 0;
  border: 0;
  color: #424a45;
  background: transparent;
  font-family: var(--font-interface);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

body.certificate-open {
  overflow: hidden;
}

.product-certificate-dialog {
  position: fixed;
  z-index: 200;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  border: 0;
  overflow: hidden;
  color: #101511;
  background: transparent;
}

.product-certificate-dialog::backdrop {
  background: transparent;
}

.product-certificate-dialog[open] {
  display: grid;
  place-items: end center;
}

.product-certificate-dialog__backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: var(--certificate-backdrop-opacity, 0);
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
  cursor: default;
  transition: opacity 300ms ease;
}

.product-certificate-dialog.is-visible .product-certificate-dialog__backdrop {
  --certificate-backdrop-opacity: 1;
}

.product-certificate-dialog__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 95dvh;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
  opacity: 1;
  transform: translateY(100%);
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}

.product-certificate-dialog.is-visible .product-certificate-dialog__panel {
  transform: translateY(var(--certificate-drag-y, 0));
}

.product-certificate-dialog.is-dragging .product-certificate-dialog__panel {
  transition: none;
}

.product-certificate-dialog__drag {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 12px 0 8px;
  cursor: grab;
  touch-action: none;
}

.product-certificate-dialog__drag:active {
  cursor: grabbing;
}

.product-certificate-dialog__drag span {
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: #d1d5db;
}

.product-certificate-dialog__head {
  display: flex;
  min-width: 0;
  min-height: 57px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  margin: 0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.product-certificate-dialog__title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.product-certificate-dialog__title > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #555;
}

.product-certificate-dialog__title > div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.product-certificate-dialog__title span {
  color: #131315;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.product-certificate-dialog__title small {
  color: #999;
  font-family: var(--font-interface);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.product-certificate-dialog__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.product-certificate-dialog__actions a {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease;
}

.product-certificate-dialog__actions a:hover,
.product-certificate-dialog__actions button:hover {
  background: #fafafa;
}

.product-certificate-dialog__actions a svg {
  width: 14px;
  height: 14px;
}

.product-certificate-dialog__actions button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.product-certificate-dialog__actions button svg {
  width: 16px;
  height: 16px;
  color: #555;
}

.product-certificate-dialog__body {
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  padding: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #f4f4f5;
  -webkit-overflow-scrolling: touch;
}

.product-certificate-dialog__pages {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.product-certificate-page {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

.product-certificate-page canvas {
  width: 100%;
  height: auto;
  display: block;
}

.product-certificate-dialog__loading,
.product-certificate-dialog__error {
  min-height: 240px;
  place-items: center;
  align-content: center;
  text-align: center;
}

.product-certificate-dialog__loading {
  display: grid;
  gap: 12px;
}

.product-certificate-dialog__loading[hidden],
.product-certificate-dialog__error[hidden],
.product-certificate-dialog__pages[hidden] {
  display: none;
}

.product-certificate-dialog__loading span {
  width: 24px;
  height: 24px;
  border: 2px solid #131315;
  border-top-color: transparent;
  border-radius: 50%;
  animation: certificate-spinner .8s linear infinite;
}

.product-certificate-dialog__loading b {
  color: #555;
  font-size: 12px;
  font-weight: 500;
}

.product-certificate-dialog__error {
  display: grid;
}

.product-certificate-dialog__error p {
  margin: 0 0 12px;
  color: #555;
  font-size: 14px;
}

.product-certificate-dialog__error a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 12px;
  color: #fff;
  background: #131315;
  font-size: 14px;
  font-weight: 500;
}

@keyframes certificate-spinner {
  to { transform: rotate(1turn); }
}

@media (min-width: 1024px) {
  .product-certificate-dialog__body {
    scrollbar-gutter: stable;
  }
}

@media (min-width: 1024px) {
  .product-certificate-dialog[open] {
    place-items: center;
  }

  .product-certificate-dialog__panel {
    max-width: 896px;
    max-height: calc(100dvh - 48px);
    border-radius: 16px;
    opacity: 0;
    transform: translateY(16px);
  }

  .product-certificate-dialog.is-visible .product-certificate-dialog__panel {
    opacity: 1;
    transform: translateY(var(--certificate-drag-y, 0));
  }

  .product-certificate-dialog__drag {
    display: none;
  }

  .product-certificate-dialog__body {
    padding: 16px;
  }
}

.product-coa-batch-card {
  display: grid;
  grid-template-columns: 1.15fr .55fr 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 30px;
  margin-top: 38px;
  border: 1px solid #dce1de;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(20, 30, 24, .05);
}

.product-coa-batch-card > div:first-child > span,
.product-coa-batch-card small {
  color: #76807a;
  font-size: 10px;
}

.product-coa-batch-card h3 {
  margin: 6px 0;
  font-size: 18px;
}

.product-coa-batch-card__purity strong,
.product-coa-batch-card__purity span {
  display: block;
}

.product-coa-batch-card__purity strong {
  color: #16824d;
  font-size: 30px;
}

.product-coa-batch-card__purity span {
  color: #747c77;
  font-size: 9px;
}

.product-coa-batch-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
}

.product-coa-batch-card dt,
.product-coa-batch-card dd {
  margin: 0;
}

.product-coa-batch-card dt {
  color: #858c88;
  font-size: 9px;
}

.product-coa-batch-card dd {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
}

.product-coa-batch-card .button {
  border-radius: 999px;
  white-space: nowrap;
}

.product-compound-information {
  padding: 104px 0;
  background: #0b1711;
  color: #fff;
}

.product-compound-information__head {
  max-width: 720px;
}

.product-compound-information__head .eyebrow,
.product-compound-information__head p {
  color: #aab7b0;
}

.product-compound-information__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 46px;
}

.product-compound-information__grid article {
  min-height: 290px;
  padding: 30px;
  border: 1px solid #29382f;
  border-radius: 22px;
  background: #101f17;
}

.product-compound-information__grid article > span {
  color: #779084;
  font-size: 10px;
}

.product-compound-information__grid h3 {
  margin: 42px 0 20px;
  font-size: 21px;
}

.product-compound-information__grid p,
.product-compound-information__grid dl {
  color: #b5c0ba;
  font-size: 12px;
  line-height: 1.75;
}

.product-compound-information__grid dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.product-compound-information__grid dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-compound-information__grid dt,
.product-compound-information__grid dd {
  margin: 0;
}

.product-compound-information__grid dd {
  color: #fff;
  text-align: right;
}

.product-compound-information__grid a {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.product-handling-notice {
  padding-top: 0;
  padding-bottom: 20px;
}

.product-handling-notice > div {
  padding: 24px 28px;
  border: 1px solid #e2dfd5;
  border-radius: 16px;
  background: #fffdf5;
}

.product-handling-notice strong {
  font-size: 13px;
}

.product-handling-notice p {
  margin: 7px 0 0;
  color: #716f68;
  font-size: 11px;
  line-height: 1.7;
}

.product-guide-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 72px;
}

.product-guide-section__intro h2,
.related-section h2,
.coa-section-heading h2,
.product-guides-library__head h2,
.product-guides-featured h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.035em;
}

.product-guide-section__intro > p:last-child {
  color: #707773;
  line-height: 1.7;
}

.product-guide-section__grid {
  display: grid;
  gap: 12px;
}

.product-guide-section__grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid #dfe2e0;
}

.product-guide-section__grid article > span {
  grid-row: 1 / 3;
  color: #9ba19e;
  font-size: 11px;
}

.product-guide-section__grid h3,
.product-guide-section__grid p {
  margin: 0;
}

.product-guide-section__grid p {
  margin-top: 7px;
  color: #727975;
  font-size: 13px;
  line-height: 1.65;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.section-heading > a {
  padding: 9px 16px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  font-size: 11px;
}

.store-source-grid--related {
  margin-top: 32px;
}

.coa-hero {
  padding: 100px 0 92px;
  background: linear-gradient(135deg, #f6fff8 0%, #eef8f4 55%, #f7f5ff 100%);
  text-align: center;
}

.coa-hero .button {
  margin-top: 28px;
  border-radius: 999px;
}

.coa-transparency {
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  gap: 84px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.coa-transparency h2 {
  margin: 8px 0 18px;
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -.04em;
}

.coa-transparency p,
.coa-section-heading p,
.coa-access-steps p {
  color: #707773;
  line-height: 1.75;
}

.coa-transparency ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.coa-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.coa-stats div {
  min-width: 0;
  padding: 17px 14px;
  border: 1px solid #e2e6e3;
  border-radius: 14px;
  background: #fbfcfb;
}

.coa-stats strong,
.coa-stats span {
  display: block;
}

.coa-stats strong {
  font-size: 18px;
  letter-spacing: -.02em;
}

.coa-stats span {
  margin-top: 5px;
  color: #7a817d;
  font-size: 10px;
  line-height: 1.35;
}

.coa-transparency li::before {
  content: "✓";
  margin-right: 10px;
  color: #1d9957;
}

.coa-document-visual {
  min-height: 450px;
  display: grid;
  place-items: center;
  border-radius: 32px;
  background: #edf2ef;
}

.coa-document-visual__sheet {
  width: min(72%, 310px);
  min-height: 360px;
  padding: 38px 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(21, 35, 27, .14);
  transform: rotate(-3deg);
}

.coa-document-visual__sheet span,
.coa-document-visual__sheet strong,
.coa-document-visual__sheet b,
.coa-document-visual__sheet i {
  display: block;
}

.coa-document-visual__sheet span {
  font-size: 10px;
  letter-spacing: .16em;
}

.coa-document-visual__sheet strong {
  margin: 30px 0 32px;
  font-size: 26px;
  line-height: 1.15;
}

.coa-document-visual__sheet i {
  height: 1px;
  margin: 18px 0;
  background: #dfe4e1;
}

.coa-document-visual__sheet b {
  margin-top: 36px;
  color: #14945a;
  font-size: 48px;
}

.coa-methods {
  padding: 100px 0;
  background: #f6f7f6;
}

.coa-section-heading {
  max-width: 720px;
}

.coa-methods__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 46px;
}

.coa-methods__grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid #e0e4e1;
  border-radius: 22px;
  background: #fff;
}

.coa-methods__grid article > span {
  float: right;
  color: #a1a7a4;
  font-size: 11px;
}

.coa-methods__grid img {
  margin-bottom: 36px;
}

.coa-methods__grid h3 {
  margin: 0;
  font-size: 17px;
}

.coa-methods__grid p {
  color: #737a76;
  font-size: 13px;
  line-height: 1.7;
}

.coa-access-steps {
  padding-top: 100px;
  padding-bottom: 100px;
}

.coa-access-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 48px;
}

.coa-access-steps__grid article {
  padding-top: 25px;
  border-top: 1px solid #cfd5d1;
}

.coa-access-steps__grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 12px;
}

.coa-access-steps__grid h3 {
  margin: 24px 0 8px;
}

.coa-questions,
.product-guides-cta {
  padding: 70px 0;
  background: #e9f7ed;
}

.coa-faq {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.coa-faq__list article {
  border-bottom: 1px solid #dfe3e0;
}

.coa-faq__list h3 {
  margin: 0;
}

.coa-faq__list button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.coa-faq__list button img {
  transition: transform .2s ease;
}

.coa-faq__list button[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.coa-faq__list article > div p {
  max-width: 680px;
  padding: 0 38px 22px 0;
  margin: 0;
  color: #707773;
  font-size: 13px;
  line-height: 1.7;
}

.coa-questions .section-shell,
.product-guides-cta .section-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.coa-questions h2,
.product-guides-cta h2 {
  margin: 6px 0 8px;
  font-size: clamp(32px, 4vw, 50px);
}

.coa-questions p,
.product-guides-cta p {
  max-width: 680px;
}

.coa-questions .button,
.product-guides-cta .button {
  flex: 0 0 auto;
  border-radius: 999px;
}

.product-guides-hero {
  padding-top: 98px;
  padding-bottom: 70px;
  text-align: center;
}

.product-guides-featured {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
  background: #eef4ef;
}

.product-guides-featured__media {
  min-height: 490px;
}

.product-guides-featured__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-guides-featured__copy {
  align-self: center;
  padding: 58px;
}

.product-guides-featured__copy > span {
  display: inline-flex;
  padding: 6px 11px;
  margin-bottom: 26px;
  border-radius: 999px;
  color: #176f42;
  background: #d5f0df;
  font-size: 10px;
  font-weight: 700;
}

.product-guides-featured__copy > p:not(.eyebrow) {
  color: #68706c;
  line-height: 1.75;
}

.product-guides-featured__copy .button {
  margin-top: 18px;
  border-radius: 999px;
}

.product-guides-library {
  padding-top: 110px;
  padding-bottom: 110px;
}

.product-guides-library__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.product-guides-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.product-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.product-guides-grid > article {
  overflow: hidden;
  border: 1px solid #e0e3e1;
  border-radius: 22px;
  background: #fff;
  transition: transform .24s ease, box-shadow .24s ease;
}

.product-guides-grid > article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(20, 27, 23, .08);
}

.product-guides-card__image {
  height: 220px;
  overflow: hidden;
  background: #eef2ef;
}

.product-guides-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-guides-card__body {
  min-height: 240px;
  padding: 24px;
}

.product-guides-card__body > span {
  color: #278054;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-guides-card__body h3 {
  margin: 13px 0 9px;
  font-size: 20px;
  line-height: 1.35;
}

.product-guides-card__body p {
  color: #737a76;
  font-size: 13px;
  line-height: 1.7;
}

.product-guides-card__body a {
  display: inline-flex;
  gap: 8px;
  margin-top: 13px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
}

.quality-source-page,
.faq-source-page,
.contact-source-page {
  overflow: clip;
  background: #fff;
}

.inner-source-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(135deg, #fbfbf3 0%, #eefae9 55%, #f4eefb 100%);
}

.inner-source-hero__inner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 56px;
}

.inner-source-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.inner-source-hero__copy .eyebrow,
.product-guides-source-hero .eyebrow,
.source-section-heading .eyebrow,
.source-support-cta .eyebrow {
  margin: 0 0 12px;
  color: #59645f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.inner-source-hero__copy h1,
.product-guides-source-hero h1 {
  margin: 0;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.inner-source-hero__copy > p:not(.eyebrow),
.product-guides-source-hero > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #616965;
  font-size: 16px;
  line-height: 1.7;
}

.inner-source-hero__copy .button {
  min-height: 48px;
  margin-top: 28px;
  padding-inline: 22px;
  border-radius: 999px;
}

.inner-source-hero__visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.inner-source-hero__vial {
  position: absolute;
  bottom: -78px;
  width: auto;
  filter: drop-shadow(0 24px 24px rgba(30, 36, 32, .18));
}

.inner-source-hero__vial--tb {
  z-index: 1;
  left: 2%;
  height: 390px;
  transform: rotate(-9deg);
}

.inner-source-hero__vial--bpc {
  z-index: 2;
  right: 7%;
  height: 420px;
  transform: rotate(8deg);
}

.inner-source-hero__vial--water {
  z-index: 3;
  right: 36%;
  bottom: -34px;
  height: 350px;
  transform: rotate(-2deg);
}

.product-guides-page {
  padding-bottom: 112px;
}

.product-guides-source-hero {
  padding-top: 88px;
  padding-bottom: 50px;
  text-align: center;
}

.product-guides-source-hero > p:not(.eyebrow) {
  margin-inline: auto;
}

.product-guides-source-catalog {
  padding-top: 34px;
}

.product-guides-source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 18px;
}

.product-guide-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e3e5e4;
  border-radius: 20px;
  background: #fff;
  transition: transform .24s ease, box-shadow .24s ease;
}

.product-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(20, 27, 23, .09);
}

.product-guide-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #edf0ef;
}

.product-guide-card__image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 80% center;
}

.product-guide-card__image.product-card__image--portrait > img {
  padding: 18px 28px 0;
  object-fit: contain;
  object-position: center bottom;
}

.product-guide-card .product-card__badge {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: #10b981;
  font-size: 10px;
  font-weight: 700;
}

.product-guide-card .product-card__badge--spray {
  color: #26333b;
  background: #cbe5fc;
}

.product-guide-card__body {
  min-height: 154px;
  padding: 18px 16px 16px;
}

.product-guide-card__body h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.product-guide-card__body h2 a {
  color: #111;
}

.product-guide-card__body p {
  min-height: 34px;
  margin: 7px 0 15px;
  color: #757c78;
  font-size: 11px;
  line-height: 1.5;
}

.product-guide-card__action {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  font-size: 11px;
  font-weight: 700;
}

.quality-difference,
.quality-commitments,
.faq-source-groups,
.contact-support-faq {
  padding-top: 104px;
  padding-bottom: 104px;
}

.source-section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.source-section-heading h2,
.source-support-cta h2,
.quality-source-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.source-section-heading > p:not(.eyebrow),
.quality-source-cta p {
  margin: 16px 0 0;
  color: #6f7772;
  line-height: 1.7;
}

.quality-difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.quality-difference-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid #dfe4e1;
  background: #fff;
}

.quality-difference-grid article > span,
.quality-process-card > span {
  color: #999f9b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.quality-difference-grid h3,
.quality-process-card h3 {
  margin: 50px 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.quality-difference-grid p,
.quality-process-card p,
.quality-commitments-grid p {
  margin: 0;
  color: #6d7570;
  font-size: 13px;
  line-height: 1.7;
}

.quality-process {
  padding: 104px 0;
  background: #f4f7f5;
}

.quality-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d9dfdb;
  border-left: 1px solid #d9dfdb;
}

.quality-process-card {
  min-height: 265px;
  padding: 32px;
  border-right: 1px solid #d9dfdb;
  border-bottom: 1px solid #d9dfdb;
  background: #fff;
}

.quality-process-card h3 {
  margin-top: 46px;
}

.quality-commitments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.quality-commitments-grid article {
  min-height: 148px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  border-top: 1px solid #dfe3e1;
}

.quality-commitments-grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.quality-source-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px;
  margin-top: 70px;
  background: #f1f9ed;
}

.quality-source-cta > div:last-child {
  display: flex;
  gap: 10px;
}

.quality-source-cta .button,
.source-support-cta .button {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 999px;
}

.faq-source-groups {
  display: grid;
  gap: 72px;
}

.faq-source-group {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 64px;
}

.faq-source-group > h2 {
  margin: 6px 0 0;
  font-size: 30px;
  letter-spacing: -.03em;
}

.source-accordion {
  border-top: 1px solid #dfe2e0;
}

.source-accordion:last-child {
  border-bottom: 1px solid #dfe2e0;
}

.source-accordion h3 {
  margin: 0;
}

.source-accordion button {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.source-accordion button img {
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.source-accordion button[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.source-accordion > div p {
  margin: 0;
  padding: 0 42px 24px 0;
  color: #68716c;
  font-size: 13px;
  line-height: 1.75;
}

.source-support-cta {
  padding: 74px 0;
  background: #f4f7f5;
}

.source-support-cta .section-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.source-support-cta h2 {
  max-width: 760px;
}

.contact-quick-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid #dfe3e1;
}

.contact-quick-card > div {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.contact-quick-card span {
  color: #6b746f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-quick-card h2 {
  margin: 8px 0;
  font-size: 28px;
  letter-spacing: -.03em;
}

.contact-quick-card p {
  margin: 0;
  color: #6c746f;
  font-size: 13px;
}

.contact-support-faq__list {
  max-width: 900px;
  margin-left: auto;
}

@keyframes menu-reveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .store-source-grid,
  .product-guides-source-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-source-stage {
    gap: 24px;
  }

  .product-source-card {
    padding: 28px;
  }

  .coa-methods__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality-difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .product-coa-batches {
    width: 100%;
    max-width: none;
    height: var(--product-coa-mobile-height, 682px);
    padding: 16px;
    margin: 0;
    box-sizing: border-box;
  }

  .page-inner .site-header,
  .page-inner .site-header__inner {
    height: 64px;
  }

  .page-inner .site-header__inner {
    width: calc(100% - 28px);
    grid-template-columns: 44px 1fr 44px;
    padding: 0;
  }

  .page-inner .new-products-bar {
    min-height: 50px;
  }

  .mobile-menu-screen {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: block;
    overflow: hidden;
    background: rgba(235, 241, 248, .96);
  }

  .mobile-menu-screen[hidden] {
    display: none;
  }

  .mobile-menu {
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    margin: 0;
    background: #fff;
    font-family: var(--font-interface);
    animation: none;
  }

  .mobile-menu__head {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border-bottom: 1px solid #ececec;
  }

  .mobile-menu__head img {
    width: auto;
    height: 32px;
  }

  .mobile-menu__head button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    margin-right: -8px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu__head button img {
    width: 16px;
    height: auto;
  }

  .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    padding: 24px 16px 32px;
  }

  .mobile-menu__link {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 16px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-menu__link > span:last-child {
    color: #c2c5c3;
    font-size: 20px;
    font-weight: 300;
  }

  .mobile-menu__copyright {
    margin: auto 0 0;
    padding: 24px;
    border-top: 1px solid #ececec;
    color: #aaaead;
    font-size: 11px;
    text-align: center;
  }

  body.menu-open {
    overflow: hidden;
  }

  .store-source-hero {
    padding-top: 58px;
    padding-bottom: 36px;
  }

  .store-source-hero h1,
  .coa-hero h1,
  .product-guides-hero h1 {
    font-size: 42px;
  }

  .store-source-controls {
    padding-top: 18px;
  }

  .store-source-controls__top,
  .store-source-controls__bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .store-search-field {
    width: 100%;
  }

  .store-sort-field {
    justify-content: space-between;
  }

  .store-filter-list,
  .product-guides-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .store-filter-list::-webkit-scrollbar {
    display: none;
  }

  .product-guides-filters::-webkit-scrollbar {
    display: none;
  }

  .store-filter-chip,
  .product-guides-filters button {
    flex: 0 0 auto;
  }

  .store-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .store-product-card {
    border-radius: 16px;
  }

  .store-product-card .product-card__body {
    min-height: 210px;
    padding: 13px 10px 11px;
  }

  .product-card__heading {
    grid-template-columns: 1fr;
  }

  .store-product-card h3 {
    min-height: 38px;
    font-size: 12px;
  }

  .store-product-card .product-card__price {
    text-align: left;
  }

  .store-product-card .product-card__price span {
    display: inline;
    margin-right: 4px;
  }

  .product-card__actions {
    grid-template-columns: 1fr;
  }

  .product-card__actions .button {
    width: 100%;
  }

  .breadcrumb {
    padding-top: 18px;
    overflow: hidden;
    white-space: nowrap;
  }

  .product-source-stage {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .product-source-gallery {
    position: static;
  }

  .product-source-gallery__main {
    border-radius: 20px;
  }

  .product-source-gallery__main--portrait img {
    padding: 30px 58px 0;
  }

  .product-source-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .product-source-card h1 {
    font-size: 40px;
  }

  .product-bundle-grid {
    gap: 6px;
  }

  .product-source-card__actions {
    grid-template-columns: 1fr;
  }

  .product-service-assurances .section-shell {
    grid-template-columns: 1fr;
  }

  .product-service-assurances article {
    min-height: 94px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #e4e7e5;
  }

  .product-service-assurances article:last-child {
    border-bottom: 0;
  }

  .product-guide-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .product-verification-section {
    padding: 68px 0;
  }

  .product-verification-section .section-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-verification-table > div {
    grid-template-columns: 1.2fr .8fr .9fr;
    padding-inline: 18px;
  }

  .product-coa-batches {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .product-coa-batches__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-certificate-viewport {
    width: calc(100% + 24px);
    overflow-x: auto;
    margin-right: -24px;
    padding-right: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-certificate-viewport::-webkit-scrollbar {
    display: none;
  }

  .product-certificate-track {
    grid-template-columns: none;
    grid-auto-columns: min(82vw, 330px);
    grid-auto-flow: column;
    gap: 12px;
  }

  .product-certificate-card {
    scroll-snap-align: center;
  }

  .product-certificate-dialog__title > svg {
    display: none;
  }

  .product-certificate-dialog__title {
    gap: 0;
  }

  .product-certificate-dialog__title span {
    font-size: 13px;
  }

  .product-certificate-dialog__title small {
    font-size: 10px;
  }

  .product-coa-batch-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .product-coa-batch-card dl {
    border-top: 1px solid #e5e8e6;
    border-bottom: 1px solid #e5e8e6;
    padding: 16px 0;
  }

  .product-compound-information {
    padding: 68px 0;
  }

  .product-compound-information__grid {
    grid-template-columns: 1fr;
  }

  .product-compound-information__grid article {
    min-height: 240px;
  }

  .related-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section-heading {
    align-items: flex-start;
    gap: 18px;
  }

  .store-source-grid--related > article:nth-child(n+3) {
    display: none;
  }

  .coa-hero {
    padding: 70px 0 64px;
  }

  .coa-transparency {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .coa-document-visual {
    min-height: 380px;
  }

  .coa-stats {
    grid-template-columns: 1fr;
  }

  .coa-methods {
    padding: 68px 0;
  }

  .coa-methods__grid {
    grid-template-columns: 1fr;
  }

  .coa-methods__grid article {
    min-height: 230px;
  }

  .coa-access-steps {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .coa-access-steps__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coa-questions .section-shell,
  .product-guides-cta .section-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .coa-faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .product-guides-hero {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .product-guides-featured {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .product-guides-featured__media {
    min-height: 280px;
  }

  .product-guides-featured__copy {
    padding: 34px 24px 40px;
  }

  .product-guides-library {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .product-guides-library__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-guides-grid {
    grid-template-columns: 1fr;
  }

  .inner-source-hero,
  .inner-source-hero__inner {
    min-height: 520px;
  }

  .inner-source-hero__inner {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
    padding-top: 52px;
  }

  .inner-source-hero__copy {
    max-width: 100%;
    text-align: center;
  }

  .inner-source-hero__copy h1,
  .product-guides-source-hero h1 {
    font-size: 42px;
  }

  .inner-source-hero__copy > p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .inner-source-hero__visual {
    position: absolute;
    inset: auto 0 0;
    height: 250px;
  }

  .inner-source-hero__vial {
    bottom: -84px;
  }

  .inner-source-hero__vial--tb {
    left: -5%;
    height: 255px;
  }

  .inner-source-hero__vial--bpc {
    right: -4%;
    height: 275px;
  }

  .inner-source-hero__vial--water {
    right: 35%;
    bottom: -52px;
    height: 220px;
  }

  .product-guides-page {
    padding-bottom: 72px;
  }

  .product-guides-source-hero {
    padding-top: 56px;
    padding-bottom: 36px;
  }

  .product-guides-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .product-guide-card__body {
    min-height: 166px;
    padding: 14px 11px;
  }

  .product-guide-card__body h2 {
    font-size: 13px;
  }

  .product-guide-card__action {
    padding-inline: 11px;
    font-size: 10px;
  }

  .quality-difference,
  .quality-commitments,
  .faq-source-groups,
  .contact-support-faq,
  .quality-process {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .quality-difference-grid,
  .quality-process-grid,
  .quality-commitments-grid {
    grid-template-columns: 1fr;
  }

  .quality-difference-grid article,
  .quality-process-card {
    min-height: 220px;
    padding: 26px;
  }

  .quality-difference-grid h3,
  .quality-process-card h3 {
    margin-top: 36px;
  }

  .quality-source-cta,
  .source-support-cta .section-shell,
  .contact-quick-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .quality-source-cta {
    padding: 32px 24px;
  }

  .quality-source-cta > div:last-child {
    width: 100%;
    flex-direction: column;
  }

  .quality-source-cta .button,
  .source-support-cta .button,
  .contact-quick-card .button {
    width: 100%;
  }

  .faq-source-groups {
    gap: 54px;
  }

  .faq-source-group {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-source-group > h2 {
    font-size: 26px;
  }

  .source-support-cta {
    padding: 58px 0;
  }

  .contact-quick-card {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .mobile-menu-screen .mobile-menu {
    width: 320px;
    min-height: 100vh;
    box-shadow: 4px 0 24px rgba(0, 0, 0, .12);
  }
}

/* Source-measured shipping page */
.shipping-source-page {
  background: #fff;
}

.service-source-hero {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: linear-gradient(180deg, #effff2 0%, #e0f9e8 100%);
}

.service-source-hero__copy {
  position: absolute;
  z-index: 3;
  top: 160px;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  transform: translateX(-50%);
  text-align: center;
}

.service-source-hero__copy > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #374151;
  background: rgba(255, 255, 255, .86);
  font-size: 14px;
}

.service-source-hero__copy h1 {
  margin: 16px 0 0;
  color: #000;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 72px;
}

.service-source-hero__copy p {
  width: min(680px, 100%);
  margin: 20px auto 0;
  color: #4b5563;
  font-size: 24px;
  line-height: 32px;
}

.service-source-hero__product {
  position: absolute;
  z-index: 2;
  display: block;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 14px rgba(15, 23, 42, .13));
}

.service-source-hero__product--left-top {
  top: 12%;
  left: 7%;
  width: 14vw;
  height: 21vw;
  animation: float-delayed 4.5s ease-in-out 1s infinite;
}

.service-source-hero__product--left-bottom {
  bottom: 10%;
  left: 16%;
  width: 12vw;
  height: 18vw;
  animation: float-slow 5s ease-in-out .5s infinite;
}

.service-source-hero__product--right-top {
  top: 18%;
  right: 9%;
  width: 12vw;
  height: 18vw;
  animation: float 4s ease-in-out infinite;
}

.service-source-hero__product--right-bottom {
  right: 12%;
  bottom: 5%;
  width: 10vw;
  height: 15vw;
  animation: float 4s ease-in-out infinite;
}

.shipping-source-shell {
  width: min(calc(100% - 48px), 1024px);
  margin-inline: auto;
}

.shipping-options {
  height: auto;
  padding: 96px 0;
  background: #fff;
}

.shipping-options .quality-source-heading {
  margin-bottom: 76px;
}

.shipping-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.shipping-option-card {
  position: relative;
  height: 450px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
}

.shipping-option-card.is-popular {
  border-color: #111;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .1);
}

.shipping-option-card > span {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-size: 11px;
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
}

.shipping-option-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.shipping-option-card small,
.shipping-option-card strong {
  display: block;
}

.shipping-option-card small {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
}

.shipping-option-card > strong {
  margin-top: 22px;
  font-size: 20px;
}

.shipping-option-card p {
  min-height: 48px;
  margin: 12px 0 20px;
  color: #4b5563;
  font-size: 14px;
  line-height: 24px;
}

.shipping-option-card ul,
.shipping-details ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shipping-option-card li,
.shipping-details li {
  position: relative;
  padding-left: 20px;
  color: #4b5563;
  font-size: 13px;
  line-height: 20px;
}

.shipping-option-card li::before,
.shipping-details li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #16a34a;
  content: "✓";
  font-weight: 700;
}

.shipping-details {
  height: 1032px;
  padding: 96px 0;
  background: #f9fafb;
}

.shipping-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.shipping-details__grid article {
  min-height: 362px;
  padding: 32px;
  border-radius: 24px;
  background: #fff;
}

.shipping-details__grid article:nth-child(-n + 2) {
  height: 446px;
}

.shipping-details__grid article:nth-child(n + 3) {
  height: 362px;
}

.shipping-details__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #dcfce7;
}

.shipping-details__grid h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  line-height: 28px;
}

.shipping-details__grid p {
  margin: 0 0 20px;
  color: #4b5563;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .service-source-hero {
    height: 422px;
  }

  .service-source-hero__copy {
    top: 124px;
  }

  .service-source-hero__copy > span {
    min-height: 38px;
    font-size: 14px;
    line-height: 20px;
  }

  .service-source-hero__copy > span img {
    width: 16px;
    height: 16px;
  }

  .service-source-hero__copy h1 {
    margin-top: 24px;
    font-size: 36px;
    line-height: 37.8px;
  }

  .service-source-hero__copy p {
    width: 100%;
    margin-top: 16px;
    font-size: 18px;
    line-height: 29.25px;
  }

  .service-source-hero__product--left-top {
    top: 12%;
    left: 4%;
    width: 18vw;
    height: 27vw;
  }

  .service-source-hero__product--left-bottom {
    top: auto;
    bottom: 10%;
    left: 12%;
    width: 16vw;
    height: 24vw;
  }

  .service-source-hero__product--right-top {
    top: 18%;
    right: 5%;
    width: 15vw;
    height: 22.5vw;
  }

  .service-source-hero__product--right-bottom {
    top: auto;
    right: 8%;
    bottom: 5%;
    width: 14vw;
    height: 21vw;
  }

  .shipping-options,
  .shipping-details {
    height: auto;
  }

  .shipping-options,
  .shipping-details {
    padding: 64px 0;
  }

  .shipping-source-shell,
  .shipping-details .quality-process-shell {
    width: calc(100% - 48px);
  }

  .shipping-options .quality-source-heading {
    margin-bottom: 48px;
  }

  .shipping-options__grid,
  .shipping-details__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .shipping-option-card,
  .shipping-details__grid article,
  .shipping-details__grid article:nth-child(-n + 2),
  .shipping-details__grid article:nth-child(n + 3) {
    height: auto;
    min-height: 0;
  }

  .shipping-option-card:nth-child(1) {
    height: 450px;
  }

  .shipping-option-card:nth-child(2),
  .shipping-option-card:nth-child(3) {
    height: 426px;
  }

  .shipping-details__grid {
    gap: 30px;
  }

  .shipping-details__grid article:nth-child(1) {
    height: 490px;
  }

  .shipping-details__grid article:nth-child(2),
  .shipping-details__grid article:nth-child(4) {
    height: 362px;
  }

  .shipping-details__grid article:nth-child(3) {
    height: 406px;
  }

}

@media (max-width: 390px) {
  .store-source-grid,
  .product-guides-source-grid {
    gap: 14px 8px;
  }

  .store-product-card .product-card__body {
    min-height: 220px;
    padding-inline: 9px;
  }

  .product-card__actions .button {
    font-size: 9px;
  }

  .product-bundle-grid button {
    padding-inline: 4px;
  }

  .product-card-assurances {
    grid-template-columns: 1fr;
  }

  .product-card-assurances div {
    grid-template-columns: 24px 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-product-card,
  .product-guides-grid > article,
  .product-guide-card,
  .source-accordion button img,
  .mobile-menu,
  .product-certificate-card,
  .product-certificate-dialog,
  .product-certificate-dialog__backdrop,
  .product-certificate-dialog__panel,
  .product-certificate-dialog__loading span {
    transition: none;
    animation: none;
  }
}

/* Source-measured quality page */
.quality-source-page {
  color: #000;
  background: #fff;
}

.quality-source-hero {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: linear-gradient(180deg, #effff2 0%, #e0f9e8 100%);
}

.quality-source-hero__copy {
  position: absolute;
  z-index: 3;
  top: 180px;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  transform: translateX(-50%);
  text-align: center;
}

.quality-source-hero__copy h1 {
  margin: 0;
  color: #000;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 72px;
}

.quality-source-hero__copy p {
  width: 680px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #4b5563;
  font-size: 24px;
  line-height: 32px;
}

.quality-source-hero__vial {
  position: absolute;
  z-index: 2;
  display: block;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 14px rgba(15, 23, 42, .13));
}

.quality-source-hero__vial--left-top {
  top: 73px;
  left: max(calc((100% - 1440px) / 2 + 115px), 7.98%);
  width: 173px;
  height: 259px;
}

.quality-source-hero__vial--right-top {
  top: 53px;
  right: max(calc((100% - 1440px) / 2 + 172px), 11.94%);
  width: 202px;
  height: 302px;
}

.quality-source-hero__vial--left-bottom {
  top: 140px;
  left: max(calc((100% - 1440px) / 2 + 288px), 20%);
  width: 230px;
  height: 346px;
}

.quality-source-hero__vial--right-bottom {
  top: 235px;
  right: max(calc((100% - 1440px) / 2 + 115px), 7.98%);
  width: 144px;
  height: 216px;
}

.quality-source-shell {
  width: min(calc(100% - 48px), 1152px);
  margin-inline: auto;
}

.quality-process-shell {
  width: min(calc(100% - 48px), 896px);
  margin-inline: auto;
}

.quality-difference,
.quality-process,
.quality-commitments {
  padding: 96px 0;
}

.quality-difference,
.quality-commitments {
  background: #fff;
}

.quality-process {
  background: #f9fafb;
}

.quality-source-heading {
  width: 100%;
  margin: 0 auto 68px;
  text-align: center;
}

.quality-difference .quality-source-heading {
  margin-bottom: 92px;
}

.quality-source-heading h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 40px;
}

.quality-source-heading p {
  width: min(720px, 100%);
  margin: 16px auto 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 28px;
}

.quality-difference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.quality-difference-grid .quality-difference-card {
  min-height: 360px;
  padding: 32px;
  border: 0;
  border-radius: 16px;
  background: #f9fafb;
  text-align: center;
}

.quality-difference-card__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.quality-difference-card__icon svg {
  width: 32px;
  height: 32px;
}

.quality-difference-card > strong {
  display: block;
  margin-bottom: 8px;
  color: #16a34a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.quality-difference-card h3,
.quality-process-card h3,
.quality-commitment-card h3,
.quality-source-cta h3 {
  margin: 0;
  color: #000;
  font-weight: 600;
}

.quality-difference-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.quality-difference-card p,
.quality-process-card p,
.quality-commitment-card p,
.quality-source-cta p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}

.quality-process .quality-source-heading {
  margin-bottom: 64px;
}

.quality-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border: 0;
}

.quality-process-card {
  min-height: 124px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border: 0;
  border-radius: 16px;
  background: #fff;
}

.quality-process-card:nth-child(-n + 3) {
  height: 148px;
}

.quality-process-card:nth-child(n + 4) {
  height: 124px;
}

.quality-process-card > span {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #15803d;
  background: #dcfce7;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}

.quality-process-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}

.quality-process-card p {
  line-height: 24px;
}

.quality-commitments .quality-source-heading {
  margin-bottom: 48px;
}

.quality-commitments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.quality-commitments-grid .quality-commitment-card {
  min-height: 116px;
  height: 116px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border: 0;
  border-radius: 16px;
  background: #f9fafb;
}

.quality-commitment-card > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcfce7;
}

.quality-commitment-card svg {
  width: 24px;
  height: 24px;
  color: #16a34a;
}

.quality-commitment-card h3 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.quality-source-cta {
  display: block;
  min-height: 196px;
  margin-top: 48px;
  padding: 32px;
  border-radius: 24px;
  background: #f9fafb;
  text-align: center;
}

.quality-source-cta h3 {
  font-size: 20px;
  line-height: 28px;
}

.quality-source-cta p {
  margin-top: 8px;
}

.quality-source-cta > div {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.quality-source-cta .button {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 999px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .quality-source-hero {
    height: 422px;
  }

  .quality-source-hero__copy {
    top: 115px;
    width: calc(100% - 48px);
  }

  .quality-source-hero__copy h1 {
    width: 300px;
    max-width: 100%;
    margin-inline: auto;
    font-size: 36px;
    letter-spacing: -.025em;
    line-height: 38px;
  }

  .quality-source-hero__copy p {
    width: 342px;
    margin-top: 22px;
    font-size: 17px;
    line-height: 29px;
  }

  .quality-source-hero__vial--left-top {
    top: 57px;
    left: 20px;
    width: 59px;
    height: 88px;
  }

  .quality-source-hero__vial--right-top {
    top: 40px;
    right: 31px;
    width: 70px;
    height: 105px;
  }

  .quality-source-hero__vial--left-bottom {
    top: 273px;
    left: 59px;
    width: 78px;
    height: 117px;
  }

  .quality-source-hero__vial--right-bottom {
    top: 271px;
    right: 19px;
    width: 55px;
    height: 82px;
  }

  .quality-difference,
  .quality-process,
  .quality-commitments {
    padding: 64px 0;
  }

  .quality-source-shell,
  .quality-process-shell {
    width: calc(100% - 48px);
  }

  .quality-source-heading {
    margin-bottom: 48px;
  }

  .quality-difference .quality-source-heading {
    margin-bottom: 48px;
  }

  .quality-source-heading h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .quality-source-heading p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
  }

  .quality-difference-grid,
  .quality-commitments-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .quality-difference-grid .quality-difference-card {
    min-height: 0;
    padding: 24px;
  }

  .quality-difference-card:nth-child(1),
  .quality-difference-card:nth-child(2),
  .quality-difference-card:nth-child(4) {
    height: 256px;
  }

  .quality-difference-card:nth-child(3) {
    height: 276px;
  }

  .quality-process .quality-source-heading {
    margin-bottom: 48px;
  }

  .quality-process-card {
    min-height: 0;
    height: auto;
    gap: 16px;
    padding: 24px;
  }

  .quality-process-card:nth-child(1) {
    height: 228px;
  }

  .quality-process-card:nth-child(2),
  .quality-process-card:nth-child(3) {
    height: 204px;
  }

  .quality-process-card:nth-child(4) {
    height: 156px;
  }

  .quality-process-card:nth-child(5),
  .quality-process-card:nth-child(6) {
    height: 180px;
  }

  .quality-process-card > span {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .quality-process-card > div {
    min-width: 0;
  }

  .quality-commitments .quality-source-heading {
    margin-bottom: 96px;
  }

  .quality-commitments-grid .quality-commitment-card {
    min-height: 0;
    height: auto;
  }

  .quality-commitment-card:nth-child(1) {
    height: 136px;
  }

  .quality-commitment-card:nth-child(n + 2) {
    height: 116px;
  }

  .quality-source-cta {
    min-height: 276px;
    height: 276px;
    margin-top: 48px;
    padding: 32px 24px;
  }

  .quality-source-cta > div {
    width: 100%;
    flex-direction: column;
  }

  .quality-source-cta .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quality-source-hero__vial {
    animation: none;
  }
}

/* Source-measured Certificate of Analysis page */
.coa-source-page {
  background: #fff;
}

.coa-source-hero {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(238, 235, 255, .82), rgba(231, 225, 255, .72));
}

.coa-source-hero__copy {
  position: absolute;
  z-index: 3;
  top: 159px;
  left: 50%;
  width: min(672px, calc(100% - 48px));
  transform: translateX(-50%);
  text-align: center;
}

.coa-source-hero__copy > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 999px;
  color: #374151;
  background: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 20px;
}

.coa-source-hero__copy h1 {
  margin: 24px 0 0;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 72px;
}

.coa-source-hero__copy p {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 24px;
  line-height: 32px;
}

.coa-source-hero__product {
  position: absolute;
  z-index: 2;
  display: block;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 14px rgba(15, 23, 42, .13));
}

.coa-source-hero__product--left-top {
  top: 15%;
  left: 8%;
  width: 12vw;
  height: 18vw;
  animation: float-slow 5s ease-in-out .5s infinite;
}

.coa-source-hero__product--right-top {
  top: 10%;
  right: 12%;
  width: 14vw;
  height: 21vw;
  animation: float 4s ease-in-out infinite;
}

.coa-source-hero__product--left-bottom {
  bottom: 10%;
  left: 20%;
  width: 16vw;
  height: 24vw;
  animation: float-delayed 4.5s ease-in-out 1s infinite;
}

.coa-source-hero__product--right-bottom {
  right: 8%;
  bottom: 15%;
  width: 10vw;
  height: 15vw;
  animation: float-slow 5s ease-in-out .5s infinite;
}

.coa-source-shell {
  width: min(calc(100% - 48px), 896px);
  margin-inline: auto;
}

.coa-source-transparency {
  height: 1124px;
  padding: 96px 0;
}

.coa-source-heading {
  margin-bottom: 64px;
  text-align: center;
}

.coa-source-heading h2,
.coa-source-access h2,
.coa-source-faq h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.coa-source-heading p {
  max-width: 672px;
  margin: 16px auto 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 24px;
}

.coa-source-stats {
  height: 116px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}

.coa-source-stats article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  background: #f9fafb;
  text-align: center;
}

.coa-source-stats strong,
.coa-source-stats span {
  display: block;
}

.coa-source-stats strong {
  font-size: 32px;
  line-height: 40px;
}

.coa-source-stats span {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 20px;
}

.coa-source-transparency .coa-source-shell > h3 {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.coa-source-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.coa-source-methods article {
  height: 236px;
  padding: 32px;
  border-radius: 16px;
  background: #f9fafb;
}

.coa-source-methods article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
}

.coa-source-methods h4 {
  margin: 20px 0 8px;
  font-size: 18px;
  line-height: 28px;
}

.coa-source-methods p,
.coa-source-steps p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 24px;
}

.coa-source-access {
  height: 532px;
  padding: 96px 0;
  background: #f9fafb;
  text-align: center;
}

.coa-source-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 64px;
}

.coa-source-steps article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font-weight: 600;
}

.coa-source-steps h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 28px;
}

.coa-source-access .button {
  min-height: 48px;
  margin-top: 40px;
  padding-inline: 24px;
  border-radius: 999px;
}

.coa-source-faq {
  height: 892px;
  padding: 96px 0;
}

.coa-source-faq__shell {
  width: min(calc(100% - 48px), 768px);
  margin-inline: auto;
}

.coa-source-faq h2 {
  margin-bottom: 32px;
  text-align: center;
}

.coa-source-faq__list {
  display: grid;
  gap: 16px;
}

.coa-source-faq__list article {
  overflow: hidden;
  border-radius: 12px;
  background: #f9fafb;
}

.coa-source-faq__list h3 {
  margin: 0;
}

.coa-source-faq__list button {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border: 0;
  color: #111;
  background: transparent;
  font: inherit;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

.coa-source-faq__list button img {
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.coa-source-faq__list button[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.coa-source-faq__list article > div p {
  margin: 0;
  padding: 0 24px 20px;
  color: #4b5563;
  line-height: 24px;
}

.coa-source-support {
  min-height: 220px;
  margin-top: 48px;
  padding: 32px;
  border-radius: 24px;
  background: #f9fafb;
  text-align: center;
}

.coa-source-support h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.coa-source-support p {
  margin: 12px 0 20px;
  color: #4b5563;
}

.coa-source-support .button {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 999px;
}

@media (max-width: 768px) {
  .coa-source-hero {
    height: 422px;
  }

  .coa-source-hero__copy {
    top: 109.46875px;
    width: calc(100% - 48px);
  }

  .coa-source-hero__copy > span {
    min-height: 38px;
  }

  .coa-source-hero__copy h1 {
    font-size: 36px;
    line-height: 37.8px;
  }

  .coa-source-hero__copy p {
    font-size: 18px;
    line-height: 29.25px;
  }

  .coa-source-hero__product--left-top {
    top: 15%;
    left: 5%;
    width: 15vw;
    height: 22.5vw;
  }

  .coa-source-hero__product--right-top {
    top: 10%;
    right: 8%;
    width: 18vw;
    height: 27vw;
  }

  .coa-source-hero__product--left-bottom {
    bottom: 5%;
    left: 15%;
    width: 20vw;
    height: 30vw;
  }

  .coa-source-hero__product--right-bottom {
    right: 5%;
    bottom: 15%;
    width: 14vw;
    height: 21vw;
  }

  .coa-source-transparency {
    height: 1704px;
    padding: 64px 0;
  }

  .coa-source-heading {
    margin-bottom: 48px;
  }

  .coa-source-heading h2,
  .coa-source-access h2,
  .coa-source-faq h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .coa-source-heading p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .coa-source-stats {
    height: 192px;
    margin-bottom: 64px;
  }

  .coa-source-stats article {
    padding: 24px;
  }

  .coa-source-stats strong {
    font-size: 28px;
    line-height: 48px;
  }

  .coa-source-stats span {
    line-height: 24px;
  }

  .coa-source-methods {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coa-source-methods article {
    height: 228px;
    padding: 24px;
  }

  .coa-source-methods h4 {
    margin-top: 20px;
  }

  .coa-source-access {
    height: 812px;
    padding: 64px 0;
  }

  .coa-source-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .coa-source-steps article {
    height: 156px;
  }

  .coa-source-steps article > span {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }

  .coa-source-access .button {
    margin-top: 32px;
  }

  .coa-source-faq {
    height: 908px;
    padding: 64px 0;
  }

  .coa-source-faq__list button {
    min-height: 64px;
  }

  .coa-source-support {
    height: 220px;
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coa-source-hero__product {
    animation: none;
  }
}

/* Source-measured products collection */
.store-source-page {
  padding-bottom: 48px;
  background: #fff;
}

.store-source-hero,
.store-source-controls,
.store-source-catalog {
  width: min(calc(100% - 48px), 1392px);
}

.store-source-hero {
  height: 144px;
  padding: 64px 0 0;
  text-align: left;
}

.store-source-hero h1 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

.store-source-hero > p:last-child {
  max-width: none;
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.store-source-controls {
  height: 160px;
  padding: 12px 0 28px;
  border: 0;
}

.store-source-controls__top,
.store-source-controls__bottom {
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

.store-source-controls__top {
  height: 44px;
}

.store-source-controls__bottom {
  height: 36px;
  margin-top: 40px;
}

.store-search-field {
  width: 448px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  background: #f9fafb;
}

.store-search-field img {
  width: 20px;
  height: 20px;
  opacity: .68;
}

.store-search-field input {
  color: #111827;
  font-size: 16px;
  line-height: 24px;
}

.store-search-field input::placeholder {
  color: #9ca3af;
}

.store-sort-field {
  width: 222px;
  gap: 12px;
  margin-left: auto;
  color: #64748b;
  font-size: 12px;
}

.store-filter-chip:nth-child(1) { width: 103px; }
.store-filter-chip:nth-child(2) { width: 195px; }
.store-filter-chip:nth-child(3) { width: 153px; }
.store-filter-chip:nth-child(4) { width: 172px; }
.store-filter-chip:nth-child(5) { width: 201px; }
.store-filter-chip:nth-child(6) { width: 156px; }
.store-filter-chip:nth-child(7) { width: 144px; }
.store-filter-chip:nth-child(8) { width: 171px; }

.store-sort-field select {
  width: 164px;
  height: 42px;
  padding: 0 40px 0 16px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  color: #0f172a;
  background-color: #fff;
  font-family: var(--font-body);
  font-size: 12px;
}

.store-filter-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}

.store-filter-list::-webkit-scrollbar {
  display: none;
}

.store-filter-chip {
  min-height: 36px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  color: #273142;
  background: #f3f4f6;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: var(--font-interface);
  cursor: pointer;
  transition: 200ms cubic-bezier(.4, 0, .2, 1);
}

.store-filter-chip.is-active {
  border: 0;
  color: #fff;
  background: linear-gradient(to right, #38bdf8, #22d3ee, #0ea5e9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .4), 0 4px 6px -1px rgba(56, 189, 248, .4), 0 2px 4px -2px rgba(56, 189, 248, .4);
  font-weight: 600;
}

.store-filter-chip.is-active img {
  filter: brightness(0) invert(1);
  animation: store-filter-bounce 1s infinite;
}

.store-filter-chip:not(.is-active):hover {
  background: #e5e7eb;
}

.store-filter-chip.is-active:hover {
  filter: brightness(1.1);
  transform: scale(1.04);
}

@keyframes store-filter-bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
  }
}

.store-result-count {
  display: none;
}

.store-source-catalog {
  padding-top: 0;
}

.store-source-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.store-product-card {
  height: auto;
  border: 0;
  border-radius: 24px;
  background: #f5f5f5;
  box-shadow: none;
}

.store-product-card:hover {
  transform: none;
  box-shadow: none;
}

.store-product-card .product-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
}

.store-product-card .product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
  transition: transform 300ms cubic-bezier(.4, 0, .2, 1);
}

.store-product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.store-product-card .product-card__body {
  min-height: 148px;
  height: auto;
  padding: 16px;
  border-radius: 0 0 24px 24px;
  background: #f9f9f9;
}

.store-product-card .product-card__badge {
  min-width: 0;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  top: 8px;
  left: 8px;
  padding: 4px 10px;
  color: #fff;
  background: #10b981;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .05);
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.store-product-card .product-card__badge svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.store-product-card .product-card__badge--spray {
  color: #334155;
  background: #dbeafe;
}

.product-card__heading {
  min-height: 44px;
  height: auto;
  align-items: center;
  margin-bottom: 4px;
}

.store-product-card h3 {
  min-height: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.store-product-card h3 a {
  width: 100%;
  display: block;
}

.store-product-card .product-card__price {
  min-height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.store-product-card .product-card__price span {
  font-size: 12px;
  line-height: 16px;
}

.store-product-card .product-card__category {
  min-height: 20px;
  margin: 0 0 8px;
  overflow: hidden;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.store-product-card .product-card__actions {
  height: 40px;
  grid-template-columns: 1fr;
  gap: 0;
}

.store-product-card .product-card__actions .button {
  min-height: 40px;
  padding: 10px 16px;
  font-family: var(--font-interface);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transform: none;
}

.store-product-card .product-card__actions .button:hover {
  background: #262626;
  transform: none;
}

@media (max-width: 768px) {
  .store-source-page {
    padding-bottom: 72px;
  }

  .store-source-hero,
  .store-source-controls,
  .store-source-catalog {
    width: calc(100% - 48px);
  }

  .store-source-hero {
    height: 94px;
    padding: 32px 0 0;
  }

  .store-source-hero h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .store-source-hero > p:last-child {
    margin-top: 2px;
    font-size: 13px;
    line-height: 20px;
  }

  .store-source-controls {
    height: 214px;
    padding: 16px 0 28px;
  }

  .store-source-controls__top {
    height: 102px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .store-search-field {
    width: 100%;
    height: 44px;
  }

  .store-sort-field {
    width: 164px;
    height: 42px;
    margin-left: 0;
  }

  .store-sort-field > span {
    display: none;
  }

  .store-sort-field select {
    height: 42px;
  }

  .store-source-controls__bottom {
    height: 36px;
    margin-top: 32px;
  }

  .store-filter-chip {
    min-height: 36px;
    padding-inline: 16px;
  }

  .store-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 13px;
  }

  .store-product-card {
    height: auto;
    border-radius: 20px;
  }

  .store-product-card .product-card__image {
    height: auto;
  }

  .store-product-card .product-card__body {
    height: auto;
    min-height: 129px;
    padding: 12px;
    border-radius: 0 0 20px 20px;
  }

  .product-card__heading {
    min-height: 40px;
    height: 40px;
    grid-template-columns: 1fr auto;
    gap: 4px;
  }

  .store-product-card h3 {
    min-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }

  .store-product-card .product-card__price {
    font-size: 16px;
    line-height: 18px;
    text-align: right;
  }

  .store-product-card .product-card__price span {
    display: block;
    margin: 0;
    font-size: 9px;
    line-height: 10px;
  }

  .store-product-card .product-card__category {
    min-height: 18px;
    margin: 0 0 7px;
    font-size: 12px;
    line-height: 18px;
  }

  .store-product-card .product-card__actions {
    height: 36px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .store-product-card .product-card__actions .button {
    width: 100%;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .store-product-card .product-card__badge {
    font-size: 10px;
    line-height: 12px;
  }
}

/* Source-measured FAQ page */
.faq-source-hero {
  background: linear-gradient(180deg, #eaf4ff 0%, #dcecff 100%);
}

.faq-source-groups {
  background: #f9fafb;
}

.faq-source-groups__shell {
  width: min(calc(100% - 48px), 896px);
  margin-inline: auto;
}

.faq-source-group > h2 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 32px;
}

.faq-source-group > div {
  display: grid;
  gap: 16px;
}

.faq-source-group .source-accordion {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.faq-source-group .source-accordion button {
  width: 100%;
  min-height: 64px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
}

.faq-source-group .source-accordion > div p {
  padding: 0 24px 20px;
}

@media (min-width: 769px) {
  .faq-source-groups {
    min-height: 0;
    padding: 96px 0;
  }

  .faq-source-group {
    margin-bottom: 56px;
  }

}

@media (max-width: 768px) {
  .faq-source-hero .service-source-hero__copy {
    top: 105.203125px;
  }

  .faq-source-groups {
    height: auto;
    padding: 64px 0;
  }

  .faq-source-groups__shell {
    width: calc(100% - 48px);
  }

  .faq-source-group {
    margin: 0 0 48px;
  }

  .faq-source-group:nth-child(1),
  .faq-source-group:nth-child(5) {
    height: 310px;
  }

  .faq-source-group:nth-child(2) {
    height: 228px;
  }

  .faq-source-group:nth-child(3) {
    height: 286px;
  }

  .faq-source-group:nth-child(4) {
    height: 358px;
  }

  .faq-source-group:nth-child(5) {
    margin-bottom: 0;
  }

  .faq-source-group:nth-child(1) > div {
    grid-template-rows: 64px 94px 88px;
  }

  .faq-source-group:nth-child(5) > div {
    grid-template-rows: 88px 94px 64px;
  }

  .faq-source-group:nth-child(2) > div {
    grid-template-rows: 64px 92px;
  }

  .faq-source-group:nth-child(3) > div {
    grid-template-rows: 64px 64px 70px;
  }

  .faq-source-group:nth-child(4) > div {
    grid-template-rows: 88px 88px 94px;
  }

  .faq-source-groups:has([data-accordion-button][aria-expanded="true"]),
  .faq-source-group:has([data-accordion-button][aria-expanded="true"]),
  .faq-source-group .source-accordion:has([data-accordion-button][aria-expanded="true"]) {
    height: auto;
  }

  .faq-source-group:has([data-accordion-button][aria-expanded="true"]) > div {
    grid-template-rows: none;
  }
}

/* Source-measured contact page */
.contact-source-hero {
  position: relative;
  width: 100%;
  height: 648px;
  overflow: hidden;
  background: linear-gradient(180deg, #f0edff 0%, #ddecff 100%);
}

.contact-source-hero__copy {
  position: absolute;
  z-index: 3;
  top: 156px;
  left: 50%;
  width: min(672px, calc(100% - 48px));
  transform: translateX(-50%);
  text-align: center;
}

.contact-source-hero__copy > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 999px;
  color: #374151;
  background: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.contact-source-hero__copy h1 {
  margin: 24px 0 0;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 72px;
}

.contact-source-hero__copy p {
  margin: 16px 0 32px;
  color: #4b5563;
  font-size: 24px;
  line-height: 32px;
}

.contact-source-hero__copy .button {
  min-height: 56px;
  gap: 12px;
  padding-inline: 32px;
  border-radius: 999px;
}

.contact-source-hero__arrow {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 50%;
  color: #9ca3af;
  font-size: 28px;
  transform: translateX(-50%);
}

.contact-source-hero__product {
  position: absolute;
  z-index: 2;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 14px rgba(15, 23, 42, .13));
}

.contact-source-hero__product--left-top {
  top: 15%;
  left: 8%;
  width: 12vw;
  height: 18vw;
  animation: float-slow 5s ease-in-out .5s infinite;
}

.contact-source-hero__product--right-top {
  top: 10%;
  right: 12%;
  width: 14vw;
  height: 21vw;
  animation: float 4s ease-in-out infinite;
}

.contact-source-hero__product--left-bottom {
  bottom: 10%;
  left: 20%;
  width: 16vw;
  height: 24vw;
  animation: float-delayed 4.5s ease-in-out 1s infinite;
}

.contact-source-hero__product--right-bottom {
  right: 8%;
  bottom: 15%;
  width: 10vw;
  height: 15vw;
  animation: float-slow 5s ease-in-out .5s infinite;
}

.contact-source-tracking {
  background: #fff;
}

.contact-source-tracking > a {
  width: min(calc(100% - 48px), 768px);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  color: #111;
  background: linear-gradient(90deg, #eff6ff, #eef2ff);
  text-decoration: none;
}

.contact-source-tracking__icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: #6366f1;
  background: #fff;
}

.contact-source-tracking a > span:nth-child(2) {
  min-width: 0;
  display: grid;
}

.contact-source-tracking strong,
.contact-source-tracking small {
  display: block;
}

.contact-source-tracking small {
  margin-top: 2px;
  color: #4b5563;
  font-size: 14px;
  line-height: 24px;
}

.contact-source-tracking b {
  margin-left: auto;
  color: #9ca3af;
  font-size: 28px;
  font-weight: 400;
}

.contact-source-channels {
  padding: 0 0 32px;
  background: #fff;
}

.contact-source-channels__inner {
  width: min(calc(100% - 48px), 420px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-inline: auto;
}

.contact-source-channel {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  color: #111827;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-source-channel__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #fff;
}

.contact-source-channel__icon svg {
  width: 25px;
  height: 25px;
}

.contact-source-channel--whatsapp .contact-source-channel__icon {
  background: #16a34a;
}

.contact-source-channel--email .contact-source-channel__icon {
  background: #111827;
}

.contact-source-channel__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  text-align: left;
}

.contact-source-channel__copy strong {
  font-size: 14px;
  line-height: 20px;
}

.contact-source-channel__copy small {
  color: #6b7280;
  font-size: 13px;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.contact-source-channel--whatsapp:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
  transform: translateY(-2px);
}

.contact-source-channel:focus-visible {
  outline: 3px solid #3a7bff;
  outline-offset: 4px;
}

.contact-source-faq {
  background: #f9fafb;
}

.contact-source-faq__shell {
  width: min(calc(100% - 48px), 768px);
  margin-inline: auto;
}

.contact-source-faq__heading {
  text-align: center;
}

.contact-source-faq__heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 48px;
}

.contact-source-faq__heading p {
  margin: 16px 0 0;
  color: #6b7280;
}

.contact-source-faq__list {
  display: grid;
  gap: 12px;
}

.contact-source-faq__list .source-accordion {
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.contact-source-faq__list .source-accordion button {
  width: 100%;
  min-height: 72px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
}

.contact-source-faq__list .source-accordion > div p {
  padding: 0 24px 20px;
}

.contact-source-support {
  padding: 32px;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.contact-source-support > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #eef2ff;
}

.contact-source-support h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.contact-source-support p {
  margin: 12px 0 24px;
  color: #4b5563;
  line-height: 24px;
}

.contact-source-support .button {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 999px;
}

@media (min-width: 769px) {
  .contact-source-tracking {
    padding: 32px 0;
  }

  .contact-source-faq {
    padding: 96px 0;
  }

  .contact-source-faq__list {
    margin-top: 48px;
  }

  .contact-source-support {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .contact-source-hero {
    height: 506.390625px;
  }

  .contact-source-hero__copy {
    top: 111.671875px;
    width: calc(100% - 48px);
  }

  .contact-source-hero__copy h1 {
    font-size: 36px;
    line-height: 37.8px;
  }

  .contact-source-hero__copy p {
    font-size: 18px;
    line-height: 29.25px;
  }

  .contact-source-hero__copy .button {
    min-height: 48px;
  }

  .contact-source-hero__product--left-top {
    top: 15%;
    left: 5%;
    width: 15vw;
    height: 22.5vw;
  }

  .contact-source-hero__product--right-top {
    top: 10%;
    right: 8%;
    width: 18vw;
    height: 27vw;
  }

  .contact-source-hero__product--left-bottom {
    bottom: 5%;
    left: 15%;
    width: 20vw;
    height: 30vw;
  }

  .contact-source-hero__product--right-bottom {
    right: 5%;
    bottom: 15%;
    width: 14vw;
    height: 21vw;
  }

  .contact-source-tracking {
    height: 197px;
    padding: 24px 0 25px;
  }

  .contact-source-tracking > a {
    height: 148px;
  }

  .contact-source-channels {
    padding-bottom: 28px;
  }

  .contact-source-channel {
    height: 60px;
  }

  .contact-source-channel__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .contact-source-faq {
    height: 1056px;
    padding: 64px 0;
  }

  .contact-source-faq__shell {
    width: calc(100% - 48px);
  }

  .contact-source-faq__heading h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .contact-source-faq__list {
    grid-template-rows: 88px 72px 112px 88px 88px 88px 88px 88px;
    margin-top: 44px;
  }

  .contact-source-faq__list .source-accordion button {
    height: 100%;
    min-height: 0;
  }

  .contact-source-support {
    height: 330px;
    margin-top: 48px;
  }

  .contact-source-faq:has([data-accordion-button][aria-expanded="true"]),
  .contact-source-faq__list .source-accordion:has([data-accordion-button][aria-expanded="true"]) {
    height: auto;
  }

  .contact-source-faq:has([data-accordion-button][aria-expanded="true"]) .contact-source-faq__list {
    grid-template-rows: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-source-hero__product {
    animation: none;
  }
}

.product-volume-inquiry {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.product-source-card__actions--single {
  grid-template-columns: 1fr;
}

@media (max-width: 768px) {
  .product-source-stage {
    width: calc(100% - 32px);
    height: var(--product-stage-mobile-height, 1065.72px);
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .product-source-gallery {
    height: 310px;
  }

  .product-source-gallery__main {
    height: 310px;
    border-radius: 20px;
  }

  .product-source-gallery__main img {
    height: 310px;
    aspect-ratio: auto;
  }

  .product-source-gallery__thumbs {
    display: none;
  }

  .product-source-card {
    height: calc(var(--product-stage-mobile-height, 1065.72px) - 374px);
    padding: 21.71875px 20px 20px;
  }

  .product-source-card h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .product-alias-list {
    margin-top: 4px;
  }

  .product-source-card__description {
    min-height: 91px;
    margin: 16px 0 20px;
    line-height: 22.75px;
  }

  .product-option-block {
    height: 52px;
    padding-top: 0;
    border-top: 0;
  }

  .product-option-block__head {
    height: 20px;
  }

  .product-option-block__head span {
    display: none;
  }

  .product-mass-options {
    margin: 4px 0 0;
  }

  .product-mass-options button {
    min-width: 68px;
    height: 28px;
  }

  .product-purchase-row {
    height: 56px;
    padding-top: 8px;
    border-top: 0;
  }

  .product-quantity-stepper > span {
    margin-bottom: 2px;
  }

  .product-quantity-stepper > div {
    height: 34px;
    grid-template-columns: 30px 30px 30px;
  }

  .product-source-card__price strong {
    font-size: 22px;
  }

  .product-bundle-fieldset {
    height: 98px;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .product-bundle-fieldset legend {
    height: 24px;
    padding: 0 0 8px;
  }

  .product-bundle-grid button {
    min-height: 66px;
    padding: 10px 5px;
  }

  .product-source-card__actions {
    height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .product-source-card__actions .button {
    min-height: 48px;
  }

  .product-volume-inquiry {
    height: 44px;
    min-height: 44px;
    margin-top: 12px;
  }

  .product-delivery-note {
    height: 54px;
    padding: 8px 14px;
    margin-top: 12px;
  }

  .product-card-assurances {
    height: 85.25px;
    margin-top: 12px;
  }

  .professional-notice {
    height: 24px;
    margin-top: 12px;
    line-height: 12px;
  }

  .product-service-assurances {
    height: 104px;
  }

  .product-service-assurances .section-shell {
    height: 104px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-service-assurances article {
    min-height: 104px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 8px 4px;
    border-right: 1px solid #e4e7e5;
    border-bottom: 0;
    text-align: center;
  }

  .product-service-assurances article img {
    width: 24px;
    height: 24px;
  }

  .product-service-assurances strong {
    font-size: 10px;
  }

  .product-service-assurances span {
    font-size: 8px;
  }

  .product-verification-section {
    height: var(--product-verification-mobile-height, 1298.09375px);
    padding: 75.453125px 0 68px;
  }

  .product-verification-section__intro h2 {
    font-size: 28px;
    line-height: 30.796875px;
  }

  .product-coa-batches {
    height: 682px;
    padding-top: 12.71875px;
    padding-bottom: 16px;
  }

  .product-coa-batches__head h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .product-coa-batches__head p {
    font-size: 10px;
    line-height: 16px;
  }

  .product-certificate-viewport {
    margin-top: 16px;
  }

  .product-certificate-track {
    grid-auto-columns: 302px;
  }

  .product-certificate-card__copy {
    height: 458px;
    padding: 18px;
  }

  .product-certificate-card__purity {
    margin-top: 14px;
    font-size: 30px;
  }

  .product-certificate-card__copy dl {
    padding: 8px 0;
    margin: 10px 0;
  }

  .product-certificate-card__copy dl > div {
    padding: 5px 6px 5px 0;
  }

  .product-certificate-card__copy .button {
    min-height: 36px;
  }

  .product-certificate-controls {
    margin-top: 12px;
  }

  .related-section {
    height: 402.5px;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .related-section .section-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .related-section .section-heading .eyebrow {
    display: none;
  }

  .related-section .store-source-grid--related {
    margin-top: 24px;
  }

  .product-compound-information {
    height: 1094px;
    padding: 24px 0;
    overflow: hidden;
  }

  .product-compound-information__head .eyebrow {
    display: none;
  }

  .product-compound-information__head h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .product-guide-section {
    height: 669.40625px;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .product-guide-section__intro .eyebrow {
    display: none;
  }

  .product-guide-section__intro h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
  }
}

/* Final source-aligned product module overrides. */
.product-compound-information {
  padding: 32px 0;
  background: #fff;
  color: #131315;
}

.product-compound-information__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: none;
}

.product-compound-information__head > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: #f4f4f5;
  font-size: 20px;
}

.product-compound-information__head h2 {
  margin: 0;
  color: #131315;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.product-compound-information__head p {
  margin: 4px 0 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.5;
}

.product-compound-information__grid {
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.product-compound-information__grid article {
  min-height: 0;
  padding: 24px;
  border-color: #e4e4e7;
  border-radius: 16px;
  background: #fff;
}

.product-compound-information__grid h3 {
  margin: 8px 0 16px;
  color: #131315;
  font-size: 18px;
  line-height: 1.35;
}

.product-handling-notice {
  padding-top: 58px;
  padding-bottom: 58px;
}

.product-handling-notice > div {
  padding: 36px;
  border: 2px solid #ffe5e5;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #fef8f8);
}

.product-handling-notice strong {
  color: #ba5a5a;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-handling-notice p {
  margin: 12px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .related-section {
    margin-bottom: 1.21875px;
  }

  .product-compound-information {
    height: auto;
    min-height: var(--product-compound-mobile-height, 0);
    padding: 24px 0;
    overflow: visible;
  }

  .product-compound-information__head h2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .product-compound-information__head p {
    font-size: 14px;
  }

  .product-compound-information__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .product-compound-information__grid article {
    min-height: 0;
    padding: 20px;
  }

  .product-handling-notice {
    height: 502.5px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .product-handling-notice > div {
    padding: 24px;
  }

  .product-handling-notice p {
    font-size: 12px;
    line-height: 1.65;
  }

  .product-original-references {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .product-original-references__grid > a {
    min-height: 0;
  }
}

/* Source-measured product details */
@media (min-width: 769px) {
  .product-source-stage {
    width: 100%;
    max-width: 1500px;
    height: calc(var(--product-stage-desktop-height, 672.75px) + 18px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 32px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .product-source-gallery {
    position: static;
    height: calc(var(--product-stage-desktop-height, 672.75px) - 46px);
  }

  .product-source-gallery__main {
    width: 100%;
    height: calc(var(--product-stage-desktop-height, 672.75px) - 46px);
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 24px;
    background: #f7f7f7;
  }

  .product-source-gallery__main img {
    width: auto;
    height: auto;
    max-width: calc(100% - 96px);
    max-height: 380px;
    display: block;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .product-source-gallery__thumbs {
    display: none;
  }

  .product-source-card {
    height: calc(var(--product-stage-desktop-height, 672.75px) - 46px);
    padding: 32px 28px 24px;
    overflow: hidden;
    border: 1px solid #e4e4e7;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .product-source-card__category {
    margin-bottom: 4px;
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
  }

  .product-source-card h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .product-alias-list {
    gap: 6px;
    margin-top: 8px;
  }

  .product-alias-pill {
    height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    font-size: 10px;
  }

  .product-source-card__description {
    min-height: 42px;
    margin: 12px 0 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .product-option-block,
  .product-purchase-row,
  .product-bundle-fieldset {
    padding-top: 0;
    border-top: 0;
  }

  .product-option-block__head {
    height: 20px;
  }

  .product-option-block__head span {
    display: none;
  }

  .product-mass-options {
    margin: 4px 0 12px;
  }

  .product-mass-options button {
    min-width: 71px;
    height: 38px;
    font-size: 14px;
  }

  .product-purchase-row {
    height: 55px;
  }

  .product-quantity-stepper > span {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .product-quantity-stepper > div {
    height: 36px;
    grid-template-columns: repeat(3, 34px);
  }

  .product-source-card__price span {
    display: none;
  }

  .product-source-card__price strong {
    font-size: 20px;
  }

  .product-bundle-fieldset {
    height: 101px;
    margin-top: 12px;
  }

  .product-bundle-fieldset legend {
    padding: 0 0 8px;
  }

  .product-bundle-grid {
    grid-template-columns: 123px 149px 166px;
    justify-content: start;
    gap: 8px;
  }

  .product-bundle-grid button {
    min-height: 66px;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .product-source-card__actions {
    height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .product-source-card__actions .button {
    min-height: 48px;
  }

  .product-volume-inquiry {
    height: 44px;
    min-height: 44px;
    margin-top: 12px;
  }

  .product-delivery-note {
    height: 54px;
    padding: 8px 14px;
    margin-top: 12px;
  }

  .product-card-assurances {
    height: 66px;
    margin-top: 12px;
  }

  .professional-notice {
    margin-top: 8px;
  }

  .product-service-assurances {
    height: 120px;
    padding: 24px 0;
    box-sizing: border-box;
  }

  .product-service-assurances .section-shell {
    width: 100%;
    max-width: 1500px;
    height: 72px;
    padding: 0 32px;
    margin: 0 auto;
  }

  .product-service-assurances article {
    min-height: 72px;
    padding: 0 24px;
  }

  .product-verification-section {
    height: 924.5px;
    padding: 64px 0;
    background: #fff;
    box-sizing: border-box;
  }

  .product-verification-section > .section-shell {
    width: 100%;
    max-width: 1440px;
    display: block;
    padding: 0 24px;
    margin: 0 auto;
  }

  .product-verification-surface {
    height: 796.5px;
    padding: 56px 48px;
    border-radius: 24px;
    background: #f6f7f9;
    box-sizing: border-box;
  }

  .product-verification-section__intro {
    width: 672px;
    height: 132.5px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .product-verification-section__intro .eyebrow {
    margin: 0;
    color: #16a34a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 16px;
    text-transform: uppercase;
  }

  .product-verification-section__intro h2 {
    margin: 12px 0 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.9px;
  }

  .product-verification-section__intro p:last-child {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 16.5px;
  }

  .product-verification-report {
    height: 444px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
    gap: 24px;
  }

  .product-verification-summary {
    height: 444px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    background: #131315;
    box-sizing: border-box;
  }

  .product-verification-summary > span,
  .product-verification-summary > strong,
  .product-verification-summary > small,
  .product-verification-summary > b,
  .product-verification-summary > em {
    display: block;
  }

  .product-verification-summary > span {
    font-size: 12px;
    font-weight: 700;
  }

  .product-verification-summary > strong {
    margin-top: 4px;
    font-size: 14px;
  }

  .product-verification-summary > small {
    margin-top: 24px;
    color: #9ca3af;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .product-verification-summary > b {
    margin-top: 8px;
    font-size: 64px;
    line-height: 64px;
  }

  .product-verification-summary > em {
    color: #d1d5db;
    font-size: 12px;
    font-style: normal;
  }

  .product-verification-summary > div {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 32px;
  }

  .product-verification-summary > div span {
    padding: 7px 10px;
    border: 1px solid #374151;
    border-radius: 999px;
    color: #d1d5db;
    font-size: 9px;
  }

  .product-verification-card {
    height: 444px;
    border: 1px solid #e6e8ec;
    border-radius: 20px;
    box-shadow: none;
  }

  .product-verification-table {
    height: 442px;
    display: grid;
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .product-verification-table > div {
    grid-template-columns: 1.4fr .8fr .8fr .9fr;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    font-size: 10px;
  }

  .product-verification-table > div:first-child {
    font-size: 9px;
  }

  .product-verification-footer {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
  }

  .product-verification-footer p {
    margin: 0;
    color: #6b7280;
    font-size: 10px;
  }

  .product-verification-footer button {
    min-height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #131315;
    font-family: var(--font-interface);
    font-size: 14px;
    font-weight: 600;
  }

  .product-coa-batches {
    position: relative;
    width: 100%;
    max-width: 1500px;
    height: var(--product-coa-desktop-height, 710px);
    padding: 24px 32px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .product-coa-batches__head {
    height: 103.5px;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .product-coa-batches__head > div {
    width: 448px;
  }

  .product-coa-batches__head .eyebrow {
    margin: 0 0 4px;
    font-size: 10px;
    line-height: 16px;
  }

  .product-coa-batches__head h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.6px;
  }

  .product-coa-batches__head p {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 18px;
  }

  .product-certificate-viewport {
    height: calc(var(--product-coa-desktop-height, 710px) - 171.5px);
    margin-top: 0;
  }

  .product-certificate-track {
    height: calc(var(--product-coa-desktop-height, 710px) - 171.5px);
    display: flex;
    gap: 14px;
    padding: 8px 0 12px 5px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-certificate-card {
    width: 300px;
    height: calc(var(--product-coa-desktop-height, 710px) - 191.5px);
    flex: 0 0 300px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px -14px rgba(21, 163, 74, .18);
    scroll-snap-align: start;
  }

  .product-certificate-card.is-active {
    border-color: transparent;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px -14px rgba(21, 163, 74, .18), 0 0 0 1px #ececec;
  }

  .product-certificate-card__copy {
    height: calc(var(--product-coa-desktop-height, 710px) - 191.5px);
    padding: 20px;
    box-sizing: border-box;
  }

  .product-certificate-card__top h3 {
    font-size: 15px;
    line-height: 20.625px;
  }

  .product-certificate-card__purity {
    margin-top: 16px;
    font-size: 32px;
  }

  .product-certificate-card__copy dl {
    height: calc(var(--product-coa-desktop-height, 710px) - 451.5px);
    display: block;
    padding: 0;
    margin: 16px 0 0;
    overflow: hidden;
  }

  .product-certificate-card__copy dl > div {
    height: 36.9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #efefef;
  }

  .product-certificate-card__copy dd {
    margin-top: 0;
  }

  .product-certificate-card__copy > p {
    min-height: 18px;
    margin: 8px 0 0;
  }

  .product-certificate-card__copy .button {
    min-height: 44px;
    margin-top: 8px;
  }

  .product-certificate-controls {
    position: absolute;
    top: 92px;
    right: 32px;
    gap: 8px;
    margin: 0;
  }

  .product-certificate-controls button {
    width: 36px;
    height: 36px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
  }

  .product-certificate-controls button span {
    color: #6b7280;
    font-size: 14px;
  }

  .related-section {
    width: 100%;
    max-width: none;
    height: 460px;
    padding: 32px 8px;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .related-section + .product-compound-information {
    margin-top: 1px;
  }

  .related-section .section-heading {
    width: 100%;
    max-width: 1500px;
    padding: 0 32px;
    margin: 0 auto;
  }

  .related-section .section-heading .eyebrow {
    display: none;
  }

  .related-section .section-heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: normal;
  }

  .related-section .store-source-grid--related {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    padding: 0 56px;
    overflow: visible;
  }

  .related-section .store-product-card {
    width: 220px;
    height: 320px;
    flex: 0 0 220px;
    border-radius: 16px;
  }

  .related-section .store-product-card .product-card__image {
    height: 220px;
    aspect-ratio: 1;
  }

  .related-section .store-product-card .product-card__body {
    height: 100px;
    min-height: 100px;
    padding: 10px 12px;
  }

  .related-section .product-card__heading {
    height: 24px;
    margin: 0;
  }

  .related-section .store-product-card h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .related-section .store-product-card .product-card__price {
    min-height: 24px;
    font-size: 13px;
    line-height: 14px;
  }

  .related-section .store-product-card .product-card__price span {
    font-size: 8px;
    line-height: 9px;
  }

  .related-section .store-product-card .product-card__category {
    min-height: 16px;
    margin: 2px 0 5px;
    font-size: 10px;
    line-height: 16px;
  }

  .related-section .store-product-card .product-card__actions {
    height: 28px;
  }

  .related-section .store-product-card .product-card__actions .button {
    min-height: 28px;
    padding: 3px;
    font-size: 8px;
  }

  .product-compound-information {
    height: var(--product-compound-desktop-height, 664px);
    padding: 32px 0;
    box-sizing: border-box;
  }

.product-compound-information > .section-shell,
.product-original-references > .section-shell {
  width: min(100%, 1200px);
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}

  .product-compound-information__head {
    height: 60px;
    gap: 16px;
  }

  .product-compound-information__head h2,
  .product-original-references h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .product-compound-information__grid {
    height: calc(var(--product-compound-desktop-height, 664px) - 148px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
  }

  .product-compound-information__grid article {
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
  }

  .product-original-references {
    height: auto;
    min-height: 0;
    padding: 32px 0;
    box-sizing: border-box;
  }

  .product-original-references header {
    height: 60px;
    margin-bottom: 24px;
  }

  .product-original-references__grid {
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 16px;
  }

  .product-original-references__grid > a {
    min-height: 190px;
    height: auto;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .product-handling-notice {
    width: 100%;
    max-width: 1440px;
    height: 331px;
    padding: 48px 24px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .product-handling-notice > div {
    height: 235px;
    padding: 36px;
    border: 2px solid #ffe5e5;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .product-handling-notice p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 23.8px;
  }
}

/* Final information-card typography and table rhythm. */
.product-compound-information .product-information-card__kicker > p {
  margin: 0;
  color: #5f6762;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .05em;
}

.product-compound-information .product-information-card__description {
  margin: 0 0 20px;
  color: #4a5568;
  font-size: 14px;
  line-height: 22.75px;
}

.product-compound-information .product-information-card__facts {
  gap: 0;
  padding: 16px;
  margin: 0;
  color: #27272a;
  font-size: 12px;
  line-height: 16px;
}

.product-compound-information .product-information-card__footer {
  margin: 12px 0 0;
  color: #9aa0a8;
  font-size: 11px;
  line-height: 16px;
}

@media (min-width: 769px) and (max-width: 1022px) {
  .product-page[data-product-slug="wolverine-stack"] .product-source-stage {
    --product-stage-desktop-height: max(731.25px, calc(1425px - 75vw));
  }
}

@media (max-width: 768px) {
  .related-section {
    height: var(--product-related-mobile-height, 382.5px);
    padding: 24px 0;
    margin-bottom: 1px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .related-section .section-heading {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
  }

  .related-section .section-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .related-section .section-heading p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 18px;
  }

  .related-section .store-source-grid--related {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    padding: 0 20px;
    overflow: visible;
  }

  .related-section .store-product-card {
    width: calc((100vw - 52px) / 2);
    height: 267px;
    flex: 0 0 calc((100vw - 52px) / 2);
    border-radius: 16px;
  }

  .related-section .store-product-card .product-card__image {
    height: calc((100vw - 52px) / 2);
    aspect-ratio: 1;
  }

  .related-section .store-product-card .product-card__body {
    height: 98px;
    min-height: 98px;
    padding: 9px 10px;
    box-sizing: border-box;
  }

  .related-section .product-card__heading {
    height: 22px;
    grid-template-columns: 1fr auto;
    margin: 0;
  }

  .related-section .store-product-card h3,
  .related-section .store-product-card .product-card__price {
    min-height: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .related-section .store-product-card .product-card__price {
    text-align: right;
  }

  .related-section .store-product-card .product-card__price span {
    display: block;
    margin: 0;
    font-size: 7px;
    line-height: 8px;
  }

  .related-section .store-product-card .product-card__category {
    min-height: 16px;
    margin: 2px 0 5px;
    font-size: 9px;
    line-height: 16px;
  }

  .related-section .store-product-card .product-card__actions {
    height: 28px;
  }

  .related-section .store-product-card .product-card__actions .button {
    min-height: 28px;
    padding: 3px;
    font-size: 8px;
  }

  .product-compound-information > .section-shell,
  .product-original-references > .section-shell {
    width: 100%;
    max-width: none;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
  }

  .product-compound-information__head,
  .product-original-references header {
    height: 56px;
  }

  .product-compound-information__head h2,
  .product-original-references h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .product-compound-information__head p,
  .product-original-references header p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .product-compound-information__grid {
    height: calc(var(--product-compound-mobile-height, 0px) - 124px);
    gap: 24px;
    margin-top: 20px;
  }

  .product-original-references__grid {
    height: auto;
    margin-top: 20px;
  }

  .product-handling-notice {
    width: 100%;
    max-width: none;
    height: 502.5px;
    padding: 32px 24px;
    margin: 0;
    box-sizing: border-box;
  }

  .product-handling-notice > div {
    width: 100%;
    height: 438.5px;
    padding: 24px;
    box-sizing: border-box;
  }

  .product-handling-notice strong {
    display: block;
    font-size: 14px;
    line-height: 28px;
  }

  .product-handling-notice p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22.75px;
  }

  .product-source-gallery__main {
    display: grid;
    place-items: center;
    background: #f7f7f7;
  }

  .product-coa-batches {
    width: 100%;
    max-width: none;
    height: var(--product-coa-mobile-height, 682px);
    padding: 16px;
    margin: 0;
    box-sizing: border-box;
  }

  .product-coa-batches__head {
    width: 100%;
    height: 91.5px;
    display: block;
    margin: 0 0 20px;
  }

  .product-coa-batches__head > div {
    width: 100%;
    height: 91.5px;
  }

  .product-coa-batches__head > a {
    display: none;
  }

  .product-coa-batches__head .eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: .16em;
  }

  .product-coa-batches__head h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.5px;
  }

  .product-coa-batches__head p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 19.5px;
  }

  .product-certificate-viewport {
    width: 100%;
    height: 538.5px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

  .product-certificate-track {
    width: 100%;
    height: 538.5px;
    grid-auto-columns: 280px;
    gap: 14px;
    padding: 8px 0 12px 5px;
    box-sizing: border-box;
  }

  .product-certificate-card {
    width: 280px;
    height: 518.5px;
    flex: 0 0 280px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px -14px rgba(21, 163, 74, .18), 0 0 0 1px #ececec;
  }

  .product-certificate-card__copy {
    height: 518.5px;
    padding: 20px;
    box-sizing: border-box;
  }

  .product-certificate-card__top {
    height: 20.625px;
    gap: 8px;
  }

  .product-certificate-card__top h3 {
    margin: 0;
    font-size: 15px;
    line-height: 20.625px;
  }

  .product-certificate-card__copy > .product-certificate-card__lot {
    min-height: 18px;
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 18px;
  }

  .product-certificate-card__result {
    height: 55.5px;
    gap: 14px;
    margin: 16px 0;
  }

  .product-certificate-card__seal {
    width: 44px;
    height: 44px;
  }

  .product-certificate-card__purity {
    margin: 0;
    font-size: 28px;
    line-height: 31.5px;
  }

  .product-certificate-card__copy dl {
    height: 257.5px;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .product-certificate-card__copy dl > div,
  .product-certificate-card__copy dl > div:last-child:nth-child(odd) {
    width: 100%;
    height: auto;
    min-height: 36.5px;
    display: flex;
    grid-column: auto;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
  }

  .product-certificate-card__copy dl > div:last-child {
    border-bottom: 0;
  }

  .product-certificate-card__copy dt,
  .product-certificate-card__copy dd {
    font-size: 11px;
    line-height: 16.5px;
  }

  .product-certificate-card__copy dd {
    margin: 0;
  }

  .product-certificate-card__copy > .product-certificate-card__assays {
    margin: 16px 0 12px;
    color: #8a8f98;
    font-size: 11px;
    line-height: 17.875px;
  }

  .product-certificate-card__copy .button {
    min-height: 44px;
  }

  .product-certificate-controls {
    display: none;
  }

  .product-source-gallery__main img {
    width: auto;
    height: auto;
    max-width: calc(100% - 64px);
    max-height: 260px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .product-verification-section {
    height: var(--product-verification-mobile-height, 1298.09375px);
    padding: 40px 0;
    box-sizing: border-box;
  }

  .product-verification-section > .section-shell {
    width: 100%;
    display: block;
    padding: 0 24px;
    margin: 0;
    box-sizing: border-box;
  }

  .product-verification-surface {
    height: calc(var(--product-verification-mobile-height, 1298.09375px) - 80px);
    padding: 40px 16px;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .product-verification-section__intro {
    width: 100%;
    height: 197.09375px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .product-verification-section__intro .eyebrow {
    margin: 0;
    color: #16a34a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    line-height: 16.5px;
    text-transform: uppercase;
  }

  .product-verification-section__intro h2 {
    margin: 12px 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 30.8px;
    letter-spacing: -.7px;
  }

  .product-verification-section__intro p:last-child {
    margin: 16px 0 0;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 22.75px;
  }

  .product-verification-report {
    height: 786px;
    display: grid;
    gap: 16px;
  }

  .product-verification-summary {
    height: 326px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    background: #131315;
    box-sizing: border-box;
  }

  .product-verification-summary > span,
  .product-verification-summary > strong,
  .product-verification-summary > small,
  .product-verification-summary > b,
  .product-verification-summary > em {
    display: block;
  }

  .product-verification-summary > span {
    font-size: 11px;
    font-weight: 700;
  }

  .product-verification-summary > strong {
    margin-top: 3px;
    font-size: 13px;
  }

  .product-verification-summary > small {
    margin-top: 22px;
    color: #9ca3af;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .product-verification-summary > b {
    margin-top: 6px;
    font-size: 48px;
    line-height: 52px;
  }

  .product-verification-summary > em {
    color: #d1d5db;
    font-size: 11px;
    font-style: normal;
  }

  .product-verification-summary > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
  }

  .product-verification-summary > div span {
    padding: 6px 8px;
    border: 1px solid #374151;
    border-radius: 999px;
    color: #d1d5db;
    font-size: 8px;
  }

  .product-verification-card {
    height: 444px;
    overflow: hidden;
    border: 1px solid #e6e8ec;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
  }

  .product-verification-table {
    height: 442px;
    display: grid;
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .product-verification-table > div {
    grid-template-columns: 1.3fr .85fr .85fr .9fr;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    font-size: 7px;
  }

  .product-verification-table > div:first-child {
    font-size: 6px;
  }

  .product-verification-footer {
    display: grid;
    gap: 16px;
    margin-top: 24px;
  }

  .product-verification-footer p {
    margin: 0;
    color: #8998a4;
    font-size: 12px;
    line-height: 19.5px;
  }

  .product-verification-footer button {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #131315;
    font-family: var(--font-interface);
    font-size: 11px;
    font-weight: 600;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .related-section {
    height: calc(var(--product-related-mobile-height, 382.5px) + 77.5px);
  }

  .related-section .store-product-card {
    width: 220px;
    height: 320px;
    flex-basis: 220px;
  }

  .related-section .store-product-card .product-card__image {
    height: 220px;
  }

  .related-section .store-product-card .product-card__body {
    height: 100px;
    min-height: 100px;
    padding: 10px 12px;
  }
}

/* Source-parity product shipping and paired-product carousel. */
.product-card-assurances {
  height: 66px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  margin-top: 12px;
  border-radius: 12px;
  background: #f8f8f8;
  box-sizing: border-box;
}

.product-card-assurances div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  color: #555;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

.product-card-assurances svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #16a34a;
}

.product-card-assurances span {
  display: block;
}

.product-service-assurances {
  height: 144px;
  padding: 24px 0;
  border: 0;
  background: #fff;
  box-sizing: border-box;
}

.product-service-assurances .section-shell {
  width: 100%;
  max-width: 1500px;
  height: 96px;
  padding: 0 32px;
  margin: 0 auto;
}

.product-service-assurances article {
  min-height: 96px;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px;
  border: 0;
  text-align: center;
}

.product-service-assurances__icon {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: #16a34a;
  background: #f0fdf4;
}

.product-service-assurances__icon svg {
  width: 16px;
  height: 16px;
}

.product-service-assurances strong {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.product-service-assurances span:not(.product-service-assurances__icon) {
  margin-top: 0;
  color: #666;
  font-size: 11px;
  line-height: 16px;
}

.related-section {
  position: relative;
  width: 100%;
  max-width: none;
  height: 380px;
  padding: 8px 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.related-section + .product-source-divider {
  margin-top: 0;
}

.related-section .section-heading {
  width: min(calc(100% - 48px), 1140px);
  max-width: none;
  padding: 0;
  margin: 0 auto;
}

.related-section .section-heading h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
}

.related-section .section-heading p {
  margin: 2px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 18px;
}

.related-section .store-source-grid--related {
  display: flex;
  gap: 12px;
  width: 100%;
  margin: 20px 0 0;
  padding: 0 72px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-padding-inline: 72px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  box-sizing: border-box;
}

.related-section .store-source-grid--related::-webkit-scrollbar {
  display: none;
}

.related-section .store-source-grid--related > .related-product-card {
  width: 180px;
  height: 262px;
  display: flex;
  flex: 0 0 180px;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #f8f8f8;
  scroll-snap-align: start;
  transition: transform .2s ease, box-shadow .2s ease;
}

.related-section .related-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(19, 19, 21, .08);
}

.related-product-card__image {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
  flex: 0 0 180px;
  overflow: hidden;
  background: #f1f3f2;
}

.related-product-card__image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}

.related-product-card:hover .related-product-card__image > img {
  transform: scale(1.04);
}

.related-product-card__body {
  height: 82px;
  display: flex;
  flex: 0 0 82px;
  flex-direction: column;
  padding: 9px 10px 8px;
  background: #f8f8f8;
  box-sizing: border-box;
}

.related-product-card__body h3 {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #131315;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-product-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.related-product-card__category {
  overflow: hidden;
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 11px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}

.related-product-card__price {
  margin: 0;
  color: #131315;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.related-product-card__price span {
  margin-right: 4px;
  color: #8a8f98;
  font-size: 9px;
  font-weight: 400;
}

.related-product-card__arrow {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: #050608;
}

.related-product-card__arrow img {
  width: 11px;
  height: 11px;
  filter: invert(1);
}

.related-carousel__control {
  position: absolute;
  z-index: 3;
  top: 187px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d9ddda;
  border-radius: 50%;
  color: #111;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 2px 8px rgba(19, 19, 21, .05);
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease;
}

.related-carousel__control:hover {
  border-color: #111;
  transform: scale(1.05);
}

.related-carousel__control--previous {
  left: 18px;
}

.related-carousel__control--next {
  right: 18px;
}

.related-carousel__control img {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .product-card-assurances {
    height: 66px;
    padding: 10px 8px;
  }

  .product-card-assurances div {
    font-size: 8px;
    line-height: 10px;
  }

  .product-card-assurances svg {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .product-service-assurances {
    height: 104px;
    padding: 16px 0;
  }

  .product-service-assurances .section-shell {
    height: 72px;
    padding: 0 8px;
  }

  .product-service-assurances article {
    min-height: 72px;
    gap: 5px;
    padding: 4px;
    border: 0;
  }

  .product-service-assurances__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .product-service-assurances strong {
    font-size: 10px;
    line-height: 12px;
  }

  .product-service-assurances span:not(.product-service-assurances__icon) {
    font-size: 8px;
    line-height: 11px;
  }

  .related-section {
    height: var(--product-related-mobile-height, 382.5px);
    padding: 24px 0;
    margin-bottom: 1px;
  }

  .related-section .section-heading {
    width: calc(100% - 40px);
  }

  .related-section .section-heading h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .related-section .section-heading p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .related-section .store-source-grid--related {
    gap: 12px;
    margin-top: 24px;
    padding: 0 20px 8px;
    scroll-padding-inline: 20px;
  }

  .related-section .store-source-grid--related > .related-product-card {
    width: min(180px, calc((100vw - 52px) / 2));
    height: auto;
    flex: 0 0 min(180px, calc((100vw - 52px) / 2));
  }

  .related-section .related-product-card__image {
    width: 100%;
    height: auto;
    flex-basis: auto;
    aspect-ratio: 1;
  }

  .related-section .related-product-card__body {
    height: 82px;
    flex-basis: 82px;
    padding: 8px;
  }

  .related-section .related-product-card__body h3 {
    font-size: 10px;
    line-height: 14px;
  }

  .related-section .related-product-card__category {
    font-size: 9px;
    line-height: 14px;
  }

  .related-section .related-product-card__price {
    font-size: 11px;
    line-height: 20px;
  }

  .related-section .related-product-card__price span {
    display: block;
    margin: 0;
    font-size: 7px;
    line-height: 8px;
  }

  .related-section .related-product-card__arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .related-carousel__control {
    display: none;
  }
}

.related-product-card .product-card__badge {
  top: 8px;
  left: 8px;
  width: auto;
  min-width: 0;
  height: 24px;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #10b981;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
}

.related-product-card .product-card__badge svg {
  width: 12px;
  height: 12px;
}

.related-product-card .product-card__badge--spray {
  color: #27313f;
  background: #cbe5fc;
}

.related-section::before,
.related-section::after {
  position: absolute;
  z-index: 2;
  top: 60px;
  bottom: 0;
  width: 64px;
  content: "";
  pointer-events: none;
}

.related-section::before {
  left: 0;
  background: #fff;
}

.related-section::after {
  right: 0;
  background: linear-gradient(270deg, #fff 35%, rgba(255, 255, 255, 0));
}

@media (max-width: 768px) {
  .related-section::before,
  .related-section::after {
    top: 82px;
    width: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .product-page[data-product-slug="wolverine-stack"] .product-source-card {
    padding-bottom: 7px;
  }
}

@media (max-width: 340px) {
  .source-document-page--affiliate .source-document-module--1 {
    height: 1406px;
  }
}

.product-compound-information__grid article {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-information-card__facts dd {
  min-width: 0;
  color: #27272a;
  overflow-wrap: anywhere;
}

/* Product artwork stays attached to the image during motion. */
.product-image-media {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform-origin: center;
}

.product-image-media > img {
  width: 100%;
  height: 100%;
  display: block;
}

.store-product-card .product-image-media {
  transition: transform 300ms cubic-bezier(.4, 0, .2, 1);
}

.store-product-card .product-image-media > img {
  object-fit: cover;
  object-position: 80% center;
  transform: none;
}

.store-product-card:hover .product-image-media {
  transform: scale(1.05);
}

.store-product-card:hover .product-image-media > img {
  transform: none;
}

.product-guide-card__image .product-image-media > img {
  object-fit: cover;
  object-position: 80% center;
}

.product-guide-card__image.product-card__image--portrait .product-image-media > img {
  padding: 18px 28px 0;
  object-fit: contain;
  object-position: center bottom;
}

.related-product-card .product-image-media {
  transition: transform .3s ease;
}

.related-product-card .product-image-media > img {
  object-fit: cover;
  transform: none;
}

.related-product-card:hover .product-image-media {
  transform: scale(1.04);
}

.related-product-card:hover .product-image-media > img {
  transform: none;
}

.product-source-gallery__image-frame {
  position: relative;
  max-width: calc(100% - 96px);
  max-height: 380px;
  display: inline-block;
  line-height: 0;
}

.product-source-gallery__main .product-source-gallery__image-frame > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 380px;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {
  .product-source-gallery__image-frame {
    max-width: calc(100% - 64px);
    max-height: 260px;
  }

  .product-source-gallery__main .product-source-gallery__image-frame > img {
    max-height: 260px;
  }
}

@media (min-width: 769px) and (max-width: 849px) {
  .product-mass-options > button:nth-last-child(n + 3),
  .product-mass-options > button:nth-last-child(n + 3) ~ button {
    padding-inline: 3px;
    font-size: 12px;
  }
}
