.product-card{display:flex;flex-direction:column;height:100%;justify-content:flex-start}.product-card__media{position:relative;background-color:var(--product-card-bg, #f5f5f5);overflow:hidden;aspect-ratio:.8;margin-bottom:12px;display:block}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;box-sizing:border-box;transition:opacity .35s ease}.product-card__img--primary{opacity:1;z-index:1}.product-card__img--secondary{opacity:0;z-index:2}.product-card__media:hover .product-card__img--primary{opacity:0}.product-card__media:hover .product-card__img--secondary{opacity:1}.product-card__info{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:12px;margin-bottom:12px}.product-card__info a{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:3}.product-card__title{font-size:14px;line-height:1.3;color:#000;text-align:center;margin:0;flex:1}.product__card-desc p{margin:0;font-size:14px;line-height:1.2;text-align:center;color:#4d4c56}.product-card__prices{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;flex-shrink:0}.product-card__price{line-height:1.2;text-align:center}.product-card__price--regular{font-size:14px;color:#000;font-weight:500}.product-card__price--compare{font-size:12px;color:#8c8c9a;text-decoration:line-through}.product-card__atc{width:100%;padding:14px 16px;background-color:#000;color:#fff;border:none;cursor:pointer;font-size:14px;line-height:1.2;text-align:center;text-transform:uppercase;transition:background-color .2s ease;display:block;box-sizing:border-box}.product-card__atc:hover{background-color:#333}.product-card__atc:disabled{opacity:.5;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card.css.map */
