:root{--acx-brand: #0b1a38;--acx-ink: #0b1a38;--acx-navy: #0b1a38;--acx-navy-soft: #24344f;--acx-cream: #e9f1ee;--acx-sand: #dceae4;--acx-paper: #ffffff;--acx-line: #d8e4df;--acx-gold: #a9895f;--acx-ease-lux: cubic-bezier(.16, 1, .3, 1);--acx-header-h: 4rem}body{background:var(--acx-cream);color:var(--acx-ink);font-family:var(--font-body-family, "Inter", system-ui, -apple-system, sans-serif);font-size:15px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth;text-rendering:optimizeLegibility}::selection{background:var(--acx-brand);color:var(--acx-cream)}:where(.acx) :where(a){color:inherit;text-decoration:none}:where(.acx) :where(img){max-width:100%}.acx-h-section{font-family:var(--font-body-family, "Inter", system-ui, -apple-system, sans-serif);font-weight:400;text-transform:uppercase;letter-spacing:.3em;font-size:clamp(1.4rem,2vw,1.6rem);line-height:1.2;margin:0}.acx-kicker{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase}.acx-body{font-size:1rem;line-height:1.7;color:var(--acx-brand)}.acx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;padding:.95rem 2.1rem;border:1px solid currentColor;border-radius:0;background:transparent;cursor:pointer;transition:color .4s var(--acx-ease-lux),background .4s var(--acx-ease-lux)}.acx-btn--solid{background:var(--acx-brand);color:var(--acx-cream);border-color:var(--acx-brand)}.acx-btn--solid:hover{background:transparent;color:var(--acx-brand)}.acx-btn--ghost{color:var(--acx-brand)}.acx-btn--ghost:hover{background:var(--acx-brand);color:var(--acx-cream)}.acx-btn--on-dark{color:var(--acx-brand);border-color:var(--acx-brand)}.acx-btn--on-dark:hover{background:var(--acx-brand);color:var(--acx-cream)}.acx-section{padding:6rem 0;scroll-margin-top:var(--acx-header-h)}@media(min-width:768px){.acx-section{padding:8rem 0}}.acx-section--cream{background:var(--acx-cream)}.acx-section--paper{background:var(--acx-paper)}.acx-wrap{margin:0 auto;max-width:1500px;padding:0 1.25rem}@media(min-width:768px){.acx-wrap{padding:0 2.5rem}}.acx-wrap--narrow{max-width:48rem;text-align:center}.acx-wrap--mid{max-width:1300px}.acx-reveal{opacity:0;transform:translateY(26px);transition:opacity .9s var(--acx-ease-lux),transform .9s var(--acx-ease-lux)}.acx-reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.acx-reveal{opacity:1;transform:none;transition:none}}.acx-header{position:fixed;inset-inline:0;top:0;z-index:50;transition:background .5s var(--acx-ease-lux),color .5s var(--acx-ease-lux),border-color .5s var(--acx-ease-lux);border-bottom:1px solid transparent;background:transparent;color:var(--acx-brand);text-shadow:0 1px 10px rgba(233,241,238,.65)}.acx-header.is-solid{background:#e9f1eee6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--acx-line);color:var(--acx-brand);text-shadow:none}.acx-header__bar{margin:0 auto;max-width:1500px;height:var(--acx-header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}@media(min-width:768px){.acx-header__bar{padding:0 2.5rem}}.acx-header__logo{display:flex;align-items:center}.acx-header__logo-img{display:block;height:1.8rem;width:auto}@media(min-width:768px){.acx-header__logo-img{height:2.1rem}}.acx-header:not(.is-solid) .acx-header__logo-img{filter:drop-shadow(0 2px 10px rgba(233,241,238,.7))}.acx-nav{display:none;align-items:center;gap:2.25rem;align-self:stretch}@media(min-width:768px){.acx-nav{display:flex}}.acx-navlink{position:relative;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;background:none;border:0;padding:0;cursor:pointer;color:inherit;font-family:inherit}.acx-navlink:after{content:"";position:absolute;left:0;bottom:-5px;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .45s var(--acx-ease-lux)}.acx-navlink:hover:after{transform:scaleX(1);transform-origin:left}.acx-header__actions{display:flex;align-items:center;gap:1rem}@media(min-width:768px){.acx-header__actions{gap:1.25rem}}.acx-locale{display:flex;align-items:center;gap:.375rem;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}.acx-locale a{opacity:.5;transition:opacity .3s}.acx-locale a:hover,.acx-locale a[aria-current=true]{opacity:1;font-weight:500}.acx-locale span{opacity:.3}.acx-burger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;height:2rem;width:2rem;background:none;border:0;cursor:pointer;color:inherit}@media(min-width:768px){.acx-burger{display:none}}.acx-burger span{height:1px;width:1.5rem;background:currentColor;transition:transform .3s,opacity .3s}.acx-header:not(.is-solid) .acx-burger span{box-shadow:0 1px 6px #e9f1eeb3}.acx-header.is-open .acx-burger span:nth-child(1){transform:translateY(6px) rotate(45deg)}.acx-header.is-open .acx-burger span:nth-child(2){opacity:0}.acx-header.is-open .acx-burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.acx-mobile-menu{display:none;border-top:1px solid var(--acx-line);background:#e9f1eef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.acx-header.is-open .acx-mobile-menu{display:block}@media(min-width:768px){.acx-header.is-open .acx-mobile-menu{display:none}}.acx-mobile-menu a{display:block;padding:1rem 1.5rem;border-bottom:1px solid rgba(216,228,223,.6);font-size:.875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--acx-brand)}.acx-mobile-menu a:last-child{border-bottom:0}.acx-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:100svh;overflow:hidden;text-align:center}.acx-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.acx-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.acx-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0b1a3859,#0b1a381a 50%,#0b1a3859)}.acx-hero__inner{position:relative;z-index:10;padding:0 1.5rem;color:var(--acx-cream)}.acx-hero__title{color:var(--acx-brand);font-family:var(--font-body-family, "Inter", system-ui, -apple-system, sans-serif);font-weight:400;text-transform:uppercase;letter-spacing:.3em;font-size:clamp(1.4rem,2vw,1.6rem);line-height:1.2;margin:0;text-shadow:0 2px 24px rgba(233,241,238,.75)}.acx-hero__cta{margin-top:2.25rem}.acx-hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.acx-hero__scroll span{display:block;height:3rem;width:1px;background:#0b1a3899;animation:acx-pulse 2s ease-in-out infinite}@keyframes acx-pulse{0%,to{opacity:1}50%{opacity:.35}}.acx-brands{margin:0 auto;max-width:1500px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:2.5rem;padding:0 1.25rem}@media(min-width:640px){.acx-brands{column-gap:1.5rem;row-gap:3.5rem}}@media(min-width:768px){.acx-brands{padding:0 2.5rem}}@media(min-width:1024px){.acx-brands{grid-template-columns:repeat(3,minmax(0,1fr))}}.acx-brand__media{position:relative;width:100%;aspect-ratio:2 / 3;background:var(--acx-cream);overflow:hidden}.acx-brand__media img{width:100%;height:100%;object-fit:contain;transition:transform .7s var(--acx-ease-lux)}.acx-brand:hover .acx-brand__media img{transform:scale(1.04)}.acx-brand__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0b1a3800;transition:background .5s}.acx-brand:hover .acx-brand__media:after{background:#0b1a381a}.acx-brand__meta{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.acx-brand__name{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.22em;margin:0}.acx-brand__view{font-size:.65rem;text-transform:uppercase;letter-spacing:.25em;opacity:0;transition:opacity .5s;white-space:nowrap}.acx-brand:hover .acx-brand__view{opacity:1}.acx-impact{margin:0 auto;max-width:1300px;display:grid;gap:3.5rem;align-items:start;padding:0 1.25rem}@media(min-width:768px){.acx-impact{padding:0 2.5rem}}@media(min-width:1024px){.acx-impact{grid-template-columns:repeat(2,minmax(0,1fr))}}.acx-slideshow{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--acx-sand)}.acx-slideshow img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s var(--acx-ease-lux)}.acx-slideshow img.is-active{opacity:1}.acx-partners{margin:0 auto;max-width:56rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:4rem;row-gap:2.5rem;padding:0 1.5rem}.acx-partner{opacity:.7;transition:opacity .3s}.acx-partner:hover{opacity:1}.acx-partner img{height:2rem;width:auto}.acx-partner__word{font-size:.85rem;letter-spacing:.28em;text-transform:uppercase}.acx-contact{margin:0 auto;max-width:64rem;display:grid;gap:4rem;padding:0 1.5rem}@media(min-width:768px){.acx-contact{grid-template-columns:repeat(2,minmax(0,1fr))}}.acx-contact__meta{margin-top:2rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.18em}.acx-contact__links{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.acx-contact__links a{text-decoration:underline;text-underline-offset:4px}.acx-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.acx-field label{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em}.acx-field input,.acx-field textarea{border:0;border-bottom:1px solid var(--acx-line);background:transparent;padding:.6rem 0;font:inherit;color:inherit;border-radius:0}.acx-field input:focus,.acx-field textarea:focus{outline:none;border-bottom-color:var(--acx-brand)}.acx-footer{position:relative;overflow:hidden;background:var(--acx-sand);color:var(--acx-brand)}.acx-footer__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;pointer-events:none}.acx-footer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,#0b1a3859,#0b1a381a 50%,#0b1a3859)}.acx-footer__inner{text-shadow:0 1px 10px rgba(233,241,238,.7)}.acx-footer__inner{position:relative;margin:0 auto;max-width:1500px;padding:5rem 1.25rem}@media(min-width:768px){.acx-footer__inner{padding:5rem 2.5rem}}.acx-footer__cols{display:grid;gap:3rem}@media(min-width:768px){.acx-footer__cols{grid-template-columns:1.4fr 1fr 1fr 1fr}}.acx-footer__logo img{height:2rem;width:auto}.acx-footer__title{font-size:.72rem;text-transform:uppercase;letter-spacing:.28em;margin:0}.acx-footer__links{margin-top:1.25rem;display:flex;flex-direction:column;gap:.625rem;font-size:.875rem}.acx-footer__links a{color:#0b1a38cc;transition:color .3s;width:fit-content}.acx-footer__links a:hover{color:var(--acx-brand)}.acx-footer__rule{margin-top:4rem;height:1px;background:#0b1a382e}.acx-footer__base{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;color:#0b1a3899}@media(min-width:768px){.acx-footer__base{flex-direction:row;align-items:center;justify-content:space-between}}.acx-footer__base a{display:inline-flex;align-items:center;gap:.375rem;transition:color .3s}.acx-footer__base a:hover{color:var(--acx-brand)}.acx-nav__item{position:static;display:flex;align-items:center}.acx-nav__item--tem-menu{align-self:stretch}.acx-mega{position:absolute;top:100%;left:0;right:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .35s var(--acx-ease-lux),transform .35s var(--acx-ease-lux),visibility 0s linear .35s}.acx-nav__item--tem-menu:hover .acx-mega,.acx-nav__item--tem-menu:focus-within .acx-mega,.acx-nav__item--tem-menu.is-aberto .acx-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.acx-mega__painel{background:var(--acx-cream);border-top:1px solid var(--acx-line);box-shadow:0 24px 50px #0b1a381a}.acx-mega__grade{margin:0 auto;max-width:1500px;padding:2.25rem 2.5rem 2.5rem;columns:5;column-gap:2rem}@media(max-width:1100px){.acx-mega__grade{columns:4}}.acx-mega__item{display:block;padding:.45rem 0;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--acx-brand);text-shadow:none;opacity:.7;transition:opacity .25s;break-inside:avoid}.acx-mega__item:hover{opacity:1}.acx-mobile-menu__sub{padding-left:2.5rem!important;font-size:.78rem!important;opacity:.75}.card-product__media{background:var(--acx-sand)}.card-product__image{object-fit:contain;object-position:center}html{scrollbar-width:thin;scrollbar-color:var(--acx-navy-soft) var(--acx-sand)}html::-webkit-scrollbar,body::-webkit-scrollbar{display:block;width:10px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:var(--acx-sand)}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:var(--acx-navy-soft);border:3px solid var(--acx-sand);border-radius:0}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:var(--acx-navy)}.acx-navlink--icone{display:inline-flex;align-items:center;gap:.45rem}.acx-navlink--icone svg{width:17px;height:17px;flex:none}.acx-navlink__texto{display:none}@media(min-width:900px){.acx-navlink__texto{display:inline}}.acx-contador{font-size:.66rem;letter-spacing:.06em;min-width:1.05rem;text-align:center}.acx-contador:before{content:"("}.acx-contador:after{content:")"}.acx-navlink--icone:after{content:none}.acx-navlink--icone{transition:opacity .3s}.acx-navlink--icone:hover{opacity:.65}.collection.page-width{max-width:1500px}@media screen and (min-width:1001px){.product-grid{gap:16px}}@media screen and (min-width:1001px)and (max-width:1200px){.card-product__title{font-size:.78rem}}.acx-galeria{display:flex;flex-direction:column;gap:14px}.acx-galeria__palco{position:relative;width:100%;aspect-ratio:2 / 3;background:var(--acx-sand);overflow:hidden;cursor:zoom-in}.acx-galeria__foto{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;visibility:hidden;transition:opacity .45s var(--acx-ease-lux),visibility 0s linear .45s}.acx-galeria__foto.is-ativa{opacity:1;visibility:visible;transition-delay:0s}.acx-galeria__palco.is-ampliando .acx-galeria__foto.is-ativa{transform:scale(2.2);transition:transform .18s ease-out,opacity .45s var(--acx-ease-lux)}@media(prefers-reduced-motion:reduce){.acx-galeria__palco.is-ampliando .acx-galeria__foto.is-ativa{transform:none}}.acx-galeria__lupa{position:absolute;right:14px;bottom:14px;z-index:2;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--acx-cream);color:var(--acx-brand);border:1px solid var(--acx-line);border-radius:0;cursor:pointer;transition:background .3s,color .3s}.acx-galeria__lupa:hover{background:var(--acx-brand);color:var(--acx-cream)}.acx-galeria__miniaturas{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.acx-galeria__mini{padding:0;border:1px solid var(--acx-line);background:var(--acx-sand);aspect-ratio:2 / 3;overflow:hidden;cursor:pointer;transition:border-color .3s,opacity .3s}.acx-galeria__mini img{width:100%;height:100%;object-fit:contain;display:block}.acx-galeria__mini:hover{border-color:var(--acx-brand)}.acx-galeria__mini.is-oculta{display:none}.acx-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#0b1a38f0;opacity:0;visibility:hidden;transition:opacity .35s var(--acx-ease-lux),visibility 0s linear .35s}.acx-lightbox.is-aberto{opacity:1;visibility:visible;transition-delay:0s}.acx-lightbox img{max-width:94vw;max-height:92vh;object-fit:contain;cursor:zoom-in;transition:transform .25s var(--acx-ease-lux);will-change:transform}.acx-lightbox.is-ampliado img{cursor:zoom-out}.acx-lightbox__dica{position:absolute;bottom:22px;left:50%;transform:translate(-50%);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:#e9f1eea6;pointer-events:none;transition:opacity .3s}.acx-lightbox.is-ampliado .acx-lightbox__dica{opacity:0}.acx-lightbox__fechar{position:absolute;top:20px;right:20px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(233,241,238,.4);color:var(--acx-cream);cursor:pointer;transition:background .3s,color .3s}.acx-lightbox__fechar:hover{background:var(--acx-cream);color:var(--acx-navy)}body:not(.template-index) #MainContent{padding-top:var(--acx-header-h)}.acx-footer__estudio{display:inline-flex;align-items:center;gap:.375rem}.acx-footer__estudio-logo{height:18px;width:auto;display:block;filter:brightness(0);opacity:.6;transition:opacity .3s}.acx-footer__estudio:hover .acx-footer__estudio-logo{opacity:1}body:not(.template-index) .acx-header{background:#e9f1eee6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--acx-line);color:var(--acx-brand);text-shadow:none}body:not(.template-index) .acx-header .acx-header__logo-img{filter:none}body:not(.template-index) .acx-burger span{box-shadow:none}.acx-header:not(.is-solid) .acx-navlink:hover,.acx-header:not(.is-solid) .acx-locale a:hover{color:#fff;text-shadow:0 1px 10px rgba(11,26,56,.7)}.acx-header:not(.is-solid) .acx-navlink--icone:hover{color:#fff;opacity:1}.acx-footer__links a:hover,.acx-footer__base a:hover{color:#fff;text-shadow:0 1px 10px rgba(11,26,56,.7)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/acualux.css.map */
