:root {
  --wo-cro-navy: #040f3d;
  --wo-cro-gold: #dea14b;
  --wo-cro-gold-hover: #c78c32;
  --wo-cro-text: #101828;
  --wo-cro-muted: #667085;
  --wo-cro-border: #e5e7eb;
  --wo-cro-soft: #f7f8fb;
  --wo-cro-success: #087a55;
}

/* Compact bovenstuk: productherkenning, daarna direct de uitkliks. */
.wo-pp-cro-compact {
  padding: 8px 0 28px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.wo-pp-cro-product-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  padding: 14px 18px;
  border: 1px solid #e7e9ef;
  border-radius: 18px;
  background: #fff;
}

.wo-pp-cro-product-strip__image {
  position: relative;
  display: grid;
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  place-items: center;
  padding: 7px;
  border-radius: 14px;
  background: #fff;
}

.wo-pp-cro-product-strip__image img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.wo-pp-cro-product-badge {
  position: absolute;
  top: -8px;
  left: -7px;
  z-index: 1;
  max-width: 104px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--wo-cro-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
}

.wo-pp-cro-product-strip__content {
  min-width: 0;
  flex: 1 1 auto;
}

.wo-pp-cro-product-strip__kicker {
  display: block;
  margin-bottom: 3px;
  color: #7a8497;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.wo-pp-cro-product-strip h1 {
  margin: 0;
  color: var(--wo-cro-navy);
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1.15;
}

.wo-pp-cro-product-strip__subline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: var(--wo-cro-muted);
  font-size: .83rem;
}

.wo-pp-cro-product-strip__subline strong {
  color: #344054;
  font-weight: 750;
}

/* Prijsblok */
.wo-pp-cro-top-prices {
  overflow: hidden;
  scroll-margin-top: 84px;
  border: 1px solid #d9dde7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(4, 15, 61, .08);
}

.wo-pp-cro-top-prices__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 20px 15px;
  border-bottom: 1px solid #eaecf0;
  background: #fff;
}

.wo-pp-cro-top-prices__head > div {
  min-width: 0;
}

.wo-pp-cro-top-prices__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #8a621e;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.wo-pp-cro-top-prices__head h2 {
  margin: 0;
  color: var(--wo-cro-navy);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.wo-pp-cro-top-prices__head p {
  max-width: 660px;
  margin: 5px 0 0;
  color: var(--wo-cro-muted);
  font-size: .79rem;
  line-height: 1.45;
}

.wo-pp-cro-top-prices__checked {
  flex: 0 0 auto;
  padding-bottom: 2px;
  color: #98a2b3;
  font-size: .7rem;
  white-space: nowrap;
}

.wo-pp-cro-top-offer-list {
  display: flex;
  flex-direction: column;
}

.wo-pp-cro-top-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 14px 16px 14px 20px;
  border-bottom: 1px solid #eaecf0;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: background-color .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.wo-pp-cro-top-offer:last-child {
  border-bottom: 0;
}

.wo-pp-cro-top-offer:hover,
.wo-pp-cro-top-offer:focus-visible {
  position: relative;
  z-index: 1;
  background: #fffaf2;
  box-shadow: inset 4px 0 0 var(--wo-cro-gold);
  outline: none;
}

.wo-pp-cro-top-offer--best {
  background: linear-gradient(90deg, #fffdf8 0%, #fff 42%);
}

.wo-pp-cro-top-offer.is-next-choice {
  background: #fffaf2;
  box-shadow: inset 4px 0 0 var(--wo-cro-gold);
}

.wo-pp-cro-top-offer.is-visited {
  opacity: .62;
}

.wo-pp-cro-top-offer__main {
  display: grid;
  grid-template-columns: minmax(128px, .72fr) minmax(180px, 1fr);
  align-items: center;
  gap: 10px 24px;
  min-width: 0;
}

.wo-pp-cro-offer-labels {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 0;
  margin-bottom: -2px;
}

.wo-pp-cro-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #667085;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.2;
}

.wo-pp-cro-label--best {
  background: #e8f7f1;
  color: var(--wo-cro-success);
}

.wo-pp-cro-label--sponsored {
  background: #f2f4f7;
  color: #475467;
}

.wo-pp-cro-label--visited {
  background: #f2f4f7;
  color: #667085;
}

.wo-pp-cro-label--next {
  background: #fff1d6;
  color: #744d11;
}

