.product-card{width:100%;cursor:pointer;box-sizing:border-box;position:relative;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px)}.product-card-img-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:4px;background:#f5f4f1;position:relative;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .3s ease}.product-card:hover .product-card-img-wrap{box-shadow:0 8px 28px rgba(0,0,0,.11)}.product-card-img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .45s cubic-bezier(.25,.46,.45,.94);display:block;padding:20px;box-sizing:border-box}.product-card:hover .product-card-img{transform:scale(1.05)}.product-card-heart{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;border:none;background:hsla(0,0%,100%,.9);backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;color:#aaa;transition:all .2s ease;box-shadow:0 1px 6px rgba(0,0,0,.08);z-index:2}.product-card-heart:hover{color:#c0392b;transform:scale(1.08)}.product-card-heart.on{color:#c0392b;background:#fff}.product-card-stock-chip{position:absolute;top:10px;left:10px;background:hsla(0,0%,8%,.82);color:#fff;padding:3px 10px;border-radius:2px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;z-index:2}.product-card-name{margin-top:12px;font-size:13.5px;font-weight:500;color:#1a1a1a;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;text-transform:capitalize}.product-card-type{margin-top:2px;margin-bottom:5px;font-size:11px;color:#b0a99a;letter-spacing:.08em;text-transform:uppercase;min-height:15px}.product-card-swatches{display:flex;align-items:center;gap:5px;margin:4px 0 6px;min-height:14px}.product-card-swatch{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.product-card-swatch-more{font-size:10px;color:#bbb;margin-left:2px;letter-spacing:.3px}.product-card-price{color:#1a1a1a;font-size:15px;font-weight:400;letter-spacing:.01em;margin:4px 0 14px}.product-card-btn{margin-top:auto;padding:10px 14px;border:1px solid #1a1a1a;background:transparent;cursor:pointer;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;width:100%;transition:background .22s ease,color .22s ease,border-color .22s ease;border-radius:2px;color:#1a1a1a}.product-card-btn:hover{background:#1a1a1a;color:#fff}.out-badge{position:absolute;inset:0;background:hsla(45,22%,96%,.86);display:flex;align-items:center;justify-content:center;font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#888;border-radius:4px}