/* V33 source: /assets/bundles/css-87fdf212b975.css */
/* bundled: /assets/shared/oo-v15-image-contain-mobile.css */

/* V15 — mostrar aparelhos inteiros no celular, evitando cortes */
@media(max-width:920px){
  /* Listas de produtos: Home, Loja e Anúncios */
  .product-list-item__image-wrapper,
  .ecommerce-product-image{
    background:#f7fafb!important;
  }
  .product-list-item__image-wrapper img,
  .product-list-item__image-wrapper .image__image,
  .ecommerce-product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f7fafb!important;
  }
  body.oo-page-home #ai-ID3fdQ .product-list-item__image-wrapper,
  body.oo-page-store .product-list-item__image-wrapper{
    aspect-ratio:1 / 1!important;
    min-height:120px!important;
    overflow:hidden!important;
  }

  /* Tutoriais e páginas internas de tutorial: mostrar o aparelho/foto inteira */
  body.oo-page-tutorials .image-wrapper--layout .image__image,
  body.oo-page-tutorials .image-wrapper .image__image{
    object-fit:contain!important;
    object-position:center center!important;
    background:#f7fafb!important;
  }
  body.oo-page-tutorials .image-wrapper--layout,
  body.oo-page-tutorials .image-wrapper{
    background:#f7fafb!important;
    overflow:hidden!important;
  }

  /* Páginas internas dos tutoriais não têm body class consistente; aplica no conteúdo tutorial */
  main.page .image-wrapper--layout .image__image,
  main.page .image-wrapper .image__image{
    object-position:center center!important;
  }
}

/* Páginas internas específicas de tutorial */
@media(max-width:920px){
  body:not(.oo-page-home):not(.oo-page-store):not(.oo-page-clients):not(.oo-page-about):not(.oo-page-testimonials)
  .image-wrapper--layout .image__image{
    object-fit:contain!important;
    background:#f7fafb!important;
  }
  body:not(.oo-page-home):not(.oo-page-store):not(.oo-page-clients):not(.oo-page-about):not(.oo-page-testimonials)
  .image-wrapper--layout{
    background:#f7fafb!important;
    overflow:hidden!important;
  }
}

/* bundled: /assets/shared/oo-v13-mobile-header-and-home.css */

/* V13 — ajustes finos de celular: cabeçalho e vitrine da home */
@media(max-width:820px){
  .oo-nav{
    width:calc(100% - 16px)!important; min-height:64px!important; gap:8px!important;
    display:grid!important; grid-template-columns:minmax(0,1fr) auto auto!important; align-items:center!important;
  }
  .oo-brand{min-width:0!important; gap:8px!important; flex:1 1 auto!important}
  .oo-brand img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}
  .oo-brand span{display:block!important;min-width:0!important;max-width:none!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;line-height:1.1!important}
  .oo-socials{margin-left:0!important;gap:4px!important;justify-self:end!important}
  .oo-social{width:28px!important;height:28px!important}.oo-social svg{width:26px!important;height:26px!important}
  .oo-mobile-menu{display:block!important;margin-left:0!important;justify-self:end!important}
  .oo-mobile-menu summary{width:40px!important;height:40px!important;border-radius:10px!important;font-size:21px!important}
  .oo-mobile-panel{right:0!important;top:46px!important;width:min(290px,calc(100vw - 16px))!important}

  body.oo-page-home #ai-CKrOmE{padding:24px 18px!important}
  body.oo-page-home #ai-ID3fdQ .product-list__header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  body.oo-page-home #ai-ID3fdQ .product-list__header-item,
  body.oo-page-home #ai-ID3fdQ .product-list__search,
  body.oo-page-home #ai-ID3fdQ .product-list__sort{width:100%!important;max-width:none!important}
  body.oo-page-home #ai-ID3fdQ .product-list__content{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}
  body.oo-page-home #ai-ID3fdQ .product-list__link{display:block!important;width:100%!important;min-width:0!important}
  body.oo-page-home #ai-ID3fdQ .product-list-item{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;border-radius:16px!important}
  body.oo-page-home #ai-ID3fdQ .product-list-item__details{padding:12px 12px 14px!important}
  body.oo-page-home #ai-ID3fdQ .product-list-item__title{font-size:15px!important;line-height:1.24!important;word-break:break-word!important}
  body.oo-page-home #ai-ID3fdQ .product-list-item__price{font-size:14px!important;line-height:1.2!important}
  body.oo-page-home #ai-ID3fdQ .block-product-list__content-container,
  body.oo-page-home #ai-ID3fdQ .product-list__wrapper{overflow:visible!important}
}
@media(max-width:420px){
  body.oo-page-home #ai-ID3fdQ .product-list__content{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.oo-page-home #ai-ID3fdQ .product-list-item__title{font-size:14px!important}
  body.oo-page-home #ai-ID3fdQ .product-list-item__price{font-size:13px!important}
}

/* bundled: /assets/shared/oo-v12-mobile-fixes-final.css */

/* V12 — correções finais de celular e home */
@media(max-width:820px){
  /* HOME: faz o fundo do bloco cobrir todo o texto */
  body.oo-page-home #ai-CKrOmE{
    display:block!important; width:100%!important; max-width:100%!important; box-sizing:border-box!important;
    height:auto!important; min-height:0!important; overflow:visible!important;
    padding:24px 22px!important; background:#dbe9ec!important; border-radius:0!important;
  }
  body.oo-page-home #ai-CKrOmE h2{margin:0 0 20px!important}
  body.oo-page-home #ai-CKrOmE h2 a{width:100%!important}
  body.oo-page-home #ai-CKrOmE p{margin:0!important}
  body.oo-page-home #ai-CKrOmE{--v1df5386b:auto!important; --v970c3d1a:auto!important}
  body.oo-page-home #ai-CKrOmE.layout-element__component{height:auto!important}
  body.oo-page-home #ai-CKrOmE p.body{display:block!important}
  body.oo-page-home #ai-CKrOmE{align-self:stretch!important}

  /* CLIENTES e TUTORIAIS: força exibição das imagens */
  body.oo-page-clients .transition--root-hidden,
  body.oo-page-tutorials .transition--root-hidden{
    opacity:1!important; visibility:visible!important; transform:none!important;
  }
  body.oo-page-clients .image-wrapper,
  body.oo-page-tutorials .image-wrapper{
    display:block!important; opacity:1!important; visibility:visible!important;
    width:100%!important; height:auto!important; min-height:0!important;
  }
  body.oo-page-clients .image,
  body.oo-page-tutorials .image{
    display:block!important; opacity:1!important; visibility:visible!important;
    width:100%!important; height:auto!important; min-height:0!important;
  }
  body.oo-page-clients .image__image,
  body.oo-page-tutorials .image__image{
    display:block!important; opacity:1!important; visibility:visible!important;
    width:100%!important; height:auto!important; max-width:100%!important; object-fit:cover!important;
  }
  body.oo-page-clients .layout-element:has(.image-wrapper),
  body.oo-page-tutorials .layout-element:has(.image-wrapper){display:block!important}
}

