   body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

body, html {
  overflow-x: hidden;
}


    .top-bar {
      background-color: #016f69;
      color: white;
      text-align: center;
      padding: 17px;
      font-size: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .top-bar i {
      margin: 0 10px;
    }

    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #ccc;
    }

    .menu-left,
    .menu-right {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .menu-icon svg {
      width: 24px;
      height: 24px;
    }

    .logo {
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      flex: 1;
      text-align: center;
    }

    .menu-left {
      flex: 0 0 auto;
    }

    .menu-right {
      flex: 0 0 auto;
    }


    .header-spacer {
      width: 24px;
    }
	
	
	
	
	
	
	
	
	
	
	.slider-container {
    position: relative;
    overflow: hidden;
    width: 98%;
    max-width: 100%;
    height: 340px;
    margin: auto;
  }
  
  .slider-produtos {
    position: relative;
    overflow: hidden;
    width: 98%;
    max-width: 100%;
    height: 430px;
    margin: auto;
  }


  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    touch-action: pan-y;
  }

  .slider img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
  }

  .slider-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #016F69; 
  border-radius: 5px;        
  width: 30px;               
  height: 30px;              
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}


  .slider-nav.left {
    left: 10px;
  }

  .slider-nav.right {
    right: 10px;
  }

  .slider-nav i {
    color: #016F69;
    font-size: 18px;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 6px;
  }

  .slider-dots div {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
  }

  .slider-dots .active {
    background-color: #016F69;
    width: 25px;
  }
  
  
  

  
  
  
  
  
  .produtotop {
  position: relative;
  top: 15px;
  left: 13px;
  width: 406px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.desconto {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #016F69;
  color: white;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 5px;
  font-weight: bold;
}

.favorito {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 15px;
  cursor: pointer;
}

.imagem-produto {
  width: 80%;
  height: auto;
  display: block;
  margin: 40px auto 20px;
}


.tag-lancamento {
  margin-top: 15px;
  font-size: 11px;
  color: #ff00a5;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ff00a5;
  padding: 3px 8px;
  border-radius: 6px;
  background-color: transparent;
}

.marca {
  font-size: 15px;
  font-weight: bold;
  margin-top: 12px;
  color: #111;
  text-align: left;
}

.titulo {
  font-size: 16px;
  margin-top: 5px;
  text-align: left;
  color: #111;
  margin-bottom:20px;
}

.estrelas {
  color: #f7b500;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  margin-bottom:20px;
}

.preco-antigo {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  margin-top: 5px;
  text-align: left;
}

.preco-atual {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.parcelamento {
  font-size: 12px;
  color: #555;
  text-align: left;
  margin-bottom: 20px;
}

.botao-compra {
  background-color: #016F69;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  float: right;
  margin-top: -30px;
  font-size: 15px;
  cursor: pointer;
}

.descricao {
  font-size: 12px;
  color: #555;
  margin-top: 12px;
  clear: both;
  text-align: left;
}

    .footer-section {
      text-align: center;
      padding: 30px 20px;
      background-color: #f1f1f1;
    }

    .footer-title {
    color: #016F69;
    font-weight: 700;
    padding-bottom: 0;
    position: relative;
    text-transform: inherit;
    top: 40px
}
    .footer-section h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #333;
    }

    .app-buttons img,
    .selo-img img,
    .premios img,
    .pagamento img,
    .seguranca img,
    .redes img {
      max-width: 70%;
      height: auto;
    }

    .app-buttons,
    .premios,
    .pagamento,
    .seguranca,
    .redes {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }

     .links-uteis {
    background-color: #eeeeee;
    padding: 20px;
  }

  .link-item {
    background: white;
    padding: 20px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222;
    cursor: pointer;
  }

  .link-item i {
    color: #016F69;
  }

  .accordion-content {
    display: none;
    padding: 10px 20px;
    background: white;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
  }

  .accordion-content a {
    display: block;
    color: #016F69;
    text-decoration: none;
    margin: 5px 0;
    font-size: 14px;
  }

  .accordion-content a:hover {
    text-decoration: underline;
  }

    .footer-bottom {
      font-size: 14px;
      color: #333;
      text-align: center;
      margin: 30px 20px 10px;
    }

    .grupo-boticario {
      margin-top: 20px;
    }

    .grupo-boticario img {
      max-width: 180px;
      margin-top: 10px;
    }
	
.texto-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.1;
  font-size: 12px;
}

