.sh-chrome,.sh-chrome *{box-sizing:border-box}.sh-chrome{font-family:var(--sh-font-body);color:var(--sh-text)}.sh-vh{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.sh-skip{position:absolute;left:.5rem;top:-3rem;z-index:1000;background:var(--sh-primary);color:var(--sh-primary-contrast);padding:.6rem 1rem;border-radius:var(--sh-radius-pill);font-size:var(--sh-text-sm);font-weight:var(--sh-weight-semibold);text-decoration:none;transition:top var(--sh-dur) var(--sh-ease)}.sh-skip:focus{top:.5rem}.ds-annc{background:var(--sh-lavender-800);color:var(--sh-primary-contrast);font-size:var(--sh-text-xs);font-weight:var(--sh-weight-medium);letter-spacing:.01em;text-align:center;min-height:36px;display:flex;align-items:center;justify-content:center;padding:.5rem var(--sh-gutter)}.ds-annc__inner{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.ds-annc__dot{width:4px;height:4px;border-radius:var(--sh-radius-pill);background:var(--sh-lavender-400);flex:none}.ds-annc a{color:var(--sh-primary-contrast);text-decoration:underline;text-underline-offset:2px}.ds-header{position:sticky;top:0;z-index:900;background:color-mix(in srgb,var(--sh-surface) 92%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--sh-border)}.ds-header__bar{display:flex;align-items:center;gap:var(--sh-space-3);max-width:var(--sh-container);margin:0 auto;padding:.6rem var(--sh-gutter);min-height:56px}.ds-header__logo{display:inline-flex;align-items:center;text-decoration:none;flex:none;line-height:1}.ds-header__logo-text{font-family:var(--sh-font-display);font-weight:var(--sh-weight-medium);font-size:var(--sh-text-xl);color:var(--sh-lavender-800);letter-spacing:var(--sh-tracking-tight)}.ds-header__logo-img{display:block;height:28px;width:auto}.ds-header__nav{display:none}.ds-header__actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.ds-iconbtn{display:inline-flex;align-items:center;justify-content:center;position:relative;width:44px;height:44px;border:none;background:transparent;cursor:pointer;color:var(--sh-lavender-700);border-radius:var(--sh-radius-pill);transition:background var(--sh-dur) var(--sh-ease),color var(--sh-dur) var(--sh-ease)}.ds-iconbtn:hover{background:var(--sh-lavender-150)}.ds-iconbtn:focus-visible{outline:none;box-shadow:var(--sh-shadow-focus)}.ds-iconbtn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.ds-cart__count{position:absolute;top:5px;right:4px;min-width:17px;height:17px;padding:0 4px;background:var(--sh-rose);color:var(--sh-primary-contrast);font-size:10px;font-weight:var(--sh-weight-bold);line-height:17px;text-align:center;border-radius:var(--sh-radius-pill)}.ds-cart__count[data-count="0"],.ds-header__cta{display:none}.ds-navlist{display:flex;align-items:center;gap:var(--sh-space-5);list-style:none;margin:0;padding:0}.ds-navlist a{font-family:var(--sh-font-body);font-size:var(--sh-text-sm);font-weight:var(--sh-weight-medium);color:var(--sh-lavender-700);text-decoration:none;padding:.4rem 0;position:relative}.ds-navlist a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--sh-lavender-400);transform:scaleX(0);transform-origin:left;transition:transform var(--sh-dur) var(--sh-ease)}.ds-navlist a:hover:after,.ds-navlist a[aria-current=page]:after{transform:scaleX(1)}.ds-navlist a:focus-visible{outline:none;box-shadow:var(--sh-shadow-focus);border-radius:var(--sh-radius-sm)}@media(min-width:560px){.ds-header__cta{display:inline-flex}}@media(min-width:900px){.ds-header__nav{display:block}.ds-header__menu-toggle{display:none}}.ds-drawer__toggle{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.ds-drawer__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;background:color-mix(in srgb,var(--sh-ink) 38%,transparent);opacity:0;visibility:hidden;transition:opacity var(--sh-dur) var(--sh-ease),visibility var(--sh-dur) var(--sh-ease)}.ds-drawer__panel{position:fixed;top:0;left:0;bottom:0;z-index:960;width:min(86vw,340px);background:var(--sh-surface);box-shadow:var(--sh-shadow-lg);transform:translate(-100%);transition:transform var(--sh-dur-slow) var(--sh-ease-out);display:flex;flex-direction:column;padding:var(--sh-space-5) var(--sh-space-5) var(--sh-space-6);overflow-y:auto}.ds-drawer__toggle:checked~.ds-drawer__scrim{opacity:1;visibility:visible}.ds-drawer__toggle:checked~.ds-drawer__panel{transform:translate(0)}.ds-drawer__toggle:focus-visible~.ds-header .ds-header__menu-toggle{box-shadow:var(--sh-shadow-focus)}.ds-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--sh-space-4)}.ds-drawer__brand{font-family:var(--sh-font-display);font-size:var(--sh-text-lg);color:var(--sh-lavender-800)}.ds-drawer__close{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--sh-lavender-700);border-radius:var(--sh-radius-pill)}.ds-drawer__close:hover{background:var(--sh-lavender-150)}.ds-drawer__close svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.ds-drawer__nav{list-style:none;margin:0 0 var(--sh-space-4);padding:0;display:flex;flex-direction:column}.ds-drawer__nav li{border-bottom:1px solid var(--sh-border)}.ds-drawer__nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;font-size:var(--sh-text-lg);font-weight:var(--sh-weight-medium);color:var(--sh-lavender-800);text-decoration:none}.ds-drawer__nav a:focus-visible{outline:none;box-shadow:var(--sh-shadow-focus);border-radius:var(--sh-radius-sm)}.ds-drawer__nav svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;color:var(--sh-lavender-400)}.ds-drawer__cta{margin-top:auto;display:flex;flex-direction:column;gap:var(--sh-space-3)}.ds-drawer__note{font-size:var(--sh-text-xs);color:var(--sh-text-muted);text-align:center}.ds-drawer__note a{color:var(--sh-lavender-600)}@media(prefers-reduced-motion:reduce){.ds-drawer__panel,.ds-drawer__scrim,.ds-navlist a:after{transition:none}}.ds-footer{background:var(--sh-lavender-100);color:var(--sh-text);border-top:1px solid var(--sh-border);padding:var(--sh-space-7) var(--sh-gutter) var(--sh-space-5)}.ds-footer__inner{max-width:var(--sh-container);margin:0 auto;display:flex;flex-direction:column;gap:var(--sh-space-6)}.ds-footer__signup{display:flex;flex-direction:column;gap:var(--sh-space-3);padding-bottom:var(--sh-space-6);border-bottom:1px solid var(--sh-border)}.ds-footer__signup-title{font-family:var(--sh-font-display);font-weight:var(--sh-weight-medium);font-size:var(--sh-text-2xl);color:var(--sh-lavender-800);margin:0}.ds-footer__signup-sub{font-size:var(--sh-text-sm);color:var(--sh-text-muted);margin:0;max-width:42ch}.ds-footer__cols{display:grid;grid-template-columns:1fr 1fr;gap:var(--sh-space-5) var(--sh-space-4)}.ds-footer__col h3{font-family:var(--sh-font-body);font-size:var(--sh-text-xs);font-weight:var(--sh-weight-semibold);letter-spacing:var(--sh-tracking-eyebrow);text-transform:uppercase;color:var(--sh-lavender-600);margin:0 0 var(--sh-space-3)}.ds-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}.ds-footer__col a{display:inline-flex;align-items:center;min-height:36px;font-size:var(--sh-text-sm);color:var(--sh-text);text-decoration:none}.ds-footer__col a:hover{color:var(--sh-lavender-700)}.ds-footer__col a:focus-visible{outline:none;box-shadow:var(--sh-shadow-focus);border-radius:var(--sh-radius-sm)}.ds-footer__guarantee{display:flex;gap:var(--sh-space-3);align-items:flex-start;background:var(--sh-success-soft);border:1px solid var(--sh-success);border-radius:var(--sh-radius-lg);padding:var(--sh-space-4)}.ds-footer__guarantee svg{width:22px;height:22px;flex:none;stroke:var(--sh-success);fill:none;stroke-width:1.6;margin-top:1px}.ds-footer__guarantee-t{font-weight:var(--sh-weight-semibold);font-size:var(--sh-text-sm);color:var(--sh-success);margin:0}.ds-footer__guarantee-b{font-size:var(--sh-text-xs);color:var(--sh-text-muted);margin:.15rem 0 0}.ds-footer__guarantee-b a{color:var(--sh-lavender-700);font-weight:var(--sh-weight-semibold)}.ds-footer__social{display:flex;gap:.4rem;flex-wrap:wrap}.ds-social{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--sh-border-strong);border-radius:var(--sh-radius-pill);color:var(--sh-lavender-700);transition:background var(--sh-dur) var(--sh-ease),border-color var(--sh-dur) var(--sh-ease)}.ds-social:hover{background:var(--sh-lavender-150);border-color:var(--sh-lavender-400)}.ds-social:focus-visible{outline:none;box-shadow:var(--sh-shadow-focus)}.ds-social svg{width:20px;height:20px;fill:currentColor}.ds-footer__pay{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.ds-pay{height:26px;padding:0 .5rem;display:inline-flex;align-items:center;background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-radius-sm);font-size:10px;font-weight:var(--sh-weight-semibold);letter-spacing:.03em;color:var(--sh-ink-soft)}.ds-footer__legal{display:flex;flex-direction:column;gap:var(--sh-space-3);padding-top:var(--sh-space-5);border-top:1px solid var(--sh-border)}.ds-footer__legal-links{display:flex;flex-wrap:wrap;gap:var(--sh-space-2) var(--sh-space-4)}.ds-footer__legal-links a{font-size:var(--sh-text-xs);color:var(--sh-text-muted);text-decoration:none}.ds-footer__legal-links a:hover{color:var(--sh-lavender-700)}.ds-footer__copy{font-size:var(--sh-text-xs);color:var(--sh-ink-faint)}@media(min-width:640px){.ds-footer__cols{grid-template-columns:repeat(4,1fr)}.ds-footer__signup{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:var(--sh-space-6)}.ds-footer__signup .ds-footer__signup-copy{flex:1}.ds-footer__signup .ds-newsletter{max-width:400px}}@media(min-width:900px){.ds-footer__inner{gap:var(--sh-space-7)}.ds-footer__legal{flex-direction:row;align-items:center;justify-content:space-between}}#header-group{position:sticky;top:0;z-index:900}
/*# sourceMappingURL=/cdn/shop/t/62/assets/sh-chrome.css.map */
