.jm-header{display:block;position:relative;color:#254344;background:#faf8f2;border-bottom:1px solid #e8e2d5;font-family:var(--font-body-family)}.jm-header *{box-sizing:border-box}.jm-header a{color:inherit;text-decoration:none}.jm-header button,.jm-header summary{font:inherit;color:inherit}.jm-header a:focus-visible,.jm-header button:focus-visible,.jm-header summary:focus-visible{outline:3px solid #1b7380;outline-offset:5px}.jm-header__bar{height:110px;width:calc(100% - 112px);max-width:1600px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 94px minmax(0,1fr);align-items:center;gap:28px}.jm-header__brand{grid-column:2;grid-row:1;justify-self:center;display:flex;width:94px;height:96px;align-items:center;justify-content:center}.jm-header__brand img{width:90px;height:90px;object-fit:contain;display:block}.jm-header__desktop{grid-column:1;grid-row:1;display:flex;align-items:center;gap:27px;font-size:14px;font-weight:500;white-space:nowrap}.jm-header__desktop>a{display:flex;min-height:44px;align-items:center}.jm-header__shop{position:relative}.jm-header__shop summary{display:flex;align-items:center;gap:8px;min-height:44px;list-style:none;cursor:pointer}.jm-header summary::-webkit-details-marker{display:none}.jm-header summary:after{content:none}.jm-header__shop summary svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.4}.jm-header__shop[open] summary svg{transform:rotate(180deg)}.jm-header__shop-panel{position:absolute;top:calc(100% + 20px);left:-24px;width:560px;display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:28px;background:#faf8f2;border:1px solid #ddd8cb;box-shadow:0 14px 32px #173d3920}.jm-header__shop-panel p{margin:0 0 12px;font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#597171}.jm-header__shop-panel a{display:flex;align-items:center;min-height:44px;font-size:14px;white-space:normal}.jm-header__shop-panel a:hover,.jm-header__mobile-panel a:hover,.jm-header__story:hover{text-decoration:underline;text-underline-offset:4px}.jm-header__utility{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-end;gap:14px}.jm-header__story{font-size:14px;font-weight:500;min-height:44px;display:flex;align-items:center;margin-right:7px;white-space:nowrap}.jm-header .jm-header__icon{height:44px;width:44px;flex:0 0 44px;padding:10px;border:0;border-radius:0;background:none;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;list-style:none}.jm-header__icon svg{display:block;flex:none;width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.jm-header .jm-header__cart{position:relative;width:auto;flex-basis:auto;gap:0;font-size:12px;white-space:nowrap}.jm-header__cart>svg{margin-right:8px}.template .jm-header #cart-icon .cart-item-count{position:static;display:inline;opacity:1;inset:auto;transform:none;min-width:0;width:auto;height:auto;padding:0;margin:0;background:transparent;color:inherit;font:inherit;border:0;border-radius:0;line-height:inherit}.jm-header__mobile{display:none}.jm-header__mobile-panel{position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 86px);overflow-y:auto;overscroll-behavior:contain;padding:12px 24px 24px;border-top:1px solid #dedfd8;border-bottom:1px solid #dedfd8;background:#faf8f2;box-shadow:0 14px 25px #173d3912}.jm-header__mobile-panel a{display:flex;align-items:center;min-height:48px;padding:12px 0;font-size:16px}.jm-header__help{border-top:1px solid #dedfd8;padding-top:10px;margin-top:10px;display:flex;flex-wrap:wrap;gap:0 24px}.jm-header__help a{font-size:13px}.jm-header__search-dialog{position:absolute;left:0;top:100%;width:100%;max-height:calc(100dvh - 110px);overflow-y:auto;background:#faf8f2;border-top:1px solid #dedfd8;box-shadow:0 14px 25px #173d3920;transition:none}.jm-header__search-content{max-width:1280px;margin:auto;padding:22px 24px 28px;position:relative}.jm-header__search-content .container{padding:0;max-width:none}.jm-header__search-content .search-form{display:block;margin-right:54px;border-color:#dedfd8}.jm-header__search-content .search-form__wrapper:after{display:none}.jm-header__search-content .search-form__input{height:76px;font-size:18px;padding-left:52px}.jm-header__search-content .search-form__submit{top:16px;bottom:auto;margin:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.jm-header__search-content .search-form__clear{top:38px}.jm-header__search-content .predictive-search{position:relative;max-height:calc(100dvh - 260px);overflow:auto}.jm-header__search-close{position:absolute;right:16px;top:39px;z-index:6}.jm-header__search:not(:has(details[open])) .jm-header__search-dialog{display:none}@media(max-width:1200px)and (min-width:1101px){.jm-header__bar{width:calc(100% - 64px);gap:18px}.jm-header__desktop{gap:21px;font-size:13px}}@media(max-width:1100px){.jm-header__bar{width:calc(100% - 32px);height:86px;grid-template-columns:88px minmax(0,1fr) 88px;gap:0}.jm-header__brand{width:76px;height:80px}.jm-header__brand img{width:76px;height:76px}.jm-header__mobile{display:block;grid-column:1;grid-row:1}.jm-header__desktop{display:none}.jm-header__utility{gap:0}.jm-header__story,.jm-header__cart-word{display:none}.jm-header .jm-header__cart{width:44px;flex-basis:44px}.jm-header__cart>svg{margin:0}.template .jm-header #cart-icon .cart-item-count{display:none}.template .jm-header #cart-icon .cart-item-count.is-active{display:block;position:absolute;top:1px;right:0;min-width:16px;height:16px;padding:0 3px;border-radius:20px;background:#174e51;color:#fff;font-size:10px;line-height:16px;text-align:center}.jm-header__search-dialog{max-height:calc(100dvh - 86px)}.jm-header__search-content{padding:12px 20px 20px}.jm-header__search-close{top:29px;right:10px}.jm-header__search-content .search-form__input{font-size:16px}}.jm-contact-routing .field__input{width:100%;min-height:4.8rem;font-size:1.6rem}.jm-contact-routing select{color:#243c38;background:#fff;padding-inline:1.2rem 3.2rem;border:1px solid #708c86;border-radius:.4rem}.jm-contact-routing select:focus-visible,.jm-contact-routing input:focus-visible{outline:2px solid #164f49;outline-offset:3px}.jm-contact-help,.jm-contact-help p{margin:.8rem 0 0;font-size:1.4rem;line-height:1.5;color:#3e5550}.jm-contact-routing [hidden]{display:none}#ContactForm{scroll-margin-top:12rem}:root{--jm-ink: #164f51;--jm-body: #3d504d;--jm-cream: #faf8f3;--jm-sage: #e8efea;--jm-focus: #966030}.jm-mobile-search{display:none}.template .header__nav__link{font-size:1.4rem}.template .header__nav__link:focus-visible,.template .menu-drawer__menu-item:focus-visible,.template .footer a:focus-visible,.template .footer summary:focus-visible{outline:3px solid var(--jm-focus);outline-offset:3px}.template--index .products-carousel__title,.template--index .links-with-image__title,.template--collection .collection-banner__title,.template--page .page-generic__title{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.025em;line-height:1.15}.template--index .products-carousel__title,.template--index .links-with-image__title{color:var(--jm-ink);font-size:clamp(2.8rem,3vw,4rem)}.template--collection .collection-banner__title,.template--page .page-generic__title{font-size:clamp(3.2rem,4vw,4.8rem)}.template .product-card>.product-card__media>.media[data-product-media]{padding-block-start:100%!important;padding-block-end:0!important;background:#fff}.template .product-card>.product-card__media>.media[data-product-media] img{object-fit:contain}.template .product-card__title{color:var(--jm-ink);font-size:1.6rem;line-height:1.4}.template .product-card__title a:focus-visible{outline:3px solid var(--jm-focus);outline-offset:3px}.template .product-card__link:focus-visible{outline:3px solid var(--jm-focus);outline-offset:3px}.template--index .products-carousel--spacing-desktop-compact{padding-block:4rem}.template--index .products-carousel__head{margin-bottom:2.4rem}.template--index .links-with-image--links .links-with-image__content{padding-block:0}.template--index .links-with-image__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.template--index .links-with-image__list__item+.links-with-image__list__item{margin-top:0}.template--index .links-with-image__link{display:flex;align-items:center;min-height:44px;padding:.8rem 3rem .8rem 0;color:var(--jm-ink);font-size:1.5rem;line-height:1.45}.template--index .links-with-image__link:focus-visible{outline:3px solid var(--jm-focus);outline-offset:3px}.template .footer__content__text{font-size:1.6rem;line-height:1.6}.template .footer__nav-item li a{display:inline-flex;align-items:center;min-height:44px;font-size:1.5rem;line-height:1.5}.template .footer__nav-item .footer__title{font-size:1.6rem}@media(max-width:989px),(hover:none),(pointer:coarse){.template .header__inner{grid-template-columns:88px minmax(0,1fr) 88px;grid-template-areas:"hamburger logo utils";grid-template-rows:auto}.template .header__logo{justify-self:center}.template .header header-drawer{display:block;width:44px;justify-self:start}.template .header .menu-drawer-container,.template .header .menu-drawer-icon{width:44px}.template .header .menu-drawer-icon{height:44px}.template .header .header__nav,.template .header .header__utils__item--search,.template .header .header__utils__item--account,.template .header .header__search-start{display:none}.template .header__utils{justify-self:end;min-width:0}.template .header__utils__list{display:flex;flex-flow:row nowrap;align-items:center;gap:0}.template .header__utils__item{flex:0 0 44px;margin:0}.template .jm-mobile-search{display:block}.template .header__utils__item>a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0}.template .header__utils__item>a>svg{display:block;flex:none}.template #cart-icon .cart-item-count{inset-block-start:2px;inset-inline-end:2px;min-width:1.5rem;width:auto;padding-inline:2px;transform:none}.jm-mobile-search svg{width:22px;height:22px}.jm-mobile-search a:focus-visible{outline:3px solid var(--jm-focus);outline-offset:2px}}@media(max-width:749px){.template--index .products-carousel--spacing-mobile-compact{padding-block:3.2rem}.template--index .products-carousel__head{margin-bottom:2rem}.template .product-card__title{font-size:1.5rem}.template .footer{padding-top:3.6rem}.template .footer__accordion,.template .footer__socials{padding-block:1.6rem}.template .footer__accordion li+li{margin-top:0}}@media(prefers-reduced-motion:reduce){.template .product-card__media .media img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map?subset=AAAAEAAAAAAAAAAAAAAAAAAICA */
