.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:.875rem;line-height:1.4;text-align:center}@media screen and (max-width:768px){.exode-announcement-bar{font-size:.75rem}}.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:4.25rem;color:#181623;font-family:var(--exode-font-sans);position:relative}.exode-header__logo-link{grid-area:logo;justify-self:start;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 span{position:relative}.exode-header__menu-link span:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .5s cubic-bezier(.33,1,.68,1);pointer-events:none}.exode-header__menu-link:hover span:after{transform:scaleX(1);transform-origin:left}.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.25rem;height:1.25rem;fill:#181623}.exode-header__icon--search{display:none}.exode-header__icon--search svg{fill:none;stroke:#181623;width:1.25rem;height:1.25rem}.exode-header__icon--cart svg{width:1.875rem;height:1.875rem}.exode-icon-caret{width:.75rem;height:auto}.exode-menu-drawer-container{grid-area:drawer;position:static}.exode-menu-drawer-container>summary{list-style:none;position:relative}.exode-menu-drawer-container>summary::-webkit-details-marker{display:none}.exode-menu-drawer-container>summary:before{content:"";position:absolute;top:100%;left:0;width:100vw;height:calc(100vh - var(--exode-header-bottom-position, var(--exode-header-offset, 4.25rem)));background:#18162380;opacity:0;visibility:hidden;pointer-events:none;z-index:2;transition:opacity .2s ease,visibility .2s ease}.exode-menu-drawer-container[open]>summary:before{opacity:1;visibility:visible;pointer-events:auto}.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:absolute;top:100%;left:0;z-index:3;width:calc(100vw - 4rem);max-width:40rem;height:calc(100vh - var(--exode-header-bottom-position, var(--exode-header-offset, 4.25rem)));padding:0;background:#f9f7f2;border-right:.1rem solid rgba(24,22,35,.08);box-shadow:.25rem 0 1.5rem #18162314;overflow:hidden;transform:translate(-100%);visibility:hidden;transition:transform .25s ease,visibility .25s ease}.exode-menu-drawer-container[open].menu-opening>.exode-menu-drawer,.exode-menu-drawer-container[open]>.exode-menu-drawer{transform:translate(0);visibility:visible}.exode-menu-drawer__inner-container{position:relative;height:100%}.exode-menu-drawer__navigation-container{display:grid;grid-template-rows:1fr auto;align-content:space-between;position:relative;height:100%;overflow-y:auto;padding:1.5rem 1.5rem 2rem}.exode-menu-drawer__menu{margin:0;padding:0;list-style:none}.exode-menu-drawer__menu>li{margin-bottom:.125rem}.exode-menu-drawer__menu-item{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 2.75rem .4375rem 0;border:0;background:none;color:#181623;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.8;text-align:left;text-decoration:none;cursor:pointer}.exode-menu-drawer__menu-item:hover,.exode-menu-drawer__menu-item:focus,.exode-menu-drawer__close-button:hover,.exode-menu-drawer__close-button:focus{background:#1816230a}.exode-menu-drawer__submenu-details>summary{list-style:none}.exode-menu-drawer__submenu-details>summary::-webkit-details-marker{display:none}.exode-menu-drawer__menu-item .exode-icon-arrow{position:absolute;right:.25rem;top:50%;width:.875rem;height:.625rem;transform:translateY(-50%)}.exode-menu-drawer__submenu{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#f9f7f2;border-left:.1rem solid rgba(24,22,35,.08);transform:translate(100%);visibility:hidden;transition:transform .25s ease,visibility .25s ease}.exode-menu-drawer__submenu-details[open]>.exode-menu-drawer__submenu{transform:translate(0);visibility:visible}.exode-menu-drawer__submenu-details[open]>summary{display:none}.exode-menu-drawer__inner-submenu{height:100%;overflow-y:auto;padding:0 1.5rem 2rem}.exode-menu-drawer__close-button{display:flex;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;margin-bottom:.5rem;padding:.75rem 0;border:0;background:none;color:#181623;font-family:inherit;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer}.exode-menu-drawer__close-button .exode-icon-arrow{width:.875rem;height:.625rem;transform:rotate(180deg);flex-shrink:0}.exode-menu-drawer__utility-links{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-list-social{display:flex;gap:0;margin:0 0 0 -1.25rem;padding:0;list-style:none}.exode-list-social__link{display:inline-flex;padding:.8125rem 1.25rem;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:700;line-height:1.2}.exode-footer__text{margin:0;font-size:.9375rem;line-height:1.6;color:inherit}.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{position:relative;display:inline-block;color:#ffffffbf;font-size:1rem;text-decoration:none}.exode-footer__link:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .5s cubic-bezier(.33,1,.68,1);pointer-events:none}.exode-footer__link:hover:after{transform:scaleX(1);transform-origin:left}.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:.625rem;color:inherit}@media screen and (min-width:990px){.exode-footer__copyright{font-size:.75rem}}@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:4.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-header__icon--search{display:inline-flex}.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/2/assets/exode-header-footer.css.map */