.wo-pp-cro-top-offer__price {
  min-width: 0;
}

.wo-pp-cro-top-offer__price-label {
  display: block;
  margin-bottom: 1px;
  color: #98a2b3;
  font-size: .66rem;
  font-weight: 700;
}

.wo-pp-cro-top-offer__price del {
  display: inline-block;
  margin-right: 7px;
  color: #98a2b3;
  font-size: .72rem;
}

.wo-pp-cro-top-offer__price strong {
  color: var(--wo-cro-navy);
  font-size: 1.32rem;
  line-height: 1;
}

.wo-pp-cro-top-offer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 13px;
  min-width: 0;
  color: #475467;
  font-size: .76rem;
}

.wo-pp-cro-top-offer__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* De aanbieder blijft transparant vermeld, maar is visueel secundair aan prijs en CTA. */
.wo-pp-cro-top-offer__meta small {
  flex-basis: 100%;
  margin-top: 1px;
  color: #a0a7b4;
  font-size: .67rem;
  font-weight: 600;
}

.wo-pp-cro-top-offer__button,
.wo-pp-cro-inline-compare__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 164px;
  min-height: 46px;
  padding: 11px 15px;
  border: 1px solid #d59a43;
  border-radius: 11px;
  background: var(--wo-cro-gold);
  box-shadow: 0 4px 12px rgba(222, 161, 75, .20);
  color: var(--wo-cro-navy);
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
}

.wo-pp-cro-top-offer:hover .wo-pp-cro-top-offer__button,
.wo-pp-cro-inline-compare:hover .wo-pp-cro-inline-compare__button {
  background: var(--wo-cro-gold-hover);
}

.wo-pp-cro-top-prices__trust {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-top: 1px solid #eaecf0;
  background: #fafbfc;
  color: #7d8798;
  font-size: .69rem;
  line-height: 1.35;
}

.wo-pp-cro-post-click-note {
  margin: 12px 16px 0;
  padding: 11px 13px;
  border: 1px solid #efd8ae;
  border-radius: 11px;
  background: #fffaf2;
  color: #634918;
  font-size: .79rem;
}

.wo-pp-cro-post-click-note strong,
.wo-pp-cro-post-click-note span {
  display: block;
}

.wo-pp-cro-post-click-note span {
  margin-top: 2px;
  color: #7a6540;
}

/* Rest van de bestaande pagina iets rustiger laten aansluiten. */
.wo-pp-cro-content-layout {
  margin-top: 4px;
}

.wo-pp-cro-summary-lead {
  max-width: 780px;
  margin: 7px 0 0;
  color: #475467;
  font-size: .98rem;
  line-height: 1.65;
}

.wo-pp-cro-pros-cons {
  margin-top: 22px;
  margin-bottom: 22px;
}

.wo-pp-cro-inline-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0 26px;
  padding: 14px 15px 14px 17px;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  background: #fafbfc;
  color: inherit;
  text-decoration: none;
}

.wo-pp-cro-inline-compare > span:first-child {
  color: var(--wo-cro-muted);
  font-size: .8rem;
}

.wo-pp-cro-inline-compare > span:first-child strong {
  display: block;
  margin-bottom: 2px;
  color: var(--wo-cro-navy);
  font-size: .94rem;
}

.wo-pp-cro-sidebar-card {
  color: inherit;
  text-decoration: none;
}

.wo-pp-cro-sidebar-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0 3px;
}

.wo-pp-cro-sidebar-price small,
.wo-pp-cro-sidebar-count {
  color: var(--wo-cro-muted);
  font-size: .72rem;
}

.wo-pp-cro-sidebar-price strong {
  color: var(--wo-cro-navy);
  font-size: 1.42rem;
}

