:root{--sh-cream: #f6f0e7;--sh-cream-soft: #fffaf0;--sh-ink: #1f2b2d;--sh-ink-80: rgba(31, 43, 45, .8);--sh-ink-65: rgba(31, 43, 45, .65);--sh-ink-45: rgba(31, 43, 45, .45);--sh-ink-18: rgba(31, 43, 45, .18);--sh-ink-10: rgba(31, 43, 45, .1);--sh-blue: #315d66;--sh-royal-blue: #2f6f8f;--sh-seafoam: #9fc8bd;--sh-terracotta: #a56545;--sh-sale: #9a3d2f;--sh-sand: #d8c7ad;--sh-driftwood: #b9a184;--sh-white: #ffffff;--sh-page-width: 1500px;--sh-page-width-narrow: 1120px;--sh-gutter: clamp(18px, 4vw, 72px);--sh-space-2xs: 6px;--sh-space-xs: 10px;--sh-space-sm: 14px;--sh-space-md: 22px;--sh-space-lg: 36px;--sh-space-xl: 56px;--sh-space-2xl: 88px;--sh-space-3xl: 120px;--sh-radius-none: 0;--sh-radius-sm: 8px;--sh-radius-md: 16px;--sh-radius-lg: 26px;--sh-radius-pill: 999px;--sh-shadow-soft: 0 24px 80px rgba(0, 0, 0, .14);--sh-shadow-lift: 0 34px 110px rgba(0, 0, 0, .18);--sh-ease: cubic-bezier(.22, .61, .36, 1);--sh-ease-out: cubic-bezier(.16, 1, .3, 1);--sh-speed-fast: .24s;--sh-speed: .52s;--sh-speed-slow: .82s;--sh-heading-font: var(--font-heading-family, Georgia, serif);--sh-body-font: var(--font-body-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}.sh-page{max-width:var(--sh-page-width);margin-inline:auto;padding-inline:var(--sh-gutter)}.sh-page--narrow{max-width:var(--sh-page-width-narrow)}.sh-section{background:var(--sh-cream);color:var(--sh-ink);padding-block:var(--sh-section-padding, clamp(64px, 8vw, 120px))}.sh-section--cream{background:var(--sh-cream)}.sh-section--white{background:var(--sh-white)}.sh-section--sand{background:#ede2d2}.sh-section--ink{background:var(--sh-ink);color:var(--sh-cream-soft)}.sh-stack-xs>*+*{margin-top:var(--sh-space-xs)}.sh-stack-sm>*+*{margin-top:var(--sh-space-sm)}.sh-stack-md>*+*{margin-top:var(--sh-space-md)}.sh-stack-lg>*+*{margin-top:var(--sh-space-lg)}.sh-stack-xl>*+*{margin-top:var(--sh-space-xl)}.sh-grid{display:grid;gap:var(--sh-grid-gap, var(--sh-space-lg))}.sh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.sh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.sh-eyebrow{margin:0 0 16px;color:currentColor;opacity:.68;font-size:12px;line-height:1.2;letter-spacing:.22em;text-transform:uppercase}.sh-heading-xl,.sh-heading-lg,.sh-heading-md,.sh-heading-sm{margin:0;color:currentColor;font-family:var(--sh-heading-font);font-weight:500;letter-spacing:-.045em}.sh-heading-xl{font-size:clamp(46px,7.5vw,104px);line-height:.91}.sh-heading-lg{font-size:clamp(38px,5.4vw,82px);line-height:.95}.sh-heading-md{font-size:clamp(28px,3.2vw,50px);line-height:1}.sh-heading-sm{font-size:clamp(22px,2vw,34px);line-height:1.05}.sh-body,.sh-rte{color:currentColor;font-family:var(--sh-body-font);font-size:clamp(16px,1.18vw,20px);line-height:1.7;opacity:.84}.sh-rte p{margin:0 0 18px}.sh-rte p:last-child{margin-bottom:0}.sh-muted{color:var(--sh-ink-65)}.sh-button,.sh-button-link{-webkit-appearance:none;appearance:none;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;padding:15px 26px;background:var(--sh-button-bg, var(--sh-ink));color:var(--sh-button-text, var(--sh-cream-soft));text-decoration:none;text-transform:uppercase;letter-spacing:.18em;font-size:12px;line-height:1;cursor:pointer;transition:transform var(--sh-speed-fast) var(--sh-ease),background var(--sh-speed-fast) var(--sh-ease),color var(--sh-speed-fast) var(--sh-ease),border-color var(--sh-speed-fast) var(--sh-ease)}.sh-button:hover,.sh-button-link:hover{transform:translateY(-2px);background:var(--sh-button-hover, var(--sh-blue));color:var(--sh-button-text, var(--sh-cream-soft))}.sh-button--light{--sh-button-bg: var(--sh-cream-soft);--sh-button-text: var(--sh-ink);--sh-button-hover: var(--sh-white)}.sh-button--outline{background:transparent;color:currentColor;border-color:currentColor}.sh-button--outline:hover{background:currentColor;color:var(--sh-cream-soft)}.sh-text-link{color:currentColor;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;opacity:.78;transition:opacity var(--sh-speed-fast) var(--sh-ease)}.sh-text-link:hover{opacity:1}.sh-card{position:relative;overflow:hidden;background:var(--sh-card-bg, var(--sh-white));color:var(--sh-ink)}.sh-card--border{border:1px solid var(--sh-ink-10)}.sh-card--rounded{border-radius:var(--sh-radius-md)}.sh-card--shadow{box-shadow:var(--sh-shadow-soft)}.sh-media{position:relative;overflow:hidden;background:var(--sh-sand);transform:translateZ(0)}.sh-media img,.sh-media video{width:100%;height:100%;display:block;object-fit:cover}.sh-media--square{aspect-ratio:1 / 1}.sh-media--portrait{aspect-ratio:4 / 5}.sh-media--tall{aspect-ratio:3 / 4}.sh-media--wide{aspect-ratio:16 / 9}.sh-media--hero{aspect-ratio:21 / 9}.sh-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 11px;border-radius:var(--sh-badge-radius, 0);background:#1f2b2de0;color:var(--sh-cream-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;line-height:1;letter-spacing:.12em;text-transform:uppercase}.sh-badge--new{background:#315d66e6}.sh-badge--best{background:#7e4c30eb}.sh-badge--sale{background:#9a3d2feb}.sh-badge--sold-out{background:#1f2b2db8}.sh-product-grid{display:grid;grid-template-columns:repeat(var(--sh-product-columns, 3),minmax(0,1fr));gap:var(--sh-product-gap, 38px)}.sh-product-card{position:relative;min-width:0;color:var(--sh-ink)}.sh-product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:var(--sh-product-ratio, 4 / 5);background:var(--sh-card-bg, #eee7dc);border-radius:var(--sh-product-radius, 0);transform:translateZ(0)}.sh-product-card__image,.sh-product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.sh-product-card__image{display:block;object-fit:cover;object-position:center center;transition:opacity var(--sh-speed-slow) var(--sh-ease),transform var(--sh-speed-slow) var(--sh-ease)}.sh-product-card__image--primary{opacity:1;transform:scale(1)}.sh-product-card__image--secondary{opacity:0;transform:scale(1.035)}.sh-product-card:hover .sh-product-card__image--primary{opacity:0;transform:scale(1.045)}.sh-product-card:hover .sh-product-card__image--secondary{opacity:1;transform:scale(1)}.sh-product-card:hover .sh-product-card__image--primary:only-child{opacity:1}.sh-product-card__placeholder{display:grid;place-items:center;padding:24px;text-align:center;color:var(--sh-ink-65);background:#eee7dc}.sh-product-card__badges{position:absolute;z-index:4;top:14px;left:14px;display:flex;flex-wrap:wrap;gap:8px;max-width:calc(100% - 28px)}.sh-product-card__shade{position:absolute;inset:auto 0 0 0;height:38%;pointer-events:none;background:linear-gradient(180deg,#0000,#0000002e);opacity:0;transition:opacity var(--sh-speed) var(--sh-ease)}.sh-product-card:hover .sh-product-card__shade{opacity:1}.sh-product-card__content{display:flex;justify-content:space-between;gap:18px;padding-top:18px}.sh-product-card__title{margin:0;font-size:clamp(15px,1.05vw,18px);line-height:1.25;font-weight:500;letter-spacing:-.01em}.sh-product-card__title a{color:inherit;text-decoration:none}.sh-product-card__title a:hover{color:var(--sh-blue)}.sh-product-card__vendor{margin:7px 0 0;color:var(--sh-ink-65);font-size:11px;line-height:1.2;letter-spacing:.16em;text-transform:uppercase}.sh-product-card__price{margin-top:7px;color:var(--sh-ink-65);font-size:14px;line-height:1.3}.sh-product-card__price-sale{color:var(--sh-sale);margin-right:8px}.sh-product-card__price-compare{opacity:.55}.sh-quick-add{position:absolute;left:0;right:0;bottom:0;z-index:5;transform:translateY(100%);transition:transform .36s var(--sh-ease)}.sh-product-card:hover .sh-quick-add{transform:translateY(0)}.sh-quick-add form{margin:0}.sh-quick-add__button{-webkit-appearance:none;appearance:none;width:100%;min-height:50px;border:0;display:flex;align-items:center;justify-content:center;padding:15px 18px;background:var(--sh-quick-bg, var(--sh-ink));color:var(--sh-quick-text, var(--sh-cream-soft));text-decoration:none;text-transform:uppercase;letter-spacing:.18em;font-size:12px;line-height:1;cursor:pointer;transition:background var(--sh-speed-fast) var(--sh-ease)}.sh-quick-add__button:hover{background:var(--sh-quick-hover, var(--sh-blue));color:var(--sh-quick-text, var(--sh-cream-soft))}.sh-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.sh-drawer.is-open{pointer-events:auto}.sh-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;opacity:0;transition:opacity var(--sh-speed) var(--sh-ease)}.sh-drawer.is-open .sh-drawer__overlay{opacity:1}.sh-drawer__panel{position:absolute;top:0;right:0;width:min(460px,92vw);height:100%;overflow-y:auto;padding:30px;background:var(--sh-cream-soft);color:var(--sh-ink);box-shadow:-18px 0 80px #00000038;transform:translate(100%);transition:transform var(--sh-speed) var(--sh-ease)}.sh-drawer.is-open .sh-drawer__panel{transform:translate(0)}.sh-drawer__close{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:currentColor;font-size:32px;line-height:1;cursor:pointer}.sh-swatches{display:flex;flex-wrap:wrap;gap:7px}.sh-swatch{width:var(--sh-swatch-size, 15px);height:var(--sh-swatch-size, 15px);border-radius:999px;border:1px solid rgba(0,0,0,.18);box-shadow:inset 0 0 0 2px #ffffff94,0 1px 4px #00000014}.sh-size-pills{display:flex;flex-wrap:wrap;gap:6px}.sh-size-pill{border:1px solid var(--sh-ink-10);padding:4px 6px;color:var(--sh-ink-65);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.sh-form{display:grid;gap:14px}.sh-field{display:grid;gap:8px}.sh-label{color:var(--sh-ink-65);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.sh-input,.sh-select,.sh-textarea{width:100%;min-height:50px;border:1px solid var(--sh-ink-18);border-radius:0;padding:13px 14px;background:var(--sh-cream-soft);color:var(--sh-ink);font:inherit;transition:border-color var(--sh-speed-fast) var(--sh-ease),box-shadow var(--sh-speed-fast) var(--sh-ease)}.sh-textarea{min-height:120px;resize:vertical}.sh-input:focus,.sh-select:focus,.sh-textarea:focus{outline:none;border-color:var(--sh-blue);box-shadow:0 0 0 3px #315d6624}.sh-icon{width:var(--sh-icon-size, 22px);height:var(--sh-icon-size, 22px);display:inline-flex;align-items:center;justify-content:center;color:currentColor}.sh-icon svg{width:100%;height:100%;display:block}.sh-reveal{opacity:0;transform:translateY(24px);transition:opacity var(--sh-reveal-speed, .82s) var(--sh-ease),transform var(--sh-reveal-speed, .82s) var(--sh-ease);transition-delay:var(--sh-reveal-delay, 0ms)}.sh-reveal.is-visible{opacity:1;transform:translateY(0)}.sh-hover-lift{transition:transform var(--sh-speed-fast) var(--sh-ease),box-shadow var(--sh-speed-fast) var(--sh-ease)}.sh-hover-lift:hover{transform:translateY(-3px);box-shadow:var(--sh-shadow-soft)}.sh-soft-zoom img{transition:transform 1s var(--sh-ease)}.sh-soft-zoom:hover img{transform:scale(1.045)}@media screen and (max-width:989px){.sh-grid--3,.sh-grid--4,.sh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-quick-add{transform:translateY(0)}}@media screen and (max-width:749px){.sh-page{padding-inline:18px}.sh-section{padding-block:var(--sh-section-mobile-padding, 60px)}.sh-grid--2,.sh-grid--3,.sh-grid--4{grid-template-columns:1fr}.sh-product-grid{gap:28px 14px}.sh-product-card__content{display:block;padding-top:14px}.sh-product-card__badges{top:10px;left:10px}.sh-badge{min-height:24px;padding:6px 8px;font-size:9px;letter-spacing:.1em}}@media(prefers-reduced-motion:reduce){.sh-reveal,.sh-product-card__image,.sh-quick-add,.sh-button,.sh-button-link,.sh-drawer__overlay,.sh-drawer__panel{transition:none!important}.sh-reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/sh-component-library.css.map */
