/*
  Prijsronde van de herobanner (Korting Festival pre-deals).
  Vervangt de campagneafbeelding met vaste bedragen door echte tekst,
  zodat de bedragen de catalogusprijs in euro's tonen.
  De selectors staan bewust op .kf-page--*, anders wint kf-hero.css.
*/
.kf-page--week39 .kf-price-card,
.kf-page--predeals .kf-price-card{
container-type:inline-size;
margin-bottom:46px
}

.kf-page--week39 .kf-price-card .kf-price-card-inner,
.kf-page--predeals .kf-price-card .kf-price-card-inner{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:3px;
width:78%;
margin:0 0 0 auto;
aspect-ratio:1/1;
border-radius:50%;
background:#fff;
line-height:1;
text-align:center;
filter:drop-shadow(0 13px 15px rgba(77,24,0,.16))
}

/*
  De prijsronde schuift naar links, zodat hij tussen het product en de OP=OP-sticker
  staat in plaats van eronder door te lopen.
*/
.kf-page--predeals .kf-price-card-link{
right:165px
}

@media(max-width:1050px){
.kf-page--predeals .kf-price-card-link{
right:140px
}
}

@media(min-width:768px) and (max-width:980px){
.kf-page--predeals .kf-price-card-link{
right:120px
}
}

@media(max-width:767px){
.kf-page--predeals .kf-price-card-link{
right:56px
}
}

.kf-price-card .kf-price-card-old{
position:relative;
color:var(--kf-dark,#111827);
font-size:clamp(14px,6.5cqw,21px);
font-weight:800;
letter-spacing:.01em
}

.kf-price-card .kf-price-card-old::after{
content:"";
position:absolute;
left:-7%;
right:-7%;
top:52%;
height:3px;
border-radius:3px;
background:var(--kf-dark,#111827);
transform:rotate(-7deg)
}

.kf-price-card .kf-price-card-pct{
color:var(--kf-dark,#111827);
font-size:clamp(15px,7cqw,24px);
font-weight:900;
text-transform:uppercase;
letter-spacing:-.01em;
white-space:nowrap
}

.kf-price-card .kf-price-card-now{
color:var(--kf-orange,#ff6a00);
font-size:clamp(22px,11cqw,38px);
font-weight:900;
letter-spacing:-.02em;
white-space:nowrap
}

@media(max-width:767px){
.kf-page--week39 .kf-price-card,
.kf-page--predeals .kf-price-card{
margin-bottom:8px
}
}
