.paths-header{position:relative;z-index:35;width:100%;background:var(--paths-header-background);color:var(--paths-header-text)}.paths-header--sticky{position:sticky;top:0}.paths-header__main{background:var(--paths-header-background)}.paths-header__main-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(100%,1440px);min-height:76px;margin:0 auto;padding:0 48px}.paths-header__left,.paths-header__right{display:flex;align-items:center}.paths-header__left{justify-content:flex-start}.paths-header__right{justify-content:flex-end;gap:6px}.paths-header__brand{display:flex;justify-content:center;min-width:0}.paths-header__logo-link{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.paths-header__logo-image{display:block;width:min(var(--paths-header-logo-width),100%);height:auto}.paths-header__logo-text{font-family:var(--font-heading-family);font-size:24px;font-weight:var(--font-heading-weight);line-height:1;letter-spacing:.12em;white-space:nowrap}.paths-header__icon-button,.paths-header__search-trigger{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;border:0;background:transparent;color:inherit;text-decoration:none;cursor:pointer}.paths-header__search-trigger{gap:9px}.paths-header__icon{display:inline-flex;width:21px;height:21px}.paths-header__icon svg,.paths-search svg,.paths-mobile-menu svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.paths-header__search-label{font-size:10px;font-weight:600;line-height:1;letter-spacing:.16em}.paths-header__menu-button,.paths-header__search-trigger--mobile{display:none}.paths-header__cart-link{position:relative}.paths-header__cart-count{position:absolute;top:3px;right:0;display:flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ef8178;color:#fff;font-size:9px;font-weight:700;line-height:1}.paths-header__cart-count--empty{display:none}.paths-header__nav{border-top:1px solid var(--paths-header-border);border-bottom:1px solid var(--paths-header-border);background:var(--paths-header-background)}.paths-header__nav-inner{width:min(100%,1440px);margin:0 auto;padding:0 48px}.paths-header__nav-list{display:flex;align-items:center;justify-content:center;gap:clamp(28px,3vw,52px);min-height:43px;margin:0;padding:0;list-style:none}.paths-header__nav-link{position:relative;display:inline-flex;align-items:center;min-height:43px;color:inherit;font-size:10px;font-weight:600;line-height:1;letter-spacing:.15em;text-decoration:none;text-transform:uppercase}.paths-header__nav-link:after{content:"";position:absolute;right:0;bottom:8px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.paths-header__nav-link--active:after{transform:scaleX(1)}@media(hover:hover){.paths-header__icon-button,.paths-header__search-trigger,.paths-header__nav-link{transition:opacity .16s ease}.paths-header__icon-button:hover,.paths-header__search-trigger:hover{opacity:.58}.paths-header__nav-link:hover:after{transform:scaleX(1)}}.paths-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.paths-search.is-open{visibility:visible;opacity:1;pointer-events:auto}.paths-search__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#34292738;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.paths-search__panel{position:relative;z-index:1;width:100%;padding:46px max(24px,calc((100vw - 1160px)/2));background:#fffdfb;color:#342927;box-shadow:0 24px 60px #3429271f;transform:translateY(-20px);transition:transform .22s ease}.paths-search.is-open .paths-search__panel{transform:translateY(0)}.paths-search__top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.paths-search__title{font-family:var(--font-heading-family);font-size:clamp(28px,3vw,46px);font-weight:var(--font-heading-weight);line-height:1.05}.paths-search__close{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:12px;border:1px solid rgba(52,41,39,.12);border-radius:999px;background:transparent;color:inherit;cursor:pointer}.paths-search__form{margin:0}.paths-search__field{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:8px 8px 8px 22px;border:1px solid rgba(52,41,39,.14);border-radius:18px;background:#fff}.paths-search__field-icon{display:flex;width:23px;height:23px}.paths-search__input{width:100%;min-width:0;padding:13px 0;border:0;outline:0;background:transparent;color:inherit;font:inherit;font-size:17px}.paths-search__input::placeholder{color:#3429277a}.paths-search__submit{min-height:48px;padding:0 28px;border:0;border-radius:13px;background:#ef8178;color:#fff;font:inherit;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.paths-search__hint{margin:14px 0 0;color:#34292794;font-size:13px}.paths-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.paths-mobile-menu.is-open{visibility:visible;opacity:1;pointer-events:auto}.paths-mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#34292740;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.paths-mobile-menu__drawer{position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;width:min(88vw,390px);padding:24px;overflow-y:auto;background:#fffdfb;color:#342927;transform:translate(-100%);transition:transform .24s ease}.paths-mobile-menu.is-open .paths-mobile-menu__drawer{transform:translate(0)}.paths-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:28px;border-bottom:1px solid rgba(52,41,39,.1)}.paths-mobile-menu__brand{color:inherit;font-family:var(--font-heading-family);font-size:20px;font-weight:var(--font-heading-weight);letter-spacing:.1em;text-decoration:none}.paths-mobile-menu__logo{display:block;width:150px;max-width:100%;height:auto}.paths-mobile-menu__close{-webkit-appearance:none;appearance:none;display:flex;width:44px;height:44px;padding:12px;border:0;background:transparent;color:inherit;cursor:pointer}.paths-mobile-menu__nav{flex:1;padding:18px 0}.paths-mobile-menu__list{margin:0;padding:0;list-style:none}.paths-mobile-menu__item{border-bottom:1px solid rgba(52,41,39,.08)}.paths-mobile-menu__link{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:62px;color:inherit;font-size:15px;font-weight:600;letter-spacing:.04em;text-decoration:none}.paths-mobile-menu__link svg{width:18px;height:18px}.paths-mobile-menu__link--active{color:#d86f68}.paths-mobile-menu__footer{display:flex;align-items:center;gap:20px;padding-top:22px;border-top:1px solid rgba(52,41,39,.1)}.paths-mobile-menu__utility-link{color:inherit;font-size:11px;font-weight:600;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}body.paths-overlay-open{overflow:hidden}@media screen and (max-width:749px){.paths-header__main-inner{min-height:62px;padding:0 14px}.paths-header__menu-button,.paths-header__search-trigger--mobile{display:inline-flex}.paths-header__search-trigger--desktop,.paths-header__account-link,.paths-header__nav{display:none}.paths-header__left,.paths-header__right{gap:0}.paths-header__logo-image{max-width:150px}.paths-header__logo-text{font-size:17px;letter-spacing:.1em}.paths-search__panel{padding:28px 20px 32px}.paths-search__top{margin-bottom:22px}.paths-search__title{font-size:30px}.paths-search__field{grid-template-columns:auto 1fr;padding:8px 16px;border-radius:16px}.paths-search__submit{grid-column:1 / -1;width:100%;margin-top:4px}}@media screen and (prefers-reduced-motion:reduce){.paths-header *,.paths-search,.paths-search__panel,.paths-mobile-menu,.paths-mobile-menu__drawer{scroll-behavior:auto!important;transition:none!important}}.paths-header__nav-item,.paths-header__nav-item--dropdown{position:relative}.paths-header__nav-parent{display:flex;align-items:center}.paths-header__dropdown-toggle{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:25px;height:25px;margin-left:2px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--paths-header-text);cursor:pointer}.paths-header__dropdown-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.paths-header__nav-item--dropdown.is-open .paths-header__dropdown-toggle svg{transform:rotate(180deg)}.paths-header__dropdown{position:absolute;z-index:50;top:calc(100% + 13px);left:50%;width:min(390px,calc(100vw - 40px));padding-top:10px;visibility:hidden;opacity:0;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .16s ease,visibility .16s ease,transform .18s ease}.paths-header__dropdown:before{content:"";position:absolute;top:-14px;right:0;left:0;height:25px}.paths-header__nav-item--dropdown.is-open .paths-header__dropdown{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%)}.paths-header__dropdown-inner{overflow:hidden;padding:23px;border:1px solid var(--paths-header-border);border-radius:20px;background:var(--paths-header-background);box-shadow:0 18px 48px #34292721,0 3px 12px #3429270f}.paths-header__dropdown-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:15px;padding:0 3px 15px;border-bottom:1px solid var(--paths-header-border)}.paths-header__dropdown-eyebrow{color:#34292791;font-family:var(--paths-font-body);font-size:8px;font-weight:700;line-height:1;letter-spacing:.13em;text-transform:uppercase}.paths-header__dropdown-all{display:inline-flex;align-items:center;gap:6px;color:var(--paths-header-text);font-family:var(--paths-font-body);font-size:8px;font-weight:700;line-height:1;letter-spacing:.09em;text-decoration:none;text-transform:uppercase}.paths-header__dropdown-list{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:0;padding:0;list-style:none}.paths-header__dropdown-item{min-width:0}.paths-header__dropdown-link{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:47px;padding:10px 11px;border-radius:12px;color:var(--paths-header-text);font-family:var(--paths-font-body);font-size:11px;font-weight:600;line-height:1.35;text-decoration:none;transition:background .15s ease,transform .18s ease}.paths-header__dropdown-link:hover,.paths-header__dropdown-link:focus-visible{background:#3429270b;transform:translate(2px)}.paths-header__dropdown-link.is-active{background:#3429270f}.paths-header__dropdown-dot{width:8px;height:8px;border-radius:50%;background:#e7ddd8}.paths-header__dropdown-arrow{color:#3429276b;font-size:14px;transition:transform .18s ease}.paths-header__dropdown-link:hover .paths-header__dropdown-arrow{transform:translate(3px)}.paths-header__dropdown-dot--screen-reset,.paths-mobile-menu__submenu-dot--screen-reset{background:#ddcdea}.paths-header__dropdown-dot--move-more,.paths-mobile-menu__submenu-dot--move-more{background:#f2c9b8}.paths-header__dropdown-dot--wellbeing,.paths-mobile-menu__submenu-dot--wellbeing{background:#cde7e2}.paths-header__dropdown-dot--sleep-better,.paths-mobile-menu__submenu-dot--sleep-better{background:#d8e0ed}.paths-header__dropdown-dot--quit-reduce,.paths-mobile-menu__submenu-dot--quit-reduce{background:#efcfd6}.paths-header__dropdown-dot--build-better-habits,.paths-mobile-menu__submenu-dot--build-better-habits{background:#eedfaf}.paths-header__dropdown-dot--get-outside,.paths-mobile-menu__submenu-dot--get-outside{background:#d7e5d0}.paths-header__dropdown-dot--all-paths,.paths-mobile-menu__submenu-dot--all-paths{background:var(--paths-coral)}.paths-mobile-menu__parent-row{display:grid;grid-template-columns:minmax(0,1fr) 54px;align-items:stretch}.paths-mobile-menu__link--parent{min-width:0}.paths-mobile-menu__submenu-toggle{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-left:1px solid var(--paths-header-border);background:transparent;color:var(--paths-header-text);cursor:pointer}.paths-mobile-menu__submenu-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.paths-mobile-menu__item--submenu.is-open .paths-mobile-menu__submenu-toggle svg{transform:rotate(180deg)}.paths-mobile-menu__submenu{max-height:0;overflow:hidden;background:#34292706;transition:max-height .26s ease}.paths-mobile-menu__submenu-list{margin:0;padding:10px 0 16px;list-style:none}.paths-mobile-menu__submenu-item{margin:0}.paths-mobile-menu__submenu-link{display:flex;align-items:center;gap:12px;min-height:46px;padding:10px 26px 10px 34px;color:#342927b8;font-family:var(--paths-font-body);font-size:12px;font-weight:600;line-height:1.35;text-decoration:none}.paths-mobile-menu__submenu-link.is-active{color:var(--paths-header-text)}.paths-mobile-menu__submenu-dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:#e7ddd8}@media screen and (max-width:989px){.paths-header__dropdown{display:none}}@media screen and (min-width:990px){.paths-mobile-menu__submenu{display:none}}@media screen and (prefers-reduced-motion:reduce){.paths-header__dropdown,.paths-header__dropdown-toggle svg,.paths-header__dropdown-link,.paths-header__dropdown-arrow,.paths-mobile-menu__submenu,.paths-mobile-menu__submenu-toggle svg{transition:none}}@media screen and (max-width:749px){.paths-mobile-menu__backdrop{display:none}.paths-mobile-menu__drawer{width:100%;max-width:none;padding:max(16px,env(safe-area-inset-top)) 22px max(20px,env(safe-area-inset-bottom));overflow-x:hidden;background:#fffdfb}.paths-mobile-menu__top{min-height:76px;gap:16px;padding-bottom:14px}.paths-mobile-menu__logo{width:142px}.paths-mobile-menu__close{flex:0 0 44px;margin-right:-10px}.paths-mobile-menu__nav{min-height:0;padding:8px 0 20px;overflow-y:auto;overscroll-behavior:contain}.paths-mobile-menu__link{min-height:62px}.paths-mobile-menu__parent-row{display:flex;align-items:stretch}.paths-mobile-menu__link--parent{flex:1 1 auto}.paths-mobile-menu__submenu-toggle{flex:0 0 44px;border-left:0;color:inherit}.paths-mobile-menu__submenu-toggle svg,.paths-mobile-menu__link svg{width:17px;height:17px;stroke-width:1.65}.paths-mobile-menu__footer{flex:0 0 auto;padding:18px 0 2px}}@media screen and (max-width:749px){body.paths-overlay-open .paths-header{z-index:9999}.paths-mobile-menu__nav{scrollbar-width:none;-ms-overflow-style:none}.paths-mobile-menu__nav::-webkit-scrollbar{display:none}.paths-mobile-menu__submenu-list{padding:8px 0 12px}.paths-mobile-menu__submenu-link{min-height:45px;padding-top:8px;padding-bottom:8px}}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--all-paths{background:#ef8178}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--screen-reset{background:#ddcdea}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--move-more{background:#f2c9b8}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--wellbeing{background:#cde7e2}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--sleep-better{background:#d8e0ed}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--quit-reduce{background:#efcfd6}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--build-better-habits{background:#eedfaf}.paths-mobile-menu__submenu-dot.paths-mobile-menu__submenu-dot--get-outside{background:#d7e5d0}@media screen and (max-width:749px){.paths-mobile-menu__submenu-toggle{justify-content:flex-end}.paths-mobile-menu__top{box-sizing:border-box;min-height:82px;padding:12px 0 10px}}.paths-search__input:focus,.paths-search__input:focus-visible{outline:none!important;box-shadow:none!important;border:0!important}.paths-search__field:has(.paths-search__input:focus){border-color:#ef8178b3;box-shadow:0 0 0 2px #ef817824}
/*# sourceMappingURL=/cdn/shop/t/2/assets/paths-header.css.map */
