.product-card{display:flex;flex-direction:column;gap:var(--space-15);position:relative}@media(hover:hover) and (pointer:fine){.product-card:hover .product-card__image--secondary,.product-card:hover .product-card__form,.product-card:focus-within .product-card__image--secondary,.product-card:focus-within .product-card__form{opacity:1}
}.product-card__badge{font:var(--font-utility);text-transform:var(--font-utility-text-transform);letter-spacing:var(--font-utility-letter-spacing);position:absolute;top:var(--space-8);left:var(--space-8);z-index:5}@media(min-width:960px){.product-card__badge{top:var(--space-16);left:var(--space-16)}}.product-card__image{aspect-ratio:var(--product-media-aspect-ratio);background:var(--color-grey-bg);transition:opacity var(--transition-small)}
.product-card__image--secondary{opacity:0;position:absolute;top:0;left:0;width:100%}.product-card__link{top:0;right:0;bottom:0;left:0;position:absolute}.product-card__content{display:flex;flex-grow:1;flex-direction:column;gap:var(--space-5) var(--space-8);margin-bottom:auto}@media(min-width:960px){.product-card__content{flex-grow:unset;display:grid;grid-template-areas:"reviews reviews" "title price" "subtitle subtitle";grid-template-columns:1fr max-content}
}@media(min-width:960px){.product-card__reviews{grid-area:reviews;margin-bottom:var(--space-8)}}.product-card__reviews .oke-stars-background,.product-card__reviews .oke-stars-foreground{--oke-stars-foregroundColor:var(--color-darkest-grey);--oke-stars-backgroundColor:var(--color-white)}.product-card__reviews .oke-stars-background svg,.product-card__reviews .oke-stars-foreground svg{width:58px;height:auto}
.product-card__reviews .oke-sr-count{display:none !important}.product-card__reviews .okeReviews{line-height:1}.product-card__title{text-decoration:none}@media(min-width:960px){.product-card__title{grid-area:title}}@media(min-width:960px){.product-card__subtitle{grid-area:subtitle}}.product-card__price{margin-top:auto;padding-top:var(--space-8);font:var(--font-body-1-bold);text-transform:var(--font-body-1-bold-text-transform);letter-spacing:var(--font-body-1-bold-letter-spacing)}
@media(min-width:960px){.product-card__price{grid-area:price;margin-top:0;padding-top:0}}.product-card__price.price{align-items:start;line-height:25px !important}.product-card__form{opacity:0;transition:opacity var(--transition-small);display:none;z-index:10;margin-bottom:1px}@media(hover:hover) and (pointer:fine){.product-card__form{display:block}
}.product-card__form .add-to-cart-error{margin-top:var(--space-5);color:var(--color-utility-error)}.product-card__form--always-show{opacity:1;display:block}