:root{--thx-accent: #EF6610;--thx-accent-dark: #C2510A}.thx-header{--thx-pill: 5.6rem;position:sticky;top:0;z-index:60;background:transparent}@media screen and (min-width:750px){.thx-header{--thx-pill: 6.6rem}}.thx-header__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffdb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(60,40,20,.07);opacity:1;transition:opacity .25s ease;pointer-events:none}.thx-header--overlay .thx-header__backdrop{opacity:0}.thx-header--overlay.is-solid .thx-header__backdrop,.thx-header.is-searching .thx-header__backdrop{opacity:1}.thx-header__bar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;height:var(--thx-header-h);max-width:152rem;margin-inline:auto;padding-inline:1.6rem}@media screen and (min-width:750px){.thx-header__bar{padding-inline:3.2rem}}.thx-pill{display:inline-flex;align-items:center;height:var(--thx-pill);border-radius:999px;background:#fff;box-shadow:0 2px 4px #3c28140d,0 8px 24px #3c281421}.thx-header.is-solid .thx-pill{box-shadow:0 1px 3px #3c28140f,0 6px 16px #3c281417}.thx-header__logo{padding-inline:1.6rem;flex:0 0 auto}@media screen and (min-width:750px){.thx-header__logo{padding-inline:2.2rem}}.thx-header__logo img{display:block;width:auto;height:3.6rem;max-height:calc(var(--thx-pill) - 1.2rem);max-width:15rem}@media screen and (max-width:400px){.thx-header__logo{padding-inline:1.2rem}.thx-header__logo img{height:3.1rem}}@media screen and (min-width:750px){.thx-header__logo img{height:5rem;max-width:22rem}}.thx-header__nav{display:none}@media screen and (min-width:990px){.thx-header__nav{display:inline-flex;align-items:center;gap:.4rem;padding-inline:1rem}}.thx-header__link{position:relative;padding-inline:1.7rem;line-height:var(--thx-pill);font-size:1.55rem;font-weight:500;color:#2f3135;text-decoration:none;white-space:nowrap;border-radius:999px;transition:color .2s ease}.thx-header__link:after{content:"";position:absolute;left:1.7rem;right:1.7rem;bottom:calc(50% - 1.5rem);height:3px;border-radius:999px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .28s cubic-bezier(.34,1.25,.64,1)}.thx-header__link:hover{color:var(--thx-accent);text-decoration:none}.thx-header__link:hover:after{transform:scaleX(.5)}.thx-header__link--hot{color:var(--thx-accent)}.thx-header__link--hot:hover{color:var(--thx-accent-dark)}.thx-header__link.is-active{color:var(--thx-accent);font-weight:700}.thx-header__link.is-active:after{transform:scaleX(1);background:var(--thx-accent)}.thx-header__actions{display:inline-flex;align-items:center;gap:1rem;flex:0 0 auto}.thx-header__icons{gap:.2rem;padding-inline:.8rem}.thx-header__icons.header__icons{display:inline-flex;grid-area:auto;justify-self:auto}.thx-dawn-shim{display:none!important}.thx-header__icon{position:relative;width:4rem;height:4rem;padding:0;border:0;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2f3135;text-decoration:none;cursor:pointer}@media screen and (min-width:750px){.thx-header__icon{width:4.4rem;height:4.4rem}}.thx-header__icon:hover{color:var(--thx-accent)}.thx-header__icon svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.thx-header__icon--desk{display:none}@media screen and (min-width:990px){.thx-header__icon--desk{display:flex}}.thx-header__count{position:absolute;top:.2rem;right:.1rem;min-width:1.7rem;height:1.7rem;padding-inline:.4rem;box-sizing:border-box;border-radius:999px;background:var(--thx-accent);color:#fff;font-size:1.05rem;font-weight:900;line-height:1.7rem;text-align:center}@media screen and (max-width:989px){.thx-header__icons .thx-header__icon[data-thx-search-open]{display:none}.thx-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}}.thx-header__cta{display:none;position:relative;overflow:hidden;align-items:center;gap:.9rem;height:var(--thx-pill);padding-inline:2.8rem;border-radius:999px;background:var(--thx-accent);color:#fff;font-size:1.5rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;white-space:nowrap;box-shadow:0 4px 0 var(--thx-accent-dark),0 10px 24px #ef661057;transition:transform .18s cubic-bezier(.3,1.2,.5,1),box-shadow .18s ease,background-color .18s ease}.thx-header__cta:hover,.thx-header__cta:focus{color:#fff;text-decoration:none}.thx-header__cta svg{width:1.7rem;height:1.7rem;fill:none;stroke:currentColor;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s cubic-bezier(.3,1.3,.5,1)}.thx-header__cta:after{content:"";position:absolute;top:0;bottom:0;left:-60%;width:42%;background:linear-gradient(100deg,#fff0,#fff6,#fff0);transform:skew(-18deg);opacity:0;pointer-events:none}.thx-header__cta:hover{transform:translateY(-2px);box-shadow:0 6px 0 var(--thx-accent-dark),0 14px 30px #ef661070}.thx-header__cta:hover svg{transform:translate(4px)}.thx-header__cta:hover:after{animation:thxShine .7s ease-out}.thx-header__cta:active{transform:translateY(3px);box-shadow:0 1px 0 var(--thx-accent-dark),0 4px 10px #ef66104d}.thx-header__cta.is-active{transform:translateY(3px);box-shadow:inset 0 3px 7px #782d006b,0 2px 8px #ef661038}.thx-header__cta.is-active:hover{transform:translateY(1px);box-shadow:inset 0 3px 7px #782d004d,0 6px 16px #ef661057}@keyframes thxShine{0%{left:-60%;opacity:0}14%{opacity:1}to{left:112%;opacity:0}}@media screen and (min-width:990px){.thx-header__cta{display:inline-flex}}.thx-header__burger{width:var(--thx-pill);height:var(--thx-pill);padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 4px #3c28140d,0 8px 24px #3c281421;color:#2f3135;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.thx-header__burger svg{width:2.1rem;height:2.1rem;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round}@media screen and (min-width:990px){.thx-header__burger{display:none}}.thx-search{position:absolute;top:100%;left:0;right:0;padding:0 1.6rem 1.6rem;box-sizing:border-box;opacity:0;visibility:hidden;transform:translateY(-.9rem);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none}@media screen and (min-width:750px){.thx-search{padding:0 3.2rem 2rem}}.thx-header.is-searching .thx-search{opacity:1;visibility:visible;transform:none;pointer-events:auto}.thx-search__inner{max-width:72rem;margin-inline:auto;background:#fff;border-radius:2.6rem;box-shadow:0 4px 10px #3c281412,0 26px 60px -18px #3c281457;overflow:hidden}.thx-search__bar{display:flex;align-items:center;gap:1rem;height:6rem;padding:0 1rem 0 1.8rem;margin:0}@media screen and (min-width:750px){.thx-search__bar{height:6.8rem;padding:0 1.2rem 0 2.2rem}}.thx-search__bar>svg{width:2.1rem;height:2.1rem;flex:0 0 auto;fill:none;stroke:#a69c93;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.thx-search__input{flex:1 1 auto;min-width:0;height:100%;border:0;outline:none;background:transparent;padding:0;font-family:inherit;font-size:1.7rem;font-weight:700;color:#2f3135;-webkit-appearance:none;appearance:none}.thx-search .thx-search__input:focus,.thx-search .thx-search__input:focus-visible{outline:none;box-shadow:none;border:0}.thx-search__input::placeholder{color:#a69c93;font-weight:600}.thx-search__input::-webkit-search-cancel-button,.thx-search__input::-webkit-search-decoration{-webkit-appearance:none;display:none}.thx-search__x{width:4.2rem;height:4.2rem;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:#f5f1ed;color:#2f3135;display:flex;align-items:center;justify-content:center;cursor:pointer}.thx-search__x:hover{background:#ede6df}.thx-search__x svg{width:1.6rem;height:1.6rem;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round}.thx-search__panel{display:none;border-top:1px solid rgba(60,40,20,.08)}.thx-search.is-open .thx-search__panel{display:block}.thx-search__results{max-height:min(56vh,42rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.thx-search__row{display:flex;align-items:center;gap:1.4rem;padding:.9rem 1.8rem;color:#2f3135;text-decoration:none}@media screen and (min-width:750px){.thx-search__row{padding-inline:2.2rem}}.thx-search__row:hover,.thx-search__row:focus{background:#fbf7f3;color:#2f3135;text-decoration:none}.thx-search__thumb{width:5.2rem;height:5.2rem;flex:0 0 auto;border-radius:1.2rem;background:#f5f1ed;object-fit:cover}.thx-search__meta{min-width:0}.thx-search__name{font-size:1.5rem;font-weight:800;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.thx-search__price{font-size:1.4rem;font-weight:900;color:var(--thx-accent);margin-top:.3rem}.thx-search__was{color:#a69c93;font-weight:700;text-decoration:line-through;margin-inline-start:.7rem}.thx-search__all{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 1.8rem;border-top:1px solid rgba(60,40,20,.08);background:#fbf7f3;font-size:1.35rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--thx-accent);text-decoration:none}.thx-search__all:hover{color:var(--thx-accent-dark);text-decoration:none}.thx-search__all svg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round}.thx-search__note{padding:1.8rem;text-align:center;font-size:1.5rem;font-weight:700;color:#8a8078}.thx-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}.thx-drawer.is-open{visibility:visible;opacity:1}.thx-drawer__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#23190f6b;border:0;padding:0;width:100%;cursor:pointer}.thx-drawer__panel{position:absolute;inset-block:0;inset-inline-start:0;width:min(84vw,34rem);background:#fff;padding:2rem 2rem 3rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.4rem;transform:translate(-100%);transition:transform .26s ease;overflow-y:auto}.thx-drawer.is-open .thx-drawer__panel{transform:translate(0)}.thx-drawer__close{align-self:flex-end;width:4.4rem;height:4.4rem;margin-bottom:1rem;border:0;border-radius:50%;background:#f5f1ed;color:#2f3135;display:flex;align-items:center;justify-content:center;cursor:pointer}.thx-drawer__close svg{width:1.9rem;height:1.9rem;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round}.thx-drawer__search{display:flex;align-items:center;gap:1rem;width:100%;min-height:5rem;margin-bottom:1.2rem;padding:0 1.6rem;box-sizing:border-box;border:0;border-radius:999px;background:#f5f1ed;color:#8a8078;font-family:inherit;font-size:1.5rem;font-weight:700;text-align:start;cursor:pointer}.thx-drawer__search svg{width:1.9rem;height:1.9rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.thx-drawer__link{position:relative;padding:1.5rem .6rem;font-size:1.8rem;font-weight:600;color:#2f3135;text-decoration:none;border-bottom:1px solid rgba(60,40,20,.08);transition:color .2s ease,padding-left .2s ease}.thx-drawer__link--hot{color:var(--thx-accent)}.thx-drawer__link.is-active{color:var(--thx-accent);font-weight:800;padding-left:1.8rem}.thx-drawer__link.is-active:before{content:"";position:absolute;left:.1rem;top:50%;width:.5rem;height:2.2rem;margin-top:-1.1rem;border-radius:999px;background:var(--thx-accent)}.thx-drawer__cta{margin-top:2.2rem;display:flex;align-items:center;justify-content:center;gap:1rem;min-height:5.6rem;border-radius:999px;background:var(--thx-accent);color:#fff;font-size:1.6rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;box-shadow:0 5px 0 var(--thx-accent-dark)}.thx-drawer__cta:hover,.thx-drawer__cta:focus{color:#fff}.thx-drawer__cta svg{width:1.7rem;height:1.7rem;fill:none;stroke:currentColor;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round}body.thx-no-scroll{overflow:hidden}@media(prefers-reduced-motion:reduce){.thx-header__link,.thx-header__link:after,.thx-header__cta,.thx-header__cta svg,.thx-drawer__link{transition:none}.thx-header__cta:hover{transform:none}.thx-header__cta:hover:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/thx-header.css.map */
