.product-grid-wrap{padding:var(--spacing-4xl) 0 var(--spacing-9xl);background:rgb(var(--color-background))}.product-grid-wrap .page-width{max-width:var(--page-width);margin:0 auto;padding:0 var(--spacing-lg)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:var(--spacing-2xl);row-gap:var(--spacing-7xl)}.product-card{display:flex;flex-direction:column}.product-card__link{position:relative;aspect-ratio:4/5;overflow:hidden;background:rgba(var(--color-foreground),.02);margin-bottom:var(--spacing-sm);display:block;text-decoration:none}.product-card__media{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__media{transform:scale(1.03)}.product-card__badge{top:var(--spacing-xs);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;padding:var(--spacing-5xs) var(--spacing-2xs);font-weight:500}.product-card__badge,.product-card__swatches{position:absolute;left:var(--spacing-xs);z-index:2}.product-card__swatches{bottom:var(--spacing-xs);display:flex;gap:var(--spacing-4xs)}.product-card__swatch{width:var(--spacing-sm);height:var(--spacing-sm);border-radius:50%;border:1px solid rgba(0,0,0,.06);display:block;background-size:cover;background-position:50%}.product-card__swatch--unavailable{position:relative;overflow:hidden;opacity:.4;border-style:dashed;border-color:rgba(var(--color-foreground),.5)}.product-card__swatch--unavailable:after{--diagonal-size:calc(var(--spacing-sm)*1.414);--crossed-line-size:0.1rem;content:"";position:absolute;bottom:calc(var(--crossed-line-size)*-.5);left:0;width:var(--diagonal-size);height:var(--crossed-line-size);background-color:rgb(var(--color-foreground));transform:rotate(-45deg);transform-origin:left}.product-card__quick{position:absolute;bottom:var(--spacing-xs);right:var(--spacing-xs);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;padding:var(--spacing-3xs) var(--spacing-xs);border:0;opacity:0;transition:opacity .2s;cursor:pointer;z-index:2}.product-card:hover .product-card__quick{opacity:1}.product-card__category{font-family:var(--font-mono);font-size:var(--spacing-2xs);letter-spacing:.18em;color:rgba(var(--color-foreground),.75);text-transform:uppercase;margin-bottom:var(--spacing-5xs)}.product-card__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600;font-size:17px;color:rgb(var(--color-foreground));line-height:1.3;margin:0 0 var(--spacing-5xs)}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:rgba(var(--color-foreground),.7)}.product-card__price{font-family:var(--font-body-family);font-size:13px;color:rgba(var(--color-foreground),.85);font-weight:400}.product-card__price .price__compare{color:rgba(var(--color-foreground),.5);margin-right:var(--spacing-4xs);font-weight:300}.product-grid-pagination{text-align:center;margin-top:var(--spacing-8xl)}.product-grid-pagination__count{font-family:var(--font-mono);font-size:var(--spacing-2xs);letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--color-foreground),.75);display:block;margin-bottom:var(--spacing-xs)}.product-grid-pagination__rule{height:2px;width:var(--spacing-9xl);background:rgb(var(--color-foreground));margin:0 auto}@media (max-width:1023px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.product-grid-wrap{padding:var(--spacing-xl) 0 var(--spacing-6xl)}.product-grid{grid-template-columns:1fr 1fr;column-gap:var(--spacing-sm);row-gap:var(--spacing-3xl)}.product-card__quick{display:none}.product-card__title{font-size:15px}.product-card__price{font-size:var(--spacing-xs)}.product-card__category{font-size:9px}.product-grid-pagination{margin-top:var(--spacing-4xl)}}