.product-card{position:relative;background-color:#fff;display:flex;flex-direction:column;height:100%}.product-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background-color:#f2f2f2;border-radius:12px}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .4s ease}.product-card__image--hover{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image:not(.product-card__image--hover){transform:scale(1.05)}.product-card__badge{position:absolute;top:14px;left:14px;padding:6px 12px;font-size:.8rem;font-weight:500;background-color:#1a1a1a;color:#fff;border-radius:6px;text-transform:none;letter-spacing:0;z-index:2}.product-card__badge--new{background-color:#1a1a1a}.product-card__content{padding:16px 0 12px;flex:1;display:flex;flex-direction:column}.product-card__title{font-family:Outfit,Segoe UI,sans-serif;font-size:2.5rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.2;min-height:auto}.product-card__title a{color:inherit;text-decoration:none}.product-card:hover .product-card__title a{text-decoration:none}.product-card__rating{display:flex;align-items:center;gap:6px;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid #eee}.product-card__stars{display:flex;align-items:center;gap:4px}.product-card__stars svg{width:14px;height:14px}.product-card__stars svg:not(:first-child){display:none}.product-card__rating-value{font-family:Outfit,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a}.product-card__rating-count{font-family:Outfit,Segoe UI,sans-serif;font-size:.95rem;color:#888}.product-card__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:auto;margin-bottom:0}.product-card__prices{display:flex;align-items:center;gap:10px}.product-card__compare-price{font-family:Outfit,Segoe UI,sans-serif;font-size:1rem;color:#999;text-decoration:line-through;order:1}.product-card__price{font-family:Outfit,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;order:2}.product-card__discount-badge{display:inline-flex;align-items:center;padding:4px 8px;background-color:#e8f5e9;color:#2e7d32;font-family:Outfit,Segoe UI,sans-serif;font-size:.8rem;font-weight:600;border-radius:4px;order:3}.product-card__footer{padding:12px 0 0}.product-card__add-btn{display:block;width:100%;padding:14px 24px;background-color:var(--color-primary);color:#fff;font-family:Outfit,Segoe UI,sans-serif;font-size:.95rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.product-card__add-btn:hover{background-color:#2a1f20;transform:translateY(-1px)}.product-card__add-btn--disabled,.product-card__add-btn:disabled{background-color:#e5e5e5;color:#999;cursor:not-allowed}.product-card__add-btn--disabled:hover,.product-card__add-btn:disabled:hover{background-color:#e5e5e5;color:#999;transform:none}.product-card--sold-out .product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff6}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f2f2f2;color:#ccc}.product-card__wishlist{position:absolute;top:14px;right:14px;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;opacity:0}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{background:#fff;transform:scale(1.05)}.product-card__wishlist svg{width:20px;height:20px;stroke:#1a1a1a;stroke-width:1.5;fill:none;transition:all .2s ease}.product-card__wishlist:hover svg{stroke:#e63946}.product-card__wishlist.is-active svg{fill:#e63946;stroke:#e63946}.product-card__wishlist.is-active{opacity:1}.product-card__cart{display:flex;flex-direction:column}.product-card__cart--idle{display:block}.product-card__cart--active,.product-card__cart.has-quantity .product-card__cart--idle{display:none}.product-card__cart.has-quantity .product-card__cart--active{display:flex}.product-card__qty-controls{display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-primary);border-radius:8px;padding:4px 8px}.product-card__qty-btn{width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.product-card__qty-btn:hover{background:#fff3}.product-card__qty-count{min-width:40px;text-align:center;font-family:Outfit,Segoe UI,sans-serif;font-size:1rem;font-weight:700;color:#fff}@media (max-width: 992px){.product-card__title,.product-card__price{font-size:1.15rem}.product-card__add-btn{padding:12px 20px;font-size:.9rem}.product-card__wishlist{opacity:1;width:36px;height:36px}.product-card__wishlist svg{width:18px;height:18px}}@media (max-width: 640px){.product-card__content{padding:12px 0 8px}.product-card__title{font-size:1.5rem;min-height:auto;margin-bottom:8px;font-weight:700}.product-card__stars svg{width:14px;height:14px}.product-card__rating-value{font-size:1.1rem}.product-card__rating-count{font-size:.95rem}.product-card__rating{padding-bottom:8px;margin-bottom:6px}.product-card__price{font-size:1.35rem}.product-card__compare-price{font-size:.9rem}.product-card__discount-badge{font-size:.7rem;padding:3px 6px}.product-card__badge{font-size:.7rem;padding:4px 8px;top:10px;left:10px}.product-card__add-btn{padding:12px 16px;font-size:.85rem}.product-card__wishlist{width:32px;height:32px;top:10px;right:10px}.product-card__wishlist svg{width:16px;height:16px}.product-card__qty-btn{width:32px;height:32px}.product-card__qty-count{font-size:.9rem;min-width:32px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-card.css.map */
