.pdp-v1 {
  --pdp-paper: #fafaf9;
  --pdp-ink: #1b1b1d;
  --pdp-olive: #5f6b2e;
  --pdp-olive-dark: #4a5424;
  --pdp-stone: #e7e5e0;
  --pdp-muted: #6b6960;
  --pdp-wash: #f1f0ec;
  --pdp-tint: #eff1e4;
  --pdp-card: #fff;
  overflow-x: clip;
  color: var(--pdp-ink);
  background: var(--pdp-paper);
  font-family: "Schibsted Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.pdp-v1 *, .pdp-v1 *::before, .pdp-v1 *::after { box-sizing: border-box; }
.pdp-v1 h1, .pdp-v1 h2, .pdp-v1 h3 { font-family: "Newsreader", Georgia, serif; font-weight: 500; line-height: 1.15; }
.pdp-v1 img { display: block; max-width: 100%; }
.pdp-v1 a { color: var(--pdp-olive); }
.pdp-v1 button { font: inherit; }
.pdp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.pdp-skip {
  position: fixed;
  z-index: 10001;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #171716;
  transform: translateY(-160%);
}
.pdp-skip:focus { transform: translateY(0); }

.pdp-banner {
  padding: 10px 16px;
  color: #fff;
  background: var(--pdp-olive);
  text-align: center;
  font-size: 14.5px;
  letter-spacing: .01em;
}
.pdp-banner strong { font-weight: 700; }
.pdp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid var(--pdp-stone);
  background: var(--pdp-paper);
}
.pdp-wordmark {
  color: var(--pdp-ink) !important;
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
}
.pdp-bag {
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  color: var(--pdp-muted);
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}
.pdp-bag:hover { color: var(--pdp-ink); }
.pdp-wordmark:focus-visible, .pdp-bag:focus-visible, .pdp-v1 a:focus-visible, .pdp-v1 button:focus-visible, .pdp-v1 summary:focus-visible, .pdp-track:focus-visible {
  outline: 3px solid #c16f35;
  outline-offset: 3px;
}

