product-card-custom{background:#fff;border-radius:20px;padding:15px;transition:transform .3s;display:flex;flex-direction:column;justify-content:space-between}product-card-custom .card-image-wrapper{position:relative;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}product-card-custom .card-image{position:relative}product-card-custom .card-tags{display:flex;align-items:center;gap:10px;position:absolute;top:0;left:var(--tag-left);right:var(--tag-right);height:28px;border-radius:60px;background:#f3f1ec;padding:0 10px}product-card-custom .card-tags span{color:#212121;text-transform:uppercase}product-card-custom .card-image .card-image-default{opacity:1;will-change:opacity;touch-action:manipulation;transition-duration:.8s;transition-property:opacity;transition-timing-function:cubic-bezier(.18,.71,.11,1)}product-card-custom .card-image .card-image-hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}product-card-custom:hover .card-image .card-image-hover{opacity:1;transition:opacity .3s ease}product-card-custom:hover .card-image .card-image-default{opacity:0;transition:opacity .3s ease}product-card-custom .card-image-wrapper img{padding:20px}product-card-custom .badge-new{position:absolute;top:10px;left:10px;background:#eee;padding:2px 8px;border-radius:10px}product-card-custom .rating{position:absolute;top:10px;right:10px;color:#cc9548;background:#fafafa;padding:4px 8px;border-radius:50px}product-card-custom .rating-text{color:#212121;margin-top:1px}product-card-custom .hover-action{position:absolute;bottom:-65px;left:0;right:0;padding:10px;transition:.3s}product-card-custom .card-image-wrapper:hover .hover-action{bottom:0}product-card-custom .buy-now-btn{background:#fff;display:flex;justify-content:center;align-items:center;gap:8px;padding:6px 15px;border-radius:20px;text-decoration:none;border:1px solid #212121;width:auto;max-width:max-content;margin:auto}product-card-custom .product-title{text-transform:uppercase}product-card-custom .card-info-top{display:flex;gap:5px;justify-content:space-between}product-card-custom .old-price{text-decoration:line-through;color:#21212166}product-card-custom .short-desc{color:#212121cc;margin-top:8px}product-card-custom .price-row{display:flex;flex-direction:row;gap:5px}@media(max-width:767px){product-card-custom .card-info-top{flex-direction:column;gap:0px}product-card-custom .short-desc{display:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/product-card-custom.css.map */
