:root{--product-card-padding: 2rem;--product-card-radius: 12px;--product-card-surface: #fff;--product-card-ink: #0f1b2d;--product-card-muted: #5a6b7d;--product-card-border: #e6e9ec;--product-card-accent: var(--opkoers-accent, #e87b5d);--product-card-accent-hover: var(--opkoers-accent-hover, #d76141)}.product-card{display:flex;flex-direction:column;padding:var(--product-card-padding);background:var(--product-card-surface);border:1px solid var(--product-card-border);border-radius:var(--product-card-radius)}.product-card__category{margin-bottom:1.25rem;color:var(--product-card-accent);font-size:.8125rem;line-height:1.2;text-transform:uppercase;letter-spacing:.12em}.product-card__category .field,.product-card__category .field__items{display:contents}.product-card__category .field__item~.field__item{display:none}.product-card__title{margin:0 0 1rem;color:var(--product-card-ink);font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;text-wrap:balance}.product-card__title-link{color:inherit;text-decoration:none}.product-card__title-link:hover,.product-card__title-link:focus-visible{color:var(--product-card-accent)}.product-card__intro{margin-bottom:1.5rem;color:var(--product-card-muted);font-size:1.0625rem;line-height:1.55}.product-card__intro p{margin:0}.product-card__foot{margin-top:auto}.product-card__price{margin:0 0 .9rem;color:var(--product-card-accent);font-size:1rem;line-height:1.2;letter-spacing:.04em;font-variant-numeric:tabular-nums}.product-card__price .field,.product-card__price .field__item{display:inline}.product-card__price-suffix{margin-left:.25rem}.product-card__cta{display:inline-block;padding:.7rem 1.4rem;color:var(--product-card-accent);font-size:1rem;font-weight:700;line-height:1.2;text-decoration:none;background:transparent;border:1px solid var(--product-card-accent);border-radius:8px;transition:color .2s ease,background-color .2s ease}.product-card__cta:hover,.product-card__cta:focus-visible{color:#fff;background:var(--product-card-accent-hover);border-color:var(--product-card-accent-hover)}@media(prefers-reduced-motion:reduce){.product-card__cta{transition:none}}
