:root{--thf-black: #111111;--thf-white: #ffffff;--thf-grey: #777777;--thf-light-grey: #eeeeee;--thf-border: #e7e7e7;--thf-gold: #a8894a;--thf-max-width: 1440px;--thf-transition: .25s cubic-bezier(.4, 0, .2, 1)}.thf-header *,.thf-header *:before,.thf-header *:after{box-sizing:border-box}.thf-header a{color:inherit;text-decoration:none}.thf-header button{font-family:inherit}.thf-header svg{display:block}.thf-header{position:relative;z-index:1000;background:var(--thf-white);color:var(--thf-black)}.thf-announcement{width:100%;background:var(--thf-black);color:var(--thf-white)}.thf-announcement__inner{min-height:38px;display:flex;justify-content:center;align-items:center;gap:14px;padding:8px 20px;font-size:10px;font-weight:500;letter-spacing:1.6px;text-align:center}.thf-announcement__separator{opacity:.5}.thf-main{background:var(--thf-white);border-bottom:1px solid var(--thf-border)}.thf-main__inner{width:100%;max-width:var(--thf-max-width);min-height:88px;margin:0 auto;padding:0 42px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.thf-logo{grid-column:2;justify-self:center;text-align:center}.thf-logo__link{display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.thf-logo__image{display:block;width:auto;max-width:100%;max-height:64px;object-fit:contain}.thf-logo__text{display:block;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1;font-weight:500;letter-spacing:4px;white-space:nowrap}.thf-logo__tagline{margin-top:6px;font-size:8px;letter-spacing:3px;text-transform:uppercase;color:var(--thf-grey)}.thf-desktop-search{grid-column:1;justify-self:start;display:inline-flex;align-items:center;gap:9px;padding:10px 0;background:transparent;border:0;cursor:pointer;color:var(--thf-black);font-size:12px;letter-spacing:1px;transition:opacity var(--thf-transition)}.thf-desktop-search:hover{opacity:.55}.thf-desktop-search svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.thf-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:4px}.thf-icon-button{width:42px;height:42px;padding:0;display:inline-flex;align-items:center;justify-content:center;position:relative;background:transparent;border:0;color:var(--thf-black);cursor:pointer;transition:opacity var(--thf-transition),transform var(--thf-transition)}.thf-icon-button:hover{opacity:.55}.thf-icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.thf-cart-count,.thf-wishlist-count{position:absolute;top:2px;right:1px;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--thf-black);color:var(--thf-white);font-size:8px;line-height:1}.thf-cart-count:empty,.thf-wishlist-count:empty{display:none}.thf-mobile-menu-button,.thf-mobile-search{display:none}.thf-hamburger{width:22px;display:flex;flex-direction:column;gap:5px}.thf-hamburger span{display:block;width:100%;height:1px;background:currentColor;transition:transform var(--thf-transition)}.thf-navigation{display:block;background:var(--thf-white);border-bottom:1px solid var(--thf-border)}.thf-navigation__inner{width:100%;max-width:var(--thf-max-width);min-height:54px;margin:0 auto;padding:0 35px;display:flex;justify-content:center;align-items:center;gap:36px}.thf-nav-item{position:relative;height:54px;display:flex;align-items:center}.thf-nav-link{height:54px;display:inline-flex;align-items:center;justify-content:center;gap:6px;position:relative;padding:0;background:transparent;border:0;color:var(--thf-black);font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap}.thf-nav-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--thf-black);transform:scaleX(0);transform-origin:center;transition:transform var(--thf-transition)}.thf-nav-link:hover:after{transform:scaleX(1)}.thf-nav-link svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.4;transition:transform var(--thf-transition)}.thf-nav-link[aria-expanded=true] svg{transform:rotate(180deg)}.thf-nav-link--sale{color:var(--thf-gold)}.thf-dropdown{position:absolute;top:54px;left:50%;width:min(900px,90vw);padding:30px;background:var(--thf-white);border:1px solid var(--thf-border);box-shadow:0 15px 45px #00000014;opacity:0;visibility:hidden;transform:translate(-50%) translateY(8px);transition:opacity var(--thf-transition),visibility var(--thf-transition),transform var(--thf-transition);z-index:20}.thf-nav-item:hover>.thf-dropdown,.thf-nav-item.is-open>.thf-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.thf-dropdown__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:30px}.thf-dropdown__column{display:flex;flex-direction:column;gap:10px}.thf-dropdown__title{padding-bottom:10px;border-bottom:1px solid var(--thf-border);font-family:Georgia,Times New Roman,serif;font-size:15px}.thf-dropdown__links{display:flex;flex-direction:column;gap:8px}.thf-dropdown__links a{color:var(--thf-grey);font-size:11px;letter-spacing:.5px;transition:color var(--thf-transition)}.thf-dropdown__links a:hover{color:var(--thf-black)}.thf-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none}.thf-mobile-menu.is-open{visibility:visible;pointer-events:auto}.thf-mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .3s ease}.thf-mobile-menu.is-open .thf-mobile-menu__overlay{opacity:1}.thf-mobile-menu__drawer{position:absolute;top:0;bottom:0;left:0;width:min(88vw,400px);background:var(--thf-white);overflow-y:auto;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:10px 0 35px #00000014}.thf-mobile-menu.is-open .thf-mobile-menu__drawer{transform:translate(0)}.thf-mobile-menu__header{min-height:80px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--thf-border)}.thf-mobile-menu__title{font-family:Georgia,Times New Roman,serif;font-size:17px;letter-spacing:2px}.thf-mobile-menu__close{width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer}.thf-mobile-menu__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4}.thf-mobile-navigation{padding:10px 22px}.thf-mobile-item{border-bottom:1px solid var(--thf-border)}.thf-mobile-link{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0;background:transparent;border:0;color:var(--thf-black);font-size:12px;letter-spacing:1.5px;text-transform:uppercase;text-align:left;cursor:pointer}.thf-mobile-link--sale{color:var(--thf-gold)}.thf-mobile-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4;transition:transform var(--thf-transition)}.thf-mobile-link[aria-expanded=true] svg{transform:rotate(180deg)}.thf-mobile-submenu{max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:0;transition:max-height .35s ease}.thf-mobile-submenu.is-open{max-height:500px}.thf-mobile-submenu a{padding:10px 0 10px 16px;color:var(--thf-grey);font-size:11px;letter-spacing:1px}.thf-mobile-submenu__child{padding-left:32px!important}.thf-mobile-footer{padding:25px 22px;display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--thf-border)}.thf-mobile-footer a{font-size:10px;letter-spacing:1.5px;color:var(--thf-grey)}.thf-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;visibility:hidden;pointer-events:none}.thf-search-modal.is-open{visibility:visible;pointer-events:auto}.thf-search-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s ease}.thf-search-modal.is-open .thf-search-overlay{opacity:1}.thf-search-box{position:relative;width:100%;padding:35px 6vw 45px;background:var(--thf-white);transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 15px 40px #00000014}.thf-search-modal.is-open .thf-search-box{transform:translateY(0)}.thf-search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:11px;letter-spacing:2px}.thf-search-close{width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer}.thf-search-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4}.thf-search-form{display:flex;gap:12px;max-width:1100px;margin:0 auto}.thf-search-input-wrapper{flex:1;height:58px;display:flex;align-items:center;gap:15px;padding:0 18px;border-bottom:1px solid var(--thf-black)}.thf-search-input-wrapper svg{width:19px;height:19px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.4}.thf-search-input-wrapper input{width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;font-family:inherit;font-size:14px}.thf-search-form>button{min-width:130px;padding:0 25px;border:1px solid var(--thf-black);background:var(--thf-black);color:var(--thf-white);font-size:10px;letter-spacing:1.5px;cursor:pointer;transition:background var(--thf-transition),color var(--thf-transition)}.thf-search-form>button:hover{background:var(--thf-white);color:var(--thf-black)}.thf-search-suggestions{max-width:1100px;margin:25px auto 0;font-size:9px;letter-spacing:1.5px}.thf-search-suggestions>span{color:var(--thf-grey)}.thf-search-suggestions>div{margin-top:12px;display:flex;flex-wrap:wrap;gap:20px}.thf-search-suggestions a{border-bottom:1px solid transparent;transition:border-color var(--thf-transition)}.thf-search-suggestions a:hover{border-color:var(--thf-black)}.thf-header.is-sticky{position:sticky;top:0}body.thf-menu-open,body.thf-search-open{overflow:hidden}@media screen and (max-width:989px){.thf-main__inner{min-height:76px;padding:0 20px;grid-template-columns:1fr auto 1fr}.thf-desktop-search{display:none}.thf-mobile-menu-button{display:flex;grid-column:1;justify-self:start}.thf-logo{grid-column:2}.thf-actions{grid-column:3}.thf-mobile-search{display:flex}.thf-navigation{display:none}.thf-logo__text{font-size:20px;letter-spacing:3px}.thf-logo__tagline{font-size:7px;letter-spacing:2px}.thf-icon-button{width:38px;height:38px}.thf-account{display:none}}@media screen and (max-width:749px){.thf-announcement__inner{min-height:34px;padding:7px 12px;font-size:8px;letter-spacing:1px;gap:8px}.thf-announcement__separator{display:none}.thf-announcement__inner span:nth-child(4){display:none}.thf-main__inner{min-height:66px;padding:0 10px}.thf-logo__text{font-size:16px;letter-spacing:2px}.thf-logo__tagline{margin-top:4px;font-size:6px;letter-spacing:1.5px}.thf-logo__image{max-height:46px;max-width:180px}.thf-actions{gap:0}.thf-icon-button{width:34px;height:34px}.thf-icon-button svg{width:19px;height:19px}.thf-wishlist{display:none}.thf-cart-count,.thf-wishlist-count{top:0;right:0;min-width:14px;height:14px;font-size:7px}.thf-search-box{padding:25px 18px 30px}.thf-search-form{flex-direction:column}.thf-search-form>button{min-height:50px}.thf-search-input-wrapper{height:52px}}@media(prefers-reduced-motion:reduce){.thf-header *,.thf-header *:before,.thf-header *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/the-heer-header.css.map */
