.mt-header{display:block;width:100%;background:var(--color-scheme-background, #fff);color:var(--mt-header-nav-color, #3D1C11);position:relative;z-index:10}.mt-header--bordered{border-bottom:1px solid rgba(0,0,0,.08)}.mt-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;column-gap:24px;padding:0 40px;height:130px;position:relative}.mt-header__nav{min-width:0}.mt-header__nav--left{grid-column:1;justify-self:start;padding-top:37px}.mt-header__nav--right{justify-self:start;padding-top:37px}.mt-header__nav-list{display:flex;flex-wrap:nowrap;align-items:center;list-style:none;padding:0;margin:0}.mt-header__nav--left .mt-header__nav-list{gap:var(--mt-header-nav-gap-left, 20px)}.mt-header__nav--right .mt-header__nav-list{gap:var(--mt-header-nav-gap-right, 41px)}.mt-header__nav-item a{font-family:Fibra One Alt,Fibra One,sans-serif;font-weight:600;font-size:12.08px;line-height:1;letter-spacing:0;text-transform:uppercase;color:var(--mt-header-nav-color, rgba(61, 28, 17, .96));text-decoration:none;white-space:nowrap;transition:opacity .15s ease}.mt-header__nav-item a:hover,.mt-header__nav-item a[aria-current=page]{opacity:.7}.mt-header__logo-wrap{grid-column:2;justify-self:center;margin:0;padding-right:0;padding-bottom:0;padding-left:0;padding-top:var(--mt-header-logo-top-offset, 48px)}.mt-header__logo{display:inline-flex;align-items:center;justify-content:center;position:relative;text-decoration:none;color:inherit;padding:0}.mt-header__logo-img{position:relative;z-index:1;display:block;width:var(--mt-header-logo-width, 185px);height:auto;max-width:100%}.mt-header__logo-text{position:relative;z-index:1;font-family:Choplin,sans-serif;font-weight:600;font-size:24px;letter-spacing:.02em;color:var(--mt-header-nav-color, #3D1C11)}.mt-header__blob{position:absolute;width:75px;height:95px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.mt-header__right{grid-column:3;justify-self:end;display:flex;align-items:start;gap:24px;min-width:0}.mt-header__icons{display:flex;align-items:center;gap:9px;list-style:none;padding:35px 0 0;margin:0}.mt-header__icon-item a{display:inline-flex;align-items:center;justify-content:center;position:relative;color:var(--mt-header-icon-color, #5A271A);text-decoration:none;padding:0;transition:opacity .15s ease}.mt-header__icon-item a:hover{opacity:.7}.mt-header__icon{width:auto;height:20px;stroke-width:1.8}.mt-header__icon--cart{width:auto;height:22px}.mt-header__cart-dot{position:absolute;top:0;right:0;width:8px;height:8px;border-radius:50%;background:#effa12;border:1px solid var(--mt-header-icon-color, #5A271A);opacity:0;transform:scale(.5);transition:opacity .2s ease,transform .2s ease}.mt-header__cart-dot.is-visible{opacity:1;transform:scale(1)}.mt-header__shop-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;line-height:0;padding-top:35px;transition:transform .15s ease}.mt-header__shop-btn:hover{transform:translateY(-1px)}.mt-header__shop-btn-img{display:block;width:var(--mt-header-shop-btn-width, 110px);height:auto;max-width:100%}.mt-header__hamburger{display:none;background:transparent;border:0;cursor:pointer;padding:8px;color:var(--mt-header-nav-color, #3D1C11);grid-column:1;justify-self:start}.mt-header__hamburger .mt-header__icon{width:24px}@media(max-width:999px){.mt-header__inner{grid-template-columns:auto 1fr auto;column-gap:12px;padding:10px 16px;height:auto;min-height:72px;align-items:center;overflow:visible}.mt-header__nav--left,.mt-header__nav--right,.mt-header__icons,.mt-header__shop-btn,.mt-header__logo-wrap{padding-top:0}.mt-header__right{align-items:center;gap:6px}.mt-header__nav--left,.mt-header__nav--right,.mt-header__shop-btn,.mt-header__icon-item--account{display:none}.mt-header__shop-btn-img{width:var(--mt-header-shop-btn-mobile-width, 90px)}.mt-header__hamburger{display:inline-flex}.mt-header__logo-img{width:var(--mt-header-logo-mobile-width, 100px)}.mt-header__blob{width:55px;height:70px;top:50%;transform:translate(-50%,-50%)}.mt-header__icons{gap:10px}}@media(min-width:1000px){.mt-header__hamburger{display:none}}.mt-header__shop-btn:focus-visible,.mt-header__nav-item a:focus-visible,.mt-header__icon-item a:focus-visible,.mt-header__hamburger:focus-visible{outline:2px solid var(--mt-header-nav-color, #3D1C11);outline-offset:2px}.mt-header--sticky{position:sticky;top:0;z-index:100;background:var(--color-scheme-background, #fff);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mt-header--sticky.mt-header--hidden{transform:translateY(-100%)}body.mt-hero-page.mt-hero-at-top .mt-header,body.mt-hero-page.mt-hero-at-top .mt-header--sticky{background:transparent;box-shadow:none;transition:background 80ms ease,box-shadow 80ms ease}body.mt-hero-page.mt-hero-at-top .mt-header__inner{background:transparent}body.mt-hero-page.mt-hero-at-top .mt-header{--mt-header-nav-color: #ffffff}body.mt-hero-page.mt-hero-at-top .mt-header__icons,body.mt-hero-page.mt-hero-at-top .mt-header__icons a,body.mt-hero-page.mt-hero-at-top .mt-header__icons button,body.mt-hero-page.mt-hero-at-top .mt-header__icons svg{color:#fff;fill:currentColor}body.mt-hero-page.mt-hero-at-top .mt-header__logo-text{color:#fff}.mt-header__logo{position:relative}.mt-header__logo-img--default,.mt-header__logo-img--white{display:block;transition:opacity 80ms ease}.mt-header__logo-img--white{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}body.mt-hero-page.mt-hero-at-top .mt-header__logo-img--default{opacity:0}body.mt-hero-page.mt-hero-at-top .mt-header__logo-img--white{opacity:1}body.mt-hero-page:not(.mt-hero-at-top) .shopify-section:has(.scrolling-content){max-height:0;opacity:0;overflow:hidden;transition:max-height 80ms ease,opacity 80ms ease}body.mt-hero-page.mt-hero-at-top .shopify-section:has(.scrolling-content){max-height:200px;opacity:1;overflow:hidden;transition:max-height 80ms ease,opacity 80ms ease}body.mt-hero-page .maxtemp-hero-video{margin-top:calc(var(--header-height, 120px) * -1)}.mt-header--blob-expand{--mt-blob-progress: 1;overflow:visible}.mt-header--blob-expand .mt-header__inner,.mt-header--blob-expand .mt-header__logo-wrap,.mt-header--blob-expand .mt-header__logo{overflow:visible}@media(min-width:1000px){.mt-header--blob-expand .mt-header__blob{width:75px;height:95px;transform:translate(-50%,-50%);fill:#d6a99a;mix-blend-mode:multiply;transition:none;pointer-events:none}.mt-header--blob-expand .mt-header__blob path{fill:inherit}}@media(max-width:999px){.mt-header--blob-expand .mt-header__blob{width:55px;height:70px;transform:translate(-50%,-50%);fill:#d6a99a;mix-blend-mode:multiply;transition:none;pointer-events:none}.mt-header--blob-expand .mt-header__blob path{fill:inherit}}@media(max-width:999px){.mt-header__blob,.mt-header--blob-expand .mt-header__blob{width:36px!important;height:46px!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/maxtemp-header.css.map */
