.st-collection{--st-paper: rgb(var(--brand-paper));--st-white: #ffffff;--st-ink: rgb(var(--brand-ink));--st-ink-muted: rgba(var(--brand-ink), .72);--st-ink-faint: rgba(var(--brand-ink), .56);--st-border: rgba(var(--brand-ink), .1);--st-yellow: rgb(var(--brand-yellow));--st-red-soft: rgba(var(--brand-red), .12);--st-blue-soft: rgba(var(--brand-blue), .18);--st-green-soft: rgba(var(--brand-green), .14);background:var(--st-paper);color:var(--st-ink)}.st-collection__shell.page-width{max-width:154rem;padding-inline:clamp(2rem,2.8vw,3.2rem)}.st-collection__header{display:grid;gap:.8rem;padding-block:clamp(1.6rem,2vw,2.4rem) clamp(1.6rem,2vw,2.4rem)}.st-collection__eyebrow,.st-collection__card-kicker,.st-collection__card-type,.st-collection__action{font-family:Roboto Mono Custom,monospace}.st-collection__eyebrow{margin:0;color:rgba(var(--brand-red),.95);font-size:1.15rem;letter-spacing:.18em;text-transform:uppercase}.st-collection__title,.st-collection__card-name{font-family:Neue Montreal,sans-serif;font-weight:500;letter-spacing:-.05em}.st-collection__title{max-width:20ch;margin:0;font-size:clamp(2.2rem,3vw,3.4rem);line-height:1}.st-collection__intro{max-width:52rem;margin:0;font-family:Neue Montreal,sans-serif;color:var(--st-ink-muted);font-size:1.35rem;line-height:1.5}.st-collection__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;align-items:start}.st-collection__card{display:flex;flex-direction:column;border:.1rem solid var(--st-border);border-radius:2.4rem;overflow:hidden;background:#ffffffe6;min-height:100%}.st-collection__card-visual{display:block;min-height:0;text-decoration:none}.st-collection__card--desire .st-collection__card-visual{background:var(--st-red-soft)}.st-collection__card--snooze .st-collection__card-visual{background:var(--st-blue-soft)}.st-collection__card--reset .st-collection__card-visual{background:var(--st-green-soft)}.st-collection__image-stage{position:relative;width:100%;aspect-ratio:1 / 1.08;overflow:hidden}.st-collection__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.st-collection__image--secondary{opacity:0}.st-collection__card-visual:hover .st-collection__image--primary,.st-collection__card-visual:focus-visible .st-collection__image--primary{opacity:0;transform:scale(1.01)}.st-collection__card-visual:hover .st-collection__image--secondary,.st-collection__card-visual:focus-visible .st-collection__image--secondary{opacity:1;transform:scale(1.01)}.st-collection__card-body{display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding:1.4rem 1.4rem 1.6rem}.st-collection__card-kicker{margin:0 0 .5rem;color:var(--st-ink-faint);font-size:.85rem;letter-spacing:.14em;text-transform:uppercase}.st-collection__card-name{margin:0 0 .5rem;font-size:clamp(1.9rem,1.6vw,2.4rem);line-height:1}.st-collection__card-type{margin:0 0 .8rem;color:var(--st-ink-faint);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.st-collection__card-copy{max-width:none;margin:0 0 1.2rem;font-family:Neue Montreal,sans-serif;color:var(--st-ink-muted);font-size:1.2rem;line-height:1.45}.st-collection__card-actions{display:grid;grid-template-columns:1fr;gap:.8rem;margin-bottom:1rem}.st-collection__action{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:3.8rem;padding:.8rem 1.2rem;border-radius:999px;border:.1rem solid var(--st-border);color:var(--st-ink);text-decoration:none;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.st-collection__action--primary{background:var(--st-yellow);border-color:rgba(var(--brand-ink),.14)}.st-collection__action--secondary{background:#ffffffeb}.st-collection__action:hover{transform:translateY(-.1rem)}.st-collection__action--primary:hover{background:rgba(var(--brand-yellow),.86)}.st-collection__action--secondary:hover{background:#fff}.st-collection__card-rating{display:flex;align-items:center;gap:.8rem;margin-top:auto}.st-collection__stars{color:var(--st-ink);font-size:1.05rem;letter-spacing:.04em}.st-collection__rating-copy{font-family:Neue Montreal,sans-serif;color:var(--st-ink-faint);font-size:1.1rem;line-height:1.3}.st-collection__discovery{display:grid;grid-template-columns:minmax(28rem,.48fr) minmax(0,1fr);gap:0;margin-top:2.4rem;border:.1rem solid var(--st-border);border-radius:2.4rem;overflow:hidden;background:#ffffffe6}.st-collection__discovery-media{position:relative;background:#fefdf9;aspect-ratio:1 / 1}.st-collection__discovery-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:2.4rem}.st-collection__discovery-body{display:flex;flex-direction:column;justify-content:center;gap:0;padding:2.4rem 2.8rem}.st-collection__discovery-price{font-family:Neue Montreal,sans-serif;font-size:1.6rem;font-weight:500;color:var(--st-ink);margin-bottom:1.2rem}.st-collection__discovery-body .st-collection__card-kicker{margin-bottom:.5rem}.st-collection__discovery-body .st-collection__card-name{margin-bottom:.3rem}.st-collection__discovery-body .st-collection__card-type{margin-bottom:.6rem}.st-collection__discovery-body .st-collection__card-copy{margin-bottom:1rem}.st-collection__discovery-body .st-collection__action{max-width:28rem}.st-collection__add-to-cart--loading{opacity:.7;pointer-events:none}@media screen and (max-width:960px){.st-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st-collection__discovery{grid-template-columns:1fr}.st-collection__discovery-media{aspect-ratio:4 / 3}}@media screen and (max-width:720px){.st-collection__grid{grid-template-columns:1fr}.st-collection__image-stage{aspect-ratio:1 / .95}}@media screen and (max-width:749px){.st-collection__shell.page-width{padding-inline:2rem}.st-collection__header{padding-block:1.8rem 2.4rem}.st-collection__intro{font-size:1.3rem}.st-collection__card{border-radius:2rem}.st-collection__card-body{padding:1.3rem 1.3rem 1.5rem}.st-collection__card-name{font-size:2rem}.st-collection__card-copy{font-size:1.15rem}.st-collection__discovery{border-radius:2rem}.st-collection__discovery-body{padding:1.8rem 2rem}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-editorial-collection.css.map */
