.thera-hd{width:100%;z-index:50}.thera-hd--overlay{position:absolute;top:var(--thera-ann-h, 0px);left:0;right:0}.thera-hd--solid{position:relative}.thera-hd.thera-hd--stuck{position:fixed;top:0;left:0;right:0;z-index:90;animation:theraHdSlide .4s cubic-bezier(.22,.61,.36,1)}@keyframes theraHdSlide{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.thera-hd.thera-hd--stuck{animation:none}}.thera-hd__bar{display:flex;align-items:center;gap:20px;margin:14px;padding:8px 20px;border-radius:24px;min-height:84px}.thera-hd--overlay .thera-hd__bar{margin:36px 34px 0;background:#1d4b6c4d;backdrop-filter:blur(7.8px);-webkit-backdrop-filter:blur(7.8px);--hd-fg: #ffffff}.thera-hd--overlay.thera-hd--stuck .thera-hd__bar{margin-top:14px}.thera-hd--solid .thera-hd__bar{background:var(--hd-bg, #f3e3c2);--hd-fg: var(--thera-navy)}.thera-hd__logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--hd-fg);flex:0 0 auto}.thera-hd__logo svg{width:40px;height:40px}.thera-hd__logo img{height:50px;width:auto;display:block}.thera-hd__logo-img{display:block;height:50px;aspect-ratio:708 / 192;background:var(--hd-fg);-webkit-mask:center / contain no-repeat;mask:center / contain no-repeat}.thera-hd__logo-text{font-family:var(--thera-serif);font-weight:400;font-size:30px;line-height:1}.thera-hd__nav{display:inline-flex;align-items:center;gap:8px;margin:0 auto;padding:8px 12px;border-radius:var(--thera-radius-pill)}.thera-hd--overlay .thera-hd__nav{background:#8d868640}.thera-hd__link{display:inline-flex;align-items:center;gap:4px;font-family:var(--thera-sans);font-weight:500;font-size:18px;line-height:28px;color:var(--hd-fg);text-decoration:none;padding:12px 24px;border-radius:var(--thera-radius-pill);white-space:nowrap;transition:background var(--thera-ease),color var(--thera-ease)}.thera-hd__link:hover{background:#1d4b6c1f}.thera-hd__link.is-active{background:var(--thera-navy);color:#fff}.thera-hd__link.is-active:hover{background:var(--thera-navy)}.thera-hd__caret{width:18px;height:18px;flex:0 0 18px;transition:transform var(--thera-ease)}.thera-hd__navitem{position:relative;display:inline-flex;align-items:center}.thera-hd__navitem:hover .thera-hd__caret,.thera-hd__navitem:focus-within .thera-hd__caret{transform:rotate(180deg)}.thera-hd__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);padding-top:14px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:60}.thera-hd__navitem:hover .thera-hd__dropdown,.thera-hd__navitem:focus-within .thera-hd__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.thera-hd__dropdown-inner{min-width:236px;background:#fff;border:1px solid rgba(29,75,108,.12);border-radius:18px;padding:10px;box-shadow:0 16px 40px #1d4b6c29;display:flex;flex-direction:column;gap:2px}.thera-hd__dropitem{display:flex;align-items:center;font-family:var(--thera-serif);font-weight:400;font-size:18px;line-height:1.1;color:var(--thera-navy);text-decoration:none;padding:12px 16px;border-radius:12px;transition:background var(--thera-ease),color var(--thera-ease)}.thera-hd__dropitem:hover,.thera-hd__dropitem.is-active{background:var(--thera-offwhite);color:var(--thera-coral)}.thera-hd__actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.thera-hd__icon{position:relative;width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--hd-fg);text-decoration:none;transition:background var(--thera-ease)}.thera-hd--overlay .thera-hd__icon{background:#8d868640}.thera-hd--solid .thera-hd__icon{background:#fff9}.thera-hd__icon svg{width:24px;height:24px}.thera-hd__count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--thera-coral);color:#fff;font-family:var(--thera-sans);font-size:11px;display:flex;align-items:center;justify-content:center}.thera-hd__burger{display:none;background:none;border:0;color:var(--hd-fg);cursor:pointer;padding:8px}.thera-hd__burger svg{width:24px;height:24px}.thera-hd__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:none}.thera-hd__drawer.is-open{display:block}.thera-hd__drawer-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a162180}.thera-hd__drawer-panel{position:absolute;top:0;left:0;bottom:0;width:80%;max-width:320px;background:var(--thera-navy);padding:24px;display:flex;flex-direction:column;gap:6px}.thera-hd__drawer-panel a{font-family:var(--thera-serif);font-size:22px;color:#fff;text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}.thera-hd__drawer-sub{display:flex;flex-direction:column;padding-left:16px}.thera-hd__drawer-sub .thera-hd__drawer-subitem{font-size:17px;color:#ffffffd1;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.thera-hd__drawer-close{align-self:flex-end;background:none;border:0;color:#fff;cursor:pointer;margin-bottom:12px}.thera-hd__drawer-close svg{width:24px;height:24px}@media(max-width:990px){.thera-hd__nav,.thera-hd__actions .thera-hd__icon--account{display:none}.thera-hd__burger{display:inline-flex}.thera-hd--overlay .thera-hd__bar{margin:28px 28px 0}.thera-hd__bar{gap:8px;padding:8px 12px;min-height:56px}.thera-hd__logo-text{font-size:24px}.thera-hd__logo img,.thera-hd__logo-img{height:32px}.thera-hd__logo svg{width:30px;height:30px}.thera-hd__actions{margin-left:auto;gap:8px}.thera-hd__icon,.thera-hd__burger{width:40px;height:40px;border-radius:50%;padding:0;display:inline-flex;align-items:center;justify-content:center}.thera-hd--overlay .thera-hd__burger{background:#8d868640}.thera-hd--solid .thera-hd__burger{background:#fff9}.thera-hd__icon svg,.thera-hd__burger svg{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/thera-header.css.map */
