product-card,.product-card-wrapper{display:block;height:100%}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:var(--color-bg-surface, #ffffff);border-radius:var(--np-r-card, 16px);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow var(--dur-base, .2s) var(--ease-out, ease-out)}.product-card:hover{box-shadow:var(--shadow-raised, 0 8px 24px rgba(21,31,109,.12))}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;flex-shrink:0;overflow:hidden;border-radius:var(--np-r-card, 16px) var(--np-r-card, 16px) 0 0;background-color:var(--off-white)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease-out, ease-out)}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__image{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){.product-card__image{transition:none}.product-card:hover .product-card__image{transform:none}}.product-card__age-badge{position:absolute;top:12px;left:12px;z-index:2;background-color:var(--navy);color:#fff;padding:4px 10px;border-radius:var(--r-badge, 999px);font-family:var(--font-body-family);font-size:.75rem;font-weight:600;pointer-events:none;box-shadow:0 2px 4px #0000001a}.product-card__content{padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.product-card__title{margin:0;font-family:var(--font-heading-family);font-weight:800;font-size:1.125rem;line-height:var(--lh-tight, 1.1);color:var(--navy);transition:color var(--dur-fast) ease}.product-card:hover .product-card__title{color:var(--red)}.product-card__price{font-family:var(--font-body-family);font-weight:700;font-size:1.25rem;color:var(--navy);display:flex;align-items:baseline;gap:.5rem}.product-card__price--regular{color:var(--ink-500);font-size:.9em;font-weight:400;text-decoration:line-through}.product-card__price--sale{color:var(--red)}.product-card__swatches{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:.5rem}.product-card__swatch{width:28px;height:28px;border-radius:50%;border:1px solid var(--color-border-subtle, #a8b1d4);cursor:pointer;padding:3px;background-clip:content-box;transition:border-color var(--dur-fast, .12s) ease,transform var(--dur-fast) ease;position:relative;z-index:2}.product-card__swatch:hover{transform:scale(1.1)}.product-card__swatch.is-active{border-color:var(--navy);border-width:2px;padding:1px}.product-card__swatch:focus-visible{outline:2px solid var(--navy);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/46/assets/card-product.css.map */
