.product-card{display:block}.product-card__image-link{color:inherit;text-decoration:none;display:block}.product-card__image-wrapper{background-color:var(--card);aspect-ratio:4/5;margin-bottom:.75rem;position:relative;overflow:hidden}@media (min-width:768px){.product-card__image-wrapper{margin-bottom:1rem}}.product-card__image{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .65s;display:block;position:absolute;inset:0}.product-card__image--active{opacity:1;z-index:2}.product-card__image-dots{z-index:3;opacity:0;pointer-events:none;justify-content:center;align-items:center;gap:.35rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:.65rem;left:50%;transform:translate(-50%,.25rem)}.product-card__image-dot{border:1px solid var(--foreground);background:0 0;border-radius:999px;width:.42rem;height:.42rem}.product-card__image-dot--active{background:var(--foreground)}.product-card--previewing .product-card__image-dots{opacity:1;transform:translate(-50%)}.product-card__info{flex-direction:column;align-items:stretch;gap:.5rem;display:flex}.product-card__info-main{flex-direction:column;gap:.25rem;min-width:0;display:flex}.product-card__info-meta{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}@media (min-width:768px){.product-card__info{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;display:grid}.product-card__info-meta{align-items:flex-end}}.product-card__name{letter-spacing:.05em;color:var(--foreground);font-size:.8rem;font-weight:400;line-height:1.4}@media (min-width:768px){.product-card__name{font-size:.9rem}}.product-card__name-link{color:inherit;text-decoration:none;transition:color .2s}.product-card__name-link:hover{color:var(--muted-foreground)}.product-card__swatches{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;max-width:4.5rem;margin:0;padding:0;list-style:none;display:flex}.product-card__swatch{background-position:50%;background-size:cover;border:1px solid #0000001a;width:.9rem;height:.9rem}.product-card__origin{color:var(--muted-foreground);letter-spacing:.03em;font-size:.7rem}.product-card__price{color:var(--foreground);letter-spacing:.02em;margin-top:.15rem;font-size:.85rem}.product-card__quantity{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.65rem}
.product-collection__toolbar{grid-template-columns:1fr;align-items:end;gap:.85rem;max-width:96rem;margin:0 auto 2.5rem;display:grid}@media (min-width:768px){.product-collection__toolbar{grid-template-columns:minmax(16rem,1fr) auto auto auto}}.product-collection__search,.product-collection__field{flex-direction:column;gap:.4rem;display:flex}.product-collection__group{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.product-collection__label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);font-size:.62rem}.product-collection__input,.product-collection__select{border:1px solid var(--border);background:var(--background);height:2.5rem;color:var(--foreground);font-family:var(--font-inter), sans-serif;outline:none;padding:0 .8rem;font-size:.78rem;transition:border-color .18s}.product-collection__input:focus,.product-collection__select:focus{border-color:var(--foreground)}.product-collection__input::placeholder{color:var(--muted-foreground)}.product-collection__segmented{border:1px solid var(--border);grid-template-columns:repeat(3,1fr);height:2.5rem;display:inline-grid}@media (min-width:768px){.product-collection__segmented{grid-column:1/-1;justify-self:end}}.product-collection__segment{border:none;border-right:1px solid var(--border);min-width:4rem;color:var(--muted-foreground);cursor:pointer;font-family:var(--font-inter), sans-serif;letter-spacing:.16em;text-transform:uppercase;background:0 0;font-size:.65rem;transition:background .18s,color .18s}.product-collection__segment:last-child{border-right:none}.product-collection__segment:hover,.product-collection__segment--active{background:var(--foreground);color:var(--background)}.product-collection__grid{grid-template-columns:1fr 1fr;gap:3rem 1rem;max-width:96rem;margin:0 auto;display:grid}@media (min-width:768px){.product-collection__grid{grid-template-columns:repeat(4,1fr);gap:4rem 1.5rem}}.product-collection__grid-item{animation:.8s ease-out forwards product-collection-fade-in}.product-collection__empty{border:1px dashed var(--border);max-width:96rem;color:var(--muted-foreground);letter-spacing:.08em;text-align:center;margin:0 auto;padding:3rem 1rem;font-size:.8rem}@keyframes product-collection-fade-in{0%{opacity:0}to{opacity:1}}
