.product-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:max(1rem,min(1.2vw,1.4rem))}@media (hover: hover) and (min-width: 1024px){.product-card:hover .product-card__media--primary{transform:scale(1.05)}.product-card:hover .product-card__media--hover{opacity:1}.product-card:hover .product-card__quick-add{opacity:1;pointer-events:auto}}.product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit}.product-card__media-link:focus-visible{outline:.125rem solid currentColor;outline:.125rem solid var(--color-foreground, currentColor);outline-offset:-.125rem}.product-card__image{position:relative;z-index:2;width:100%;aspect-ratio:600 / 900;overflow:hidden;border:.0625rem solid color-mix(in srgb,var(--hf-ink, rgb(var(--color-foreground))) 8%,transparent);border-radius:max(1.8rem,min(2vw,2.8rem));background:color-mix(in srgb,#fcf7f2 84%,rgb(var(--color-background)) 16%)}@supports (color: color-mix(in lch,red,blue)){.product-card__image{background:color-mix(in srgb,var(--hf-cream, #fcf7f2) 84%,rgb(var(--color-background)) 16%)}}.product-card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease,transform .5s cubic-bezier(.4,0,.2,1);will-change:transform;transform-origin:center center}.product-card__media--hover{opacity:0}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0000000a;background-color:var(--color-gray-100, rgba(0, 0, 0, .04))}.product-card__placeholder:after{content:"";width:2.5rem;height:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23878787'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6.75a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v12.75a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.5}.product-card__eyebrow,.product-card__badge{position:absolute;z-index:3;padding:.4rem .8rem;border-radius:62.4375rem;font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;line-height:1;background:#ffffffeb;color:currentColor;color:var(--color-foreground, currentColor);pointer-events:none}.product-card__eyebrow{top:var(--spacing-2);left:var(--spacing-2)}.product-card__badge{bottom:var(--spacing-2);left:var(--spacing-2)}.product-card__badge--sold-out{background:#1f1a16d9;color:#fff;color:var(--color-background, #fff)}.product-card__badge--sale{background:#f2f1f1;color:#1f1a16;color:var(--hf-ink, #1f1a16);border:.0625rem solid rgba(31,26,22,.1);border:.0625rem solid color-mix(in srgb,#1f1a16 10%,transparent)}@supports (color: color-mix(in lch,red,blue)){.product-card__badge--sale{background:color-mix(in srgb,var(--hf-ink, #1f1a16) 6%,white);border:.0625rem solid color-mix(in srgb,var(--hf-ink, #1f1a16) 10%,transparent)}}.product-card__badge--new{background:#f6f2ee;color:#5c3818;border:.0625rem solid rgba(139,90,43,.16)}.product-card__badge--limited{background:#1f1a16e6;color:#fcf7f2;color:var(--hf-cream, #fcf7f2)}@supports (color: color-mix(in lch,red,blue)){.product-card__badge--limited{background:color-mix(in srgb,var(--hf-ink, #1f1a16) 90%,transparent)}}.product-card__quick-add{position:absolute;bottom:var(--spacing-2);right:var(--spacing-2);z-index:4;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;border-radius:62.4375rem;border-radius:var(--radius-4xl, 999px);background-color:color-mix(in srgb,#fcf7f2 92%,rgb(var(--color-background)) 8%);color:currentColor;color:var(--color-foreground, currentColor);-webkit-text-decoration:none;text-decoration:none;cursor:pointer;font:inherit;transition:opacity .2s ease,transform .2s cubic-bezier(.4,0,.2,1),background-color .2s ease}@supports (color: color-mix(in lch,red,blue)){.product-card__quick-add{background-color:color-mix(in srgb,var(--hf-cream, #fcf7f2) 92%,rgb(var(--color-background)) 8%)}}.product-card__quick-add svg{width:1.125rem;height:1.125rem}.product-card__quick-add:disabled,.product-card__quick-add[aria-disabled=true]{cursor:not-allowed;background-color:#fcf7f2ad;color:#1f1a1680}@supports (color: color-mix(in lch,red,blue)){.product-card__quick-add:disabled,.product-card__quick-add[aria-disabled=true]{background-color:color-mix(in srgb,var(--hf-cream, #fcf7f2) 68%,transparent);color:color-mix(in srgb,var(--color-foreground, #1f1a16) 50%,transparent)}}@media (hover: hover) and (min-width: 1024px){.product-card__quick-add{opacity:0;pointer-events:none}.product-card__quick-add:hover:not(:disabled):not([aria-disabled=true]){transform:scale(1.08)}}.product-card__quick-add:focus-visible{opacity:1;pointer-events:auto;outline:.125rem solid currentColor;outline:.125rem solid var(--color-foreground, currentColor);outline-offset:.125rem}.product-card__quick-add[data-loading=true]{pointer-events:none}.product-card__quick-add .loading__spinner,.product-card__quick-add[data-loading=true] .product-card__quick-add-icon{display:none}.product-card__quick-add[data-loading=true] .loading__spinner{display:inline-flex}.product-card__details{display:grid;position:relative;z-index:2;grid-gap:var(--spacing-1);gap:var(--spacing-1);align-items:start;padding-left:max(.2rem,min(.6vw,.8rem));padding-right:max(.2rem,min(.6vw,.8rem))}.product-card__tagline{margin:0;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:currentColor;color:var(--color-foreground, currentColor);opacity:.7}.product-card__title{margin:0;font-size:1.5rem;font-weight:600;font-weight:var(--font-heading-weight, 600);line-height:1.3;letter-spacing:-.02em;color:currentColor;color:var(--color-foreground, currentColor)}.product-card__title a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.product-card__price{font-size:1.4rem;line-height:1.3;color:currentColor;color:var(--color-foreground, currentColor)}.product-card__rating{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;color:currentColor;color:var(--color-foreground, currentColor);opacity:.75}.product-card__rating-count{opacity:.7}.product-card--small .product-card__title{font-size:1.35rem}.product-card--small .product-card__price{font-size:1.3rem}.product-card__badge--bestseller{background:#f1ebe6;color:#5c3818;border:.0625rem solid rgba(139,90,43,.2);font-weight:600}
