:root{--product-card-ratio:384/475;--product-card-img-ratio:365/260;--product-card-footer-height:50px}.product-card{aspect-ratio:var(--product-card-ratio);background-color:var(--color-base-light);border-radius:var(--radius-lg);color:var(--color-contrast-higher);font-size:var(--text-sm);height:100%;overflow:hidden;padding:var(--space-xl) var(--space-md);position:relative;text-align:center}.product-card__wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--space-lg);height:100%;justify-content:flex-end}.product-card__img-wrapper{margin:0}.product-card__img-wrapper img{aspect-ratio:var(--product-card-img-ratio);height:auto;max-width:100%;object-fit:contain}.product-card__terms{display:flex;gap:var(--space-2xs);justify-content:center}.product-card__terms>li{align-items:center;display:inline-flex}.product-card__terms>li:not(:first-child):before{background-color:currentColor;border-radius:50%;content:"";display:inline-block;height:4px;margin-bottom:.1em;margin-right:var(--space-2xs);pointer-events:none;width:4px}.product-card__term{align-items:center;font-size:var(--text-xs);font-weight:700;letter-spacing:.05em;text-transform:uppercase}.product-card__content{align-items:center;display:flex;flex-direction:column;gap:var(--space-xs)}.product-card__title{font-family:var(--font-primary);font-size:var(--text-lg);font-weight:700;line-height:var(--body-line-height);text-transform:inherit}.product-card__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:calc(1em*var(--body-line-height)*3);margin-left:auto;margin-right:auto;max-width:16rem}.product-card__btn{color:inherit;padding:var(--space-xs) var(--space-md);text-underline-offset:1em}.product-card__footer{align-items:center;display:flex;height:var(--product-card-footer-height);justify-content:center}@media(not (prefers-reduced-motion))and (hover){.product-card__wrapper{transform:translateY(var(--product-card-footer-height));transition:transform .3s ease-out;will-change:transform}.product-card__btn{opacity:0;transform:translateY(25%);transition:transform .3s ease-out,opacity .2s ease;will-change:transform,opacity}.product-card:hover .product-card__wrapper{transform:translateY(0)}.product-card:hover .product-card__btn{opacity:1;transform:translateY(0)}}.product-card--featured{padding:0}.product-card--featured .product-card__img-wrapper{height:100%;position:relative;width:100%}.product-card--featured .product-card__img-wrapper img{height:inherit;object-fit:cover;width:inherit}.product-card--featured .product-card__img-wrapper:after{background:linear-gradient(hsla(var(--color-black-h),var(--color-black-s),var(--color-black-l),0) 25%,hsla(var(--color-black-h),var(--color-black-s),var(--color-black-l),50%));background-blend-mode:multiply;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.product-card--featured .product-card__wrapper{height:100%;left:0;padding:var(--space-xl) var(--space-md);position:absolute;top:0;width:100%;z-index:1}.product-card--featured .product-card__body{align-items:center;display:flex;flex-direction:column;justify-content:flex-end}