/* bundled: /assets/shared/oo-v11-mobile-fixes.css */

/* V11 — correções específicas para celular: clientes, tutoriais, loja e anúncios */
@media(max-width:820px){
  /* CLIENTES: garante que todas as imagens apareçam e fiquem organizadas */
  body.oo-page-clients #z93pGd .block-layout,
  body.oo-page-clients #z9-vTM .block-layout,
  body.oo-page-clients #zxskrC .block-layout,
  body.oo-page-clients #zeEcrH .block-layout{
    display:flex!important;flex-direction:column!important;gap:16px!important;
    width:calc(100% - 28px)!important;margin:0 auto!important;padding:0!important;
    min-height:0!important;height:auto!important;grid-template:none!important;
  }
  body.oo-page-clients #z93pGd .block-layout>.layout-element,
  body.oo-page-clients #z9-vTM .block-layout>.layout-element,
  body.oo-page-clients #zxskrC .block-layout>.layout-element,
  body.oo-page-clients #zeEcrH .block-layout>.layout-element{
    position:relative!important;inset:auto!important;width:100%!important;height:auto!important;
    min-height:0!important;grid-column:auto!important;grid-row:auto!important;margin:0!important;
    display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;
  }
  body.oo-page-clients #z93pGd .text-box,
  body.oo-page-clients #z9-vTM .text-box,
  body.oo-page-clients #zxskrC .text-box,
  body.oo-page-clients #zeEcrH .text-box{
    padding:24px 22px!important;border-radius:20px!important;background:#fff!important;
    border:1px solid var(--oo-line)!important;box-shadow:0 10px 24px rgba(18,59,68,.07)!important;
  }
  body.oo-page-clients #z93pGd .image-wrapper,
  body.oo-page-clients #z9-vTM .image-wrapper,
  body.oo-page-clients #zxskrC .image-wrapper,
  body.oo-page-clients #zeEcrH .image-wrapper{
    display:block!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;
    border:1px solid var(--oo-line)!important;box-shadow:0 10px 24px rgba(18,59,68,.07)!important;
  }
  body.oo-page-clients #z93pGd img,
  body.oo-page-clients #z9-vTM img,
  body.oo-page-clients #zxskrC img,
  body.oo-page-clients #zeEcrH img{
    display:block!important;width:100%!important;height:auto!important;object-fit:cover!important;
  }
  /* Ordem correta no celular */
  body.oo-page-clients #z93pGd .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-page-clients #z93pGd .block-layout>.layout-element:nth-child(3){order:2!important}
  body.oo-page-clients #z93pGd .block-layout>.layout-element:nth-child(2){order:3!important}
  body.oo-page-clients #z93pGd .block-layout>.layout-element:nth-child(4){order:4!important}
  body.oo-page-clients #z93pGd .block-layout>.layout-element:nth-child(6){order:5!important}
  body.oo-page-clients #z93pGd .block-layout>.layout-element:nth-child(5){order:6!important}

  body.oo-page-clients #z9-vTM .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-page-clients #z9-vTM .block-layout>.layout-element:nth-child(2){order:2!important}
  body.oo-page-clients #z9-vTM .block-layout>.layout-element:nth-child(4){order:3!important}
  body.oo-page-clients #z9-vTM .block-layout>.layout-element:nth-child(3){order:4!important}
  body.oo-page-clients #z9-vTM .block-layout>.layout-element:nth-child(6){order:5!important}
  body.oo-page-clients #z9-vTM .block-layout>.layout-element:nth-child(5){order:6!important}

  body.oo-page-clients #zxskrC .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-page-clients #zxskrC .block-layout>.layout-element:nth-child(3){order:2!important}
  body.oo-page-clients #zxskrC .block-layout>.layout-element:nth-child(2){order:3!important}
  body.oo-page-clients #zxskrC .block-layout>.layout-element:nth-child(4){order:4!important}
  body.oo-page-clients #zxskrC .block-layout>.layout-element:nth-child(6){order:5!important}
  body.oo-page-clients #zxskrC .block-layout>.layout-element:nth-child(5){order:6!important}

  body.oo-page-clients #zeEcrH .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-page-clients #zeEcrH .block-layout>.layout-element:nth-child(3){order:2!important}
  body.oo-page-clients #zeEcrH .block-layout>.layout-element:nth-child(2){order:3!important}
  body.oo-page-clients #zeEcrH .block-layout>.layout-element:nth-child(4){order:4!important}

  /* TUTORIAIS: imagens e botões entram na ordem certa e com largura total */
  body.oo-page-tutorials #zjaOA6 .block-layout,
  body.oo-page-tutorials #zXNllW .block-layout{
    display:flex!important;flex-direction:column!important;gap:16px!important;
    width:calc(100% - 28px)!important;margin:0 auto!important;padding:0!important;
    min-height:0!important;height:auto!important;grid-template:none!important;
  }
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element,
  body.oo-page-tutorials #zXNllW .block-layout>.layout-element{
    position:relative!important;inset:auto!important;width:100%!important;height:auto!important;
    min-height:0!important;grid-column:auto!important;grid-row:auto!important;margin:0!important;
    display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;
  }
  body.oo-page-tutorials #zjaOA6 .text-box,
  body.oo-page-tutorials #zXNllW .text-box{
    padding:24px 22px!important;border-radius:20px!important;background:#fff!important;
    border:1px solid var(--oo-line)!important;box-shadow:0 10px 24px rgba(18,59,68,.07)!important;
  }
  body.oo-page-tutorials #zjaOA6 .image-wrapper,
  body.oo-page-tutorials #zXNllW .image-wrapper{
    display:block!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;
    border:1px solid var(--oo-line)!important;box-shadow:0 10px 24px rgba(18,59,68,.07)!important;
  }
  body.oo-page-tutorials #zjaOA6 img,
  body.oo-page-tutorials #zXNllW img{display:block!important;width:100%!important;height:auto!important;object-fit:cover!important}
  body.oo-page-tutorials #zjaOA6 .grid-button,
  body.oo-page-tutorials #zXNllW .grid-button{width:100%!important;justify-content:center!important}

  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(3){order:2!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(7){order:3!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(2){order:4!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(4){order:5!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(8){order:6!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(6){order:7!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(5){order:8!important}
  body.oo-page-tutorials #zjaOA6 .block-layout>.layout-element:nth-child(9){order:9!important}

  body.oo-page-tutorials #zXNllW .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-page-tutorials #zXNllW .block-layout>.layout-element:nth-child(3){order:2!important}
  body.oo-page-tutorials #zXNllW .block-layout>.layout-element:nth-child(5){order:3!important}
  body.oo-page-tutorials #zXNllW .block-layout>.layout-element:nth-child(2){order:4!important}
  body.oo-page-tutorials #zXNllW .block-layout>.layout-element:nth-child(4){order:5!important}
  body.oo-page-tutorials #zXNllW .block-layout>.layout-element:nth-child(6){order:6!important}

  /* LOJA e ANÚNCIOS: evita cards espremidos no celular */
  body.oo-page-store .product-list__header,
  #ai-r5Ji5W .product-list__header{display:flex!important;flex-direction:column!important;gap:12px!important;align-items:stretch!important}
  body.oo-page-store .product-list__header-item,
  #ai-r5Ji5W .product-list__header-item{width:100%!important}
  body.oo-page-store .product-list__search,
  body.oo-page-store .product-list__sort,
  #ai-r5Ji5W .product-list__search,
  #ai-r5Ji5W .product-list__sort{width:100%!important;max-width:none!important}
  body.oo-page-store .product-list__content,
  #ai-r5Ji5W .product-list__content{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  body.oo-page-store .product-list__link,
  #ai-r5Ji5W .product-list__link{display:block!important;width:100%!important}
  body.oo-page-store .product-list-item,
  #ai-r5Ji5W .product-list-item{width:100%!important;max-width:none!important;margin:0!important}
  body.oo-page-store .product-list-item__details,
  #ai-r5Ji5W .product-list-item__details{padding:16px 18px 18px!important}
  body.oo-page-store .block-product-list__content-container,
  #ai-r5Ji5W .block-product-list__content-container{overflow:visible!important}
}

/* bundled: /assets/shared/oo-v10-final-polish.css */

/* Oficina de Óptica V10 — revisão final conservadora. Somente apresentação. */
.oo-site-header{box-shadow:0 5px 20px rgba(18,59,68,.065)!important}
.oo-links a{position:relative;padding:8px 0!important}
.oo-links a.oo-current{color:var(--oo-teal)!important}
.oo-links a.oo-current::after{content:"";position:absolute;left:15%;right:15%;bottom:1px;height:2px;border-radius:999px;background:var(--oo-orange)}
.oo-mobile-panel a.oo-current{background:var(--oo-soft)!important;color:var(--oo-navy)!important}
.oo-social{box-shadow:0 3px 10px rgba(18,59,68,.10)!important}

/* Acabamento geral sem mudar estrutura/conteúdo */
main.page h1{color:var(--oo-navy)}
main.page h2,main.page h3{color:var(--oo-navy)}
main.page strong{font-weight:700}
.grid-button--primary,.product-list-item__button--primary,.form__button{background:linear-gradient(100deg,var(--oo-blue),var(--oo-teal))!important;border-color:transparent!important}
.product-list-item__price,.product-list-item__price-wrapper{color:var(--oo-blue)!important;font-weight:800!important}
.block--footer .block-background{filter:saturate(.82) brightness(.77)!important}

/* HOME — pequenos ajustes de equilíbrio */
body.oo-page-home #ai-CKrOmE .text-box{max-width:100%!important}
body.oo-page-home #ai-CKrOmE p{color:#29434b!important}

/* CLIENTES — cartões mais leves, sem alterar a grade já aprovada */
body.oo-page-clients #zl2bTU{background:linear-gradient(180deg,#eef7f5 0%,#fff 100%)!important}
body.oo-page-clients #zl2bTU h1,body.oo-page-clients #zl2bTU h2{color:var(--oo-navy)!important}
body.oo-page-clients #z93pGd .block-layout>.layout-element:has(.text-box),
body.oo-page-clients #z9-vTM .block-layout>.layout-element:has(.text-box),
body.oo-page-clients #zxskrC .block-layout>.layout-element:has(.text-box),
body.oo-page-clients #zeEcrH .block-layout>.layout-element:has(.text-box){box-shadow:0 8px 22px rgba(18,59,68,.055)!important}
body.oo-page-clients #z93pGd .block-layout>.layout-element:has(.image),
body.oo-page-clients #z9-vTM .block-layout>.layout-element:has(.image),
body.oo-page-clients #zxskrC .block-layout>.layout-element:has(.image),
body.oo-page-clients #zeEcrH .block-layout>.layout-element:has(.image){background:#fbfdfd!important}

/* BLOG — os dois artigos ficam visualmente separados e fáceis de ler */
body.oo-page-blog #z0X3NR{background:linear-gradient(180deg,#edf7f5,#fff)!important}
body.oo-page-blog #z0X3NR h1,body.oo-page-blog #z0X3NR h2{color:var(--oo-navy)!important}
body.oo-page-blog .block-blog-list__list{gap:28px!important}
body.oo-page-blog .block-blog-list-item{background:#fff!important;border:1px solid var(--oo-line)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 9px 27px rgba(18,59,68,.07)!important;transition:transform .2s ease,box-shadow .2s ease!important}
body.oo-page-blog .block-blog-list-item:hover{transform:translateY(-3px)!important;box-shadow:0 15px 34px rgba(18,59,68,.10)!important}
body.oo-page-blog .block-blog-list-item__cover-image-container,body.oo-page-blog .block-blog-list-item__cover-image-wrapper{border-radius:0!important;overflow:hidden!important}
body.oo-page-blog .block-blog-list-item__content{padding:22px 24px 25px!important}
body.oo-page-blog .block-blog-list-item__title{color:var(--oo-navy)!important;line-height:1.25!important}
body.oo-page-blog .block-blog-list-item__description{color:var(--oo-muted)!important;line-height:1.6!important}
body.oo-page-blog .blog-list-item-meta{color:#708389!important}

/* LOJA — melhora hierarquia sem alterar produtos, preços ou links */
body.oo-page-store #z2m2fh{background:linear-gradient(180deg,#eef7f5,#fff)!important}
body.oo-page-store #z2m2fh h1,body.oo-page-store #z2m2fh h2{color:var(--oo-navy)!important}
body.oo-page-store .product-list-item{box-shadow:0 7px 23px rgba(18,59,68,.06)!important}
body.oo-page-store .product-list-item:hover{box-shadow:0 15px 34px rgba(18,59,68,.11)!important}
body.oo-page-store .ecommerce-product-ribbon{border-radius:999px!important}

/* TUTORIAIS — identidade mais consistente e imagens mais limpas */
body.oo-page-tutorials #zWvuaV{background:linear-gradient(180deg,#eef7f5,#fff)!important}
body.oo-page-tutorials #zWvuaV h1,body.oo-page-tutorials #zWvuaV h2{color:var(--oo-navy)!important}
body.oo-page-tutorials #zjaOA6,body.oo-page-tutorials #zXNllW{background:#f8fbfa!important}
body.oo-page-tutorials #zjaOA6 .image-wrapper,body.oo-page-tutorials #zXNllW .image-wrapper{border-radius:18px!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(18,59,68,.07)!important;background:#fff!important}
body.oo-page-tutorials #zjaOA6 h3,body.oo-page-tutorials #zXNllW h3{color:var(--oo-navy)!important}

/* SERVIÇOS/SOBRE — só uniformiza títulos e sombras da versão aprovada */
body.oo-v6-services #zJZpA2 .text-box,body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(3) .text-box,body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(5) .text-box{box-shadow:0 10px 28px rgba(18,59,68,.065)!important}

/* TESTEMUNHOS */
body.oo-page-testimonials .oo-test-hero{background:linear-gradient(115deg,var(--oo-navy),var(--oo-navy-2))!important}
body.oo-page-testimonials .oo-test-kicker{color:#f1a268!important}
body.oo-page-testimonials .oo-test-card{box-shadow:0 11px 30px rgba(18,59,68,.075)!important;transition:transform .2s ease,box-shadow .2s ease!important}
body.oo-page-testimonials .oo-test-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(18,59,68,.105)!important}

@media(max-width:820px){
 .oo-links a.oo-current::after{display:none}
 body.oo-page-blog .block-blog-list__list{gap:20px!important}
 body.oo-page-blog .block-blog-list-item__content{padding:20px!important}
}
@media(prefers-reduced-motion:reduce){body.oo-page-blog .block-blog-list-item,body.oo-page-testimonials .oo-test-card{transition:none!important}}

/* bundled: /assets/shared/oo-v6-style.css */

/* Oficina V6 — refinamento visual 2026 */
:root{
  --oo-navy:#123b44;
  --oo-navy-2:#1c5961;
  --oo-blue:#2f7784;
  --oo-teal:#3d8c89;
  --oo-orange:#e6873a;
  --oo-ink:#183039;
  --oo-muted:#60757a;
  --oo-line:#d7e5e3;
  --oo-bg:#f4f8f7;
  --oo-soft:#eaf4f2;
  --oo-shadow:0 14px 38px rgba(18,59,68,.11);
}
.oo-topline{background:linear-gradient(90deg,#123b44,#1c5961)!important}
.oo-site-header{border-bottom-color:rgba(18,59,68,.12)!important}
.oo-links a:hover{color:var(--oo-teal)!important}
.oo-mobile-panel a:hover{background:var(--oo-soft)!important}
.grid-button--primary,.form__button{background-color:var(--oo-blue)!important;border-color:var(--oo-blue)!important;color:#fff!important}
.grid-button--primary:hover,.form__button:hover{filter:brightness(.95)!important}
.product-list-item{border-color:var(--oo-line)!important;box-shadow:0 6px 22px rgba(18,59,68,.06)!important}
.product-list-item__title{color:var(--oo-navy)!important}

/* Home: destaque inteiro para Manutencao Especializada */
#ai-CKrOmE h2{margin-bottom:24px!important;text-decoration:none!important}
#ai-CKrOmE h2 strong,#ai-CKrOmE h2 u{display:inline!important;text-decoration:none!important}
#ai-CKrOmE h2 a{
  display:inline-block!important;
  box-sizing:border-box!important;
  max-width:100%!important;
  padding:9px 18px 10px!important;
  border-radius:999px!important;
  background:linear-gradient(100deg,var(--oo-blue),var(--oo-teal))!important;
  color:#fff!important;
  text-decoration:none!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(47,119,132,.18)!important;
}

/* SERVICOS — reorganiza a grade antiga sem alterar o conteudo */
body.oo-v6-services #zJZpA2{padding:68px 0 46px!important;background:linear-gradient(180deg,var(--oo-soft),#fff)!important}
body.oo-v6-services #zJZpA2 .block-background{opacity:.10!important}
body.oo-v6-services #zJZpA2 .block-layout{
  display:block!important;width:min(1040px,calc(100% - 40px))!important;margin:0 auto!important;
  min-height:0!important;height:auto!important;padding:0!important;grid-template:none!important
}
body.oo-v6-services #zJZpA2 .layout-element{
  position:relative!important;inset:auto!important;width:auto!important;height:auto!important;min-height:0!important;
  grid-row:auto!important;grid-column:auto!important;margin:0!important
}
body.oo-v6-services #zJZpA2 .text-box{
  padding:42px 50px!important;background:rgba(255,255,255,.96)!important;border:1px solid var(--oo-line)!important;
  border-radius:26px!important;box-shadow:var(--oo-shadow)!important;text-align:left!important
}
body.oo-v6-services #zJZpA2 h1{text-align:center!important;color:var(--oo-navy)!important;margin-bottom:20px!important}
body.oo-v6-services #zJZpA2 h2,body.oo-v6-services #zJZpA2 h3{color:var(--oo-blue)!important;margin-top:24px!important}
body.oo-v6-services #zJZpA2 p{color:var(--oo-ink)!important}

body.oo-v6-services #z4ManN{padding:58px 0 78px!important;background:#f8fbfa!important;min-height:0!important}
body.oo-v6-services #z4ManN .block-background{opacity:.06!important}
body.oo-v6-services #z4ManN .block-layout{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;
  gap:24px 26px!important;width:min(1120px,calc(100% - 40px))!important;margin:0 auto!important;
  min-height:0!important;height:auto!important;padding:0!important
}
body.oo-v6-services #z4ManN .block-layout>.layout-element{
  position:relative!important;inset:auto!important;width:auto!important;height:auto!important;min-height:0!important;
  grid-row:auto!important;grid-column:auto!important;margin:0!important
}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(1),
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(2){
  background:#fff!important;border:1px solid var(--oo-line)!important;border-radius:24px!important;
  padding:32px 34px!important;box-shadow:0 10px 28px rgba(18,59,68,.07)!important
}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(1){grid-column:1!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(2){grid-column:2!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(3){grid-column:1/-1!important;justify-self:center!important;width:min(680px,100%)!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(4){grid-column:1!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(5){grid-column:2!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(6){grid-column:1!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(7){grid-column:2!important}
body.oo-v6-services #z4ManN .text-box{text-align:left!important}
body.oo-v6-services #z4ManN h2,body.oo-v6-services #z4ManN h3{color:var(--oo-navy)!important}
body.oo-v6-services #z4ManN h4{color:var(--oo-blue)!important}
body.oo-v6-services #z4ManN .image-wrapper{border-radius:20px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--oo-line)!important;box-shadow:0 10px 26px rgba(18,59,68,.08)!important}
body.oo-v6-services #z4ManN img{max-width:100%!important;object-fit:contain!important}
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(6),
body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(7){text-align:center!important;color:var(--oo-muted)!important;font-weight:700!important;padding-top:2px!important}

/* SOBRE — leitura em blocos claros e com mais respiro */
body.oo-v6-about #ziooUw{padding:54px 0 36px!important;background:linear-gradient(180deg,var(--oo-soft),#fff)!important;min-height:0!important}
body.oo-v6-about #ziooUw .block-background{opacity:.08!important}
body.oo-v6-about #ziooUw .block-layout{
  display:block!important;width:min(900px,calc(100% - 40px))!important;margin:auto!important;min-height:0!important;height:auto!important;padding:0!important;grid-template:none!important
}
body.oo-v6-about #ziooUw .layout-element{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;grid-row:auto!important;grid-column:auto!important;margin:0!important}
body.oo-v6-about #ziooUw .text-box{text-align:center!important}
body.oo-v6-about #ziooUw h1,body.oo-v6-about #ziooUw h2{color:var(--oo-navy)!important}

body.oo-v6-about #zodRm3{padding:20px 0 54px!important;background:#fff!important;min-height:0!important}
body.oo-v6-about #zodRm3 .block-layout{
  display:grid!important;grid-template-columns:minmax(180px,260px) 1fr!important;grid-template-rows:auto!important;gap:28px!important;
  align-items:center!important;width:min(1000px,calc(100% - 40px))!important;margin:auto!important;min-height:0!important;height:auto!important;padding:0!important
}
body.oo-v6-about #zodRm3 .layout-element{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;min-height:0!important;grid-row:auto!important;grid-column:auto!important;margin:0!important}
body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(2){grid-column:1!important;grid-row:1!important}
body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(1){grid-column:2!important;grid-row:1!important}
body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(2) .text-box{padding:22px!important;background:var(--oo-navy)!important;border-radius:20px!important;text-align:center!important}
body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(2) h2,body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(2) h3{color:#fff!important;margin:0!important}
body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(1) .text-box{padding:30px 34px!important;background:var(--oo-soft)!important;border:1px solid var(--oo-line)!important;border-radius:22px!important;text-align:left!important}
body.oo-v6-about #zodRm3 p{margin:0!important;color:var(--oo-ink)!important;font-size:18px!important}

body.oo-v6-about #zDu1Fq{padding:62px 0 80px!important;background:#f6f9f8!important;min-height:0!important}
body.oo-v6-about #zDu1Fq .block-background{opacity:.08!important;filter:saturate(.5)!important}
body.oo-v6-about #zDu1Fq .block-layout{
  display:flex!important;flex-direction:column!important;gap:26px!important;width:min(1000px,calc(100% - 40px))!important;
  margin:auto!important;min-height:0!important;height:auto!important;padding:0!important;grid-template:none!important
}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element{
  position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;
  grid-row:auto!important;grid-column:auto!important;margin:0!important
}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(1){width:min(560px,100%)!important;align-self:center!important;order:1!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(2){order:2!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(3){order:3!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(4){order:4!important;margin-top:14px!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(5){order:5!important}
body.oo-v6-about #zDu1Fq .image-wrapper{border-radius:24px!important;overflow:hidden!important;box-shadow:var(--oo-shadow)!important;border:1px solid var(--oo-line)!important;background:#fff!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(2) .text-box,
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(4) .text-box{text-align:center!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(2) h2,
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(2) h3,
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(4) h2,
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(4) h3{color:var(--oo-navy)!important;margin:0!important}
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(3) .text-box,
body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(5) .text-box{
  padding:34px 38px!important;background:#fff!important;border:1px solid var(--oo-line)!important;border-radius:24px!important;
  box-shadow:0 10px 28px rgba(18,59,68,.06)!important;text-align:left!important
}
body.oo-v6-about #zDu1Fq p{color:var(--oo-ink)!important}

@media(max-width:820px){
  #ai-CKrOmE h2 a{padding:8px 14px 9px!important;border-radius:16px!important;white-space:normal!important}
  body.oo-v6-services #zJZpA2{padding:42px 0 28px!important}
  body.oo-v6-services #zJZpA2 .block-layout,body.oo-v6-services #z4ManN .block-layout{width:calc(100% - 28px)!important}
  body.oo-v6-services #zJZpA2 .text-box{padding:28px 22px!important;border-radius:20px!important}
  body.oo-v6-services #z4ManN{padding:38px 0 56px!important}
  body.oo-v6-services #z4ManN .block-layout{display:flex!important;flex-direction:column!important;gap:18px!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element{width:100%!important;grid-column:auto!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(1){order:1!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(2){order:2!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(3){order:3!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(4){order:4!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(6){order:5!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(5){order:6!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(7){order:7!important}
  body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(1),body.oo-v6-services #z4ManN .block-layout>.layout-element:nth-child(2){padding:26px 22px!important;border-radius:20px!important}

  body.oo-v6-about #ziooUw{padding:38px 0 24px!important}
  body.oo-v6-about #ziooUw .block-layout,body.oo-v6-about #zodRm3 .block-layout,body.oo-v6-about #zDu1Fq .block-layout{width:calc(100% - 28px)!important}
  body.oo-v6-about #zodRm3{padding:12px 0 42px!important}
  body.oo-v6-about #zodRm3 .block-layout{display:flex!important;flex-direction:column!important;gap:14px!important}
  body.oo-v6-about #zodRm3 .block-layout>.layout-element{width:100%!important;grid-column:auto!important;grid-row:auto!important}
  body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(2){order:1!important}
  body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(1){order:2!important}
  body.oo-v6-about #zodRm3 .block-layout>.layout-element:nth-child(1) .text-box{padding:24px 22px!important}
  body.oo-v6-about #zDu1Fq{padding:42px 0 58px!important}
  body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(3) .text-box,body.oo-v6-about #zDu1Fq .block-layout>.layout-element:nth-child(5) .text-box{padding:26px 22px!important;border-radius:20px!important}
}


/* V33 source: /assets/shared/shared-e2f913f3a6e5.css */
@font-face{font-family:"Lato";font-style:normal;font-weight:400;src:url(/assets/optimized/d4ae5188a65370ecfe28.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}@font-face{font-family:"Lato";font-style:normal;font-weight:700;src:url(/assets/optimized/7a7ce1a34f3e9944fe88.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-stretch:100%;src:url(/assets/optimized/4688fd896eaa43763526.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;font-display:optional}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-stretch:100%;src:url(/assets/optimized/ce39fe93a4c5179c0d53.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}@font-face{font-family:"Open Sans";font-style:normal;font-weight:500;font-stretch:100%;src:url(/assets/optimized/2261dd87350290082157.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;font-display:optional}@font-face{font-family:"Open Sans";font-style:normal;font-weight:500;font-stretch:100%;src:url(/assets/optimized/8aefa3de057449ef5624.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-stretch:100%;src:url(/assets/optimized/61ef1ea2eea09acf5ac4.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;font-display:optional}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-stretch:100%;src:url(/assets/optimized/6d030a368703b1104f22.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;src:url(/assets/optimized/1b4bb00dafd0840307e5.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;font-display:optional}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;src:url(/assets/optimized/10f4e710cb20ecf284c2.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;src:url(/assets/optimized/4165ae47648c9e6d2f5c.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;font-display:optional}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;src:url(/assets/optimized/616e25baa35e11d0fc16.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:optional}

/* V33 source: /assets/shared/shared-3c4d11cddf2e.css */
:root{--color-meteorite-dark:#2f1c6a;--color-meteorite-dark-2:#1F1346;--color-meteorite:#8c85ff;--color-meteorite-light:#d5dfff;--color-primary-dark:#5025d1;--color-primary:#673de6;--color-primary-light:#ebe4ff;--color-primary-charts:#B39EF3;--color-danger-dark:#d63163;--color-danger:#fc5185;--color-danger-light:#ffe8ef;--color-danger-charts:#FEA8C2;--color-warning-dark:#fea419;--color-warning-dark-2:#9F6000;--color-warning-charts:#FFD28C;--color-warning:#ffcd35;--color-warning-light:#fff8e2;--color-success-dark:#008361;--color-success:#00b090;--color-success-light:#def4f0;--color-dark:#1d1e20;--color-gray-dark:#36344d;--color-gray:#727586;--color-gray-border:#dadce0;--color-gray-light:#f2f3f6;--color-light:#fff;--color-azure:#357df9;--color-azure-light:#e3ebf9;--color-azure-dark:#265ab2;--color-indigo:#6366F1;--color-neutral-200:#D8DAE0}.whats-app-bubble{position:fixed;z-index:19;display:flex;right:20px;bottom:24px;cursor:pointer;border-radius:100px;box-shadow:#00000026 0 4px 12px}

/* V33 source: /assets/bundles/css-2344f6a94e63.css */
/* bundled: /assets/shared/shared-91a9b60c3dfd.css */
/* Oficina de Optica — modernizacao visual conservadora 2026
   Objetivo: melhorar UX/responsividade sem alterar conteudo SEO ou URLs. */
:root{--oo-navy:#113746;--oo-navy-2:#1d5367;--oo-blue:#377e94;--oo-orange:#ef7d32;--oo-ink:#1a2930;--oo-muted:#60727a;--oo-line:#dce6ea;--oo-bg:#f6f9fa;--oo-white:#fff;--oo-shadow:0 12px 34px rgba(17,55,70,.10);--oo-radius:18px}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0!important;color:var(--oo-ink)!important;background:#fff!important;font-family:Lato,Arial,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
/* Cabeçalho legado oculto; o cabeçalho atual é mantido. */
.block-sticky-bar,.block-header{display:none!important}
.oo-site-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(17,55,70,.10);box-shadow:0 4px 18px rgba(17,55,70,.06)}
.oo-topline{background:var(--oo-navy);color:#eaf4f7;font-size:13px;line-height:1.3}
.oo-topline-inner,.oo-nav{width:min(1180px,calc(100% - 36px));margin:auto}
.oo-topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.oo-nav{min-height:78px;display:flex;align-items:center;gap:26px}
.oo-brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;text-decoration:none!important;color:var(--oo-navy)!important;font-size:16px;font-weight:800;letter-spacing:.02em}
.oo-brand img{width:58px;height:58px;object-fit:contain}
.oo-links{display:flex;align-items:center;justify-content:center;gap:22px;margin-left:auto}
.oo-links a{font-size:14px;font-weight:700;color:#263940!important;text-decoration:none!important;white-space:nowrap;transition:color .18s ease}
.oo-links a:hover{color:var(--oo-blue)!important}
.oo-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 17px;border-radius:999px;background:var(--oo-orange);color:#fff!important;text-decoration:none!important;font-weight:800;font-size:14px;box-shadow:0 8px 20px rgba(239,125,50,.22);white-space:nowrap}
.oo-mobile-menu{display:none;margin-left:auto;position:relative}
.oo-mobile-menu summary{list-style:none;cursor:pointer;width:44px;height:44px;border:1px solid var(--oo-line);border-radius:12px;display:grid;place-items:center;color:var(--oo-navy);font-size:23px;background:#fff}
.oo-mobile-menu summary::-webkit-details-marker{display:none}
.oo-mobile-panel{position:absolute;right:0;top:52px;width:min(310px,calc(100vw - 28px));padding:12px;background:#fff;border:1px solid var(--oo-line);border-radius:16px;box-shadow:0 18px 45px rgba(17,55,70,.18)}
.oo-mobile-panel a{display:block;padding:12px 13px;border-radius:10px;color:var(--oo-ink)!important;text-decoration:none!important;font-weight:700}
.oo-mobile-panel a:hover{background:var(--oo-bg)}
.oo-mobile-panel .oo-m-wa{margin-top:6px;text-align:center;background:var(--oo-orange);color:#fff!important}
/* Tipografia e leitura: preserva os mesmos titulos e textos. */
main.page h1{line-height:1.08!important;letter-spacing:-.025em!important}
main.page h2,main.page h3{line-height:1.18!important;letter-spacing:-.012em}
main.page p,main.page li{line-height:1.62!important}
main.page a{transition:opacity .18s ease,transform .18s ease,color .18s ease}
/* Remove estados de animacao que podem esconder elementos no HTML salvo. */
.transition,.transition--root-hidden,[data-animation-state="active"]{opacity:1!important;visibility:visible!important;transform:none!important}
/* Botoes */
.grid-button,.product-list-item__button{border-radius:999px!important;min-height:46px!important;font-weight:700!important;letter-spacing:.01em!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}
.grid-button:hover,.product-list-item__button:hover{transform:translateY(-1px)!important;box-shadow:0 9px 20px rgba(17,55,70,.13)!important}
.grid-button--primary{box-shadow:0 8px 20px rgba(74,122,140,.18)!important}
/* Produtos e vitrines */
.product-list-item{border-radius:var(--oo-radius)!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--oo-line)!important;box-shadow:0 6px 22px rgba(17,55,70,.065)!important;transition:transform .2s ease,box-shadow .2s ease!important}
.product-list-item:hover{transform:translateY(-3px)!important;box-shadow:var(--oo-shadow)!important}
.product-list-item__image-wrapper,.ecommerce-product-image{background:#f4f7f8!important}
.product-list-item__details{padding-top:14px!important}
.product-list-item__title{font-weight:700!important;color:var(--oo-navy)!important}
/* Formularios */
.input__component,input,textarea,select{border-radius:12px!important}
.form__button{border-radius:999px!important}
/* Imagens de conteudo: acabamento discreto, sem alterar proporcao. */
.image-wrapper--layout:not(.image-wrapper--mobile) .image__image{border-radius:12px}
/* WhatsApp existente */
.whats-app-bubble{filter:drop-shadow(0 8px 14px rgba(0,0,0,.18));transition:transform .18s ease!important}
.whats-app-bubble:hover{transform:translateY(-2px) scale(1.02)!important}
/* Rodape original, apenas refinado. */
.block--footer .block-background{filter:saturate(.88) brightness(.82)}
.block--footer a{text-underline-offset:3px}
/* Foco para teclado/acessibilidade */
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(55,126,148,.45)!important;outline-offset:3px!important}
@media(max-width:1050px){.oo-links{gap:14px}.oo-links a{font-size:13px}.oo-whatsapp{padding:0 14px}.oo-brand span{display:none}}
@media(max-width:820px){
 .oo-topline-inner{justify-content:center;text-align:center;min-height:32px}.oo-topline-inner span:last-child{display:none}
 .oo-nav{min-height:68px;width:min(100% - 28px,1180px)}.oo-brand img{width:50px;height:50px}.oo-brand span{display:inline;font-size:14px}
 .oo-links,.oo-nav>.oo-whatsapp{display:none}.oo-mobile-menu{display:block}
 main.page h1{font-size:clamp(32px,9vw,46px)!important}
 .block-layout{max-width:100%!important}
 .product-list-item{border-radius:15px!important}
}
@media(max-width:480px){.oo-topline{font-size:11.5px}.oo-topline-inner{width:calc(100% - 20px)}.oo-nav{width:calc(100% - 22px)}.oo-brand span{max-width:155px;line-height:1.1}.oo-mobile-panel{right:-2px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Oficina: galeria de produtos funcional */
.product-carousel__image-list-element{cursor:pointer;border-radius:10px;transition:box-shadow .18s ease,opacity .18s ease}
.product-carousel__image-list-element--active{box-shadow:0 0 0 2px #2f7892 inset}
.product-carousel__image-list-element:not(.product-carousel__image-list-element--active){opacity:.78}
.product-carousel__image-list-element:hover{opacity:1}
.product-carousel__main-image{transition:opacity .15s ease}
@media(max-width:767px){.product-carousel__image-list{overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.product-carousel__image-list-element{flex:0 0 auto}}
.oo-site-header { display:block !important; visibility:visible !important; height:auto !important; }
.oo-site-header .oo-brand img { width:58px !important; height:58px !important; max-width:58px !important; max-height:58px !important; display:block !important; }
@media(max-width:820px){.oo-site-header .oo-brand img{width:50px !important;height:50px !important;max-width:50px !important;max-height:50px !important}}

/* Oficina V5: icones sociais compactos no cabecalho */
.oo-socials{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.oo-social{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:50%;text-decoration:none!important;transition:transform .18s ease,filter .18s ease;box-shadow:0 4px 11px rgba(17,55,70,.12)}
.oo-social svg{display:block;width:30px;height:30px}
.oo-social:hover{transform:translateY(-1px) scale(1.04);filter:brightness(1.03)}
@media(max-width:820px){.oo-socials{gap:6px;margin-left:auto}.oo-social{width:31px;height:31px}.oo-social svg{width:28px;height:28px}.oo-mobile-menu{margin-left:4px}}
@media(max-width:480px){.oo-socials{gap:5px}.oo-social{width:29px;height:29px}.oo-social svg{width:27px;height:27px}}

/* bundled: ../assets/whatsapp-actions.css */
/* Oficina de Óptica - contatos V26 */
.oo-whatsapp-product-btn{cursor:pointer!important}
.oo-footer-whatsapp{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:12px 22px!important;border-radius:999px!important;text-decoration:none!important;background:#25D366!important;color:#fff!important;font-weight:700!important;line-height:1.2!important}
.oo-footer-whatsapp:hover{filter:brightness(.96)}
.oo-whatsapp-contact-form button[type="submit"]{cursor:pointer}

/* bundled: /assets/v27-product-cards.css */
/* Oficina de Optica V27 — produtos relacionados e selo Novo */

/* Em paginas de produto, organiza "Voce tambem pode gostar": 4 no computador. */
.block-product__related-products .product-list__content{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  overflow:visible!important;
}
.block-product__related-products .product-list__link{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  text-decoration:none!important;
}
.block-product__related-products .product-list-item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
}
.block-product__related-products .product-list-item__content{
  width:100%!important;
  min-width:0!important;
}
.block-product__related-products .product-list-item__image-wrapper{
  width:100%!important;
  aspect-ratio:1 / 1!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#f7fafb!important;
}
.block-product__related-products .product-list-item__image-wrapper img,
.block-product__related-products .ecommerce-product-image{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.block-product__related-products .product-list-item__details{
  padding:12px 10px 10px!important;
  box-sizing:border-box!important;
}
.block-product__related-products .product-list-item__title{
  font-size:14px!important;
  line-height:1.25!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.block-product__related-products .product-list-item__price-wrapper,
.block-product__related-products .product-list-item__price-wrapper p,
.block-product__related-products .product-list-item__price-wrapper span{
  font-size:13px!important;
  line-height:1.25!important;
}
.block-product__related-products .product-list-item__button-wrapper{
  padding:0 10px 12px!important;
  box-sizing:border-box!important;
}
.block-product__related-products .product-list-item__button{
  width:100%!important;
  min-width:0!important;
  padding:9px 8px!important;
  font-size:12px!important;
  line-height:1.2!important;
  white-space:normal!important;
}
.block-product__related-products .block-product-list__category{
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

/* O selo Novo do autorefrator nao deve cobrir o equipamento. */
a[href*="auto-refrator-totalmente-automatico-somente-sob-consulta"] .ecommerce-product-ribbon{
  top:6px!important;
  left:6px!important;
  right:auto!important;
  margin:0!important;
  padding:3px 7px!important;
  min-width:0!important;
  max-width:max-content!important;
  max-height:none!important;
  border-radius:999px!important;
  line-height:1!important;
  z-index:2!important;
}
a[href*="auto-refrator-totalmente-automatico-somente-sob-consulta"] .ecommerce-product-ribbon__text{
  margin:0!important;
  padding:0!important;
  font-size:10px!important;
  line-height:1.15!important;
  font-weight:600!important;
  white-space:nowrap!important;
}

/* Celular/tablet: exatamente 2 produtos por linha. */
@media(max-width:920px){
  .block-product__related-products{
    margin-top:52px!important;
  }
  .block-product__related-products .product-list__content{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .block-product__related-products .product-list-item{
    border-radius:12px!important;
  }
  .block-product__related-products .product-list-item__details{
    padding:9px 8px 8px!important;
  }
  .block-product__related-products .product-list-item__title{
    font-size:13px!important;
    line-height:1.22!important;
  }
  .block-product__related-products .product-list-item__price-wrapper,
  .block-product__related-products .product-list-item__price-wrapper p,
  .block-product__related-products .product-list-item__price-wrapper span{
    font-size:12px!important;
  }
  .block-product__related-products .product-list-item__button-wrapper{
    padding:0 8px 9px!important;
  }
  .block-product__related-products .product-list-item__button{
    padding:8px 5px!important;
    font-size:11px!important;
  }
  a[href*="auto-refrator-totalmente-automatico-somente-sob-consulta"] .ecommerce-product-ribbon{
    top:5px!important;
    left:5px!important;
    padding:2px 6px!important;
  }
  a[href*="auto-refrator-totalmente-automatico-somente-sob-consulta"] .ecommerce-product-ribbon__text{
    font-size:9px!important;
  }
}

/* V34: merged former late bundle */
/* bundled: /assets/shared/oo-v14-responsive-images-final.css */

/* Imagens responsivas para celular/telas pequenas. */
@media screen and (max-width:920px){
  /* Não usar variantes mobile vazias */
  body .image-wrapper--mobile{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
  }

  /* Exibe sempre a variante que realmente contém a imagem */
  body .image-wrapper--desktop{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    position:relative!important;
    inset:auto!important;
    overflow:hidden!important;
  }
  body .image-wrapper--desktop.image,
  body .image-wrapper--desktop.image--grid{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
  }
  body .image-wrapper--desktop .image__image{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:1px!important;
    object-fit:contain!important;
    object-position:center!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
  }

  /* O container também precisa crescer conforme a imagem */
  body .image-wrapper.image-wrapper--layout,
  body .layout-element__component--GridImage{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body .layout-element:has(.layout-element__component--GridImage),
  body .layout-element:has(.image-wrapper--desktop){
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }

  /* Segurança para demais imagens do conteúdo */
  main.page img,
  main.page picture,
  main.page picture img{
    max-width:100%!important;
  }
  main.page img:not(.product-carousel__image):not(.product-carousel__image-list-element-image){
    height:auto;
  }

  /* Imagens editoriais ganham respiro sem estourar a tela */
  main.page .layout-element__component--GridImage{
    border-radius:14px!important;
  }
}

/* Telas muito estreitas */
@media screen and (max-width:480px){
  body .image-wrapper--desktop .image__image{
    width:100%!important;
    height:auto!important;
  }
  main.page .layout-element__component--GridImage{
    max-width:100%!important;
  }
}

/* bundled: /assets/shared/oo-cookie-consent-style.css */

  #oo-cookie-consent[hidden],#oo-cookie-settings[hidden]{display:none!important}
  #oo-cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:100000;padding:14px;background:rgba(16,42,49,.97);color:#fff;font-family:Lato,Arial,Helvetica,sans-serif;box-shadow:0 -8px 30px rgba(0,0,0,.18)}
  .oo-cookie-inner{width:min(1120px,calc(100% - 8px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}
  .oo-cookie-copy{font-size:14px;line-height:1.45;max-width:760px}.oo-cookie-copy strong{font-size:16px}.oo-cookie-copy p{margin:4px 0 0;color:#edf5f5}
  .oo-cookie-actions{display:flex;gap:10px;flex:0 0 auto}.oo-cookie-btn{min-height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.55);font:700 14px Lato,Arial,sans-serif;cursor:pointer}
  #oo-cookie-reject{background:transparent;color:#fff}#oo-cookie-accept{background:#3d8c89;color:#fff;border-color:#3d8c89}
  #oo-cookie-settings{position:fixed;left:12px;bottom:12px;z-index:99990;border:1px solid #d7e5e3;background:#fff;color:#123b44;border-radius:999px;padding:7px 11px;font:700 12px Lato,Arial,sans-serif;box-shadow:0 5px 16px rgba(18,59,68,.14);cursor:pointer}
  @media(max-width:700px){#oo-cookie-consent{padding:14px 12px}.oo-cookie-inner{width:100%;display:block}.oo-cookie-copy{font-size:13px}.oo-cookie-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr}.oo-cookie-btn{width:100%;padding:0 12px}}
