.product-card{position:relative;height:100%;background-color:#fff;border-radius:30px;overflow:hidden}.product-card__link{display:block;text-decoration:none;color:inherit;height:100%;display:flex;flex-direction:column;justify-content:space-between}.product-card__image{position:relative;width:100%;aspect-ratio:1206/749;overflow:hidden;border-radius:30px}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__link:hover .product-card__image img{transform:scale(1.01)}.product-card__content{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:15px 25px;flex:1}.product-card__content.no-price{flex-direction:row;justify-content:space-between;padding:20px 25px;align-items:center}.product-card__title{font-size:1.6rem;margin:0;line-height:1.3}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__footer.v-end{justify-content:end}.product-card__price{font-size:1.8rem;font-weight:500}.product-card__arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.product-card__arrow svg{width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-product-card.css.map */
