.header-simple{--hs-bg: #faf9f5;--hs-fg: #161616;--hs-muted: #6f6f6f;--hs-grey10: #f4f4f4;--hs-cream: #fffef3;background:var(--hs-bg);color:var(--hs-fg);position:relative;z-index:101}.header-simple--sticky{position:sticky;top:0}.header-group:has(.header-simple--sticky){position:sticky;top:0;z-index:100}body:has(.header-simple) .content-for-layout{padding-top:0!important}.header-simple a{text-decoration:none}.header-simple a:focus:not(:focus-visible),.header-simple button:focus:not(:focus-visible){outline:none!important;box-shadow:none!important}.header-simple .hs-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;background:none;border:0;cursor:pointer;color:var(--hs-fg);text-decoration:none;position:relative}.header-simple .hs-icon-btn .icon,.header-simple .hs-icon-btn svg{width:16px;height:16px;display:block}.header-simple .hs-icon-btn:before{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}.header-simple .visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.header-simple .hs-cart{position:relative}.header-simple .hs-cart__count{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.header-simple .hs-cart--has-items:after{content:"";position:absolute;top:1px;right:1px;width:5px;height:5px;border-radius:50%;background:#161616;pointer-events:none}.header-simple .hs-desktop__logo-text{font-family:var(--font-heading-family);font-weight:300;font-size:18px;line-height:1;color:var(--hs-fg);white-space:nowrap}.header-simple .hs-desktop{display:none}@media(min-width:1025px){.header-simple .hs-desktop{display:block}.header-simple .hs-mobile-bar,.header-simple .hs-drawer,.header-simple .hs-draw-bg{display:none!important}.hs-desktop__bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--hs-bg);border-bottom:1px solid rgba(22,22,22,.08)}.hs-desktop__nav{display:flex;flex-direction:row;align-items:center;gap:32px;width:240px;flex:0 0 240px}.hs-desktop__nav-item{display:flex;flex-direction:row;align-items:center}.hs-desktop__nav-link{font-family:var(--font-body-family);font-weight:400;font-size:14px;line-height:1.3;color:var(--hs-fg);text-decoration:none;white-space:nowrap}.hs-desktop__nav-link[aria-current=page],.hs-desktop__nav-link:hover{text-decoration:underline;text-underline-offset:3px}.hs-desktop__logo{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:1 1 auto}.hs-desktop__logo a{display:inline-flex;flex-direction:row;align-items:center;text-decoration:none}.hs-desktop__logo-img{width:auto;height:16px;display:block}.hs-desktop__actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:28px;width:240px;flex:0 0 240px}.hs-desktop__dd{position:absolute;left:0;right:0;top:100%;background:var(--hs-bg);border-top:1px solid rgba(22,22,22,.08);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s;z-index:40}.hs-desktop__dd:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:24px}.hs-desktop__nav-item--has-dd:hover .hs-desktop__dd,.hs-desktop__nav-item--has-dd:focus-within .hs-desktop__dd,.hs-desktop__dd.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}.hs-desktop__dd-inner{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;padding:63px 32px 56px;min-height:471px;box-sizing:border-box}.hs-desktop__dd-col{grid-column:span 2;display:flex;flex-direction:column;min-width:0}.hs-desktop__dd-col:nth-child(1){grid-column:3 / span 2}.hs-desktop__dd-col:nth-child(2){grid-column:5 / span 2}.hs-desktop__dd-col:nth-child(3){grid-column:7 / span 2}.hs-desktop__dd-col:nth-child(4){grid-column:9 / span 2}.hs-desktop__dd-col:nth-child(5){grid-column:11 / span 2}.hs-desktop__dd-heading{font-family:var(--font-body-family);font-weight:600;font-size:12px;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--hs-muted);margin:0 0 20px}.hs-desktop__dd-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:32px}.hs-desktop__dd-link{font-family:var(--font-heading-family);font-weight:300;font-size:24px;line-height:.9;color:var(--hs-fg);text-decoration:none}.hs-desktop__dd-link:hover,.hs-desktop__dd-link.is-current{text-decoration:underline;text-underline-offset:3px}.hs-desktop__card-link{display:flex;flex-direction:column;text-decoration:none;color:var(--hs-fg)}.hs-desktop__card-img{width:100%;height:287px;object-fit:cover;border-radius:2px;display:block}.hs-desktop__card-heading{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:1.2;color:var(--hs-fg);margin-bottom:20px}.hs-desktop__card-link:hover .hs-desktop__card-heading,.hs-desktop__card-link:focus-visible .hs-desktop__card-heading{text-decoration:underline;text-underline-offset:3px}}.hs-search{position:absolute;left:0;right:0;top:100%;background:var(--hs-bg);border-top:1px solid rgba(22,22,22,.08);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .2s ease,opacity .2s ease,visibility 0s linear .2s;z-index:45}.hs-search.open{transform:translateY(0);opacity:1;visibility:visible;transition:transform .2s ease,opacity .2s ease}.hs-search__bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#16161640;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility 0s linear .2s;z-index:44}.hs-search__bg.open{opacity:1;visibility:visible;transition:opacity .2s ease}.hs-search__form{display:flex;flex-direction:row;align-items:center;gap:12px;padding:16px 32px}.hs-search__icon svg,.hs-search__icon .icon{width:16px;height:16px;display:block;color:var(--hs-fg)}.hs-search__input{flex:1 1 auto;border:0;background:none;outline:none;font-family:var(--font-body-family);font-size:16px;line-height:1.2;color:var(--hs-fg)}.hs-search__input:focus{outline:0!important;box-shadow:none!important}.hs-search__input::-webkit-search-decoration,.hs-search__input::-webkit-search-cancel-button,.hs-search__input::-webkit-search-results-button,.hs-search__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.hs-search__input::-ms-clear,.hs-search__input::-ms-reveal{display:none;width:0;height:0}.hs-search__close{display:inline-flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;color:var(--hs-fg)}.hs-search__results{max-height:70vh;overflow-y:auto}.hs-search__results:empty{display:none}.hs-search__close svg{width:14px;height:14px}@media(max-width:1024px){.header-simple .hs-desktop__bar{display:none!important}.hs-mobile-bar{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;background:var(--hs-bg)}.hs-mobile-bar__logo{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-right:auto;margin-left:24px}.hs-mobile-bar__logo a{display:inline-flex;flex-direction:row;align-items:center}.hs-mobile-bar__logo-img{width:auto;height:16px;display:block}.hs-mobile-bar__actions{display:flex;flex-direction:row;align-items:center;gap:28px}.header-simple .hs-burger{width:16px;height:12px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.header-simple .hs-burger .menu-line{display:block!important;width:16px;height:1.5px;background:var(--hs-fg);margin:0;flex:0 0 auto}.hs-draw-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#16161666;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;z-index:998}.hs-draw-bg.open{opacity:1;visibility:visible;transition:opacity .25s ease}.hs-drawer{position:fixed;top:0;left:0;bottom:0;width:100%;max-width:100%;background:var(--hs-bg);outline:none;transform:translate(-100%);transition:transform .28s ease;z-index:999;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.hs-drawer.open{transform:translate(0)}.hs-drawer.hs-subpanel-active{overflow:hidden}.hs-drawer__topbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;background:var(--hs-bg)}.hs-drawer__topbar-left{display:flex;flex-direction:row;align-items:center;gap:16px}.hs-drawer__topbar-right{display:flex;flex-direction:row;align-items:center;gap:28px}.hs-drawer__logo{display:inline-flex;flex-direction:row;align-items:center}.hs-drawer__logo img{width:auto;height:16px;display:block}.hs-drawer__circles{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;padding:16px;background:var(--hs-bg)}.hs-circle{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--hs-fg);flex:1 1 0;min-width:0}.hs-circle__img{width:64px;height:64px;border-radius:50%;object-fit:cover;display:block}.hs-circle__img--empty{background:var(--hs-grey10)}.hs-circle__label{font-family:var(--font-body-family);font-weight:400;font-size:14px;line-height:1.3;color:var(--hs-fg);text-align:center}.hs-drawer__primary{display:flex;flex-direction:column;gap:32px;padding:24px 16px;background:var(--hs-bg)}.hs-drawer__row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;background:none;border:0;padding:0;margin:0;cursor:pointer;text-align:left;text-decoration:none;color:inherit}.hs-drawer__row-text{font-family:var(--font-heading-family);font-weight:300;font-size:24px;line-height:.9;color:inherit}.hs-drawer__chevron{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 16px}.hs-drawer__chevron svg{width:12px;height:12px;transform:rotate(-90deg);color:currentColor}.hs-drawer__chevron--back svg{transform:rotate(90deg)}.hs-drawer__subpanel{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--hs-bg);transform:translate(100%);visibility:hidden;transition:transform .3s ease,visibility 0s linear .3s;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:16px;z-index:10;will-change:transform;outline:none}.hs-drawer__subpanel:focus{outline:none;box-shadow:none}.hs-drawer__subpanel.is-active{visibility:visible;transform:translate(0);transition:transform .3s ease,visibility 0s}.hs-drawer__back{display:flex;flex-direction:row;align-items:center;gap:8px;background:none;border:0;padding:0 0 24px;margin:0;cursor:pointer;color:var(--hs-fg);font-family:var(--font-body-family);font-size:14px}.hs-drawer__sublinks{display:flex;flex-direction:column;gap:32px}.hs-drawer__promo{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;padding:40px 16px;margin-top:auto}.hs-drawer__promo-text{display:flex;flex-direction:column;gap:24px;width:147px;flex:0 0 147px}.hs-drawer__promo-badge{display:inline-block;width:fit-content;border:1px solid var(--hs-grey10);border-radius:2px;padding:8px 16px;font-family:var(--font-body-family);font-weight:600;font-size:12px;line-height:1;text-transform:uppercase;color:var(--hs-grey10)}.hs-drawer__promo-copy{display:flex;flex-direction:column;gap:5px}.hs-drawer__promo-heading{font-family:var(--font-heading-family);font-weight:300;font-size:32px;line-height:.9;color:var(--hs-cream);margin:0}.hs-drawer__promo-desc{font-family:var(--font-body-family);font-weight:400;font-size:14px;line-height:1.3;color:var(--hs-cream);margin:0}.header-simple .hs-drawer__promo-btn{display:block;width:100%;background:#000;border-radius:2px;padding:14px 40px;font-family:var(--font-body-family);font-weight:500;font-size:14px;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;box-sizing:border-box}.header-simple .hs-drawer__promo-btn,.header-simple .hs-drawer__promo-btn:link,.header-simple .hs-drawer__promo-btn:visited{color:#fff}.hs-drawer__promo-media{display:block;flex:0 0 176px}.hs-drawer__promo-img{width:176px;height:170px;object-fit:cover;border-radius:2px;display:block}.hs-drawer__footer{display:flex;flex-direction:column;gap:32px;padding:24px 16px;background:var(--hs-fg)}.hs-drawer__footer .hs-drawer__row-text{color:#fff}.hs-drawer__footer .hs-drawer__chevron svg{color:#fff}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/header-simple.css.map */