.wo-pp-cro-sidebar-count {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

.wo-pp-cro-mobile-bar {
  display: none;
}

@media (max-width: 820px) {
  .wo-pp-cro-top-prices {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 767px) {
  .wo-pp-page {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  #go-top {
    display: none !important;
  }

  .wo-pp-breadcrumb {
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: .7rem;
  }

  .wo-pp-cro-compact {
    padding: 4px 0 18px;
  }

  .wo-pp-cro-product-strip {
    gap: 11px;
    margin-bottom: 9px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .wo-pp-cro-product-strip__image {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
    padding: 4px;
  }

  .wo-pp-cro-product-strip__image img {
    width: 62px;
    height: 62px;
  }

  .wo-pp-cro-product-badge {
    display: none;
  }

  .wo-pp-cro-product-strip__kicker {
    font-size: .61rem;
  }

  .wo-pp-cro-product-strip h1 {
    font-size: clamp(1.08rem, 5vw, 1.36rem);
    line-height: 1.16;
  }

  .wo-pp-cro-product-strip__subline {
    gap: 5px;
    margin-top: 4px;
    font-size: .72rem;
  }

  .wo-pp-cro-top-prices {
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(4, 15, 61, .07);
  }

  .wo-pp-cro-top-prices__head {
    align-items: flex-start;
    gap: 6px;
    padding: 12px 13px 10px;
  }

  .wo-pp-cro-top-prices__head h2 {
    font-size: 1.08rem;
  }

  .wo-pp-cro-top-prices__head p {
    margin-top: 3px;
    font-size: .7rem;
    line-height: 1.35;
  }

  .wo-pp-cro-top-prices__checked {
    display: none;
  }

  .wo-pp-cro-top-offer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 77px;
    padding: 10px 10px 10px 13px;
  }

  .wo-pp-cro-top-offer__main {
    display: block;
  }

  .wo-pp-cro-offer-labels {
    margin-bottom: 5px;
  }

  .wo-pp-cro-label {
    padding: 2px 6px;
    font-size: .56rem;
  }

  .wo-pp-cro-top-offer__price-label {
    display: none;
  }

  .wo-pp-cro-top-offer__price del {
    margin-right: 5px;
    font-size: .64rem;
  }

  .wo-pp-cro-top-offer__price strong {
    font-size: 1.18rem;
  }

  .wo-pp-cro-top-offer__meta {
    gap: 3px 9px;
    margin-top: 5px;
    font-size: .66rem;
  }

  .wo-pp-cro-top-offer__meta small {
    margin-top: 0;
    font-size: .58rem;
  }

  .wo-pp-cro-top-offer__button {
    min-width: 112px;
    min-height: 42px;
    padding: 9px 10px;
    font-size: .75rem;
  }

  .wo-pp-cro-top-prices__trust {
    padding: 8px 11px;
    font-size: .61rem;
  }

  .wo-pp-cro-post-click-note {
    margin: 8px 10px 0;
    padding: 8px 10px;
    font-size: .69rem;
  }

  .wo-pp-cro-inline-compare {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .wo-pp-cro-inline-compare__button {
    width: 100%;
    min-height: 44px;
  }

  .wo-pp-cro-mobile-bar {
    position: fixed;
    z-index: 990;
    left: 7px;
    right: 7px;
    bottom: calc(7px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 9px 9px 12px;
    border: 1px solid #d8dce5;
    border-radius: 14px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 10px 30px rgba(4,15,61,.18);
    transform: translateY(calc(130% + 30px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
  }

  .wo-pp-cro-mobile-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .wo-pp-cro-mobile-bar__summary span,
  .wo-pp-cro-mobile-bar__summary small {
    display: block;
    color: var(--wo-cro-muted);
    font-size: .61rem;
    line-height: 1.15;
  }

  .wo-pp-cro-mobile-bar__summary strong {
    display: block;
    margin: 1px 0;
    color: var(--wo-cro-navy);
    font-size: 1.08rem;
    line-height: 1.05;
  }

  .wo-pp-cro-mobile-bar > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 10px;
    background: var(--wo-cro-gold);
    color: var(--wo-cro-navy);
    font-size: .76rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .wo-pp-cro-top-offer__button {
    min-width: 98px;
    font-size: .7rem;
  }

  .wo-pp-cro-product-strip h1 {
    font-size: 1.02rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wo-pp-cro-top-offer,
  .wo-pp-cro-mobile-bar {
    transition: none;
  }
}

/* Fix: compact shield icon in the trust line below the direct price cards. */
.wo-pp-cro-top-prices__trust > svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  max-width: 14px;
  flex: 0 0 14px;
  display: block;
}

@media (max-width: 680px) {
  .wo-pp-cro-top-prices__trust > svg {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px;
    max-width: 12px;
    flex-basis: 12px;
  }
}

/* v5.2 - extra klikfocus zonder kunstmatige schaarste of nep-urgentie. */
.wo-pp-cro-product-strip__image--clickable {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.wo-pp-cro-product-strip__image--clickable:hover,
.wo-pp-cro-product-strip__image--clickable:focus-visible {
  transform: translateY(-1px);
  border-color: #e8d3b1;
  box-shadow: 0 7px 18px rgba(4, 15, 61, .10);
  outline: none;
}

.wo-pp-cro-product-strip__image-cue {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 7px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--wo-cro-gold);
  color: var(--wo-cro-navy);
  font-size: .57rem;
  font-weight: 900;
  line-height: 1;
}

.wo-pp-cro-product-strip__title-link {
  color: inherit;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wo-pp-cro-product-strip__title-link:hover,
.wo-pp-cro-product-strip__title-link:focus-visible {
  color: #12205a;
  text-decoration: underline;
  outline: none;
}

.wo-pp-cro-product-strip__micro-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  color: #6f501b;
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}

.wo-pp-cro-product-strip__micro-cta:hover,
.wo-pp-cro-product-strip__micro-cta:focus-visible {
  color: var(--wo-cro-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

@media (max-width: 767px) {
  .wo-pp-cro-product-strip__image-cue {
    right: -3px;
    bottom: -3px;
    min-height: 18px;
    padding: 2px 6px;
    font-size: .52rem;
  }

  .wo-pp-cro-product-strip__micro-cta {
    margin-top: 5px;
    font-size: .64rem;
  }

  /* De volledige sticky balk is nu één uitgaande CTA. */
  .wo-pp-cro-mobile-bar {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border-color: #cfd4de;
    box-shadow: 0 12px 34px rgba(4,15,61,.22);
  }

  .wo-pp-cro-mobile-bar::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--wo-cro-gold);
  }

  .wo-pp-cro-mobile-bar__summary {
    min-width: 0;
    flex: 1 1 auto;
  }

  .wo-pp-cro-mobile-bar__summary .wo-pp-cro-mobile-bar__eyebrow {
    color: #8a621e;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

  .wo-pp-cro-mobile-bar__summary small {
    overflow: hidden;
    max-width: 100%;
    margin-top: 2px;
    color: #7c8493;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wo-pp-cro-mobile-bar__summary small [data-cro-sticky-shop] {
    display: inline;
    color: #a1a7b1;
    font-size: inherit;
  }

  .wo-pp-cro-mobile-bar__cta {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    min-width: 130px;
    padding: 10px 13px;
    border: 1px solid #d4963c;
    border-radius: 11px;
    background: var(--wo-cro-gold);
    box-shadow: 0 4px 12px rgba(222,161,75,.24);
    color: var(--wo-cro-navy);
    font-size: .74rem;
    font-weight: 950;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
    transition: transform .12s ease, background-color .12s ease, box-shadow .12s ease;
  }

  .wo-pp-cro-mobile-bar:hover .wo-pp-cro-mobile-bar__cta,
  .wo-pp-cro-mobile-bar:focus-visible .wo-pp-cro-mobile-bar__cta {
    background: var(--wo-cro-gold-hover);
    box-shadow: 0 5px 16px rgba(222,161,75,.32);
  }

  .wo-pp-cro-mobile-bar:active .wo-pp-cro-mobile-bar__cta {
    transform: scale(.98);
  }

  .wo-pp-cro-mobile-bar:focus-visible {
    outline: 3px solid rgba(222,161,75,.5);
    outline-offset: 2px;
  }
}

@media (max-width: 374px) {
  .wo-pp-cro-mobile-bar__cta {
    min-width: 116px;
    padding-inline: 10px;
    font-size: .69rem;
  }
}

/* v5.3 — typografie, verborgen statuslabels en extra scroll-conversie */
.wo-pp-cro-product-strip__kicker,
.wo-pp-cro-product-strip__micro-cta,
.wo-pp-anchor-bar__inner a {
  font-family: inherit !important;
  font-style: normal;
}

/* Author CSS met display:inline-flex mag het HTML hidden-attribuut nooit overrulen. */
.wo-pp-cro-label[hidden],
.wo-pp-cro-post-click-note[hidden],
[data-cro-visited][hidden],
[data-cro-next][hidden] {
  display: none !important;
}

/* De terug-naar-prijzen CTA blijft bewust compact; site.css mag hem niet opblazen. */
.wo-pp-cro-inline-compare {
  min-height: 0;
}

.wo-pp-cro-inline-compare__button {
  min-width: 132px !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
  border-radius: 9px !important;
  font-family: inherit !important;
  font-size: .76rem !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
}

/* Normaliseer ook de desktop sidebar-CTA uit de oudere productpagina-CSS. */
.wo-pp-cro-sidebar-card .wo-pp-price-button,
.wo-pp-cro-sidebar-card .wo-pp-price-button--compact {
  width: auto !important;
  min-width: 0 !important;
  min-height: 38px !important;
  margin: 0 auto !important;
  padding: 8px 13px !important;
  border-radius: 9px !important;
  font-family: inherit !important;
  font-size: .76rem !important;
  line-height: 1.1 !important;
}

/* Extra directe uitklik voor bezoekers die eerst de inhoud lezen. */
.wo-pp-cro-scroll-deal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 4px;
  padding: 16px 17px;
  border: 1px solid #e2d0ad;
  border-radius: 14px;
  background: linear-gradient(100deg, #fffaf1 0%, #fff 62%);
  box-shadow: 0 7px 20px rgba(4, 15, 61, .07);
  color: inherit;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.wo-pp-cro-scroll-deal:hover,
.wo-pp-cro-scroll-deal:focus-visible {
  border-color: #d3a451;
  box-shadow: 0 10px 26px rgba(4, 15, 61, .11);
  transform: translateY(-1px);
  outline: none;
}

.wo-pp-cro-scroll-deal__copy {
  min-width: 0;
}

.wo-pp-cro-scroll-deal__copy > small {
  display: block;
  margin-bottom: 3px;
  color: #8a621e;
  font-family: inherit;
  font-size: .68rem;
  font-weight: 850;
}

.wo-pp-cro-scroll-deal__copy > strong {
  display: block;
  color: var(--wo-cro-navy);
  font-size: .96rem;
  line-height: 1.3;
}

.wo-pp-cro-scroll-deal__copy > span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: .75rem;
  line-height: 1.35;
}

.wo-pp-cro-scroll-deal__copy b {
  color: var(--wo-cro-navy);
}

.wo-pp-cro-scroll-deal__copy em {
  color: #a1a7b1;
  font-size: .68rem;
  font-style: normal;
}

.wo-pp-cro-scroll-deal__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #d59a43;
  border-radius: 10px;
  background: var(--wo-cro-gold);
  color: var(--wo-cro-navy);
  font-family: inherit;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.wo-pp-cro-scroll-deal:hover .wo-pp-cro-scroll-deal__button {
  background: var(--wo-cro-gold-hover);
}

@media (max-width: 767px) {
  .wo-pp-cro-inline-compare {
    gap: 9px;
    margin: 17px 0 20px;
    padding: 11px 11px 11px 13px;
  }

  .wo-pp-cro-inline-compare__button {
    min-width: 108px !important;
    min-height: 34px !important;
    padding: 7px 9px !important;
    font-size: .69rem !important;
  }

  .wo-pp-cro-scroll-deal {
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
    margin-top: 22px;
    padding: 14px;
  }

  .wo-pp-cro-scroll-deal__copy > strong {
    font-size: .91rem;
  }

  .wo-pp-cro-scroll-deal__button {
    width: 100%;
    min-height: 42px;
    font-size: .78rem;
  }
}

/* v5.4 — micro-CTA eigen typografie + normale pijl-iconen */
.wo-pp-cro-product-strip__micro-cta {
  font-family: Verdana, Geneva, Arial, sans-serif !important;
  font-size: .69rem !important;
  font-weight: 700 !important;
  letter-spacing: .005em;
  line-height: 1.35;
}

.wo-pp-cro-product-strip__micro-cta > span[aria-hidden="true"] {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1;
  transform: translateY(-.02em);
}

/* Voorkom dat globale SVG-regels de CTA-pijlen opblazen. */
.wo-pp-cro-inline-compare__button svg,
.wo-pp-cro-scroll-deal__button svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px !important;
  display: inline-block !important;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .wo-pp-cro-product-strip__micro-cta {
    font-size: .63rem !important;
  }

  .wo-pp-cro-inline-compare__button svg,
  .wo-pp-cro-scroll-deal__button svg {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    max-width: 13px !important;
    min-height: 13px !important;
    max-height: 13px !important;
    flex-basis: 13px !important;
  }
}
