.product-card.product-card--look{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;text-align:center;color:inherit;text-decoration:none}.product-card.product-card--look:hover{transform:none;box-shadow:none}.product-card.product-card--look .product-image{position:relative;width:100%;height:auto;aspect-ratio:1;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(91,33,182,.08)}.product-card.product-card--look .product-card-image-link{position:absolute;inset:12%;display:block;border-radius:inherit;overflow:hidden}.product-card.product-card--look .product-img{object-fit:contain;width:100%;height:100%;transition:transform .28s ease}.product-card.product-card--look:hover .product-img{transform:scale(1.05)}.product-card.product-card--look .placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f7f5f8}.product-card.product-card--look .placeholder-image:after{content:"No image";color:#999;font-size:13px}.product-card-badge{position:absolute;top:.7rem;left:50%;z-index:2;transform:translateX(-50%);padding:.22rem .55rem;border-radius:999px;background:#f6e9f2;color:#9d174d;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.product-card-heart{position:absolute;top:.55rem;right:.55rem;z-index:2;display:grid;place-items:center;width:1.85rem;height:1.85rem;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#9d174d;cursor:pointer}.product-card-heart svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}.product-card-heart.is-active svg{fill:currentColor}.product-card-heart:disabled{opacity:.6}.product-card.product-card--look .product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em;max-height:none;margin:.75rem 0 0;padding:0 .15rem;font-size:.86rem;font-weight:600;line-height:1.25;color:var(--brand-ink,#1c1917);text-decoration:none}.product-card.product-card--look .product-name:focus-visible,.product-card.product-card--look .product-name:hover{color:var(--brand-primary,#c41e4a)}.product-card.product-card--look .product-price{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:.15rem .35rem;margin:.35rem 0 .7rem;color:var(--brand-ink,#1c1917);font-weight:700;line-height:1}.product-card-currency,.product-card-dollars{font-size:1.15rem}.product-card-cents{font-size:.68rem;margin-left:1px}.product-card-range{margin:0 .15rem;font-size:1rem;font-weight:600}.product-card.product-card--look .original-price{display:block;width:100%;margin-top:.2rem;color:#999;font-size:.75rem;font-weight:400;text-decoration:line-through}.product-card-cart{min-width:8.4rem;max-width:100%;padding:.48rem 1.1rem;border:1.5px solid var(--brand-ink,#1c1917);border-radius:999px;background:#fff;color:var(--brand-ink,#1c1917);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease}.product-card-cart:focus-visible:not(:disabled),.product-card-cart:hover:not(:disabled){background:var(--brand-ink,#1c1917);color:#fff}.product-card-cart:disabled{opacity:.55}.product-card.product-card--look.product-card--diy-accessory .product-img,.product-card.product-card--look.product-card--diy-accessory:hover .product-img{object-fit:contain;transform:none}@media (max-width:768px){.product-card.product-card--look .product-name{font-size:.8rem;min-height:2.4em}.product-card-currency,.product-card-dollars{font-size:1rem}.product-card-cart{min-width:0;width:100%;padding:.42rem .6rem}}