:root{--sh-pearl:#FAF9FE;--sh-lavender:#EEEDFE;--sh-purple:#3C3489;--sh-plum:#26215C;--sh-rose:#D98B95;--sh-ink:#1E1B33;--sh-muted:#78748C;--sh-line:#E4E2F4;--sh-chip-border:#D9D5F3;--sh-save:#4F8467;--sh-radius:var(--sh-radius-md);--sh-font-serif:"Newsreader",Georgia,serif;--sh-font-body:"Hanken Grotesk",system-ui,sans-serif;--sh-flag-red:#CD2E3A;--sh-seal-cinnabar:#C0392B}.sh-em{color:var(--sh-flag-red)}.shc-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--sh-line);border-radius:var(--sh-radius);overflow:hidden;transition:box-shadow var(--sh-dur) var(--sh-ease),border-color var(--sh-dur) var(--sh-ease)}.shc-card:hover{box-shadow:var(--sh-shadow-md);border-color:var(--sh-border-strong)}.shc-shelf{position:relative;display:block;text-decoration:none}.shc-count{position:absolute;top:12px;right:14px;background:#ffffffe6;color:var(--sh-purple);font:600 11px/1 var(--sh-font-body);letter-spacing:.02em;padding:5px 10px;border-radius:999px}.shc-hero{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.shc-body{display:flex;flex-direction:column;flex:1;padding:20px 22px 22px;font-family:var(--sh-font-body)}.shc-eye{font:600 12px/1 var(--sh-font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--sh-purple)}.shc-title{font-family:var(--sh-font-serif);font-weight:500;font-size:var(--sh-text-lg);color:var(--sh-plum);margin:8px 0 6px}.shc-blurb{font-size:14px;color:var(--sh-ink-soft);flex:1}.shc-meta{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:14px 0 4px}.shc-price{font-size:17px;font-weight:600;color:var(--sh-plum)}.shc-compare{font-size:13px;color:var(--sh-muted)}.shc-save{font-size:11px;font-weight:600;color:var(--sh-save);background:var(--sh-success-soft);border-radius:999px;padding:3px 9px}.shc-cta{display:inline-block;margin-top:16px;text-align:center;padding:13px 20px;font-size:14px;font-family:var(--sh-font-body);font-weight:600;border-radius:999px;text-decoration:none;cursor:pointer;border:1px solid transparent;background:var(--sh-purple);color:#fff;box-shadow:var(--sh-shadow-sm);transition:background var(--sh-dur) var(--sh-ease),box-shadow var(--sh-dur) var(--sh-ease)}.shc-cta:hover{background:var(--sh-primary-hover);box-shadow:var(--sh-shadow-md);color:#fff}.shc-card--featured{grid-column:1/-1}@media(min-width:681px){.shc-card--featured{display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch}.shc-card--featured .shc-hero{height:100%;min-height:320px;aspect-ratio:auto}.shc-card--featured .shc-body{padding:36px 40px;justify-content:center}.shc-card--featured .shc-title{font-size:var(--sh-text-xl)}}:root{--sh-lavender-50: #FAF9FE;--sh-lavender-100: #F2F1FC;--sh-lavender-150: #EEEDFE;--sh-lavender-200: #DAD8F5;--sh-lavender-300: #BFBBE6;--sh-lavender-400: #AFA9EC;--sh-lavender-500: #8079D8;--sh-lavender-600: #534AB7;--sh-lavender-700: #3C3489;--sh-lavender-800: #26215C;--sh-lavender-900: #1A1640;--sh-ink-soft: #6B6385;--sh-ink-faint: #9A93B5;--sh-surface: #FFFFFF;--sh-surface-alt: #FAF9FE;--sh-border: var(--sh-lavender-200);--sh-border-strong:var(--sh-lavender-300);--sh-rose-soft: #FBEAF1;--sh-success: #4F8467;--sh-success-soft: #E5F1EA;--sh-warning: #C98A2B;--sh-warning-soft: #FBF1E0;--sh-error: #C8475B;--sh-error-soft: #FBE9EC;--sh-bg: var(--sh-lavender-50);--sh-bg-band: var(--sh-lavender-150);--sh-bg-card: var(--sh-surface);--sh-text: var(--sh-ink);--sh-text-muted: var(--sh-ink-soft);--sh-heading: var(--sh-lavender-800);--sh-primary: var(--sh-lavender-700);--sh-primary-hover: #312A73;--sh-primary-contrast: #FFFFFF;--sh-link: var(--sh-lavender-600);--sh-accent: var(--sh-rose);--sh-focus-ring: var(--sh-lavender-400);--sh-font-display: var(--sh-font-serif);--sh-text-xs: .75rem;--sh-text-sm: .875rem;--sh-text-base: 1rem;--sh-text-lg: 1.375rem;--sh-text-xl: clamp(1.375rem, 1.2rem + .7vw, 1.75rem);--sh-text-2xl: clamp(1.75rem, 1.5rem + 1.1vw, 2.25rem);--sh-text-3xl: clamp(2rem, 1.6rem + 1.8vw, 2.75rem);--sh-text-4xl: clamp(2.5rem, 1.9rem + 2.8vw, 3.75rem);--sh-weight-light:300;--sh-weight-regular:400;--sh-weight-medium:500;--sh-weight-semibold:600;--sh-weight-bold:700;--sh-leading-tight:1.12;--sh-leading-snug:1.3;--sh-leading-body:1.6;--sh-tracking-eyebrow:.18em;--sh-tracking-tight:-.01em;--sh-space-1:.25rem;--sh-space-2:.5rem;--sh-space-3:.75rem;--sh-space-4:1rem;--sh-space-5:1.5rem;--sh-space-6:2rem;--sh-space-7:3rem;--sh-space-8:4rem;--sh-space-9:6rem;--sh-radius-sm:10px;--sh-radius-md:16px;--sh-radius-lg:24px;--sh-radius-xl:32px;--sh-radius-pill:999px;--sh-icon-sm:16px;--sh-icon-md:20px;--sh-icon-lg:24px;--sh-icon-stroke:1.6;--sh-icon-tile:64px;--sh-icon-tile-sm:48px;--sh-shadow-xs:0 1px 2px rgba(38,33,92,.06);--sh-shadow-sm:0 2px 8px rgba(38,33,92,.08);--sh-shadow-md:0 8px 24px rgba(38,33,92,.1);--sh-shadow-lg:0 18px 48px rgba(38,33,92,.14);--sh-shadow-focus:0 0 0 3px rgba(175,169,236,.55);--sh-ease:cubic-bezier(.4,0,.2,1);--sh-ease-out:cubic-bezier(.16,1,.3,1);--sh-dur-fast:.14s;--sh-dur:.22s;--sh-dur-slow:.4s;--sh-container:1200px;--sh-container-narrow:760px;--sh-gutter:clamp(1rem,4vw,2.5rem)}@media(prefers-reduced-motion:reduce){html,.shl{scroll-behavior:auto!important}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/122/assets/sh-tokens.css.map */
