

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-Book.otf') format('opentype');
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/NobelBL-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nobel", Arial, sans-serif;
  background: #ffffff;
  color: #153d78;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --container: 1180px;
  --blue-dark: #173f7a;
  --blue-medium: #1e58a4;
  --blue-light: #2f77c5;
  --text: #153d78;
  --white: #ffffff;
  --soft: #f4f4f4;
  --line: #bfd2ea;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}


.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-solid,
.product-page .site-header {
  background: #193968;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 28px;
}

.site-logo img {
  width: 240px;
  filter: brightness(0) invert(1);
}

.site-nav {
  justify-self: center;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 56px;
}

.menu-item {
  position: relative;
}

.main-menu > .menu-item > a,
.menu-parent-link {
  display: inline-flex;
  align-items: center;
  min-height: 88px;
  color: #fff;
  font-family: "Nobel", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-link-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

.submenu-toggle {
  width: auto;
  height: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: 0px;
  font-weight: bold;
  font-size: 0.95rem;
}

.menu-arrow {
  display: inline-block;
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}

.menu-arrow img {
    width: 12px;
    height: 7px;
    position: relative;
    top: -3px;
    left: 2px;
}

.product-top__right {
    padding: 0 0 0 5%;
}

.menu-item.is-open .menu-arrow {
  transform: rotate(180deg);
}

.main-menu ul {
  background-color: #193968;
  padding: 25px 12%;
  min-width: 350px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 420px;
  padding-top: 18px;
}

.menu-item.is-open .sub-menu {
  display: block;
}

.sub-menu li + li {
  margin-top: 14px;
}

.sub-menu a {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-menu a:hover {
  text-decoration: underline;
  color: #bfd2ea;
}

.header-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.header-mobile-toggle span,
.header-mobile-toggle span::before,
.header-mobile-toggle span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
}

.header-mobile-toggle span::before {
  transform: translateY(-7px);
}

.header-mobile-toggle span::after {
  transform: translateY(5px);
}


.hero-home {
  position: relative;
  min-height: 760px;
  padding-top: 88px;
  overflow: hidden;
  background: #f4f4f4;
}

.hero-home__bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 560px;
  background-color: #ffffff;
  background-image: url("/siteassets/img/1920x1250-teste-bg-parallax-1536x1000.png");
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

.hero-home__overlay {
  position: absolute;
  inset: 0 0 auto 0;
  height: 560px;
  background: linear-gradient(180deg, rgba(11, 40, 86, 0.16) 0%, rgba(11, 40, 86, 0.08) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-home__bottom-cut {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background: #f4f4f4;
  z-index: 1;
}

.hero-home__content {
  position: relative;
  z-index: 2;
  min-height: calc(760px - 88px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-home__copy {
  padding-top: 34px;
}

.hero-home__title {
  margin: 0;
  color: #fff;
  font-size: 150px;
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero-home__subtitle {
  min-height: 76px;
  margin: 8px 0 0;
  color: #fff;
  font-size: 68px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  transition: opacity 0.22s ease;
}

.hero-home__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 336px;
  height: 48px;
  margin-top: 14px;
  padding: 0 30px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue-dark);
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-home__cta span:after {content: "";
    background-image: url("/siteassets/img/icone-lente.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 18px;
    display: inline-flex;
    margin-left: 8px;
    position: relative;
    top: 4px;}

.hero-home__packshot {
  width: min(100%, 850px);
  margin-top: 0;
  transform: translateX(10px);
}

.section-title,
.section-band-title {
  margin: 0;
  text-align: center;
  color: var(--blue-dark);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.section-band-title {
  color: #fff;
}

span.seta-bt-vitrine {
  margin: 4px 0 0 7px;
}

body > main > section.care-landing > div > div > div:nth-child(9) > div > div:nth-child(1) > div.BotaoConfiraCuidadosGerais > a:hover > span > svg > path {
    fill: #173f7a;
}
.Sombra-utilizar img {
  width: 100% !important;
}

.home-benefits {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  min-height: 440px;
}

.home-benefits__bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 280px;
  background: #193968;
  z-index: 0;
}

.home-benefits__bottom-cut {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background: #ffffff;
  z-index: 0;
}

.home-benefits__content {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 32px;
}

.home-benefits .section-band-title {
  margin-bottom: 62px;
  font-size: 35px;
  font-weight: 700;
}

.home-benefits__icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}

.benefit-icon-card {
  text-align: center;
  color: var(--blue-dark);
}

.benefit-icon-card__icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 18px;
  border: 1px solid #173f7a;
  border-radius: 18px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon-card__icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.benefit-icon-card p {
  max-width: 260px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}


.home-hydration {
  background: #ffffff;
  padding: 0px 0 28px;
}

.home-hydration__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 30px;
}

.home-hydration__copy {
  padding-left: 28px;
}

.home-hydration__media {
  display: flex;
  justify-content: center;
}

.home-hydration__media img {
  width: 100%;
  height: 100%;
}

.home-hydration__bottom-title {
  margin: 50px 0 0;
  text-align: center;
  color: var(--blue-dark);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

/* ===== Slider ===== */

.home-screen-slider {
  background: #ffffff;
  padding: 0 0 56px;
}

.home-screen-slider__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-screen-slider__track {
  position: relative;
}

.screen-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.screen-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.screen-slide picture,
.screen-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.screen-slide img {
  object-fit: cover;
  object-position: center;
}

.home-screen-slider__controls {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 12px;
}

.slider-arrow {
  width: 100px;
  height: 60px;
  border: 2px solid #193968;
  border-radius: 999px;
  background: transparent;
  color: #193968;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.slider-arrow:hover {
  background: #193968;
  color: #fff;
}

.home-lenses {
  background: #ffffff;
  padding: 30px 0 48px;
}

.home-lenses .section-title {
  margin: 40px 0 55px 0;
}

.home-lenses__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lens-card {
  min-height: 294px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 18px 16px 30px;
  text-align: center;
  border-color: #193968;
}

.lens-card:hover a {
  background-color: #1275bc;
  color: #ffffff;
}

.lens-card__image {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.lens-card__image img {
  max-height: 176px;
  object-fit: contain;
}

.lens-card h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 75px;
  line-height: 35px;
}

.lens-card p {
  min-height: 44px;
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
}

.lens-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 45px;
  border: 1px solid #173f7a;
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}


.home-care {
  background: linear-gradient(90deg, #2a67b4 0%, #173f7a 100%);
  padding: 40px 0 0 34px;
  background-image: url(/siteassets/img/bg1-azul.gif);
  background-size: cover;
}

.home-care .section-band-title {
  margin: 28px 0 38px 0px;
}

.home-care__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
  color: #fff;
}

.care-item {
  overflow: hidden;
}

.care-item img {
  width: 107px;
  height: auto;
  margin: 0 auto 10px;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
  min-height: 109px;
  padding: 10px 0 0 0;
}

.care-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}
article.care-item {object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;}

article.care-item:hover {transform: scale(1.08);
  filter: brightness(1.05);}


.care-item h3 {
  margin: 18px 0 8px 0px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.care-item p {
  max-width: 233px;
  margin: 0 auto 30px auto;
  font-size: 18px;
  line-height: 1.35;
  min-height: 64px;
}

.home-products {
  background: #ffffff;
  padding: 54px 0 44px;
}

.home-products .section-title {
  margin-bottom: 34px;
}

.home-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  min-height: 250px;
  background: #fff;
  border: 1px solid #193968;
  border-radius: 14px;
  padding: 50px 0 30px 0;
  text-align: center;
}

.product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.product-card__image img {
  object-fit: contain;
  width: 267px;
  margin: 10px 0 0 0;
}

.product-card h3 {
  margin: 0px 0 45px;
  color: var(--blue-dark);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 60px;
}

.product-card:hover h3 {
  color: #1275bc;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 45px;
  border: 1px solid #173f7a;
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card a:hover {
  background-color: #1275bc;
  color: #ffffff;
}

.home-stores {
  background: #ffffff;
  padding: 28px 0 56px;
}

.home-stores .section-title {
  margin-bottom: 28px;
}

.home-stores__grid {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  justify-items: center;
}

.store-logo {
  width: 100%;
  height: auto;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.Destaques-titulos {
  color: #1275bc;
}

.home-legal {
  background: #d9d9d9;
  padding: 28px 0 60px 0;
}

.home-legal p {
  margin: 0;
  color: #193968;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}


.site-footer {
  background: #193968;
  color: #fff;
}

.footer-top {
  padding: 44px 0 30px;
}

.footer-slogan {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 42px;
}

.footer-slogan img {
  width: 458px;
}

.footer-slogan p {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
}

.footer-brand-title {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-brand p,
.footer-col a,
.footer-col li {
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-brand p {
  max-width: 360px;
  margin: 14px 0 10px 10px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.footer-col h3 {
  margin: 0 0 18px;
  font-size: 1.4rem;
  font-weight: 700;
}

.footer-col ul {
  display: grid;
  gap: 10px;
}

.footer-bottom {
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.82;
  text-align: center;
}


.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
  pointer-events: none;
}

.mobile-panel.is-open {
  display: block;
  pointer-events: auto;
}

.mobile-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
}

.mobile-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: var(--blue-dark);
  color: #fff;
  padding: 24px 20px 30px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}

.mobile-panel.is-open .mobile-panel-content {
  transform: translateX(0);
}

.mobile-panel-close {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
}

.mobile-menu {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.mobile-menu a,
.mobile-menu button {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  font-family: "Nobel", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-submenu {
  display: none;
  padding: 0 0 10px 10px;
}

.mobile-item.is-open .mobile-submenu {
  display: grid;
  gap: 10px;
}

.mobile-submenu a {
  padding: 0;
  font-size: 0.84rem;
  font-weight: 400;
  text-transform: none;
}

.product-page {
  background: #f4f4f4;
}

.product-main {
  padding-top: 88px;
}

.product-top {
  background: #f4f4f4;
  padding: 50px 0 22px;
}

.product-top__grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 16px;
  align-items: start;
}

.product-packshot-box {
  padding: 0;
}

.product-packshot-box img {
  width: 100%;
  margin: 0 auto;
}

.product-top__left {
  text-align: center;
}

.product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68%;
  height: 55px;
  margin-top: 18px;
  border-radius: 999px;
  background: #193968;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
}
.product-cta:hover{background-color:#ffffff;color:#193968;border: 1px solid #193968;}
.product-title {
  margin: 0;
  color: #173f7a;
  font-size: 2rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.product-subtitle {
  margin: 8px 0 0;
  color: #1275bc;
  font-size: 18px;
  font-weight: bold;
}

.product-support {
  margin: 8px 0 40px;
  color: #5f6e84;
  font-size: 15px;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.product-feature-card {
  text-align: center;
}

.product-feature-card__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 10px auto;
}

.product-feature-card__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.product-feature-card h3 {
  margin: 0 0 6px;
  color: #173f7a;
  font-size: 18px;
  line-height: 1.02;
  text-transform: uppercase;
}

.product-feature-card p {
  margin: 0;
  color: #5f6e84;
  font-size: 0.68rem;
  line-height: 1.24;
}

.product-tech-block {
  margin-top: 22px;
}

.product-tech-block h2 {
  margin: 65px 0 12px;
  color: #173f7a;
  font-size: 1.8rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.product-tech-list {
  display: grid;
  gap: 12px;
}

.product-tech-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
}

.product-tech-item img {
  width: 164px;
  max-width: 100%;
}

.product-tech-item p {
  margin: 0;
  color: #5f6e84;
  font-size: 0.9rem;
  line-height: 1.35;
}


.specs-section {
  background: #f4f4f4;
  padding: 10px 0 0;
  border-bottom: 1px solid #9dc2e5;
}

.specs-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1275bc;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 16px 0 22px;
  font-weight: 700;
}

.specs-toggle__arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.specs-toggle.is-open .specs-toggle__arrow {
  transform: rotate(180deg);
}

.specs-content {
  padding: 2px 0 30px;
}

.specs-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.25fr;
  gap: 22px;
  align-items: center;
}

.specs-media {
    min-width: 410px;
}
.specs-list {
    margin: 25px 0 0 0;
}
.specs-copy h2 {
  margin: 0 0 18px;
  color: #173f7a;
  font-size: 2.4rem;
  line-height: 0.96;
  font-weight: bold;
}

.specs-copy h3 {
  margin: 0 0 22px;
  color: #1c7ec8;
  font-size: 1.2rem;
}

.specs-copy p {
  margin: 0;
  color: #5f6e84;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 300px;
}

.specs-list li {
  margin-bottom: 18px;
  color: #173f7a;
  font-size: 1.1rem;
  line-height: 1.45;
}

.specs-media img {
  width: 100%;
  margin: 0 auto;
}

.related-lenses {
  background: #ffffff;
}


@media (max-width: 1200px) {
  .main-menu {
    gap: 34px;
  }

  .home-hydration__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .site-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .header-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-home {
    min-height: 650px;
    padding-top: 78px;
  }

  .hero-home__bg,
  .hero-home__overlay {
    height: 470px;
    background-attachment: scroll;
  }

  .hero-home__bottom-cut {
    height: 140px;
  }

  .hero-home__content {
    min-height: calc(650px - 78px);
  }

  .hero-home__copy {
    padding-top: 26px;
  }

  .hero-home__packshot {
    width: min(100%, 620px);
    margin-top: 36px;
    transform: none;
  }

  .home-benefits {
    min-height: auto;
  }

  .home-benefits__bg {
    height: 260px;
  }

  .home-benefits__bottom-cut {
    height: 140px;
  }

  .home-benefits__content {
    padding-top: 40px;
    padding-bottom: 26px;
  }

  .home-benefits__icons,
  .home-lenses__grid,
  .home-care__grid,
  .home-products__grid,
  .product-feature-grid,
  .specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hydration__grid,
  .footer-grid,
  .product-top__grid {
    grid-template-columns: 1fr;
  }

  .home-hydration__copy {
    padding-left: 0;
    text-align: center;
  }

  .home-screen-slider__track {
    min-height: 420px;
  }

  .home-stores__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-top__left {
    max-width: 560px;
    margin: 0 auto;
  }

  .product-tech-item {
    grid-template-columns: 122px 1fr;
  }

  .specs-copy p {
    max-width: 100%;
  }

  .specs-media {
    grid-column: 1 / -1;
  }

  .specs-media img {
    max-width: 340px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .site-logo img {
    width: 180px;
  }

  .hero-home {
    min-height: 560px;
  }

  .hero-home__bg,
  .hero-home__overlay {
    height: 390px;
  }

  .hero-home__bottom-cut {
    height: 120px;
  }

  .hero-home__content {
    min-height: calc(560px - 78px);
  }

  .hero-home__title {
    font-size: clamp(3.5rem, 16vw, 5.3rem);
  }

  .hero-home__subtitle {
    min-height: 56px;
    font-size: clamp(1.45rem, 8vw, 2.3rem);
  }

  .hero-home__cta {
    min-width: 238px;
    height: 44px;
    font-size: 0.86rem;
  }

  .home-benefits__bg {
    height: 220px;
  }

  .home-benefits__bottom-cut {
    height: 110px;
  }

  .home-benefits__icons,
  .home-lenses__grid,
  .home-care__grid,
  .home-products__grid,
  .home-stores__grid,
  .product-feature-grid,
  .specs-grid {
    grid-template-columns: 1fr;
  }

  .home-screen-slider {
    padding-bottom: 34px;
  }

  .home-screen-slider__track {
    min-height: 406px;
  }

  .screen-slide img {
    object-fit: cover;
    object-position: center top;
  }

  .home-screen-slider__controls {
    justify-content: space-between;
    margin-top: 18px;
  }

  .slider-arrow {
    width: 104px;
    height: 60px;
    font-size: 2rem;
  }

  .footer-slogan {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-slogan p {
    font-size: 1.75rem;
  }

  .footer-brand-title {
    font-size: 1.7rem;
  }

  .product-main {
    padding-top: 78px;
  }

  .product-top {
    padding: 12px 0 10px;
  }

  .product-top__grid {
    gap: 12px;
  }

  .product-packshot-box {
    padding: 12px 10px;
  }

  .product-packshot-box img {
    max-width: 205px;
  }

  .product-cta {
    min-width: 160px;
    height: 24px;
    margin-top: 8px;
    font-size: 0.5rem;
  }

  .product-title {
    font-size: 1.08rem;
    line-height: 1.05;
    text-align: center;
    margin: 24px 0 0 0;
  }

  .product-subtitle {
    margin-top: 5px;
    font-size: 0.72rem;
    text-align: center;
  }

  .product-support {
    margin: 3px 0 35px;
    font-size: 0.5rem;
    text-align: center;
  }

  .product-feature-card {
    text-align: center;
  }

  .product-feature-card__icon {
    width: 100%;
    margin: 0 auto 6px;
    border-radius: 12px;
  }

  .product-feature-card__icon img {
    width: 100px;
    height: 100px;
  }

  .product-feature-card h3 {
    font-size: 0.76rem;
    margin-bottom: 4px;
  }

  .product-feature-card p {
    font-size: 0.5rem;
  }

  .product-tech-block {
    margin-top: 10px;
  }

  .product-tech-block h2 {
    font-size: 0.95rem;
    text-align: center;
  }

  .product-tech-item {
    grid-template-columns: 82px 1fr;
    gap: 8px;
    align-items: start;
  }

  .product-tech-item img {
    width: 76px;
  }

  .product-tech-item p {
    font-size: 1rem;
  }

  .specs-toggle {
    font-size: 1.8rem;
    padding: 12px 0 12px;
  }

  .specs-content {
    padding: 0 0 14px;
  }

  .specs-copy h2 {
    font-size: 2.02rem;
    text-align: center;
    margin: 0 auto;
  }

  .specs-copy h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    text-align: center;
  }

  .specs-copy p,
  .specs-list li {
    font-size: 0.9rem;
    line-height: 1.38;
    text-align: center;
  }

  .specs-list li {
    margin-bottom: 10px;
  }

  .specs-media img {
    max-width: 180px;
  }
}


/*  CONHECA */

.care-page {
  background: #f4f4f4;
}

.care-main {
  padding-top: 88px;
}

.care-landing {
  background: #ffffff;
  padding: 58px 0 72px;
}

.care-landing__grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 62px;
  align-items: start;
}

.care-side-nav {
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 24px 22px 18px;
  min-width: 330px;
}

.care-side-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #173f7a;
  font-size: 24px;
  line-height: 1.35;
  padding: 11px 0;
  font-weight: 400;
}

.care-side-nav__item + .care-side-nav__item {
  border-top: 0;
}

.care-side-nav__item.is-current {
  color: #1c7ec8;
}

.care-side-nav__arrow {
  flex: 0 0 auto;
  font-size: 30px;
  line-height: 1;
}

.care-landing__header {
  max-width: 750px;
  margin: 0 auto 34px;
  text-align: center;
}

header.care-landing__header.HeadercareConservacaoTres {
    margin: 0 auto;
    max-width: 100%;
}

.care-landing__header h1 {
  margin: 0;
  color: #173f7a;
  font-size: 42px;
  line-height: 1.08;
  text-transform: uppercase;
}

.care-landing__header h1 span {
  color: #1c7ec8;
}

.care-landing__header p {
  max-width: 650px;
  margin: 20px auto 0;
  color: #6a6765;
  font-size: 23px;
  line-height: 1.4;
}

.care-tiles {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 174px);
  justify-content: center;
  gap: 16px 14px;
}

.care-tile {
  position: relative;
  width: 174px;
  min-height: 174px;
  border-radius: 25px;
  overflow: hidden;
}

.care-tile--image {
  background: #d7d7d7;
}

.care-tile--image img {
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover;
  filter: grayscale(100%);
}

.care-tile__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 18px 14px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.24) 100%);
}

.care-tile__overlay h2 {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.08;
  text-transform: uppercase;
}

.care-tile__icon {
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.care-tile--text {
  border: 2px solid #1c7ec8;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.care-tile__content {
  padding: 20px 18px;
  text-align: center;
}

.care-tile__content h2 {
  margin: 0;
  color: #173f7a;
  font-size: 18px;
  line-height: 1.18;
  text-transform: uppercase;
}

.care-tile__content p {
  margin: 26px 0 0;
  color: #6a6765;
  font-size: 15px;
  line-height: 1.45;
}

.care-legal {
  background: #d9d9d9;
  padding: 40px 0 56px;
}

.care-legal p {
  margin: 0;
  color: #1e3766;
  font-size: 11px;
  line-height: 1.38;
}


.Cards-pag-cuidados {width: 100%;margin: 0 auto;min-height: 320px;}

.Cards-pag-cuidados p{opacity: 0;font-size:5px;}
.Cards-pag-cuidados-esquerda {background-repeat: no-repeat;width: 48%;float: left;background-size: contain;min-height: 288px;}
.Cards-pag-cuidados-direita {background-repeat: no-repeat;width: 47%;float: right;background-size: contain;min-height: 288px;}
.Cards-pag-cuidados-esquerda img {width: 100%;}
.Cards-pag-cuidados-direita img {width: 100%;}

/* cards ConheÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§a*/
.cardsConhecaUm { position: relative; background-image: url(/siteassets/img/Conheca1.png);
  background-size: cover;  z-index: 1;  display: inline-block;}
.cardsConhecaUm::after {  content: "";  position: absolute;  top: 0; right: 0; bottom: 0; left: 0;  background-image: url(/siteassets/img/Conheca2.png);  background-size: cover;  opacity: 0;transition: opacity 0.5s ease;z-index: -1;}
.cardsConhecaUm:hover::after { opacity: 1;}
.cardsConhecaDois {background-image: url(/siteassets/img/Conheca3.png);}
.cardsConhecaQuatro { position: relative;  background-image: url(/siteassets/img/Conheca5.png);
  background-size: cover; z-index: 1;  display: inline-block; }
.cardsConhecaQuatro::after {  content: "";  position: absolute;  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url(/siteassets/img/Conheca6.png); background-size: cover; opacity: 0; transition: opacity 0.5s ease;  z-index: -1;}
.cardsConhecaQuatro:hover::after { opacity: 1;}
.cardsConhecaTres {background-image: url(/siteassets/img/Conheca4.png);}
/* cards ConheÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§a*/


/* cards Como usar*/
.cardsComoUsarUm {
  position: relative;
  background-image: url(/siteassets/img/CardComoUsarUm.png);
  background-size: cover;
  z-index: 1;
  display: inline-block;
  }
.cardsComoUsarDois {background-image: url(/siteassets/img/CardComoUsarDois.png);}
.cardsComoUsarTres {background-image: url(/siteassets/img/CardComoUsarTres.png);}
.cardsComoUsarQuatro { position: relative;  background-image: url(/siteassets/img/CardComoUsarQuatro.png);  background-size: cover; z-index: 1;  display: inline-block; }

/* cards Como usar*/


.Cards-pag {  width: 70%; margin: 0 auto;}

.Cards-pag-conservacao {
    width: 90%;
    margin: 22px auto 0 auto;
    min-height: 472px;
}

.Cards-pag.Cards-pag-conservacao.CardMaior {
    margin: 35px auto 0 auto;
}
.Cards-pag--conservacao-esquerda.cardsconservacaoUm {
    width: 45%;
    float: left;
    border: 1px solid #173f7a;
    border-radius: 40px;
    text-align: center;
    margin: 0 3% 0 2%;
    padding: 30px 5%;
    min-height: 455px;
}
.Cards-pag--conservacao-esquerda.cardsconservacaoUm.cardNaoCompartilhe {
    min-height: 472px;
}

.Cards-pag--conservacao-esquerda.cardsconservacaoUm.CuidadosBox {
    min-height: 370px;
}

.Cards-pag--conservacao-esquerda.cardsconservacaoUm.CuidadosBox img {
    width: 100%;
    max-height: none;
}

.Cards-pag--conservacao-esquerda.cardsconservacaoUm.cardsconservacaoDois {
    width: 95%;
    min-height: 385px;
}

.ComoColocarSuasLentes {
    text-align: center;
    margin: 0 auto;
}
.CardsComo {
    clear: both;
}
.ComoUm {
    width: 59%;
    margin: 0 auto;
    min-height: 238px;
}
.ImagemComo {
    float: left;
    margin: 0 0 0 8%;
}
.ImagemComo img{}

.ImagemComo p{font-size: 18px;font-weight: 700;text-transform: uppercase;text-align: center;}

.CardsComoTextofinal {clear: both;padding: 36px 0 0 0;width: 80%;margin: 0 auto;}
.CardsComoTextofinal p{font-weight: bold;font-size: 20px;text-align: center;color: #666b68;}

.CardsComoTextofinal.CardsComoTextofinalConservacao {
    margin: 0 auto 84px auto;
    padding: 10px 0 0 0;
}

.ImagemCardsConservacao {
    text-align: center;
    min-height: 124px;
    margin: 20px 0 0 0;
}

.DivisaoAzulCards {
    margin: 0 auto 40px auto;
}
.DivisaoAzulCards.DivisaoAzulCardsMaior img {
    width: 100%;
}

p.TituloConservacao {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    min-height: 69px;
    text-transform: uppercase;
}



p.TituloConservacao.TituloConservacaoEsp {
    min-height: 30px;
}

p.TextoCardConservacao {
    font-size: 18px;
}

.BotaoConfiraCuidadosGerais {
    margin: 15px 0 15px 0;
}
    .BotaoConfiraCuidadosGerais a {
        color: #ffffff;
        background-color: #173f7a;
        padding: 15px 20%;
        border-radius: 32px;
        display: inline-flex;
    }
.BotaoConfiraCuidadosGerais a:hover{color:#173f7a;background-color:#ffffff; border:1px solid #173f7a; }

.ImagemCardsConservacao img{
    width: 40%;
    margin: 0 auto 30px auto;
    max-height: 100px;
}

.ComoDois {}

.SegundoTituloCards {padding: 82px 0 40px 0;color: #173f7a;font-size: 42px;line-height: 1.08;text-transform: uppercase;text-align: center;font-weight: bold;clear: both;}

.CTAfinal {width: 58%;margin: 60px auto 0 auto;text-align: center;}
.CTAfinal a{background-color: #193968;border-radius: 35px;padding: 20px 18%;color: #ffffff;text-transform: uppercase;font-weight: bolder;}
.CTAfinal a:hover{background-color: #ffffff;color: #193968;border:1px solid #193968;}

.CTAfinal.\.CTAfinalDois {
    margin: 90px auto 50px auto;
}
header.care-landing__header.HeadercareConservacaoDois {
    margin: 50px auto 34px;
}

.Sub-titulo-sobre {text-align: center;font-size: 24px;color: #1275bc;font-weight: bold;}
.TextoSobre {width: 80%;margin: 0 auto;max-width: 900px;}
.TextoSobre p{color: #666b68;text-align: center;font-size: 22px;}
.ImagemSobre {}
.ImagemSobre img{width: 100%;max-width: 900px;margin: 50px auto 0 auto;}

.BotaoSobre {
    margin: 70px auto;
    text-align: center;
    width: 30%;
    font-size: 20px;
    font-weight: bold;
}

body > main > section.sobre > div.BotaoConfiraCuidadosGerais.BotaoSobre > a {padding: 15px 9%;}

.TituloSobre {margin-top: 70px !important;}

.ConteudoFaleConosco {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
}

.ConteudoFaleConoscoBox {
    width: 37%;
}

.ConteudoFaleConoscoEsq {
    float: left;
}

.ConteudoFaleConoscoDir {
    float: right;
}

.SubTituloFale {
    font-size: 30px;
    font-weight: bold;
}

.TextoFale {}
.TextoFale p{
    font-size: 21px;
}

.TextoFinalFale {
    clear: both;
    text-align: left;
    width: 90%;
    margin: 0 auto 0 auto;
    max-width: 901px;
    padding: 50px 0;
}
.TextoFinalFale p{
    font-size: 21px;
}


.TextoFale {}


.OndeComprarHome {
    max-width: 760px;
    margin: 0 auto;
    min-height: 370px;
}
.BoxesOndeHome {
    margin: 0 auto;
}
.BoxesOndeHomeUm {
    width: 600px;
    min-height: 170px;
}


.BoxesOndeHome img{}
.BoxesOndeHomeDois {
    clear: both;
    width: 790px;
    margin: 0 auto;
    min-height: 170px;
}

.ImagemBoxesHome {
    float: left;
    margin: 0 0 20px 6%;
}
#onde-comprar > div > div > div.BoxesOndeHome.BoxesOndeHomeDois > div:nth-child(1) {margin-left:0}
@media (max-width: 992px) {
  .care-landing__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .care-side-nav {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .care-main {
    padding-top: 78px;
  }

  .care-landing {
    padding: 28px 0 34px;
  }

  .care-landing__grid {
    gap: 22px;
  }

  .care-side-nav {
    max-width: 100%;
    padding: 18px 16px 14px;
    margin: 0 0 20px 0;
  }

  .care-side-nav__item {
    font-size: 20px;
    padding: 10px 0;
  }

  .care-side-nav__arrow {
    font-size: 16px;
  }

  .care-landing__header {
    margin-bottom: 22px;
  }

  .care-landing__header h1 {
    font-size: 24px;
    line-height: 1.03;
  }

  .care-landing__header p {
    max-width: 290px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  .care-tiles {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .care-tile {
    width: 100%;
    min-height: 158px;
    border-radius: 18px;
  }

  .care-tile--image img {
    min-height: 158px;
  }

  .care-tile__overlay {
    padding: 16px 12px 8px;
  }

  .care-tile__overlay h2 {
    font-size: 18px;
    line-height: 1.08;
  }

  .care-tile__content {
    padding: 18px 14px;
  }

  .care-tile__content h2 {
    font-size: 17px;
    line-height: 1.18;
  }

  .care-tile__content p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.45;
  }

  .care-legal {
    padding: 18px 0 24px;
  }

  .care-legal p {
    font-size: 8px;
    line-height: 1.3;
  }
  .Cards-pag {width:100%}
  .cardsComoUsarUm {display: block;width: 100%;min-height: 335px;}
  .cardsComoUsarDois {display: block;width: 100%;min-height: 335px;}
  .cardsComoUsarTres {display: block;width: 100%;min-height: 335px;}
  .cardsComoUsarQuatro {display: block;width: 100%; min-height: 335px; }
  .ComoDois {width: 100%;}
  body > main > section.care-landing > div > div > div.ComoColocarSuasLentes > div.CardsComo.ComoDois > div {margin: 0 0 0 24%;}
  .CTAfinal{width: 100%;margin: 50px auto;}
  .CTAfinal a {padding: 20px 10%}
  body > main > section.care-landing > div > div > div.CTAfinal.\.CTAfinalDois > a {
    padding: 20px 4%;
}
  .Cards-pag--conservacao-esquerda.cardsconservacaoUm {
    float: none;   width: 100%;  margin-bottom: 50px;}
  .BotaoSobre {
    width: 100%;
}
  .ConteudoFaleConoscoEsq {float:none;width:100%;}
  .ConteudoFaleConoscoDir {float:none;width:100%;}
  .OndeComprarHome {}
  .BoxesOndeHome {
    width: 100%;
}
  .BoxesOndeHomeUm {
    clear: both;
}


  .BoxesOndeHome img{
    width: 50%;
    margin: 0 auto;
}
  .BoxesOndeHomeDois {}

  .ImagemBoxesHome {
    float: none;
    text-align: center;
    margin: 0 auto 20px auto;
}
  .Cards-pag-cuidados-esquerda {display:block;float:none;width:100%;min-height: 320px;max-width: 300px;background-size: contain;text-align: center;margin: 0 auto;}
  .Cards-pag-cuidados-direita {display:block;float:none;width:100%;min-height: 320px;max-width: 300px;background-size: contain;text-align: center;margin: 0 auto;}
  .home-care {padding:50px 0 0 0;}
  .specs-media {
    min-width: 200px;
}
}