.product-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .4s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card__badge{display:inline-block;padding:6px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}.product-card__badge--sale{background:#e53935;color:#fff}.product-card__badge--new{background:var(--color-accent);color:var(--color-primary)}.product-card__badge--soldout{background:#9e9e9e;color:#fff}.product-card__actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;z-index:2;opacity:0;transform:translate(10px);transition:all .3s ease}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}.product-card__action-btn{width:40px;height:40px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.product-card__action-btn:hover{background:var(--color-accent)}.product-card__action-btn svg{width:18px;height:18px;color:var(--color-primary)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--color-primary);color:#fff;padding:14px;text-align:center;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transform:translateY(100%);transition:transform .3s ease;cursor:pointer;border:none;width:100%}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__quick-add:hover{background:var(--color-secondary)}.product-card__content{padding:20px}.product-card__vendor{font-size:12px;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.product-card__title{font-family:var(--font-heading-family);font-size:16px;font-weight:600;color:var(--color-primary);margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:inherit;transition:color .2s ease}.product-card__title a:hover{color:var(--color-secondary)}.product-card__price{display:flex;align-items:center;gap:10px}.product-card__price-current{font-size:18px;font-weight:700;color:var(--color-primary)}.product-card__price-compare{font-size:14px;color:var(--color-text-light);text-decoration:line-through}.product-card__price-save{font-size:12px;font-weight:600;color:#e53935;background:#e539351a;padding:3px 8px;border-radius:4px}@media screen and (max-width:768px){.product-card__content{padding:14px}.product-card__title{font-size:14px}.product-card__price-current{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-card.css.map */
