.exode-page-width{max-width:var(--exode-page-width, 1600px);margin-inline:auto;padding-inline:1.5rem}@media screen and (min-width:750px){.exode-page-width{padding-inline:5rem}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.exode-announcement-bar{background:var(--exode-announcement-bg, #181623);color:var(--exode-announcement-color, #ffffff);font-family:var(--exode-font-sans);font-size:.75rem;line-height:1.4;text-align:center}.exode-announcement-bar__inner{padding-block:.625rem}.exode-announcement-bar a{color:inherit;text-decoration:none}.exode-announcement-bar__slider{position:relative;min-height:1.4em}.exode-announcement-bar__slide{display:none}.exode-announcement-bar__slide.is-active{display:block}.exode-header-wrapper{position:sticky;top:0;z-index:100;background:#f9f7f2}.exode-header-wrapper--border-bottom{border-bottom:.1rem solid rgba(24,22,35,.08)}.exode-header{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"drawer logo icons";align-items:center;gap:1rem;min-height:5rem;color:#181623;font-family:var(--exode-font-sans);position:relative}.exode-header__logo-link{grid-area:logo;justify-self:center;line-height:0}.exode-header__logo{display:block;width:auto;height:2.8rem;max-width:12rem;object-fit:contain}.exode-header__nav{display:none}.exode-header__menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.25rem 1.5rem;margin:0;padding:0;list-style:none}.exode-header__menu-link{display:inline-flex;align-items:center;gap:.35rem;padding:.75rem 0;color:#181623;font-size:.9375rem;font-weight:400;line-height:1.2;text-decoration:none;cursor:pointer;list-style:none;white-space:nowrap}.exode-header__menu-link:hover{opacity:.75}.exode-header__dropdown{position:relative}.exode-header__dropdown>summary{list-style:none}.exode-header__dropdown>summary::-webkit-details-marker{display:none}.exode-header__submenu{position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%);min-width:16rem;margin:0;padding:.75rem 0;list-style:none;background:#fff;border:.1rem solid rgba(24,22,35,.08);border-radius:.25rem;box-shadow:0 .5rem 1.5rem #18162314}.exode-header__dropdown:not([open]) .exode-header__submenu{display:none}.exode-header__submenu-link{display:block;padding:.5rem 1.25rem;color:#181623;font-size:.875rem;text-decoration:none;white-space:nowrap}.exode-header__submenu-link:hover{background:#f9f7f2}.exode-header__icons{grid-area:icons;display:flex;align-items:center;gap:.75rem}.exode-header__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:#181623;text-decoration:none;cursor:pointer}button.exode-header__icon{border:none;background:transparent;padding:0;font:inherit}.exode-header__icon svg{display:block;width:1.8rem;height:1.8rem;fill:#181623}.exode-header__icon--search svg{fill:none;stroke:#181623;width:1.8rem;height:1.8rem}.exode-header__icon--cart svg{width:3rem;height:3rem}.exode-icon-caret{width:.75rem;height:auto}.exode-menu-drawer-container{grid-area:drawer}.exode-menu-drawer-container>summary{list-style:none}.exode-menu-drawer-container>summary::-webkit-details-marker{display:none}.exode-header__icon-close,.exode-menu-drawer-container[open] .exode-header__icon-open{display:none}.exode-menu-drawer-container[open] .exode-header__icon-close{display:block}.exode-menu-drawer{position:fixed;right:0;bottom:0;left:0;top:0;z-index:200;visibility:hidden;background:#18162366;opacity:0;transition:opacity .2s ease,visibility .2s ease}.exode-menu-drawer-container[open] .exode-menu-drawer{visibility:visible;opacity:1}.exode-menu-drawer__inner{width:min(100%,32rem);height:100%;overflow-y:auto;padding:2rem 1.5rem;background:#f9f7f2;transform:translate(-100%);transition:transform .25s ease}.exode-menu-drawer-container[open] .exode-menu-drawer__inner{transform:translate(0)}.exode-menu-drawer__menu{margin:0;padding:0;list-style:none}.exode-menu-drawer__menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;border:0;background:none;color:#181623;font-family:inherit;font-size:1rem;text-align:left;text-decoration:none;cursor:pointer}.exode-menu-drawer__submenu-details>summary{list-style:none}.exode-menu-drawer__submenu-details>summary::-webkit-details-marker{display:none}.exode-menu-drawer__submenu{padding-left:.5rem}.exode-menu-drawer__submenu-details[open]>summary{display:none}.exode-menu-drawer__back{display:flex;align-items:center;gap:.5rem;width:100%;margin-bottom:.5rem;padding:.75rem 0;border:0;background:none;color:#181623;font-family:inherit;font-size:1rem;cursor:pointer}.exode-menu-drawer__back svg,.exode-menu-drawer__back .exode-icon{width:.875rem;height:.625rem;max-width:.875rem;flex-shrink:0;transform:rotate(180deg)}.exode-menu-drawer__menu-item .exode-icon-caret{width:.75rem;height:auto;max-width:.75rem;flex-shrink:0}.exode-menu-drawer__section{margin-top:2rem;padding-top:2rem;border-top:.1rem solid rgba(24,22,35,.08)}.exode-menu-drawer__section-title{margin:0 0 1rem;color:#181623;font-family:var(--exode-font-serif);font-size:1rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase}.exode-menu-drawer__account{display:inline-flex;align-items:center;gap:.75rem;color:#181623;font-size:1rem;text-decoration:none}.exode-list-social{display:flex;gap:1rem;margin:0;padding:0;list-style:none}.exode-list-social__link{display:inline-flex;color:inherit}.exode-list-social__link svg{width:1.125rem;height:1.125rem}.exode-footer{background:var(--exode-footer-bg, #d3bfa0);color:var(--exode-footer-color, #fff);font-family:var(--exode-font-sans)}.exode-footer__content-top{padding-block:4rem 3rem}.exode-footer__blocks{display:grid;grid-template-columns:1fr;gap:2.5rem}.exode-footer__heading{margin:0 0 1.25rem;color:inherit;font-family:var(--exode-font-serif);font-size:1.25rem;font-weight:400;line-height:1.2}.exode-footer__text{margin:0;font-size:.9375rem;line-height:1.6}.exode-footer__text p{margin:0}.exode-footer__links{margin:0;padding:0;list-style:none}.exode-footer__links li+li{margin-top:.75rem}.exode-footer__link{color:inherit;font-size:.9375rem;text-decoration:none;opacity:.95}.exode-footer__link:hover{opacity:.75}.exode-footer__newsletter-row{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.exode-newsletter-form__field{position:relative;display:flex;align-items:center;max-width:28rem}.exode-newsletter-form__input{width:100%;height:3rem;padding:0 3rem 0 1.25rem;border:0;border-radius:999px;background:#fff;color:#181623;font-family:inherit;font-size:.9375rem}.exode-newsletter-form__input::placeholder{color:#18162373}.exode-newsletter-form__button{position:absolute;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;border-radius:50%;background:transparent;color:#181623;cursor:pointer}.exode-footer__social .exode-list-social__link svg{width:1.25rem;height:1.25rem;fill:currentColor}.exode-footer__content-bottom{padding-block:2rem 2.5rem;border-top:.1rem solid rgba(255,255,255,.2);overflow:visible}.exode-footer__content-bottom-wrapper{display:flex;flex-direction:column;gap:2rem;overflow:visible}.exode-footer__localization{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;overflow:visible}.exode-localization-form{overflow:visible}.exode-localization-form__label{display:block;margin:0 0 .5rem;font-size:.8125rem;font-weight:400;color:inherit}.exode-localization-form__select-wrap{position:relative;display:inline-block}.exode-localization-form__select{-webkit-appearance:none;appearance:none;min-width:14rem;max-width:100%;padding:.75rem 2.5rem .75rem 1.25rem;border:0;border-radius:999px;background:#fff;color:#181623;font-family:inherit;font-size:.875rem;line-height:1.4;cursor:pointer}.exode-localization-form__select:disabled{cursor:default;opacity:1}.exode-localization-form__caret{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);pointer-events:none;color:#181623;line-height:0}.exode-localization-form__caret svg{width:.625rem;height:auto;display:block}.exode-footer__info{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.exode-list-payment{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.exode-payment-icon{display:block;width:2.375rem;height:auto}.exode-footer__copyright{font-size:.75rem;opacity:.9}@media screen and (min-width:750px){.exode-small-hide{display:inline-flex!important}.exode-menu-drawer-container{display:none}.exode-header{display:flex;align-items:center;justify-content:flex-start;gap:0;min-height:5.5rem}.exode-header__logo-link{flex:0 0 auto;position:static;z-index:auto}.exode-header__logo{height:3.25rem;max-width:14rem}.exode-header__nav{display:block;position:static;flex:0 1 auto;margin-left:.625rem;transform:none;width:auto;max-width:none;pointer-events:auto}.exode-header__menu{flex-wrap:nowrap;justify-content:flex-start;gap:0 1.5rem}.exode-header__dropdown .exode-header__submenu{left:0;transform:none}.exode-header__icons{flex:0 0 auto;margin-left:auto;position:static;z-index:auto}.exode-footer__blocks{grid-template-columns:1.4fr 1fr 1fr;gap:3rem}.exode-footer__newsletter-row,.exode-footer__content-bottom-wrapper{flex-direction:row;align-items:flex-end;justify-content:space-between}.exode-footer__info{align-items:flex-end;text-align:right}}@media screen and (max-width:749px){.exode-small-hide{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/exode-header-footer.css.map */
