.product-card-image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--card-image-bg, #fff);border-radius:0}.product-card-image__wrapper{width:100%;height:100%}.product-card-image__img{width:100%;height:100%;object-fit:contain;transform:scale(1.12);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.18)}.badge{display:inline-flex;align-items:center;justify-content:center;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.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-warm, #f6f6f6);color:var(--color-primary, #000)}.badge--primary{background:var(--color-primary, #000);color:var(--color-white)}.badge--success{background:#10b981;color:#fff}.badge--warning{background:#f59e0b;color:#fff}.badge--danger{background:#ef4444;color:#fff}.badge--info{background:#3b82f6;color:#fff}.badge--rounded{border-radius:999px}.product-card-badges-wrap{position:absolute;inset:0;pointer-events:none;z-index:1}.product-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.25rem}.product-card-promo-stack{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;max-width:calc(100% - 1.5rem)}.product-card-promo{display:inline-block;max-width:100%;padding:.25rem .5rem;background:#c41e3a;color:#fff;font-size:.625rem;font-weight:500;letter-spacing:.02em;border-radius:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 2px #00000014}.product-card-limit{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:#f59e0bf2;color:#fff;font-size:.625rem;font-weight:500;letter-spacing:.02em;border-radius:.25rem;box-shadow:0 1px 2px #00000014}.product-card-limit svg{flex-shrink:0}.product-card-badges__badge{padding:.25rem .5rem;font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.product-card-badges__badge--new{background:var(--color-primary, #000);color:var(--color-white)}.product-card-badges__badge--bestseller{background:var(--color-accent, #1a1a1a);color:var(--color-primary, #000)}.product-card-badges__badge--sale{background:#c41e3a;color:var(--color-white)}.product-card-badges__badge--limited{background:#1a1a2e;color:var(--color-white)}.product-card-badges__badge--exclusive{background:#6b6b6b;color:var(--color-primary, #000)}.product-card-wishlist{position:absolute;top:.75rem;right:.75rem;z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:var(--color-white);border:none;border-radius:50%;cursor:pointer;opacity:0;transform:translateY(-8px);transition:opacity .3s,transform .3s,color .2s;color:var(--color-primary, #000)}.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{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:.8125rem;font-weight:500;line-height:1.25;letter-spacing:.03em;color:var(--color-text-primary, #222);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .25s var(--ease-smooth, ease)}.product-card-name:hover{color:var(--color-accent-dark, #000000)}.product-card-price{display:flex;align-items:baseline;gap:6px;margin-top:4px;flex-wrap:wrap}.product-card-price__original{font-family:var(--font-body);font-size:12px;color:var(--color-text-hint, #959595);text-decoration:line-through;font-weight:400}.product-card-price__current{font-family:var(--font-body);font-size:15px;font-weight:500;letter-spacing:.01em;color:var(--color-text-primary, #222)}.product-card-price__current--sale{color:var(--color-sale, #1a1a1a)}@media(max-width:767px){.product-card-price__current{font-size:14px}}.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:8px 4px;display:flex;flex-direction:column;gap:5px;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:var(--card-padding, 8px);border-radius:0;transition:transform var(--duration-base, .3s) var(--ease-smooth, ease),box-shadow var(--duration-base, .3s) var(--ease-smooth, ease)}.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{padding:var(--card-padding-mobile, 4px)}.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}}
