.product-card-image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--card-image-bg, #f6f6f6);border-radius:0}.product-card-image__wrapper{width:100%;height:100%}.product-card-image__img{width:100%;height:100%;object-fit:contain;transition:opacity .5s,transform .6s}.product-card-image__img--hover{position:absolute;inset:0;opacity: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.04)}.product-card-wishlist{position:absolute;top:5px;right:5px;z-index:3;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;transition:color .2s;color:#444}.product-card-wishlist--active{color:#e4322b}.product-card-wishlist:hover{color:#c41e3a}.product-card-quick-view{position:absolute;bottom:10px;right:56px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--color-white, #fff);color:var(--color-primary, #000);border:1px solid var(--color-border, #e5e5e5);border-radius:9999px;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:opacity .2s ease,transform .2s ease,background-color .2s ease,color .2s ease;z-index:10;opacity:0;pointer-events:none}.product-card-quick-view svg{width:18px;height:18px}.product-card-quick-view--visible{opacity:1;pointer-events:auto}.product-card-quick-view:hover{background:var(--color-primary, #000);color:var(--color-white, #fff);transform:scale(1.06)}@media(max-width:767px){.product-card-quick-view{opacity:1;pointer-events:auto;width:32px;height:32px;bottom:6px;right:44px}.product-card-quick-view svg{width:15px;height:15px}}.product-card-name{font-family:var(--font-body);font-size:.71875rem;font-weight:400;line-height:1.3;color:#333;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;margin-top:.15rem;transition:color .25s var(--ease-smooth, ease)}.product-card-name:hover{color:#000}.product-card-price{display:flex;align-items:baseline;gap:4px;margin-top:4px;flex-wrap:wrap}.product-card-price__original{font-family:var(--font-body);font-size:10px;color:#767676;text-decoration:line-through;font-weight:400}.product-card-price__current{font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.01em;color:#e4322b}.product-card-price__current--sale{color:#e4322b}.product-card-rating{display:flex;align-items:center;gap:.375rem;margin-top:.25rem}.product-card-rating__count{font-size:.6875rem;color:#0c0c0ca6}.product-card-info{padding:.4rem .5rem .6rem;display:flex;flex-direction:column;gap:3px;position:relative}.product-card-info:before{content:"";position:absolute;top:0;left:4px;width:26px;height:1px;background:var(--color-accent, #1a1a1a);transform:scaleX(0);transform-origin:left center;transition:transform .5s var(--ease-smooth, ease)}.product-card:hover .product-card-info:before{transform:scaleX(1)}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-bg-card, #fff);padding:0;border-radius:8px;overflow:hidden;transition:transform var(--duration-base, .3s) var(--ease-smooth, ease),box-shadow var(--duration-base, .3s) var(--ease-smooth, ease)}.product-card__corner{position:absolute;top:0;left:0;z-index:3;background:#e4322b;color:#fff;font-size:10px;font-weight:700;padding:1px 5px;border-bottom-right-radius:6px}.product-card__corner--muted{background:#374151}.product-card__save{position:absolute;left:5px;bottom:5px;z-index:3;background:#0a7d4beb;color:#fff;font-size:9px;font-weight:600;padding:1px 5px;border-radius:3px}.product-card--hover{transform:translateY(-5px);box-shadow:0 22px 45px -28px #0006}.product-card__add-form{position:absolute;bottom:10px;right:10px;z-index:10;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.product-card__add-form--visible{opacity:1;transform:translateY(0);pointer-events:auto}.product-card__add-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--color-primary, #000);border:none;border-radius:9999px;color:var(--color-white, #fff);cursor:pointer;box-shadow:0 2px 8px #00000026;transition:background-color .2s ease,transform .2s ease}.product-card__add-btn:hover:not(:disabled){background:var(--color-accent-dark, #000000);transform:scale(1.06)}.product-card__add-btn:disabled{opacity:.4;cursor:not-allowed}.product-card__add-btn svg{width:18px;height:18px}@media(max-width:767px){.product-card__add-form{opacity:1;transform:translateY(0);pointer-events:auto;bottom:6px;right:6px}.product-card__add-btn{width:32px;height:32px}.product-card__add-btn svg{width:15px;height:15px}}.product-card{--pc-reveal-x: 0px}@media(prefers-reduced-motion:no-preference){.product-card.pc-reveal-on:not(.is-revealed){opacity:0;transform:translate3d(var(--pc-reveal-x),28px,0) scale(.94);filter:blur(6px)}.product-card.pc-reveal-on.is-revealed{opacity:1;transform:none;filter:blur(0);transition:opacity .7s ease,transform .8s cubic-bezier(.16,1,.3,1),filter .7s ease}.product-card.pc-reveal-on:nth-child(odd){--pc-reveal-x: -22px}.product-card.pc-reveal-on:nth-child(2n){--pc-reveal-x: 22px}}
