.clay{color:var(--color-clay)}.ink-soft{color:var(--color-ink-soft)}.product-grid{display:grid;gap:clamp(1rem,2vw,1.75rem);grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}}.product-card{display:block;color:inherit;text-decoration:none}.product-card__frame{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-sand-soft);border-radius:var(--radius-soft)}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__img--base{opacity:1;transition:opacity .9s var(--ease-out-expo)}.product-card__img--hover{opacity:0;transform:scale(1.04);transition:opacity 1.1s var(--ease-out-expo),transform 1.1s var(--ease-out-expo)}.product-card:hover .product-card__img--base,.group:hover .product-card__img--base{opacity:0}.product-card:hover .product-card__img--hover,.group:hover .product-card__img--hover{opacity:1;transform:scale(1)}.product-card__img.is-sold{filter:grayscale(1);opacity:.7}.product-card__no{position:absolute;top:.75rem;left:.75rem;z-index:2;font-size:.62rem;color:color-mix(in srgb,var(--color-ink) 70%,transparent);mix-blend-mode:multiply}.product-card__new{position:absolute;top:.75rem;right:.75rem;z-index:2;padding:.25rem .5rem;background:color-mix(in srgb,var(--color-cream) 90%,transparent);color:var(--color-ink)}.product-card__sale{position:absolute;top:.75rem;right:.75rem;z-index:2;padding:.3rem .55rem;background:var(--color-clay);color:var(--color-cream)}.product-card__sold{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center}.product-card__sold-chip{padding:.375rem .75rem;background:var(--color-sold);color:var(--color-cream);transform:rotate(-3deg)}.product-card__cue{position:absolute;inset-inline:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:color-mix(in srgb,var(--color-espresso) 90%,transparent);color:var(--color-cream);transform:translateY(100%);transition:transform .5s var(--ease-out-expo)}@supports (backdrop-filter: blur(4px)){.product-card__cue{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.product-card:hover .product-card__cue,.group:hover .product-card__cue{transform:translateY(0)}.product-card__cue .mono{font-size:.62rem}.product-card__meta{padding-top:.75rem;padding-bottom:1.5rem}.product-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.product-card__row.mono{font-size:.64rem;color:var(--color-ink-soft);text-transform:uppercase;letter-spacing:.06em}.product-card__title{margin-top:.375rem;font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.3;color:var(--color-ink);transition:color .3s var(--ease-in-out-soft)}.product-card:hover .product-card__title,.group:hover .product-card__title{color:var(--color-clay)}.product-card__row:last-child{margin-top:.25rem}.product-card__price{font-size:.9rem;color:var(--color-ink)}.product-card__compare{margin-right:.35rem;color:var(--color-ink-soft)}.product-card__price.is-sold{color:var(--color-ink-soft);text-decoration:line-through}.product-card__size{font-size:.62rem;color:var(--color-ink-soft)}.product-card__frame{position:relative}.product-card__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-soft);padding:1px;background:linear-gradient(135deg,var(--color-clay),var(--color-mustard));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .5s var(--ease-out-expo);pointer-events:none;z-index:3}.product-card:hover .product-card__frame:after,.group:hover .product-card__frame:after{opacity:1}.product-card__cue{background:linear-gradient(90deg,var(--color-clay-deep),var(--color-clay),var(--color-mustard))}.product-card:hover .product-card__price:not(.is-sold),.group:hover .product-card__price:not(.is-sold){background:linear-gradient(135deg,var(--color-clay),var(--color-mustard));-webkit-background-clip:text;background-clip:text;color:transparent}.collection-page{max-width:1600px;margin-inline:auto;padding:clamp(2.5rem,5vw,3.5rem) clamp(1.25rem,4vw,2rem)}.collection-masthead{margin-bottom:clamp(2rem,4vw,3rem);padding-bottom:clamp(1.5rem,3vw,2rem);border-bottom:1px solid var(--color-sand)}.collection-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:.64rem;color:var(--color-ink-soft);text-transform:uppercase;letter-spacing:.06em}.collection-intro{margin-top:1rem;max-width:36rem;color:var(--color-ink-soft);line-height:1.65}.collection-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(1rem,3vw,2rem);margin-bottom:clamp(2rem,4vw,3rem)}.filter-group{display:flex;flex-direction:column;gap:.6rem}.filter-legend{color:var(--color-ink-soft)}.filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{padding:.35rem .75rem;border:1px solid var(--color-sand);border-radius:var(--radius-soft);color:var(--color-ink-soft);text-decoration:none;text-transform:uppercase;font-size:.68rem;letter-spacing:.08em;line-height:1;transition:border-color .25s var(--ease-in-out-soft),color .25s var(--ease-in-out-soft),background-color .25s var(--ease-in-out-soft)}.filter-pill:hover{border-color:var(--color-ink);color:var(--color-ink)}.filter-pill.is-active{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper)}.filter-pill[aria-disabled=true]{opacity:.4;pointer-events:none}.filter-sort{margin-left:auto}.sort-select{appearance:none;-webkit-appearance:none;background:var(--color-paper);border:1px solid var(--color-sand);border-radius:var(--radius-soft);padding:.45rem 2rem .45rem .75rem;font-family:var(--font-mono);font-size:.72rem;color:var(--color-ink);cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--color-ink-soft) 50%),linear-gradient(135deg,var(--color-ink-soft) 50%,transparent 50%);background-position:right .85rem center,right .6rem center;background-size:5px 5px,5px 5px;background-repeat:no-repeat;transition:border-color .25s var(--ease-in-out-soft)}.sort-select:focus{outline:none;border-color:var(--color-clay)}.filter-clear{align-self:flex-end;font-size:.72rem;color:var(--color-ink-soft)}.pagination{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,3vw,2rem);margin-top:clamp(2.5rem,5vw,4rem);font-size:.75rem;color:var(--color-ink-soft)}.collection-empty{padding:clamp(4rem,12vw,8rem) 1rem;text-align:center}.collection-empty .display-md{margin-top:.5rem}.collection-empty p+p{margin-top:.5rem}.product__crumbs{max-width:1600px;margin-inline:auto;padding:clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,4vw,2rem) 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.64rem;color:var(--color-ink-soft);text-transform:uppercase;letter-spacing:.06em}.product__grid{max-width:1600px;margin-inline:auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,4vw,2rem);display:grid;grid-template-columns:1fr;gap:clamp(2rem,5vw,3rem)}@media(min-width:1024px){.product__grid{grid-template-columns:1.1fr 1fr;gap:clamp(2.5rem,5vw,5rem)}}.product__gallery{display:grid;grid-template-columns:76px 1fr;grid-template-areas:"thumbs main";gap:clamp(.75rem,1.5vw,1.25rem);align-items:start}.product__gallery-main{grid-area:main}.product__gallery-thumbs{grid-area:thumbs}@media(max-width:720px){.product__gallery{grid-template-columns:1fr;grid-template-areas:"main" "thumbs";gap:.6rem}.product__gallery-thumbs{flex-direction:row!important;overflow-x:auto;overflow-y:hidden;max-height:none;padding-bottom:.25rem}.product__gallery-thumb{width:60px;height:60px;flex:0 0 auto}}.product__gallery-main{position:relative;background:var(--color-sand-soft);border-radius:var(--radius-soft);overflow:hidden;min-height:520px;display:flex;align-items:stretch;justify-content:stretch}.product__gallery-img{display:block;width:100%;height:100%;max-height:86vh;object-fit:cover;object-position:center center;transition:opacity .35s var(--ease-out-expo)}@media(max-width:720px){.product__gallery-img{max-height:72vh}.product__gallery-main{min-height:240px}}.product__gallery-thumbs{display:flex;flex-direction:column;gap:.6rem;overflow-y:auto;max-height:86vh;scrollbar-width:thin;padding-right:.15rem}.product__gallery-thumb{flex:0 0 auto;width:72px;height:90px;border-radius:3px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:var(--color-sand-soft);transition:border-color .3s var(--ease-out-expo),transform .3s var(--ease-out-expo)}.product__gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product__gallery-thumb:hover{transform:translateY(-2px)}.product__gallery-thumb.is-active{border-color:var(--color-clay)}.product__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-sand-soft);border-radius:var(--radius-soft)}.product__media img{width:100%;height:100%;object-fit:cover;display:block}.product__media.is-sold img{filter:grayscale(1);opacity:.75}.product__media--empty{display:flex;align-items:center;justify-content:center;color:var(--color-ink-soft)}.product__label-sticky{display:flex;flex-direction:column}@media(min-width:1024px){.product__label-sticky{position:sticky;top:7rem;align-self:start;padding-block:1rem}}.product__era{font-size:.64rem;color:var(--color-clay);text-transform:uppercase;letter-spacing:.14em}.product__title{margin-top:.75rem;font-size:clamp(2.1rem,5vw,3.4rem);line-height:1.03;color:var(--color-ink)}.product__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem 1rem;margin-top:1.25rem}.product__price{font-size:clamp(1.35rem,2.5vw,1.6rem);color:var(--color-ink)}.product__compare{margin-right:.45rem;color:var(--color-ink-soft)}.product__price.is-sold{color:var(--color-ink-soft);text-decoration:line-through}.product__sold-chip{padding:.3rem .65rem;background:var(--color-sold);color:var(--color-cream)}.product__sale-chip{padding:.3rem .65rem;background:var(--color-clay);color:var(--color-cream)}.product__unique{font-size:.68rem;color:var(--color-ink-soft)}.product__desc{margin-top:1.5rem;color:var(--color-ink-soft);line-height:1.7}.product__desc blockquote{margin:1.25rem 0 0;padding-left:1.25rem;border-left:2px solid var(--color-clay);font-style:italic;color:var(--color-ink-soft);line-height:1.7}.product__specs{margin-top:clamp(1.75rem,3vw,2.5rem);border-top:1px solid var(--color-sand);font-family:var(--font-mono);font-size:.72rem}.product__spec{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-sand)}.product__spec dt{color:var(--color-ink-soft);text-transform:uppercase;letter-spacing:.06em}.product__spec dd{margin:0;text-align:right;color:var(--color-ink)}.product__form,.product__add{margin-top:clamp(1.5rem,3vw,2rem)}.product__add{margin-top:0}.product__sold-note{margin-top:.85rem;font-size:.68rem;color:var(--color-ink-soft);line-height:1.6}.product__delivery{margin-top:clamp(1.5rem,3vw,2rem);color:var(--color-olive)}.product__returns{margin-top:.75rem}.product__returns a{color:var(--color-clay);text-decoration:underline;text-underline-offset:.2em}.related .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.75rem,3vw,2.5rem)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/catalog.css.map */
