.cea-store-ds-0-x-navbar__search-button{background:none;border:none;padding:0;margin:0;cursor:pointer;position:relative;overflow:hidden;transition:all .25s ease-in-out}.cea-store-ds-0-x-navbar__search-desktop{display:flex;align-items:center;justify-content:flex-end}.cea-store-ds-0-x-navbar__search-desktop .cea-store-ds-0-x-typewriter{display:none;text-align:left}.cea-store-ds-0-x-navbar__search-mobile{background:transparent;display:flex;align-items:center}.cea-store-ds-0-x-navbar__search-input{border:none;background:none;height:-webkit-max-content;height:-moz-max-content;height:max-content;outline:0;width:100%;display:none}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (min-width:1440px){.cea-store-ds-0-x-navbar__search-desktop{}.cea-store-ds-0-x-navbar__search-button{border-radius:92px;background:#f6f7fb;height:48px;padding:4px 13px;gap:8px;width:100%;max-width:587px;overflow:hidden}.cea-store-ds-0-x-navbar__search-input{display:block}}.cea-store-ds-0-x-typewriter{font-family:monospace;display:inline-block;white-space:nowrap;font-family:var(--FONT-FAMILY-INTER-MEDIUM)}.cea-store-ds-0-x-typewriter__text{font-weight:500;color:#201e1e;font-family:var(--FONT-FAMILY-INTER-MEDIUM)}.cea-store-ds-0-x-typewriter__preText{font-weight:400;color:rgba(32,30,30,.5);font-family:var(--FONT-FAMILY-INTER-MEDIUM)}.cea-store-ds-0-x-typewriter__cursor{display:inline-block;margin-left:2px;width:2px;-webkit-animation:cea-store-ds-0-x-blink .7s infinite;animation:cea-store-ds-0-x-blink .7s infinite}@-webkit-keyframes cea-store-ds-0-x-blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes cea-store-ds-0-x-blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@media (min-width:1440px){.cea-store-ds-0-x-navbar__search-desktop .cea-store-ds-0-x-typewriter{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;position:absolute;padding:0 40px 0 35px;width:100%}.cea-store-ds-0-x-navbar__search-desktop .cea-store-ds-0-x-typewriter__preText{width:0}}@media (min-width:1920px){.cea-store-ds-0-x-navbar__search-desktop .cea-store-ds-0-x-typewriter__preText{display:inline}}.cea-store-ds-0-x-mobile-menu-header{display:flex;justify-content:space-between;height:56px;width:100%;padding:0 16px}.cea-store-ds-0-x-mobile-menu-header>div{display:flex;align-items:self-start}.cea-store-ds-0-x-mobile-menu-header--goBack{cursor:pointer}.cea-store-ds-0-x-mobile-menu-header--close{margin-left:20px;cursor:pointer;border:none;padding:0;background:none}.cea-store-ds-0-x-mobile-menu-wrapper,.cea-store-ds-0-x-mobile-submenu__container{position:fixed;left:-500px;top:0;width:100%;height:100vh;height:100dvh;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:0;transform:translateX(-100%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;z-index:999999}.cea-store-ds-0-x-mobile-menu-wrapper.cea-store-ds-0-x-mobile-menu-wrapper--open,.cea-store-ds-0-x-mobile-menu__isOpen>.cea-store-ds-0-x-mobile-submenu__container{left:0;transform:translateX(0);opacity:1}.cea-store-ds-0-x-mobile-menu,.cea-store-ds-0-x-mobile-submenu__submenu{list-style:none;margin:0;padding:0 16px;font-family:inherit}.cea-store-ds-0-x-mobile-menu__button{border:none;background:none;cursor:pointer}.cea-store-ds-0-x-mobile-menu-title p{font-family:var(--FONT-FAMILY-INTER-BOLD);font-weight:400;font-size:18px;padding:0 16px;margin:0 0 16px}.cea-store-ds-0-x-mobile-menu__item{color:var(--COLOR-CEA-CHARCOAL);font-family:var(--FONT-FAMILY-INTER-MEDIUM);font-weight:400;font-size:14px;margin-bottom:16px}.cea-store-ds-0-x-mobile-menu__link{text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:space-between;height:24px}.cea-store-ds-0-x-mobile-menu__has-children{position:relative}.cea-store-ds-0-x-mobile-menu--highlight-red,.cea-store-ds-0-x-mobile-menu--highlight-vermelho{color:var(--COLOR-HIGHLIGHT-RED);display:flex;align-items:center;position:relative}.cea-store-ds-0-x-mobile-menu--highlight-red:after,.cea-store-ds-0-x-mobile-menu--highlight-vermelho:after{content:"";width:8px;height:8px;background-color:var(--COLOR-HIGHLIGHT-RED);border-radius:50%;margin-left:8px}.cea-store-ds-0-x-mobile-menu--highlight-azul,.cea-store-ds-0-x-mobile-menu--highlight-blue{display:flex;align-items:center;position:relative}.cea-store-ds-0-x-mobile-menu--highlight-azul:after,.cea-store-ds-0-x-mobile-menu--highlight-blue:after{content:"";width:8px;height:8px;background-color:var(--COLOR-HIGHLIGHT-BLUE);border-radius:50%;margin-left:8px}.cea-store-ds-0-x-open-menu-mobile{overflow:hidden}.cea-store-ds-0-x-mobile-submenu__container[data-state=closed]{left:-500px;transform:translateX(-100%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;z-index:9999}.cea-store-ds-0-x-mobile-submenu__container[data-state=open]{left:0;transform:translateX(0);opacity:1;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.cea-store-ds-0-x-mobile-submenu__scrollable-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;overscroll-behavior:contain;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.cea-store-ds-0-x-ssr-nav{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.cea-store-ds-0-x-ssr-nav__item,.cea-store-ds-0-x-ssr-nav__list{margin:0;padding:0;list-style:none}