.product-card{display:flex;flex-direction:column;gap:20px}.product-card__media{position:relative}.product-card__image-link{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--placeholder{background-color:#e7e5d9}.product-card__add-form{display:contents}.product-card__add{position:absolute;inset-inline:0;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;min-height:64px;padding:12px 16px;border:0;background-color:#676746d9;color:#fff;font-family:var(--font-primary--family);font-weight:900;font-size:clamp(1rem,1.4vw,20px);text-transform:uppercase;text-decoration:none;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease,background-color .2s ease;-webkit-appearance:none;appearance:none}.product-card:hover .product-card__add,.product-card:focus-within .product-card__add{opacity:1;pointer-events:auto}.product-card__add:hover{background-color:#676746f2}.product-card__badge{position:absolute;top:12px;right:12px;width:110px;height:110px}.product-card__info{display:flex;flex-direction:column;gap:12px}.product-card__title{margin:0;font-family:var(--font-primary--family);font-weight:900;font-size:clamp(1.375rem,2.4vw,28px);line-height:1.1;text-transform:uppercase}.product-card__title-link{color:inherit;text-decoration:none}.product-card__title-link:hover{text-decoration:underline}.product-card__subtitle{margin:0;font-family:var(--font-primary--family);font-weight:400;font-size:clamp(1rem,1.4vw,20px);line-height:1.3;text-transform:uppercase}.product-card__description{margin:4px 0 0;font-family:var(--font-primary--family);font-weight:400;font-size:1rem;line-height:1.5;text-align:left;text-transform:none}.product-card__price{margin:0;font-family:var(--font-primary--family);font-weight:400;font-size:clamp(1rem,1.4vw,20px);line-height:1.2;text-transform:uppercase}@media screen and (max-width:749px){.product-card__add{opacity:1;pointer-events:auto}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-product-card.css.map */
