.jh-drawer-toggle{background:transparent;border:0;padding:0;cursor:pointer;color:inherit;width:40px;height:40px}.jh-usp-bar{background:var(--jh-usp-bg, #f5f0e8);color:var(--jh-usp-text, #2a2a28);font-size:var(--jh-usp-font-size, 12px);padding:8px 0;position:relative;z-index:11;line-height:1.4}.jh-usp-bar--hide-mobile{display:none}@media(min-width:750px){.jh-usp-bar--hide-mobile{display:block}.jh-usp-bar--hide-desktop{display:none}}.jh-usp-bar__inner{display:flex;align-items:center;justify-content:center}.jh-usp-bar__list{display:flex;align-items:center;justify-content:center;gap:24px;margin:0;padding:0;list-style:none;flex-wrap:wrap}.jh-usp-bar[data-jh-usp-mode=rotate] .jh-usp-bar__list{gap:0}.jh-usp-bar[data-jh-usp-mode=rotate] .jh-usp-bar__item{display:none}.jh-usp-bar[data-jh-usp-mode=rotate] .jh-usp-bar__item[data-active]{display:flex;animation:jh-fade .4s ease}.jh-usp-bar__item{display:flex;align-items:center;gap:6px;font-weight:500}.jh-usp-bar__item .ti{font-size:calc(var(--jh-usp-font-size, 12px) + 2px)}.jh-usp-bar__link{display:flex;align-items:center;gap:6px;text-decoration:none;color:inherit}.jh-usp-bar__link:hover{text-decoration:underline;text-underline-offset:2px}@keyframes jh-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.jh-drawer__backdrop{display:none}overlay-element[aria-controls^=JhDrawer-]{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;background-color:var(--jh-backdrop-color, #000);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:99;pointer-events:none}overlay-element[aria-controls^=JhDrawer-][aria-expanded=true]{opacity:var(--jh-backdrop-opacity, .4);visibility:visible;pointer-events:auto}body.jh-drawer-sheet-open overlay-element[aria-controls^=JhDrawer-][aria-expanded=true]{opacity:var(--jh-backdrop-opacity-sheet, .65)}.jh-drawer{position:fixed;z-index:100;transition:none;display:flex;flex-direction:column;visibility:hidden}.jh-drawer.is-open,.jh-drawer.is-closing{visibility:visible}.jh-drawer--slide_left,.jh-drawer--slide_up{background:var(--jh-color-drawer-bg-hex, #fdfcfa)}.jh-drawer--slide_left{top:0;left:0;bottom:0;width:min(440px,92%);transform:translate(-100%);box-shadow:2px 0 20px #0000000d}.jh-drawer--slide_left.is-open{transform:translate(0);transition:transform .35s cubic-bezier(.4,0,.2,1)}.jh-drawer--slide_left.is-closing{transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,1,1)}.jh-drawer--slide_up{top:0;left:0;right:0;bottom:0;width:100%;transform:translateY(100%);box-shadow:0 -2px 20px #0000000d}.jh-drawer--slide_up.is-open{transform:translateY(0);transition:transform .4s cubic-bezier(.4,0,.2,1)}.jh-drawer--slide_up.is-closing{transform:translateY(100%);transition:transform .28s cubic-bezier(.4,0,1,1)}.jh-drawer--slideup-sheet{top:var(--jh-slideup-offset, 80px);border-top-left-radius:18px;border-top-right-radius:18px;overflow:hidden;box-shadow:0 -8px 24px #0000001f}.jh-drawer__inner{display:flex;flex-direction:column;height:100%;width:100%}.jh-drawer__header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:14px 16px;border-bottom:.5px solid #e8e6e0;flex-shrink:0}.jh-drawer__header:has(.jh-drawer__lang-pill){grid-template-columns:auto 1fr 40px}.jh-drawer__header-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:0;padding:0;cursor:pointer;color:#2a2a28;text-decoration:none}.jh-drawer__close{justify-self:end}.jh-drawer__lang-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px 5px 5px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:transparent;color:#2a2a28;text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.02em;line-height:1;transition:background-color .15s,border-color .15s}.jh-drawer__lang-pill:not(:has(.jh-drawer__lang-flag)){padding:6px 8px 6px 12px;gap:2px}.jh-drawer__lang-pill:hover{background:#00000008;border-color:#0003}.jh-drawer__lang-flag{display:inline-flex;width:22px;height:22px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f5f0e8;align-items:center;justify-content:center}.jh-drawer__lang-flag svg,.jh-drawer__lang-flag img{width:100%;height:100%;object-fit:cover;display:block}.jh-drawer__lang-wrap{position:relative}.jh-drawer__lang-pill[aria-expanded]{cursor:pointer;font-family:inherit}.jh-drawer__lang-chevron{width:12px;height:12px;margin-left:2px;transition:transform .2s;flex-shrink:0}.jh-drawer__lang-pill[aria-expanded=true] .jh-drawer__lang-chevron{transform:rotate(180deg)}.jh-drawer__lang-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 24px #00000014;padding:6px;z-index:10}.jh-drawer__lang-menu--compact{min-width:0;width:auto;padding:4px}.jh-drawer__lang-menu--compact .jh-drawer__lang-option{padding:6px 10px 6px 6px;gap:6px}.jh-drawer__lang-menu[hidden]{display:none}.jh-drawer__lang-menu ul{list-style:none;margin:0;padding:0}.jh-drawer__lang-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;background:transparent;border:0;border-radius:8px;text-align:left;font-size:13px;font-weight:500;color:#2a2a28;cursor:pointer;font-family:inherit;transition:background-color .15s}.jh-drawer__lang-option:hover{background:#0000000a}.jh-drawer__lang-option.is-active{background:#0000000d;font-weight:600}.jh-drawer__lang-option-code{color:#888880;font-size:11px;letter-spacing:.02em}.jh-drawer__lang-option-flag{display:inline-flex;width:22px;height:22px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f5f0e8;align-items:center;justify-content:center}.jh-drawer__lang-option-flag svg{width:100%;height:100%;object-fit:cover;display:block}.jh-drawer__header-logo{display:flex;align-items:center;justify-content:center}.jh-drawer__header-logo img{display:block;width:auto}.jh-drawer__header-shopname{font-weight:500;font-size:15px;letter-spacing:-.02em;color:#2a2a28;text-decoration:none}.jh-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.jh-drawer__search{padding:12px 16px 16px}.jh-drawer__search-field{position:relative;display:flex;align-items:center;background:var(--jh-color-highlight-bg, #f5f0e8);border-radius:10px;padding:0 14px}.jh-drawer__search-icon{font-size:16px;color:#888880;flex-shrink:0}.jh-drawer__search-input{flex:1;background:transparent;border:0;outline:0;padding:12px 10px;font-size:14px;color:#2a2a28;width:100%}.jh-drawer__search-input::placeholder{color:#888880}.jh-drawer__quick-links{padding:18px 16px 22px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 8px}.jh-drawer__quick-links--cols-3 .jh-drawer__quick-item{flex:0 0 calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3)}.jh-drawer__quick-links--cols-4 .jh-drawer__quick-item{flex:0 0 calc((100% - 24px)/4);max-width:calc((100% - 24px)/4)}.jh-drawer__quick-item{display:flex;flex-direction:column;align-items:center;gap:var(--jh-ql-label-gap, 6px);text-align:center;text-decoration:none;color:inherit}.jh-drawer__quick-image{width:72px;height:72px;border-radius:50%!important;overflow:hidden;background:var(--jh-color-highlight-bg, #f5f0e8);position:relative;flex-shrink:0}.jh-drawer__quick-links--bordered .jh-drawer__quick-image{border:var(--jh-ql-border-width, 2px) solid var(--jh-ql-border-color, #e8294a);padding:var(--jh-ql-border-gap, 3px);background:#fff;overflow:visible}.jh-drawer__quick-links--bordered .jh-drawer__quick-image img,.jh-drawer__quick-links--bordered .jh-drawer__quick-image-placeholder{border-radius:50%;overflow:hidden}.jh-drawer__quick-image img{width:100%!important;height:100%!important;object-fit:cover;display:block;border-radius:50%}.jh-drawer__quick-image-placeholder{display:block;width:100%;height:100%}.jh-drawer__quick-label{font-size:var(--jh-ql-label-size, 11px);font-weight:var(--jh-ql-label-weight, 500);line-height:1.2;color:var(--jh-ql-label-color, #2a2a28)}.jh-drawer__section{position:relative}.jh-drawer__section-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 4px;width:100%;background:transparent;border:0;text-align:left;color:inherit}.jh-drawer__section-header--accordion{cursor:pointer;padding:16px;border-top:.5px solid #e8e6e0;border-bottom:.5px solid #e8e6e0;margin-top:-.5px}.jh-drawer__section-header>div{display:flex;flex-direction:column;gap:2px}.jh-drawer__section-heading{font-size:var(--jh-sec-heading-size, 11px);text-transform:var(--jh-sec-heading-transform, uppercase);letter-spacing:var(--jh-sec-heading-letter, .08em);color:var(--jh-sec-heading-color, #888880);font-weight:var(--jh-sec-heading-weight, 500);margin:0}.jh-drawer__section-header--accordion .jh-drawer__section-heading{font-size:var(--jh-sec-heading-size, 15px);text-transform:var(--jh-sec-heading-transform, none);letter-spacing:var(--jh-sec-heading-letter, 0);color:var(--jh-sec-heading-color, #2a2a28)}.jh-drawer__section-subtitle{font-size:var(--jh-sec-sub-size, 11px);color:var(--jh-sec-sub-color, #888880);margin:0}.jh-drawer__accordion-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.jh-drawer__accordion-icon svg{width:18px;height:18px;color:#888880;position:absolute;transition:opacity .2s,transform .2s}.jh-accordion-icon-minus{opacity:0;transform:rotate(-90deg)}[aria-expanded=true] .jh-accordion-icon-plus{opacity:0;transform:rotate(90deg)}[aria-expanded=true] .jh-accordion-icon-minus{opacity:1;transform:rotate(0)}.jh-drawer__section-content{padding-bottom:8px}.jh-drawer__section--highlight .jh-drawer__section-content{padding-bottom:14px}.jh-drawer__list{margin:0;padding:0 16px;list-style:none}.jh-drawer__list-item:not(:last-child) .jh-drawer__list-link{border-bottom:.5px solid #e8e6e0}.jh-drawer__section--highlight .jh-drawer__list-item:not(:last-child) .jh-drawer__list-link{border-bottom-color:#0000000f}.jh-drawer__list-link{display:flex;align-items:center;gap:12px;padding:var(--jh-item-spacing, 10px) 0;text-decoration:none;color:var(--jh-sec-item-color, inherit);font-size:var(--jh-sec-item-size, inherit);font-weight:var(--jh-sec-item-weight, inherit)}.jh-drawer__list-link:hover,.jh-drawer__list-link:focus,.jh-drawer__list-link:focus-visible{text-decoration:none}.jh-drawer__list-thumb{width:36px;height:36px;border-radius:6px;overflow:hidden;background:var(--jh-color-highlight-bg, #f5f0e8);flex-shrink:0}.jh-drawer__list-thumb img{width:100%;height:100%;object-fit:cover;display:block}.jh-drawer__list-thumb-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#0000000a,#00000014)}.jh-drawer__list-label{flex:1;font-size:14px;color:#2a2a28}.jh-drawer__section--highlight .jh-drawer__list-label{font-weight:500}.jh-drawer__list-chevron{color:#888880;font-size:14px;flex-shrink:0}.jh-drawer__grid{padding:8px 16px 16px;display:grid;gap:10px}.jh-drawer__grid--cols-2{grid-template-columns:1fr 1fr}.jh-drawer__grid--cols-3{grid-template-columns:1fr 1fr 1fr}.jh-drawer__grid--cols-3 .jh-drawer__card-label--below{font-size:12px}.jh-drawer__grid--cols-3 .jh-drawer__card-label--overlay{font-size:10px;padding:3px 8px}.jh-drawer__carousel{padding:8px 0 16px}.jh-drawer__carousel-track{display:flex;gap:10px;padding:0 16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.jh-drawer__carousel-track::-webkit-scrollbar{display:none}.jh-drawer__carousel .jh-drawer__card{flex:0 0 var(--jh-card-width, 130px);scroll-snap-align:start}.jh-drawer__card{text-decoration:none;color:inherit;display:block}.jh-drawer__card-image{position:relative;aspect-ratio:var(--jh-card-aspect, 1 / 1);border-radius:8px;overflow:hidden;background:var(--jh-color-highlight-bg, #f5f0e8)}.jh-drawer__card-image img{width:100%;height:100%;object-fit:cover;display:block}.jh-drawer__card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#0000000a,#00000014)}.jh-drawer__card-label--below{display:block;text-align:center;margin-top:8px;font-size:13px;font-weight:500;color:#2a2a28}.jh-drawer__card-label--overlay{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;font-size:11px;font-weight:500;padding:4px 10px;border-radius:100px;white-space:nowrap;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis}.jh-drawer__footer{flex-shrink:0;border-top:.5px solid #e8e6e0}.jh-drawer__usp-bar{padding:12px 16px;display:flex;align-items:center;justify-content:space-around;gap:12px;font-size:11px}.jh-drawer__usp-item{display:flex;align-items:center;gap:6px;font-weight:500;line-height:1.3}.jh-drawer__usp-item .ti{font-size:14px;flex-shrink:0}.jh-drawer__usp-divider{width:.5px;height:18px;background:#00000026;flex-shrink:0}.jh-drawer__account-support{display:grid;grid-template-columns:1fr 1fr}.jh-drawer__account-support--single{grid-template-columns:1fr}.jh-drawer__account-link,.jh-drawer__support-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;font-size:13px;font-weight:500;text-decoration:none;color:var(--jh-as-text, #2a2a28);background:transparent;transition:background-color .15s}.jh-drawer__account-support:not(.jh-drawer__account-support--single):not(.jh-drawer__account-support--stack) .jh-drawer__account-link{border-right:.5px solid rgba(0,0,0,.08)}.jh-drawer__account-link:hover,.jh-drawer__support-link:hover{background:#0000000a}.jh-drawer__account-link .ti,.jh-drawer__support-link .ti{font-size:18px;color:var(--jh-as-icon, var(--jh-as-text, #2a2a28))}.jh-drawer__account-support--pill{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0}.jh-drawer__account-support--pill.jh-drawer__account-support--single{grid-template-columns:1fr;padding:12px 16px}.jh-drawer__account-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;background:#1a1a18;color:#fff;border-radius:999px;text-decoration:none;font-size:14px;font-weight:500;line-height:1;transition:background-color .15s;justify-self:center}.jh-drawer__account-pill:hover{background:#2a2a28;color:#fff}.jh-drawer__account-support--pillboth{display:flex;align-items:stretch;gap:10px;padding:12px 16px}.jh-drawer__account-support--pillboth.jh-drawer__account-support--single{justify-content:center}.jh-drawer__as-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:500;line-height:1;flex:1;min-width:0;transition:background-color .15s,border-color .15s,color .15s;white-space:nowrap}.jh-drawer__as-pill .ti{font-size:16px;line-height:1;flex-shrink:0}.jh-drawer__as-pill .jh-as-icon{width:18px;height:18px;flex-shrink:0}.jh-drawer__as-pill span{overflow:hidden;text-overflow:ellipsis}.jh-drawer__as-pill--primary{background:var(--jh-pp-bg, #1a1a18);color:var(--jh-pp-text, #fff);border:1px solid var(--jh-pp-bg, #1a1a18)}.jh-drawer__as-pill--primary .ti,.jh-drawer__as-pill--primary .jh-as-icon{color:var(--jh-pp-text, #fff)}.jh-drawer__as-pill--primary:hover{background:var(--jh-pp-bg, #1a1a18);border-color:var(--jh-pp-bg, #1a1a18);color:var(--jh-pp-text, #fff);opacity:.9}.jh-drawer__as-pill--secondary{background:var(--jh-ps-bg, #ffffff);color:var(--jh-ps-text, #2a2a28);border:1px solid var(--jh-ps-border, #dcd6cc)}.jh-drawer__as-pill--secondary .ti,.jh-drawer__as-pill--secondary .jh-as-icon{color:var(--jh-ps-text, #2a2a28)}.jh-drawer__as-pill--secondary:hover{background:var(--jh-ps-bg, #ffffff);border-color:var(--jh-ps-text, #2a2a28);color:var(--jh-ps-text, #2a2a28);opacity:.85}.jh-drawer__account-support--stack{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.jh-drawer__account-support--stack .jh-drawer__as-pill,.jh-drawer__account-support--stack .jh-drawer__account-pill{width:100%;flex:1 1 auto}.jh-drawer__account-support--stack .jh-drawer__socials{flex:0 0 auto}.jh-drawer__socials{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-width:0}.jh-drawer__social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--jh-as-icon, var(--jh-as-text, #2a2a28));transition:opacity .15s,transform .15s}.jh-drawer__social svg,.jh-drawer__social img{width:22px;height:22px;display:block;shape-rendering:geometricPrecision}.jh-drawer__social:hover{opacity:.7}body.jh-drawer-open{overflow:hidden}body.jh-drawer-open .shopify-section-group-header-group:not([id*=jh_header]){z-index:0!important;position:relative!important;transform:none!important;isolation:auto!important}.jh-mobile-search-trigger{background:transparent;border:0;padding:0;cursor:pointer;color:inherit;width:40px;height:40px}.jh-search__field-wrap{padding:12px 16px 16px}.jh-search__field{position:relative;display:flex;align-items:center;background:var(--jh-color-highlight-bg, #f5f0e8);border-radius:10px;padding:0 12px 0 14px}.jh-search__field-icon{font-size:16px;color:#888880;flex-shrink:0}.jh-search__input{flex:1;background:transparent;border:0;outline:0;padding:12px 10px;font-size:15px;color:#2a2a28;width:100%;-webkit-appearance:none}.jh-search__input::placeholder{color:#888880}.jh-search__clear{background:transparent;border:0;padding:4px;cursor:pointer;color:#2a2a28;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.jh-search__panel[hidden]{display:none!important}.jh-search__tabs{display:flex;gap:20px;padding:4px 16px 8px;overflow-x:auto;scrollbar-width:none;flex-shrink:0;position:relative;box-shadow:inset 0 -.5px #e8e6e0}.jh-search__tabs::-webkit-scrollbar{display:none}.jh-search__tab{background:transparent;border:0;padding:8px 0 4px;font-size:14px;font-weight:var(--jh-search-tab-fw, 600);color:#888880;cursor:pointer;white-space:nowrap;position:relative;transition:color .2s}.jh-search__tab.is-active{color:#2a2a28}.jh-search__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:currentColor}.jh-search__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fdfcfa;position:relative}.jh-search__list{list-style:none;margin:0;padding:8px 0}.jh-search__list[hidden]{display:none}.jh-search__item-link{display:flex;align-items:center;gap:14px;padding:10px 16px;text-decoration:none;color:inherit;transition:background-color .15s}.jh-search__item-link:hover{background:#00000008}.jh-search__item-image{width:56px;height:56px;border-radius:6px;overflow:hidden;background:var(--jh-color-highlight-bg, #f5f0e8);flex-shrink:0}.jh-search__item-image img{width:100%;height:100%;object-fit:cover;display:block}.jh-search__item-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.jh-search__item-title{font-size:14px;font-weight:var(--jh-search-item-title-fw, 500);color:#2a2a28;line-height:1.3}.jh-search__item-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.jh-search__item-price-current{font-size:var(--jh-search-item-price-size, 12px);font-weight:var(--jh-search-item-price-fw, 400);color:#2a2a28}.jh-search__item-price-compare{font-size:calc(var(--jh-search-item-price-size, 12px) - 2px);font-weight:var(--jh-search-item-price-fw, 400);color:#888880;text-decoration:line-through}.jh-search__tab-empty{list-style:none;font-size:12px;color:#888880;padding:16px;text-align:center}.jh-search__footer{flex-shrink:0;padding:12px 16px 16px;background:#fdfcfa;border-top:.5px solid #e8e6e0}.jh-search__show-all{width:100%;background:#2a2a28;color:#fdfcfa;border:0;padding:14px 20px;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer}.jh-search__show-all:hover{background:#1a1a18}.jh-search--drawer{position:relative;display:flex;flex-direction:column}.jh-search--drawer .jh-search__panel{display:flex;flex-direction:column;background:#fdfcfa;flex:1;min-height:0;overflow:hidden}.jh-search--drawer .jh-search__panel[hidden]{display:none}.jh-drawer__body.has-active-search>*:not(.jh-search--drawer){display:none}.jh-drawer__body.has-active-search>.jh-search--drawer{flex:1;min-height:0}.jh-search--standalone{position:fixed;top:0;left:0;bottom:0;z-index:1010;background:#fdfcfa;width:min(440px,92%);transform:translate(-100%);transition:none;display:none;flex-direction:column}.jh-search--standalone.is-open{transform:translate(0);display:flex;transition:transform .3s cubic-bezier(.4,0,.2,1)}.jh-search--standalone .jh-search__panel{flex:1;display:flex;flex-direction:column}body.jh-search-open{overflow:hidden}.jh-drawer-banner{position:relative;display:block;width:auto;overflow:hidden;text-decoration:none;isolation:isolate;-webkit-tap-highlight-color:transparent;flex-shrink:0;margin-top:var(--jh-banner-mt, 0)!important;margin-right:var(--jh-banner-mx, 16px)!important;margin-bottom:var(--jh-banner-mb, 0)!important;margin-left:var(--jh-banner-mx, 16px)!important}.jh-drawer__body>.jh-drawer-banner{margin-top:var(--jh-banner-mt, 0)!important;margin-bottom:var(--jh-banner-mb, 0)!important}.jh-drawer-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.jh-drawer-banner--link:hover .jh-drawer-banner__img,.jh-drawer-banner--link:active .jh-drawer-banner__img{transform:scale(1.04)}.jh-drawer-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.jh-drawer-banner__heading{position:absolute;z-index:3;line-height:1.1;max-width:70%;pointer-events:none}.jh-banner-italic{font-style:italic}.jh-drawer-banner__heading--top-left{top:20px;left:20px;text-align:left}.jh-drawer-banner__heading--top-center{top:20px;left:50%;transform:translate(-50%);text-align:center}.jh-drawer-banner__heading--top-right{top:20px;right:20px;text-align:right}.jh-drawer-banner__heading--center{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:80%}.jh-drawer-banner__heading--bottom-left{bottom:60px;left:20px;text-align:left}.jh-drawer-banner__heading--bottom-center{bottom:60px;left:50%;transform:translate(-50%);text-align:center}.jh-drawer-banner__heading--bottom-right{bottom:60px;right:20px;text-align:right}.jh-drawer-banner__cta{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding-bottom:4px;pointer-events:none}.jh-drawer-banner__cta-arrow{display:inline-block;font-weight:500;font-size:16px;line-height:1}.jh-drawer-banner__cta-underline{position:absolute;left:0;bottom:0;height:1px;width:100%;transform-origin:left center;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.jh-drawer-banner--link:hover .jh-drawer-banner__cta-underline,.jh-drawer-banner--link:active .jh-drawer-banner__cta-underline{transform:scaleX(.85)}.jh-drawer-banner__cta--top-left{top:20px;left:20px}.jh-drawer-banner__cta--top-right{top:20px;right:20px}.jh-drawer-banner__cta--bottom-left{bottom:20px;left:20px}.jh-drawer-banner__cta--bottom-right{bottom:20px;right:20px}body:has(details[is=details-mega][open]) overlay-element,body:has(details[is=details-mega][open]) .overlay,body:has(details[is=details-mega][open]) .fixed-modal{opacity:0!important;visibility:hidden!important;pointer-events:none!important}details[is=details-mega] summary .btn-fill,details[is=details-mega] summary [data-fill],details[is=details-mega] summary .btn-duplicate{display:none!important}details[is=details-mega] summary .btn-text,details[is=details-mega] summary magnet-element,details[is=details-mega]:hover summary .btn-text,details[is=details-mega]:hover summary magnet-element,details[is=details-mega][open] summary .btn-text,details[is=details-mega][open] summary magnet-element{transform:none!important;opacity:1!important;visibility:visible!important}details[is=details-mega] summary,details[is=details-mega] summary .btn-text,details[is=details-mega] summary magnet-element,.jh-header .menu .menu__item>a,.jh-header .menu .menu__item>a .btn-text{font-weight:var(--jh-nav-top-weight, 500)!important}details[is=details-mega] summary magnet-element:before,details[is=details-mega] summary magnet-element:after,details[is=details-mega] summary .menu__item:before,details[is=details-mega] summary .menu__item:after,details[is=details-mega] summary .btn-text:before,details[is=details-mega] summary .btn-text:after{display:none!important;content:none!important;background:transparent!important}details[is=details-mega] summary magnet-element,details[is=details-mega] summary .menu__item,details[is=details-mega] summary .btn-text,details[is=details-mega] summary magnet-element:hover,details[is=details-mega] summary .menu__item:hover,details[is=details-mega] summary .btn-text:hover,details[is=details-mega][open] summary magnet-element,details[is=details-mega][open] summary .menu__item,details[is=details-mega][open] summary .btn-text{background:transparent!important;background-color:transparent!important;background-image:none!important;border-radius:0!important;color:inherit!important}details[is=details-mega]:hover summary,details[is=details-mega]:hover summary *,details[is=details-mega][open] summary,details[is=details-mega][open] summary *{color:inherit!important}details[is=details-mega] summary,details[is=details-mega] summary:hover,details[is=details-mega] summary:focus,details[is=details-mega][open] summary{background-color:transparent!important;background-image:linear-gradient(to top,currentColor 0,currentColor 0),linear-gradient(to top,transparent 0,transparent 0)!important;background-repeat:no-repeat!important;background-position:left bottom!important;background-size:0 1.5px,100% 1.5px!important;transition:background-size .18s ease!important;border-radius:0!important}details[is=details-mega][open] summary{background-size:100% 1.5px,100% 1.5px!important}[data-jh-hover-top=color] details[is=details-mega] summary,[data-jh-hover-top=color] details[is=details-mega] summary:hover,[data-jh-hover-top=color] details[is=details-mega] summary:focus,[data-jh-hover-top=color] details[is=details-mega][open] summary{background-image:none!important;background-size:0 0!important;transition:color .18s ease!important}[data-jh-hover-top=color] details[is=details-mega]:hover summary,[data-jh-hover-top=color] details[is=details-mega]:hover summary *,[data-jh-hover-top=color] details[is=details-mega][open] summary,[data-jh-hover-top=color] details[is=details-mega][open] summary *{color:var(--jh-hover-color, #7B4D32)!important}details[is=details-mega] .mega-menu__container,details[is=details-mega] .mega-menu__container.invisible,.mega-menu__container.invisible{display:block!important;visibility:visible!important;opacity:0!important;transform:translateY(-8px)!important;pointer-events:none!important;animation:none!important}details[is=details-mega][open] .mega-menu__container,details[is=details-mega][open] .mega-menu__container.invisible{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important}details[is=details-mega] .mega-menu *{transition-delay:0ms!important;animation-delay:0ms!important}details[is=details-mega] .mega-menu,details[is=details-mega] .mega-menu__container,details[is=details-mega] .page-width--full{border-bottom-left-radius:var(--jh-mega-radius-bottom, 0)!important;border-bottom-right-radius:var(--jh-mega-radius-bottom, 0)!important;border-top-left-radius:0!important;border-top-right-radius:0!important}details[is=details-mega] .mega-menu__container,details[is=details-mega] .page-width--full{background:var(--jh-mega-bg, #ffffff)!important;padding-top:0!important;padding-bottom:0!important;box-shadow:none!important;border:none!important;border-top:none!important;border-bottom:none!important;overflow:hidden!important}details[is=details-mega] .mega-menu{box-shadow:none!important;border:none!important}.jh-mega{width:100%;max-width:var(--page-width, 1440px)!important;margin-left:auto!important;margin-right:auto!important;padding:28px 0 32px!important;font-size:14px;line-height:1.4;color:#2a2a28;background:transparent;box-sizing:border-box}.jh-mega__cols{display:grid;gap:40px}.jh-mega__cols--1{grid-template-columns:minmax(220px,320px);justify-content:start}.jh-mega__cols--2{grid-template-columns:repeat(2,minmax(220px,1fr));max-width:640px}.jh-mega__cols--3{grid-template-columns:repeat(3,minmax(200px,1fr));max-width:880px}.jh-mega__cols--4{grid-template-columns:repeat(4,minmax(180px,1fr))}.jh-mega__cols--with-visual.jh-mega__cols--1{grid-template-columns:minmax(180px,260px) minmax(0,1fr)}.jh-mega__cols--with-visual.jh-mega__cols--2{grid-template-columns:repeat(2,minmax(180px,240px)) minmax(0,1fr)}.jh-mega__cols--with-visual.jh-mega__cols--3{grid-template-columns:repeat(3,minmax(160px,220px)) minmax(0,1fr)}.jh-mega__cols--with-visual.jh-mega__cols--4{grid-template-columns:repeat(4,minmax(140px,1fr)) minmax(220px,1.2fr)}.jh-mega__col-heading{margin:0 0 16px;color:#1c1b19;font-weight:var(--jh-mega-main-weight, 400);font-family:"Bricolage Grotesque",var(--font-heading-family),serif;font-size:20px;line-height:1.15;letter-spacing:-.005em}.jh-mega__col-heading em{font-style:italic;font-weight:inherit}.jh-mega__col-heading-prefix{margin-right:.25em;font-weight:var(--jh-mega-prefix-weight, 400)}.jh-mega__col-list{display:flex;flex-direction:column;gap:var(--jh-mega-link-gap, 10px);margin:0;padding:0;list-style:none}.jh-mega__col-link{color:#2a2a28;text-decoration:none;font-size:15px;font-weight:var(--jh-mega-link-weight, 500);transition:color .18s ease}.jh-mega__col-link:hover{color:#000;text-decoration:underline;text-underline-offset:4px}[data-jh-hover-links=color] .jh-mega__col-link{transition:color .18s ease!important}[data-jh-hover-links=color] .jh-mega__col-link:hover,[data-jh-hover-links=color] .jh-mega__col-link:focus{color:var(--jh-hover-color, #7B4D32)!important;text-decoration:none!important}.jh-mega__visual{display:grid;gap:16px}.jh-mega__visual--tiles{grid-auto-flow:column;grid-auto-columns:var(--jh-tile-width, minmax(0, 1fr));justify-content:var(--jh-tile-justify, start)}.jh-mega__tile{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:transparent;transition:transform .25s cubic-bezier(.2,.7,.2,1)}.jh-mega__tile:hover{transform:translateY(-2px)}.jh-mega__tile-media{aspect-ratio:var(--jh-tile-aspect, 4/3);overflow:hidden;background:var(--jh-tile-bg, #f5f0e8);border-radius:var(--jh-tile-radius, 12px)}.jh-mega__tile-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.jh-mega__tile:hover .jh-mega__tile-img{transform:scale(1.04)}.jh-mega__tile-text{padding:10px 4px 4px;display:flex;flex-direction:column;gap:2px}.jh-mega__tile-label{font-size:14px;font-weight:600;color:#2a2a28}.jh-mega__tile-sub{font-size:12px;color:#888880}.jh-header__promo-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 26px;border-radius:9999px;text-decoration:none;font-weight:600;line-height:1;white-space:nowrap;transition:filter .22s ease;-webkit-tap-highlight-color:transparent}.shopify-section .header .jh-header__promo-btn,.shopify-section .jh-header__right-zone .jh-header__promo-btn,.shopify-section .jh-header__promo-li .jh-header__promo-btn,.shopify-section .jh-drawer__promo .jh-header__promo-btn,a.jh-header__promo-btn,a.jh-header__promo-btn:link,a.jh-header__promo-btn:visited,a.jh-header__promo-btn:hover,a.jh-header__promo-btn:focus,a.jh-header__promo-btn:active{background:var(--jh-promo-bg, #7B4D32)!important;background-color:var(--jh-promo-bg, #7B4D32)!important;background-image:none!important;color:var(--jh-promo-color, #FBF7F6)!important}.jh-header__promo-btn .jh-header__promo-prefix,.jh-header__promo-btn .jh-header__promo-label,.jh-header__promo-btn em,.jh-header__promo-btn span{color:inherit!important;background:transparent!important;background-image:none!important}.jh-header__promo-btn:hover{filter:brightness(1.15)}.jh-header__promo-btn:before,.jh-header__promo-btn:after{display:none!important;content:none!important;background:transparent!important}.jh-header__promo-prefix{font-style:italic;font-weight:500;font-family:var(--font-heading-family, Georgia, "Times New Roman", serif);font-size:1.05em}.jh-header__promo-label{font-weight:600}.jh-header__promo-li{display:inline-flex!important;align-items:center!important;margin:0 0 0 12px!important;padding:0!important;list-style:none!important;visibility:visible!important;opacity:1!important;position:relative;z-index:5}.jh-header__right-zone{display:flex!important;align-items:center!important;gap:12px!important;justify-content:flex-end!important;flex-wrap:nowrap!important;overflow:visible!important}.jh-header__right-zone>*{flex-shrink:0!important}.jh-header__promo-right{display:none}@media(min-width:990px){.jh-header__promo-right{display:inline-flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:50!important}}.jh-header__promo-right .jh-header__promo-btn{position:relative!important;z-index:51!important;flex-shrink:0!important}.jh-header__promo-li .jh-header__promo-btn{display:inline-flex!important;visibility:visible!important;opacity:1!important}.list-menu>.jh-header__promo-li,.list-menu--inline>.jh-header__promo-li,nav>ul>.jh-header__promo-li{display:inline-flex!important;visibility:visible!important;opacity:1!important}@media(max-width:989px){.jh-header__promo-li{display:none!important}}.jh-drawer__promo{padding:14px 24px 4px;display:flex;justify-content:center}.jh-header__promo-btn--mobile{width:100%;max-width:none;justify-content:center;padding:1.3em 1.8em!important;line-height:1;border-radius:9999px}.jh-header__promo-btn--mobile .jh-header__promo-prefix{font-size:1.25em;margin-right:2px}
/*# sourceMappingURL=/cdn/shop/t/68/assets/jh-header.css.map */
