.c-menu{--menuHeaderMobileHeight:7.2rem;position:relative;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}@media only screen and (max-width:1024px){.c-menu:not(.isOpen){display:none}.c-menu{z-index:calc(var(--zindex-fixed) + 2);position:fixed;top:0;bottom:0;left:0;right:0;max-width:40rem;background-color:#fff;overflow-y:auto}}@media only screen and (max-width:1024px){.c-menu:has(.categoryIsActive){overflow:initial}}.c-menu__headerMobile,.fixedHeader .c-menu:not(.isOpen){display:none}@media only screen and (max-width:1024px){.c-menu__headerMobile{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--neutral-300);padding:0 6.4rem 0 2.4rem;min-height:var(--menuHeaderMobileHeight)}}.c-menu__content{--menuContentHeight:5.7rem;display:flex;background-color:#fff}@media only screen and (min-width:1024.2px){.c-menu__content{min-height:var(--menuContentHeight);padding:0 2.8rem;align-items:center}}@media only screen and (max-width:1024px){.c-menu__content{flex-direction:column}}.c-menu__button{color:#000;padding:0 1rem;border-radius:.5rem;border:none;line-height:1.3;text-decoration:none;display:inline-flex;align-items:center;min-height:3.5rem}@media only screen and (max-width:1024px){.c-menu__button{display:none}}.c-menu__button:before{content:"";width:3.2rem;height:3.2rem;margin-right:1.2rem;color:#000}@media(hover:hover)and (pointer:fine){.c-menu__button:hover:not(:disabled){background-color:var(--neutral-100);text-decoration:none;color:#000}}.c-menu__button span{font-size:1.4rem;font-weight:600}.c-menu__buttonSticky{display:none;margin-right:3.2rem;padding:0;width:4rem;height:4rem;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.c-menu__buttonSticky{display:flex}}@media only screen and (max-width:768px){.c-menu__buttonSticky{margin-right:1.2rem}}.c-menu__buttonSticky:before{margin-right:0}.fixedHeader .c-menu__buttonSticky{display:flex}.c-header__content--pro .c-menu__buttonSticky:before{color:#fff}.c-menu__list{list-style:none;margin:0}@media only screen and (min-width:1024.2px){.c-menu__list{display:flex;align-items:center;gap:1rem;position:relative;list-style:none;margin-left:3.2rem}.c-menu__list:after{content:"";display:block;width:1px;height:2rem;border-right:1px solid #d7d7d7;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}}@media only screen and (max-width:1024px){.c-menu__list{margin-bottom:2.4rem;padding:1.6rem 0 2rem;position:relative}.c-menu__list:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;display:block;height:1px;width:calc(100% - 4.8rem);background-color:var(--neutral-300)}}.c-menu__link{text-decoration:none;color:#000;font-size:1.4rem;font-weight:400;padding:0 1rem;min-height:3.5rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:.5rem}@media only screen and (max-width:1024px){.c-menu__link{justify-content:flex-start;padding:1.2rem 2.4rem}}@media(hover:hover)and (pointer:fine){.c-menu__link:focus:not(:disabled),.c-menu__link:hover:not(:disabled){background-color:var(--neutral-100);text-decoration:none;color:#000}}.c-menu__link .c-button__content>span{font-size:1.4rem}.c-menu__link .c-button__content>span[style="font-weight: bold;"]{font-weight:600!important}.c-menu__link .c-button__content>span{font-weight:400}.c-menu__content--pro .c-button--accesPro{display:none}.c-header{background-color:#fff;position:relative;z-index:var(--zindex-fixed)}.fixedHeader .c-header{position:fixed;top:0;width:100%;z-index:var(--zindex-fixed);box-shadow:0 3px 5px -1px rgba(0,0,0,.16);animation:stickAnim .3s}@media only screen and (max-width:1024px){.menu-is-open .c-header,.search-is-open .c-header{z-index:calc(var(--zindex-fixed) + 2)}}.c-header__wrapper{background-color:#fff;position:relative;z-index:calc(var(--zindex-absolute) + 2)}@media only screen and (max-width:1024px){.menu-is-open .c-header__wrapper{z-index:unset}}@media only screen and (max-width:768px){.store-details-popup-is-open .c-header__wrapper{z-index:unset}}.search-is-open .c-header__wrapper{z-index:calc(var(--zindex-fixed) + 2)}.c-header__overlay{display:none;background-color:rgba(0,0,0,.75);position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--zindex-absolute) + 1)}.menu-is-open .c-header__overlay,.store-details-popup-is-open .c-header__overlay{display:block}@media only screen and (max-width:768px){.store-details-popup-is-open .c-header__overlay{z-index:calc(var(--zindex-absolute))}}body.fixedHeader{--headerContentHeight:9.6rem;--menuContentHeight:5.7rem;padding-top:calc(var(--headerContentHeight) + var(--menuContentHeight))!important}@media only screen and (max-width:768px){body.fixedHeader{--headerContentHeight:18.4rem;--menuContentHeight:0}}@keyframes stickAnim{0%{transform:translateY(-100%)}to{transform:translateY(0)}}