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

/* Marqee 1 / texto rolagem. */

.marquee {
  /* position: fixed;
  top: 0; */
  left: 0;
  width: 100%;
  background: #4A0B26;
  color: white;
  z-index: 9999;
  overflow: hidden;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
/* Marqee 2 / texto rolagem. */

.marquee-destaque {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  color: black;
  z-index: 9999;
  padding: 8px 0;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

.marquee-destaque .marquee-content-destaque {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-destaque 10s linear infinite;
  box-sizing: border-box;
  max-width: 100%;
}


@keyframes marquee-destaque {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

.marquee {
  /* position: fixed;
  top: 0; */
  left: 0;
  width: 100%;
  background: #4A0B26;
  color: white;
  z-index: 9999;
  overflow: hidden;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  white-space: nowrap;

  /* display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  white-space: nowrap; */
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

body {
  margin: 0;
  background: #f5f5f5;
}

.header-loja {
  background-color: #4A0B26;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
  margin-top: 0px;
}

.icone-esquerda,
.icone-direita {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}

.icone-esquerda {
  left: 0;
}

.icone-direita {
  right: 0;
}

.icone-esquerda i,
.icone-direita i {
  font-size: 22px;
  cursor: pointer;
}

.logo-banner img {
  height: 70px;
  max-height: 80%;
  object-fit: contain;
}

.carrinho {
  position: relative;
}

.badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #111;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
}
main {
  background-color: #fff;
}

  .galeria {
    max-width: 400px;
    margin: auto;
  }

  .imagem-principal img {
    width: 100%;
    border-radius: 8px;
    border: 2px solid white;
  }

  .miniaturas {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .miniaturas img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: 0.2s;
  }

  .miniaturas img.ativa {
    opacity: 1;
    border-color: white;
    border-color: #111;
    margin-bottom: 20px;
    
  }

  /* Titulo e venda prod */
  .titulo-prods{
    color: black;
    padding: 10px 0px 10px 10px;
  }

  .estrelas-avaliacao img{
    height: 75%;
    width: 75%;
    margin: 5px 15px ;
  }
  .txt-preco{
    margin-left: 20px;
    padding: 18px 0px;
    color: #111;
    font-size: larger;
  }
  .linha {
  border: none;
  border-top: 1px solid #999;
  margin: 0 0 20px 0;
  width: 95%;
  }

  /* preço */

  .info-preco {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background: #fff; /* opcional */
    padding: 8px 16px;
    border-radius: 8px;
    justify-content: flex-start;
  }
  
  .preco-final {
    font-size: 24px; /* ↓ era 28px */
    font-weight: bold;
    color: #4CAF50;
    margin: 0;
  }
  
  .preco-original {
    font-size: 18px; /* ↓ era 20px */
    color: #555;
    text-decoration: line-through;
    margin: 0;
  }
  
  .ultima-unidade {
    background-color: #4CAF50;
    color: white;
    padding: 5px 12px; /* ↓ levemente reduzido */
    border-radius: 50px;
    font-size: 13px; /* ↓ era 14px */
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
  }
  
  
  .cta-verde {
  display: inline-block;
  width: 80%;
  padding: 20px 40px;
  margin: 20px 0 20px 0;
  background: #4A0B26;
  color: #ffffff;
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  transition: 0.3s ease;
  transform: translateY(0);
}

.cta-verde:hover {
  background: #4A0B26;
}
.section-frete{
width: 90%;
margin-bottom: 20px;
}
.card-frete{
  color: #111;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 30px 10px;
  align-items: center;
  justify-content: center;
}
.card-frete h2{
  font-size: medium;
}
.card-frete p{
  font-size: small;
  justify-content: center;
  padding-left: 15px;
}
.card-frete-principal{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.section-ult-unidade{
  color: #111;
  width: 98%;
  background-color: #fff;
}
.section-ult-unidade div{
justify-content: center;   /* Centraliza horizontalmente */
align-items: center;       /* Centraliza verticalmente */
text-align: center;        /* Alinha o texto dentro do div */
padding: 20px;
color: #4A0B26 ;    
}
.section-ult-unidade div h1{
  padding: 20px 0;
}
.section-descrition {
background-color: #f0f0f0;
color: #111;
width: 100%;
padding: 30px 0;
font-family: 'Segoe UI', sans-serif; /* Fonte mais moderna */
}

.section-descrition div {
padding: 0 10px;
text-align: left;
}

.section-descrition h1 {
font-size: 1.3rem;
margin-bottom: 8px; /* Espaçamento entre h1 e p */
font-weight: 600;
}

.section-descrition p {
font-size: 1rem;
line-height: 1.5;
}

.linha-des {
margin: 20px 10px;
border: none;
border-top: 1px solid #ccc;
}
.sections-img-description{
    width: 100vw;
    height: 70vh;
    margin: 10px 0;
}

.before-after-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: 95%;
  max-width: 1200px;
}

.before-after-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
}

.before-image,
.after-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.after-image-wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.2s ease;
  pointer-events: none;
}

.before-after__cursor-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  pointer-events: none;
}

