.product-card-image{aspect-ratio:3/4;background:var(--color-cream);display:block;position:relative;overflow:hidden}.product-card-image__wrapper{width:100%;height:100%}.product-card-image__img{object-fit:contain;width:100%;height:100%;transition:opacity .5s,transform .6s}.product-card-image__img--hover{opacity:0;position:absolute;inset:0}.product-card-image.has-hover-image:hover .product-card-image__img--primary{opacity:0}.product-card-image.has-hover-image:hover .product-card-image__img--hover{opacity:1}.product-card-image:hover .product-card-image__img{transform:scale(1.03)}.badge{text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.badge--sm{padding:.125rem .375rem;font-size:.625rem}.badge--md{padding:.25rem .5rem;font-size:.6875rem}.badge--lg{padding:.375rem .625rem;font-size:.75rem}.badge--default{background:var(--color-cream);color:var(--color-dark)}.badge--primary{background:var(--color-dark);color:var(--color-white)}.badge--success{color:#fff;background:#10b981}.badge--warning{color:#fff;background:#f59e0b}.badge--danger{color:#fff;background:#ef4444}.badge--info{color:#fff;background:#3b82f6}.badge--rounded{border-radius:999px}.product-card-badges-wrap{pointer-events:none;z-index:1;position:absolute;inset:0}.product-card-badges{flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.75rem;left:.75rem}.product-card-promo-stack{flex-direction:column;align-items:flex-end;gap:.25rem;max-width:calc(100% - 1.5rem);display:flex;position:absolute;top:.75rem;right:.75rem}.product-card-promo{color:#fff;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;background:#c41e3a;border-radius:.25rem;max-width:100%;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:inline-block;overflow:hidden;box-shadow:0 1px 2px #00000014}.product-card-limit{color:#fff;letter-spacing:.02em;background:#f59e0bf2;border-radius:.25rem;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #00000014}.product-card-limit svg{flex-shrink:0}.product-card-badges__badge{text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;font-size:.625rem;font-weight:500}.product-card-badges__badge--new{background:var(--color-dark);color:var(--color-white)}.product-card-badges__badge--bestseller{background:var(--color-sable);color:var(--color-dark)}.product-card-badges__badge--sale{color:var(--color-white);background:#c41e3a}.product-card-badges__badge--limited{color:var(--color-white);background:#1a1a2e}.product-card-badges__badge--exclusive{color:var(--color-dark);background:#d4af37}.product-card-wishlist{z-index:2;background:var(--color-white);cursor:pointer;opacity:0;width:36px;height:36px;color:var(--color-dark);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:opacity .3s,transform .3s,color .2s;display:flex;position:absolute;top:.75rem;right:.75rem;transform:translateY(-8px)}.product-card:hover .product-card-wishlist,.product-card-wishlist--active{opacity:1;transform:translateY(0)}.product-card-wishlist--active,.product-card-wishlist:hover{color:#c41e3a}.product-card-quick-view{background:var(--color-white);cursor:pointer;z-index:10;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;bottom:12px;right:60px}.product-card-quick-view:hover{background:var(--color-dark);color:var(--color-white);transform:scale(1.05)}.product-card-name{font-family:var(--font-heading);color:var(--color-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:400;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.product-card-name:hover{color:var(--color-sable-dark)}.product-card-price{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.product-card-price__original{color:#0c0c0ca6;font-size:.8125rem;text-decoration:line-through}.product-card-price__current{color:var(--color-dark);font-size:.875rem;font-weight:500}.product-card-price__current--sale{color:#c41e3a}.product-card-rating{align-items:center;gap:.375rem;margin-top:.25rem;display:flex}.product-card-rating__count{color:#0c0c0ca6;font-size:.6875rem}.product-card-info{flex-direction:column;gap:.25rem;padding:1rem 0;display:flex}.product-card{flex-direction:column;display:flex;position:relative}.product-card--hover .product-card__image{transform:scale(1.03)}.product-card__add-form{z-index:10;opacity:0;pointer-events:none;transition:all .25s;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.product-card__add-form--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.product-card__add-btn{background:var(--color-dark);width:40px;height:40px;color:var(--color-white);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-card__add-btn:hover:not(:disabled){background:var(--color-sable-dark);transform:scale(1.05)}.product-card__add-btn:disabled{cursor:not-allowed;background:#0c0c0c80}
