.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:hover .product-card__image--secondary,.product-card:focus-within .product-card__image--secondary{transform:scale(1)}.product-card:hover .product-card__image--primary,.product-card:focus-within .product-card__image--primary{opacity:0;transform:scale(1.08)}}.product-card__media{position:relative;overflow:hidden;background:var(--color-grey-bg);aspect-ratio:var(--product-media-aspect-ratio)}
.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{position:absolute;inset:0;width:100%;height:100%;background:var(--color-grey-bg);transition:opacity 1.1s cubic-bezier(0.16,1,0.3,1),transform 1.1s cubic-bezier(0.16,1,0.3,1);will-change:opacity,transform}
.product-card__image--primary{opacity:1;transform:scale(1);z-index:1}.product-card__image--secondary{opacity:0;transform:scale(1.08);z-index:2}.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}