.productCard{background:var(--wit-100);border:1px solid var(--linnen-300);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.productCard:hover{border-color:var(--walnoot-200);box-shadow:0 6px 20px #4a3a3314}.productCardImage{position:relative;aspect-ratio:1 / 1;overflow:hidden}.productCardImage img{border-radius:0;aspect-ratio:auto;width:100%;height:100%;object-fit:cover;display:block}.productCardImage__primary{transition:opacity .4s ease}.productCardImage__hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.productCard:hover .productCardImage__hover{opacity:1}@media (hover: none){.productCardImage__hover{display:none}}.productCardBadge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:var(--radius-round);font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.02em;color:var(--walnoot-500);background:var(--wit-100);text-transform:capitalize;-webkit-font-smoothing:antialiased}.productCardBadge__icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex-shrink:0}.productCardBadge__icon svg{width:100%;height:100%;display:block}.productCardBadge--populair{background:var(--terra-400);color:#fff}.productCardBadge--duurzaam{background:#6fb97e;color:#fff}.productCardBadge--bestseller{background:var(--linnen-50);color:var(--noir-500);font-weight:500}.productCardBadge--keuzeVanJoachim,.productCardBadge--keuzeVanAnnabel{background:var(--citroen-100);color:var(--noir-500);font-weight:500}.productInfo{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto}.productInfo h6{margin:0;font-size:14px;font-weight:500;line-height:1.35;color:var(--noir-500);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCardPrice{display:block;font-size:19px;font-weight:500;line-height:1.2;color:var(--noir-500)}.productCardPrice__unit{margin-left:4px;font-size:12px;font-weight:400;color:var(--walnoot-300)}.productButtonWrapper{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:6px}.productButtonWrapper .btn{width:100%;display:flex;align-items:center;justify-content:center;padding:10px 14px;font-size:13px;line-height:1.2}.productButtonWrapper .productCardButton.btn--terracotta,.productButtonWrapper .productCardButton.btn--terracotta:hover{background:var(--terra-300);color:var(--noir-500);font-weight:600}.productButtonWrapper .productCardButton.btn--terracotta:hover{background:var(--terra-500)}.productButtonWrapper .productCardSampleButton.btn--outline{color:var(--walnoot-400);border-color:var(--linnen-300);font-weight:500}.productCardSampleButton__content{display:inline-flex;align-items:center;gap:6px}.productCardSampleButton__label--short{display:none}@media (max-width: 768px){.productCardSampleButton__label--full{display:none}.productCardSampleButton__label--short{display:inline}}.productCardSampleButton:hover,.productCardSampleButton:focus-visible{background:none;border-color:var(--terra-400);color:var(--terra-400)}.productCardSampleButton.is-added{border-color:var(--terra-400);color:var(--terra-400)}
