@font-face {
  font-family: 'Avenir';
  src: url('./fonts/Avenir/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('./fonts/Avenir/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('./fonts/Avenir/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
input,
button,
label,
strong,
em,
div {
  font-family: 'Avenir', sans-serif;
}

body {
  margin: 0;
  font-family: 'Avenir', sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

.menu-icon {
  font-size: 24px;
  position: absolute;
  left: 20px;
  cursor: pointer;
}

.f-banner {
  margin-top: 4em;
  margin-bottom: 1em;
}

.see-more {
  position: absolute;
  left: 11px;
  bottom: 3em;
  background: black;
  width: 6em;
  height: 3em;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
}

.see-more a {
  color: white;
}

.logo {
  max-width: 60px;
}

main {
  margin: auto;
  overflow-x: auto;
}

section {
  margin-bottom: 40px;
}

p {
  line-height: 1.3em;
}

h2 {
  color: #007a5e;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: left;
}

h3 {
  color: #007a5e;
  font-size: .9em;
  line-height: 1.2em;
  text-align: left;
}

.cta {
  display: inline-block;
  background-color: #007a5e;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.cta:hover {
  background-color: #005a44;
}

footer {
  text-align: center;
  padding: 20px 0;
  background-color: #f4f4f4;
  color: #777;
}

.m-t-3 {
  margin-top: 3em;
}

.amz-care img {
  max-width: 40%;
}

.sunglasses-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.language-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 999;
}

.flag-icon {
  width: 32px;
  height: 24px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: transform 0.2s ease;
}

.flag-icon:hover {
  transform: scale(1.1);
}

.fx-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-round {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-round img {
  border-radius: 10%;
  object-fit: cover;
}

span.litte {
  font-size: .6em;
}

.tx-a-r {
  text-align: right;
}

ul {
  padding: 0;
}

.pd-h-1 {
  padding-left: 1em;
}

.sunglasses-mid p {
  font-size: 0.8em;
  padding: 0 !important;
  margin: 0 !important;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #007a5e;
  transition: left 0.3s ease;
  z-index: 999;
  padding-top: 10em;
}



p.head-text {
  font-size: 4em;
}

.menu-overlay.active {
  left: 0;
}

.menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.menu-nav li {
  margin: 20px;
}

.menu-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.menu-icon {
  font-size: 26px;
  position: absolute;
  left: 20px;
  cursor: pointer;
  z-index: 1000;
}

header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #f4f4f4;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #007a5e;
  transition: left 0.3s ease;
  z-index: 999;
  padding-top: 60px;
}

.menu-overlay.active {
  left: 0;
}

.menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.menu-nav li {
  margin: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Avenir', sans-serif;
}

body {
  background-color: #fff;
  color: #333;
}


nav {
  display: flex;
  gap: 2rem;
  font-size: 0.9rem;
}

nav a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

.mb-2 {
  margin-bottom: 1em;
}

.banner {
  background: url('https://tucglasses.com/cdn/shop/files/banner-pgs-tuc-2.png?v=1726151839&width=2000') no-repeat center/cover;
  height: 180px;
  width: 100%;
}

.product-section {
  padding: 1rem;
}

h2 {
  color: #006644;
  margin-bottom: 1.5rem;
}

.espelhado-section {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}



@media (max-width: 768px) {
  .espelhado-section {
    justify-content: space-between !important;
  }


}

.product-card {
  max-width: 100%;
}

.product-card {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.2s ease;
  width: 8em;
  flex-shrink: 0;
}

.product-card:hover {
  transform: scale(1.02);
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-title {
  margin-top: 1rem;
  font-weight: 500;
}

.product-price {
  color: #000;
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}



body {
  margin: 0;
  font-family: 'Avenir', sans-serif;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel img {
  width: 100%;
  flex-shrink: 0;
}

.prev,
.next {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.text-overlay {
  position: absolute;
  left: 1em;
  bottom: 2em;
  background: white;
  border-radius: 10em;
  width: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3em 0;
  line-height: .78em;
}

.text-overlay a {
  color: black;
}

.cta {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  border-radius: 2em;
  font-size: .8em;
}

.info {
  padding: 20px;
  background-color: #f3f3f3;
}

footer {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 15px;
}

img {
  max-width: 100%;
}

/* Oculta em mobile por padrão */
.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
  width: 100%;
}





/* Oculta em mobile por padrão */
.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
  width: 100%;
}



.btn {
  background: rgb(253, 184, 19);
  border-radius: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13em;
  padding: .5em 0;
  color: black;
  text-decoration: none;
}

a.btn img {
  width: 2em;
}

.menu-nav {
  padding: 2rem;
}

.menu-nav ul {
  list-style: none;
}

.menu-nav ul li {
  margin-bottom: 1rem;
}


.menu-icon {
  font-size: 24px;
  cursor: pointer;
}



.menu-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.menu-icon {
  font-size: 26px;
  position: absolute;
  left: 20px;
  cursor: pointer;
  z-index: 1000;
}

header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #f4f4f4;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #007a5e;
  transition: left 0.3s ease;
  z-index: 999;
  padding-top: 60px;
}

.menu-overlay.active {
  left: 0;
}

.menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.menu-nav li {
  margin: 20px;
}

.menu-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

body {
  font-family: 'Avenir', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

header {
  text-align: center;
  padding: 20px 0;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.intro,
.details,
.quote {
  margin-bottom: 40px;
  text-align: center;
}

.intro h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.details h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.image-section {
  text-align: center;
  margin-bottom: 40px;
}

.image-section img {
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
}

.quote blockquote {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 20px;
  background-color: #f4f4f4;
  border-left: 5px solid #a4cc8f;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #f8f8f8;
  font-size: 0.9rem;
}

.flex {
  display: flex;
}

.text-left {
  text-align: left;
}

img {
  max-width: 100%;
}

.sunglasses-type {
  display: flex;
  justify-content: space-between;
}

.wd-100 {
  width: 100%;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: auto;
}

.responsive-grid>div {
  position: relative;
}

.responsive-grid img {
  width: 100%;
  display: block;
}

.responsive-grid .text-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 10px;
  border-radius: 8px;
  width: 14em;
}

.responsive-grid .text-overlay h3,
.responsive-grid .text-overlay p {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.responsive-grid .text-overlay a.cta {
  display: inline-block;
  margin-top: 5px;
  background: white;
  color: black;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 768px) {
  .responsive-grid {
    grid-template-columns: 1fr;
  }

  .responsive-grid .text-overlay h3,
  .responsive-grid .text-overlay p {
    font-size: 16px;
  }

  .main-banner {
    width: 1080px !important;
    background-image: url(https://tucglasses.com/cdn/shop/articles/blog-2.jpg?v=1716500405&width=1005);
    background-size: 24em;
    height: 24em;
    background-repeat: no-repeat;
  }

}

.wd-100 {
  width: 100%;
}

body {
  margin: 0;
  font-family: Avenir, sans-serif;
  color: #333;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
  height: 40px;
}

.menu-nav li {
  margin: 1rem 0;
}

.menu-nav a {
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

main {
  padding: 2rem 1rem;
  margin: auto;
}

.section {
  margin-bottom: 3rem;
}

.section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.flex img {
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
}

.text-left {
  flex: 1;
}

blockquote {
  font-size: 1.5rem;
  font-style: italic;
  margin: 2rem auto;
  max-width: 700px;
  text-align: center;
  color: #555;
}

footer {
  text-align: center;
  padding: 1rem;
  background: #f9f9f9;
  font-size: 0.9rem;
}

@media(max-width:768px) {
  .flex {
    flex-direction: column;
  }

  .hero {
    margin-top: 5em;
  }
}


.close-button {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  /* cor do "X" */
  z-index: 10000;
}

button#closeButton {
  background: transparent;
  outline: linen;
  border: 0;
  color: white;
  font-size: 3em;
  position: absolute;
  left: 1em;
  top: 0;
}

@media (max-width: 768px) {
  nav {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}

/* Quando for tela até 768px (celular) */
@media (max-width: 768px) {
  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .responsive-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
  }
}

.only-mobile {
  margin-top: 4.25em;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2em !important;
  color: black;
}