.before-after__cursor {
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 5px;
  border-radius: 50%;
  cursor: ew-resize;
  z-index: 2;
}

.div-rolagem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 15px;
  max-width: 800px;     /* limite de largura */
  margin: 0 auto;       /* centraliza horizontalmente */
  box-sizing: border-box;
  width: 100%;
}

.div-rolagem h1 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0 10px;
  color: #4A0B26;
}

.div-rolagem p {
  font-size: 16px;
  line-height: 1.6;
  color: #4A0B26;
}

.section-before {
  display: flex;
  justify-content: center;     /* centraliza horizontalmente */
  align-items: center;         /* centraliza verticalmente se tiver altura definida */
  width: 95%;
  margin: 0 auto;              /* centraliza o bloco na tela */
  border-radius: 8px;
  overflow: hidden;            /* garante que o border-radius funcione na imagem */
  padding: 10px 0;
}

.section-before img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* opcional, se quiser também arredondar a imagem diretamente */
}

.faq-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 0px 20px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: calc(100% - 40px);
  box-sizing: border-box;
}

.faq-item {
  border-bottom: 1px solid #e0d5dc;
  padding: 15px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
}

.faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #4A0B26;
}

.faq-content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.faq-toggle svg {
  transition: transform 0.3s ease;
}

details[open] .faq-toggle svg {
  transform: rotate(180deg);
}

details summary::-webkit-details-marker {
  display: none;
}


details[open] .accordion svg {
  transform: rotate(180deg);
}

details summary::-webkit-details-marker {
  display: none;
}
.section-pegfreq {
  text-align: center;
  padding: 0px 20px;
  max-width: 800px;
  margin: 0 auto;
  color: #4A0B26;
}

.section-pegfreq h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-pegfreq p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

.section-avaliacao img{
  padding: 25px 35px;
}

.avaliacoes-section {
  padding: 40px 10px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.avaliacoes-titulo {
  font-size: 24px;
  color: #4A0B26;
  margin-bottom: 30px;
}

.avaliacoes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.card-avaliacao {
  background: #fff;
  padding: 0; /* tiramos padding para imagem colar nas bordas */
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden; /* pra imagem respeitar o border-radius do card */
}

.card-avaliacao img {
  width: 100%;
  height: auto; /* ajusta automaticamente conforme o conteúdo */
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
}


.card-avaliacao .estrelas {
  color: #ffc107;
  font-size: 16px;
  margin: 5px 0;
  padding: 5px 0;
}

.card-avaliacao strong {
  font-weight: bold;
  color: #4A0B26;
  margin-bottom: 6px;
  font-size: 15px;
}

.card-avaliacao p {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  word-break: break-word;
  padding: 10px 0;
}
