.product-card{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%}@keyframes card-shine{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:#fff;border-radius:24px;border:1px solid #f3f4f6}.product-card__image-link{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;padding:4px;box-sizing:border-box;z-index:0}.product-card__image{object-fit:contain;max-width:100%;max-height:100%;width:auto;height:auto;transition:opacity .3s ease}.product-card:hover .product-card__image--has-hover{opacity:0}.product-card__hover-image{position:absolute;top:4px;right:4px;bottom:4px;left:4px;width:calc(100% - 8px);height:calc(100% - 8px);object-fit:contain;object-position:center;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.product-card:hover .product-card__hover-image{opacity:1}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.product-card__badge{padding:3px 8px;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fff;background-color:#000;display:inline-block}.product-card__badge--sale{background-color:#e53e3e}.product-card__badge--new{background-color:#000}.product-card__hover-bar{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#000;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:5}.product-card:hover .product-card__hover-bar{transform:scaleX(1)}.product-card__quick-add{display:none}.product-card__add-btn{width:100%;background:linear-gradient(120deg,#000 30%,#333,#000 60%);background-size:200% 100%;color:#fff;padding:1.1rem 0;font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;border:none;border-radius:9999px;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:card-shine 5s infinite linear}.product-card__add-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.product-card__add-universal{display:block;width:100%;margin-top:auto;padding-top:.5rem}.product-card__add-universal button{width:100%;background:#000;color:#fff;border:none;padding:.55rem 0;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;cursor:pointer}.product-card__info{padding:1rem 0;display:flex;flex-direction:column;gap:.25rem;text-align:center;align-items:center;flex:1 1 auto}.product-card__category{display:none}.product-card__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;line-height:1.3;min-height:2.6em;max-height:2.6em;overflow:hidden;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__title a{text-decoration:none;color:#000;transition:opacity .2s ease}.product-card__title a:hover{opacity:.6}.product-card__price-wrapper{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.25rem .5rem;margin-top:.25rem}.product-card__price{font-weight:900;font-size:16px;color:#000;letter-spacing:-.01em;white-space:nowrap}@media(min-width:768px){.product-card__price{font-size:18px!important}}.product-card__compare-price{font-size:11px;color:#9ca3af;text-decoration:line-through;white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product-card.css.map */