.texto-container h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.texto-container h3 {
  font-size: 16px;
  margin-top: 30px;
}

.texto-container a {
  color: #016F69;
  text-decoration: none;
  font-weight: bold;
}

.texto-container a:hover {
  text-decoration: underline;
}

.texto-container hr {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 30px 0;
}

.produtos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0px auto;
  max-width: 900px;
  top: 5px;
  position:relative;
  margin-bottom:30px;
}

.produto-card {
  width: calc(53% - 30px);
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: relative;
}

.produto-card .desconto {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #016F69;
  color: white;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 5px;
  font-weight: bold;
}

.produto-card .favorito {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.produto-card .imagem-produto {
  width: 100%;
  height: auto;
  display: block;
  margin: 50px auto 20px;
}

.produto-card .tag-lancamento {
  margin-top: 15px;
  font-size: 11px;
  color: #ff00a5;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ff00a5;
  padding: 3px 8px;
  border-radius: 6px;
  background-color: transparent;
}

.produto-card .marca {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  color: #111;
  text-align: left;
}

.produto-card .titulo {
  font-size: 15px;
  margin-top: 5px;
  text-align: left;
  color: #111;
  margin-bottom: 16px;
}

.produto-card .estrelas {
  color: #f7b500;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 16px;
}

.produto-card .preco-antigo {
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  margin-top: 5px;
  text-align: left;
}

.produto-card .preco-atual {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.produto-card .parcelamento {
  font-size: 12px;
  color: #555;
  text-align: left;
  margin-bottom: 20px;
}

.produto-card .botao-compra {
  background-color: #016F69;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  float: right;
  margin-top: -30px;
  font-size: 14px;
  cursor: pointer;
}

.produto-card .descricao {
  font-size: 12px;
  color: #555;
  margin-top: 12px;
  clear: both;
  text-align: left;
}




/* PAGINA PRODUTO */



.produto-container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  font-family: 'DMSans', Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-radius: 12px;
}

.produto-titulo {
  font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 6px 0;
  text-align: left;
  letter-spacing: 0.9px;
}

.produto-codigo {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.produto-tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.lancamento {
  margin-top: 15px;
  font-size: 12px;
  color: #ff00a5b0;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ff00a5b0;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: transparent;
}

.avaliacoes {
  font-size: 13px;
  color: #ffb400;
  padding: 7px 8px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ddd;
}
.avaliacoes span {
  color: #333;
  font-size: 12px;
}

.produto-img {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.produto-img img {
  max-width: 330px;
  width: 100%;
}

.produto-preco {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #dddddd54;
  text-align: center;
  background: transparent;
}


.preco-antigo {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  display: inline-block;
  font-weight: 600;
  margin-right: 8px;
}

.desconto-produto {
  font-size: 13px;
  background: #016F69;
  color: #fff;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 4px;
}

.preco-atual {
  font-family: 'DM Sans', Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 550;
  color: #212121;
  margin: 15px 0 5px;
  text-align: center;
}


.parcelamento {
  font-size: 15px;
  text-align: center;
  color: #444;
}

.btn-resgatar {
  margin-top: 15px;
  background-color: #016F69;
  color: #fff;
  border: none;
  width: 100%;
  padding: 25px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

	
.coracao-piscando {
  color: #ffffff;
  animation: piscar 0.8s infinite alternate;
}

@keyframes piscar {
  0% { opacity: 0.3; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.4); }
}













.flutuante-preco {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw; /* garante que nunca passe da largura da tela */
  background: white;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  display: none; /* começa escondido */
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 1000;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box; /* importante pra evitar quebra */
  flex-wrap: wrap;
  gap: 10px;
}


.preco-info {
  display: flex;
  flex-direction: column;
}

.preco-de {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-bottom: -5px;
  margin-left: 45px; /* ajuste aqui conforme quiser */
}


.desconto {
  background-color: #016F69;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 5px;
  left:20px;
}



.parcelas {
  font-size: 14px;
  color: #333;
}

.btn-comprar {
  background: #016F69;
  color: white;
  border: none;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.btn-comprar i {
  font-size: 18px;
}



.descricao-container {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.6;
}

.titulo-detalhes {
  font-size: 16px;
  font-weight: bold;
  color: #007a54;
  border-bottom: 2px solid #007a54;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.descricao-container h4 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