.pdp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.pdp-buyzone {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 48px;
  align-items: start;
  padding: 36px 0 56px;
}
.pdp-gallery { position: sticky; top: 16px; }
.pdp-track {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  border-radius: 6px;
  background: var(--pdp-wash);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.pdp-track::-webkit-scrollbar { display: none; }
.pdp-slide {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 8% 10%;
  overflow: hidden;
  background: var(--pdp-tint);
  scroll-snap-align: start;
}
.pdp-slide--image { display: block; padding: 0; }
.pdp-slide--image img { width: 100%; height: 100%; object-fit: cover; }
.pdp-slide--contain img { object-fit: contain; background: var(--pdp-wash); }
.pdp-slide--dark { color: #fff; background: var(--pdp-olive); }
.pdp-slide h2 { margin: 0 0 18px; color: inherit; font-size: clamp(26px, 2.8vw, 34px); }
.pdp-slide blockquote {
  margin: 16px 0 14px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(24px, 2.7vw, 32px);
  font-style: italic;
  line-height: 1.3;
}
.pdp-voice-attr { margin: 0 0 12px; color: var(--pdp-muted); font-size: 16px; }
.pdp-slide--dark .pdp-voice-attr { color: rgba(255, 255, 255, .72); }
.pdp-slide-cite { margin: 0; color: var(--pdp-muted); font-size: 16px; }
.pdp-slide--dark .pdp-slide-cite, .pdp-slide--dark .pdp-slide-cite a { color: rgba(255, 255, 255, .78); }
.pdp-slide-cite a { color: inherit; }
.pdp-quote-mark { height: 42px; color: var(--pdp-olive); font-family: "Newsreader", Georgia, serif; font-size: 60px; line-height: .9; }
.pdp-stat-big { font-family: "Newsreader", Georgia, serif; font-size: clamp(54px, 7vw, 76px); font-weight: 500; line-height: 1; }
.pdp-stat-copy { max-width: 32ch; margin: 14px 0 0; font-size: 20px; line-height: 1.5; }
.pdp-stat-cite { margin: 16px 0 0; font-size: 15px; opacity: .75; }
.pdp-slide-ingredient { padding: 10px 0; border-top: 1px solid rgba(0, 0, 0, .08); }
.pdp-slide-ingredient:first-of-type { border-top: 0; }
.pdp-slide-ingredient strong { display: block; font-size: 19px; }
.pdp-slide-ingredient span { display: block; color: var(--pdp-muted); font-size: 16.5px; }
.pdp-slide--dark .pdp-slide-ingredient { border-color: rgba(255, 255, 255, .18); }
.pdp-slide--dark .pdp-slide-ingredient span { color: rgba(255, 255, 255, .75); }
.pdp-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.pdp-dot {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.pdp-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 0 4px rgba(27, 27, 29, .45);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .15s, background .15s;
}
.pdp-dot.is-active::before { background: #fff; transform: translate(-50%, -50%) scale(1.3); }

.pdp-buycard h1 { margin: 0; font-size: clamp(27px, 2.9vw, 36px); line-height: 1.2; }
.pdp-buycard h1 em { color: var(--pdp-olive-dark); font-style: italic; }
.pdp-benefit { margin: 10px 0 0; color: var(--pdp-ink); font-size: 17.5px; }
.pdp-benefit strong { font-family: "Newsreader", Georgia, serif; font-weight: 600; }
.pdp-joinline { margin: 10px 0 0; color: var(--pdp-muted); font-size: 14.5px; line-height: 1.55; }
.pdp-proofline { margin-top: 16px; padding: 13px 16px; border-radius: 6px; background: var(--pdp-tint); font-size: 14.5px; line-height: 1.5; }
.pdp-proofline strong { color: var(--pdp-olive-dark); }
.pdp-proofline span { color: var(--pdp-muted); }
.pdp-credline { margin: 10px 0 0; color: var(--pdp-muted); font-size: 14px; }
.pdp-options { display: flex; flex-direction: column; gap: 10px; margin: 22px 0 0; padding: 0; border: 0; }
.pdp-options legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pdp-option {
  position: relative;
  display: block;
  padding: 14px 16px;
  border: 1.5px solid var(--pdp-stone);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.pdp-option.is-selected { border-color: var(--pdp-olive); box-shadow: 0 0 0 1px var(--pdp-olive); }
.pdp-option:focus-within { outline: 3px solid #c16f35; outline-offset: 3px; }
.pdp-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pdp-option-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pdp-option-mode { font-size: 15.5px; font-weight: 700; }
.pdp-option-price { white-space: nowrap; font-size: 17px; font-weight: 700; }
.pdp-option-was { margin-right: 6px; color: var(--pdp-muted); font-size: 14.5px; font-weight: 400; text-decoration: line-through; }
.pdp-option-sub { display: block; margin-top: 4px; color: var(--pdp-muted); font-size: 13.5px; }
.pdp-cta {
  width: 100%;
  min-height: 56px;
  margin-top: 16px;
  padding: 13px 17px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--pdp-olive);
  font-family: "Schibsted Grotesk", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
}
.pdp-cta:hover, .pdp-cta.is-added { background: var(--pdp-olive-dark); }
.pdp-guarantee { margin: 12px 0 0; color: var(--pdp-muted); text-align: center; font-size: 13.5px; line-height: 1.55; }
.pdp-cadence { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--pdp-stone); color: var(--pdp-muted); font-size: 14px; }
.pdp-trustbar { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--pdp-stone); }
.pdp-trustbar div { display: flex; align-items: center; gap: 8px; color: var(--pdp-muted); font-size: 12.5px; }
.pdp-trustbar img { width: 22px; height: 22px; color: var(--pdp-olive); }

.pdp-band { padding: 60px 0; }
.pdp-band--tint { background: var(--pdp-tint); }
.pdp-band--washed { background: var(--pdp-wash); }
.pdp-band--dark { color: #fff; background: var(--pdp-olive); }
.pdp-band h2 { max-width: 24ch; margin: 0; font-size: clamp(27px, 3vw, 36px); }
.pdp-band--dark h2 { color: #fff; }
.pdp-centered-heading { max-width: none !important; margin-right: auto !important; margin-left: auto !important; text-align: center; }
.pdp-lead { max-width: 62ch; margin: 14px 0 0; color: var(--pdp-muted); font-size: 17px; }
.pdp-band--dark .pdp-lead { color: rgba(255, 255, 255, .82); }
.pdp-accordions { max-width: 760px; margin: 30px auto 0; }
.pdp-accordions details { border-top: 1px solid var(--pdp-stone); }
.pdp-accordions details:last-of-type { border-bottom: 1px solid var(--pdp-stone); }
.pdp-accordions summary { position: relative; padding: 19px 30px 19px 0; font-size: 16.5px; font-weight: 700; list-style: none; cursor: pointer; }
.pdp-accordions summary::-webkit-details-marker { display: none; }
.pdp-accordions summary::after { position: absolute; top: 16px; right: 4px; color: var(--pdp-olive); font-size: 22px; font-weight: 400; content: "+"; }
.pdp-accordions details[open] summary::after { content: "−"; }
.pdp-accordions details > p, .pdp-accordion-body p { max-width: 70ch; margin: 0; padding: 0 0 20px; color: var(--pdp-muted); }
.pdp-accordion-image { width: 100%; max-width: 380px; margin: 6px 0 18px; border-radius: 6px; }
.pdp-bigquote { max-width: 760px; margin: 0 auto; text-align: center; }
.pdp-bigquote h2 { max-width: none; }
.pdp-bigquote .pdp-lead { margin-right: auto; margin-left: auto; }
.pdp-bigquote blockquote { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(24px, 3vw, 34px); font-style: italic; line-height: 1.35; }
.pdp-bigquote figcaption { margin-top: 16px; color: var(--pdp-muted); font-size: 15px; }
.pdp-pull-fine { max-width: 60ch; margin: 20px auto 0; color: var(--pdp-muted); font-size: 12.5px; line-height: 1.5; }
.pdp-evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.pdp-evidence-card { padding: 26px 24px; border: 1px solid var(--pdp-stone); border-radius: 8px; background: var(--pdp-card); }
.pdp-evidence-card strong { display: block; color: var(--pdp-olive-dark); font-family: "Newsreader", Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1.15; }
.pdp-evidence-card p { margin: 8px 0 0; font-size: 15px; }
.pdp-evidence-card a { display: inline-block; margin-top: 12px; color: var(--pdp-muted); font-size: 13px; }
.pdp-note { max-width: 70ch; margin: 22px 0 0; color: var(--pdp-muted); font-size: 14px; line-height: 1.6; }
.pdp-quiz { max-width: 640px; margin: 0 auto; text-align: center; }
.pdp-quiz h2 { max-width: none; }
.pdp-quiz .pdp-lead { margin-right: auto; margin-left: auto; }
.pdp-quiz-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 18px; padding: 10px 30px; border: 1.5px solid var(--pdp-olive); border-radius: 8px; color: var(--pdp-olive-dark) !important; font-size: 15.5px; font-weight: 700; text-decoration: none; }
.pdp-quiz-link:hover { background: rgba(255, 255, 255, .5); }
.pdp-reviews { margin: 0; padding: 60px 24px; background: var(--pdp-paper); }
.pdp-finale { max-width: 640px; margin: 0 auto; text-align: center; }
.pdp-finale h2 { max-width: none; }
.pdp-finale .pdp-lead { margin-right: auto; margin-left: auto; }
.pdp-finale .pdp-cta { display: block; max-width: 380px; margin: 26px auto 0; }
.pdp-finale .pdp-guarantee { color: rgba(255, 255, 255, .8); }
.pdp-cta--light { color: var(--pdp-olive-dark); background: #fff; }
.pdp-cta--light:hover, .pdp-cta--light.is-added { color: #fff; background: var(--pdp-olive-dark); }
.pdp-disclaimer { padding: 26px 24px; border-top: 1px solid #343432; color: rgba(255, 255, 255, .68); background: #171716; }
.pdp-disclaimer p { max-width: 1112px; margin: 0 auto; font-size: 11.5px; line-height: 1.6; }
.pdp-sticky { display: none; }

@media (max-width: 900px) {
  .pdp-header { padding: 12px 18px; }
  .pdp-wrap { padding: 0 18px; }
  .pdp-buyzone { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 20px; }
  .pdp-gallery { position: relative; top: auto; }
  .pdp-slide { padding: 6% 7%; }
  .pdp-slide--image { padding: 0; }
  .pdp-slide h2 { margin-bottom: 8px; font-size: 23px; }
  .pdp-slide-ingredient { padding: 7px 0; }
  .pdp-slide-ingredient strong { font-size: 16px; }
  .pdp-slide-ingredient span { font-size: 14px; line-height: 1.38; }
  .pdp-band { padding: 44px 0; }
  .pdp-evidence-grid { grid-template-columns: 1fr; }
  .pdp-sticky {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
    border-top: 1px solid var(--pdp-stone);
    background: #fff;
    box-shadow: 0 -4px 18px rgba(27, 27, 29, .07);
    transform: translateY(110%);
    transition: transform .2s ease;
  }
  .pdp-sticky.is-visible { transform: translateY(0); }
  .pdp-sticky strong { display: block; max-width: 47vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13.5px; }
  .pdp-sticky span { display: block; color: var(--pdp-muted); font-size: 12px; }
  .pdp-sticky .pdp-cta { width: auto; min-height: 44px; margin: 0; padding: 9px 16px; white-space: nowrap; font-size: 14px; }
}

@media (max-width: 374px) {
  .pdp-slide h2 { font-size: 21px; }
  .pdp-slide-ingredient span { font-size: 13px; }
  .pdp-stat-big { font-size: 52px; }
  .pdp-stat-copy { margin-top: 10px; font-size: 17px; line-height: 1.45; }
  .pdp-voice-attr { margin-bottom: 8px; font-size: 14px; }
  .pdp-stat-cite { margin-top: 12px; font-size: 13.5px; }
  .pdp-slide blockquote { margin: 10px 0; font-size: 22px; }
  .pdp-slide-cite { font-size: 14.5px; }
  .pdp-sticky strong { max-width: 42vw; }
  .pdp-sticky .pdp-cta { padding-right: 12px; padding-left: 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-dot::before, .pdp-sticky { transition: none; }
}
