.flow-footer{--ff-bg: var(--flow-bg);--ff-fg: var(--flow-text);--ff-fg-soft: var(--flow-text-soft);--ff-fg-muted: var(--flow-text-muted);--ff-divider: var(--flow-divider);--ff-dark-bg: var(--flow-text);--ff-on-dark: var(--flow-bg);--ff-on-dark-muted: rgba(249, 247, 242, .65);--ff-radius: var(--flow-radius);display:block;background:var(--ff-bg);color:var(--ff-fg);font-family:var(--flow-font)}.flow-footer__eyebrow{font-size:var(--flow-fs-eyebrow);text-transform:uppercase;letter-spacing:var(--flow-ls-eyebrow);font-weight:var(--flow-fw-semibold);color:var(--ff-fg-muted);margin-bottom:var(--flow-sp-4)}.flow-footer__eyebrow--on-dark{color:var(--ff-on-dark-muted)}.flow-footer__newsletter{background:var(--ff-dark-bg);color:var(--ff-on-dark);padding:var(--flow-sp-20) var(--flow-sp-6)}.flow-footer__newsletter-inner{max-width:720px;margin:0 auto;text-align:center}.flow-footer__newsletter-heading{font-size:clamp(28px,3vw,40px);font-weight:var(--flow-fw-bold);line-height:1.1;letter-spacing:-.02em;margin:0 0 12px;color:var(--ff-on-dark)}.flow-footer__newsletter-sub{font-size:var(--flow-fs-lg);line-height:1.5;color:var(--ff-on-dark-muted);margin:0 0 var(--flow-sp-8) 0}.flow-footer__newsletter-form{margin:0 auto var(--flow-sp-4);max-width:440px}.flow-footer__newsletter-form>div{margin:0 auto}.flow-footer__newsletter-privacy{font-size:var(--flow-fs-xs);color:var(--ff-on-dark-muted);margin:0;line-height:1.5}.flow-footer__newsletter-privacy a{color:var(--ff-on-dark);text-decoration:underline;text-underline-offset:2px}.flow-footer__newsletter-privacy a:hover{opacity:.8}.flow-footer__main{padding:var(--flow-sp-20) var(--flow-sp-6)}.flow-footer__main-inner{max-width:var(--flow-container, 1400px);margin:0 auto;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:var(--flow-sp-10)}.flow-footer__brand{display:flex;flex-direction:column;gap:var(--flow-sp-4)}.flow-footer__brand-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.flow-footer__brand-logo{display:block;height:auto;max-width:160px;width:auto;object-fit:contain}.flow-footer__brand-text{font-weight:var(--flow-fw-semibold);font-size:20px;letter-spacing:-.01em}.flow-footer__brand-tagline{font-size:var(--flow-fs-base);line-height:1.5;color:var(--ff-fg-soft);max-width:260px;margin:0}.flow-footer__column{min-width:0}.flow-footer__column-heading{font-size:var(--flow-fs-eyebrow);text-transform:uppercase;letter-spacing:var(--flow-ls-eyebrow);font-weight:var(--flow-fw-semibold);color:var(--ff-fg-muted);margin:0 0 var(--flow-sp-5) 0;line-height:1}.flow-footer__column-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0px}.flow-footer__column-link{font-size:var(--flow-fs-base);line-height:1.4;color:var(--ff-fg);text-decoration:none;transition:text-decoration .15s ease}.flow-footer__column-link:hover{text-decoration:underline;text-underline-offset:3px}.flow-footer__column-link:focus-visible{outline:2px solid var(--ff-fg);outline-offset:3px;border-radius:2px}.flow-footer__bottom{border-top:1px solid var(--ff-divider);padding:var(--flow-sp-6)}.flow-footer__bottom-inner{max-width:var(--flow-container, 1400px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--flow-sp-6);flex-wrap:wrap}.flow-footer__legal-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px}.flow-footer__legal-link{font-size:var(--flow-fs-sm);color:var(--ff-fg-soft);text-decoration:none;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;line-height:1.4;transition:color .15s ease}.flow-footer__legal-link:hover{color:var(--ff-fg);text-decoration:underline;text-underline-offset:3px}.flow-footer__legal-link:focus-visible{outline:2px solid var(--ff-fg);outline-offset:3px;border-radius:2px}.flow-footer__social-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:8px}.flow-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--ff-fg);text-decoration:none;transition:background .15s ease,color .15s ease}.flow-footer__social-link svg{width:18px;height:18px;display:block}.flow-footer__social-link:hover{background:var(--ff-fg);color:var(--ff-bg)}.flow-footer__social-link:focus-visible{outline:2px solid var(--ff-fg);outline-offset:2px}.flow-footer__copyright{padding:var(--flow-sp-5) var(--flow-sp-6) var(--flow-sp-8)}.flow-footer__copyright-inner{max-width:var(--flow-container, 1400px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--flow-sp-4)}.flow-footer__copy{font-size:var(--flow-fs-sm);color:var(--ff-fg-soft);margin:0;line-height:1.4}.flow-footer__back-to-top{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--ff-fg);color:var(--ff-bg);border:0;cursor:pointer;transition:background .15s ease,transform .15s ease,opacity .2s ease;opacity:0;transform:translateY(8px);pointer-events:none}.flow-footer__back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.flow-footer__back-to-top[hidden]{display:none}.flow-footer__back-to-top svg{width:18px;height:18px;display:block}.flow-footer__back-to-top:hover{background:#333}.flow-footer__back-to-top:focus-visible{outline:2px solid var(--ff-fg);outline-offset:3px}@media(max-width:1023px){.flow-footer__newsletter,.flow-footer__main{padding:var(--flow-sp-16) 20px}.flow-footer__main-inner{grid-template-columns:1fr 1fr;gap:var(--flow-sp-8) var(--flow-sp-6)}.flow-footer__brand{grid-column:1 / -1}}@media(max-width:599px){.flow-footer__newsletter,.flow-footer__main{padding:var(--flow-sp-12) 20px}.flow-footer__main-inner{grid-template-columns:1fr;gap:var(--flow-sp-8)}.flow-footer__brand{grid-column:auto}.flow-footer__bottom-inner{flex-direction:column-reverse;align-items:flex-start;gap:var(--flow-sp-5)}.flow-footer__copyright-inner{flex-direction:column-reverse;align-items:flex-start;gap:var(--flow-sp-4)}}@media(prefers-reduced-motion:reduce){.flow-footer__back-to-top,.flow-footer__social-link,.flow-footer__column-link,.flow-footer__legal-link{transition:none}}.flow-header{--fh-bg: var(--flow-bg);--fh-fg: var(--flow-text);--fh-fg-soft: var(--flow-text-soft);--fh-divider: var(--flow-divider);--fh-radius: var(--flow-radius);--fh-height-d: 72px;--fh-height-m: 60px;display:block;position:relative;top:0;left:0;right:0;z-index:100;background:var(--fh-bg);font-family:var(--flow-font);color:var(--fh-fg)}.flow-header--bg-white{--fh-bg: #FFFFFF}.flow-header--sticky{position:sticky}.shopify-section-group-header-group:has(.flow-header--sticky){position:sticky;top:0;z-index:100}.flow-header:after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:var(--fh-divider);opacity:0;transition:opacity .2s ease;pointer-events:none}.flow-header.is-scrolled:after{opacity:1}.flow-header__inner{max-width:var(--flow-container, 1400px);margin:0 auto;height:var(--fh-height-d);padding:0 var(--flow-sp-6);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--flow-sp-6)}.flow-header__logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0;min-width:0}.flow-header__logo-img{display:block;height:28px;width:auto;max-width:200px;object-fit:contain}.flow-header__logo-text{font-weight:var(--flow-fw-semibold);font-size:17px;letter-spacing:-.01em;white-space:nowrap}.flow-header__nav{justify-self:center;min-width:0}.flow-header__menu{list-style:none;margin:0;padding:0;display:flex;gap:var(--flow-sp-7);align-items:center;flex-wrap:nowrap}.flow-header__item{position:relative}.flow-header__link{font:inherit;font-size:var(--flow-fs-md);font-weight:var(--flow-fw-normal);line-height:1;color:var(--fh-fg);text-decoration:none;background:none;border:0;padding:8px 2px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .15s ease;white-space:nowrap}.flow-header__link:hover{color:var(--fh-fg-soft)}.flow-header__link[aria-current=page]{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1.5px}.flow-header__link:focus-visible{outline:2px solid var(--fh-fg);outline-offset:4px;border-radius:2px}.flow-header__chevron{width:12px;height:12px;transition:transform .18s ease}.flow-header__item--has-children[data-open=true] .flow-header__chevron{transform:rotate(180deg)}.flow-header__panel{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:240px;background:#fff;border-radius:var(--fh-radius);padding:8px;box-shadow:0 8px 28px #1a1a1a1a,0 2px 6px #1a1a1a0a;border:1px solid var(--fh-divider);z-index:10}.flow-header__panel[hidden]{display:none}.flow-header__sublist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.flow-header__sublink{display:block;padding:10px 12px;border-radius:6px;font-size:var(--flow-fs-base);color:var(--fh-fg);text-decoration:none;line-height:1.3;transition:background .15s ease;white-space:nowrap}.flow-header__sublink:hover,.flow-header__sublink:focus-visible{background:var(--flow-bg-soft);outline:none}.flow-header__sublink[aria-current=page]{font-weight:var(--flow-fw-semibold)}.flow-header__actions{display:flex;align-items:center;gap:var(--flow-sp-4);justify-self:end;min-width:0}.flow-header__cta-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--fh-fg);color:#fff;font-size:var(--flow-fs-base);font-weight:var(--flow-fw-medium);padding:10px 18px;border-radius:var(--fh-radius);text-decoration:none;line-height:1;transition:background .15s ease,transform .15s ease;white-space:nowrap}.flow-header__cta-primary:hover{background:#333}.flow-header__cta-primary:focus-visible{outline:2px solid var(--fh-fg);outline-offset:3px}.flow-header__cta-secondary{font-size:var(--flow-fs-base);font-weight:var(--flow-fw-normal);color:var(--fh-fg);text-decoration:none;line-height:1;padding:6px 4px;transition:color .15s ease;white-space:nowrap}.flow-header__cta-secondary:hover{color:var(--fh-fg-soft);text-decoration:underline;text-underline-offset:3px}.flow-header__cta-secondary:focus-visible{outline:2px solid var(--fh-fg);outline-offset:3px;border-radius:2px}.flow-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 12px;background:#fff;color:var(--fh-fg);text-decoration:none;border:1px solid var(--fh-fg);border-radius:var(--fh-radius);transition:background .15s ease,color .15s ease;flex-shrink:0}.flow-header__cart svg{width:20px;height:20px}.flow-header__cart:hover{background:var(--flow-bg-soft)}.flow-header__cart:focus-visible{outline:2px solid var(--fh-fg);outline-offset:2px}.flow-header__cart-count{color:var(--fh-fg);font-size:var(--flow-fs-base);font-weight:var(--flow-fw-bold);line-height:1;text-align:center}.flow-header__cart-count[hidden]{display:none}.flow-header__hamburger{display:none;background:none;border:0;padding:8px;cursor:pointer;color:var(--fh-fg);border-radius:6px}.flow-header__hamburger svg{width:24px;height:24px;display:block}.flow-header__hamburger:focus-visible{outline:2px solid var(--fh-fg);outline-offset:2px}.flow-header__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a1a59;z-index:200;opacity:0;transition:opacity .25s ease}.flow-header__drawer-overlay[hidden]{display:none}.flow-header__drawer-overlay.is-visible{opacity:1}.flow-header__drawer{position:fixed;top:0;right:0;bottom:0;width:100vw;max-width:480px;background:var(--fh-drawer-bg, var(--fh-bg));z-index:210;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 24px #00000014}.flow-header__drawer[hidden]{display:none}.flow-header__drawer.is-open{transform:translate(0)}.flow-header__drawer-top{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;height:var(--fh-height-m);border-bottom:1px solid var(--fh-divider);flex-shrink:0}.flow-header__drawer-logo{display:inline-flex;text-decoration:none;color:inherit}.flow-header__drawer-close{background:none;border:0;padding:8px;cursor:pointer;color:var(--fh-fg);border-radius:6px}.flow-header__drawer-close svg{width:22px;height:22px;display:block}.flow-header__drawer-close:focus-visible{outline:2px solid var(--fh-fg);outline-offset:2px}.flow-header__drawer-nav{flex:1;overflow-y:auto;padding:8px 0}.flow-header__drawer-list{list-style:none;margin:0;padding:0}.flow-header__drawer-item+.flow-header__drawer-item{border-top:1px solid var(--fh-divider)}.flow-header__drawer-link{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:0;padding:var(--flow-sp-4) 20px;font:inherit;font-size:var(--flow-fs-lg);color:var(--fh-fg);text-decoration:none;cursor:pointer;text-align:left;line-height:1.3}.flow-header__drawer-link[aria-current=page]{font-weight:var(--flow-fw-semibold)}.flow-header__drawer-link:focus-visible{outline:2px solid var(--fh-fg);outline-offset:-2px}.flow-header__drawer-chevron{width:16px;height:16px;transition:transform .2s ease;flex-shrink:0}.flow-header__drawer-link[aria-expanded=true] .flow-header__drawer-chevron{transform:rotate(180deg)}.flow-header__drawer-sublist{list-style:none;margin:0;padding:0 0 8px;background:transparent}.flow-header__drawer-sublist[hidden]{display:none}.flow-header__drawer-sublink{display:block;padding:12px 20px 12px 36px;font-size:var(--flow-fs-md);color:var(--fh-fg);text-decoration:none;line-height:1.3}.flow-header__drawer-sublink[aria-current=page]{font-weight:var(--flow-fw-semibold)}.flow-header__drawer-sublink:focus-visible{outline:2px solid var(--fh-fg);outline-offset:-2px}.flow-header__drawer-footer{flex-shrink:0;padding:var(--flow-sp-4) 20px var(--flow-sp-6);border-top:1px solid var(--fh-divider);display:flex;flex-direction:row;align-items:center;gap:10px}.flow-header__cta-primary--drawer{flex:1 1 auto;min-width:0;padding:14px 18px;font-size:var(--flow-fs-md)}.flow-header__cart--drawer{height:48px;padding:0 16px;flex-shrink:0}.flow-header__cta-secondary--drawer{flex-shrink:0;padding:13px 16px;border:1px solid var(--fh-fg);border-radius:var(--fh-radius);font-size:var(--flow-fs-base);font-weight:var(--flow-fw-medium);line-height:1;transition:background .15s ease,color .15s ease}.flow-header__cta-secondary--drawer:hover{background:var(--fh-fg);color:#fff;text-decoration:none}@media(max-width:1199px){.flow-header__inner{height:var(--fh-height-m);padding:0 var(--flow-sp-4);grid-template-columns:1fr auto;gap:12px}.flow-header__nav,.flow-header__actions .flow-header__cta-primary,.flow-header__actions .flow-header__cta-secondary,.flow-header__actions .flow-header__cart{display:none}.flow-header__hamburger{display:inline-flex}}@media(max-width:600px){.flow-header__drawer{max-width:none}}body.flow-header-drawer-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.flow-header,.flow-header__drawer,.flow-header__drawer-overlay,.flow-header__chevron,.flow-header__drawer-chevron{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
