* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url("./images/backimg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  font-family: "Quicksand", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  max-width: 100%;
  color: white;
  padding: 1.5rem;
  text-align: center;
}

.cnpj {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

main {
  background-image: url("./images/backimg1.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
}
h1 {
  color: rgb(243, 223, 145);
}
section {
  margin-bottom: 2.5rem;
}
.about img {
  max-width: 100%;
  width: 400px;
  padding-bottom: 10px;
  border-radius: 1%;
}
.borderbottom {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.134);
  padding: 5px;
}
h2 {
  color: #b30000;
  margin-bottom: 20px;
}

.productsell {
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.134);
}
.products .product {
  border: 1px solid #e0e0e0;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1.2rem;
  background-color: #fff5f5;
}
.sponsorship img {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.commentsvalue {
  letter-spacing: 0.5px;
  width: 77%;
  margin: 0 auto;
  font-size: 18px;
  padding-bottom: 10px;
  color: #555555;
}
@media (max-width: 600px) {
  .commentsvalue {
    width: 92%;
    font-size: 15px;
    font-weight: bold;
  }
}
footer {
  max-width: 100%;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
}
.logo {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 150px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 600px) {
  body {
    padding: 0;
  }

  main {
    padding: 1rem;
  }
}
.toggle-btn {
  background-color: #b30000;
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.toggle-content {
  display: none;
  margin-top: 1rem;
  border-left: 4px solid #b30000;
  padding-left: 1rem;
  background: #fff5f5;
}

.highlight {
  color: #b30000;
  font-weight: bold;
}

@media (max-width: 600px) {
  .toggle-btn {
    width: 100%;
  }
}
/* Balão (container do link) */
.contact-bubble {
  max-width: 100%;
  margin: 40px 0px 40px 0px;
}

/* Link que agrupa ícone e texto */
.contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  justify-content: flex-end;
}

/* ÍCONE EM CÍRCULO */
.icon-circle {
  background-color: #1c8d1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: -8px;
  z-index: 2;
}

.icon-circle i {
  font-size: 1.4rem;
}

/* TEXTO EM RETÂNGULO (SEM ARREDONDAR OS CANTOS) */
.text-rectangle {
  background-color: #1c8d1c;
  padding: 10px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin-left: -5px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 470px) {
  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle i {
    font-size: 1.2rem;
  }
  .text-rectangle {
    padding: 10px 15px;
    font-size: 0.7rem;
  }
}
@media (max-width: 342px) {
  .icon-circle {
    width: 40px;
    height: 40px;
  }

  .icon-circle i {
    font-size: 0.8rem;
  }
  .text-rectangle {
    padding: 5px 15px;
    font-size: 10px;
  }
}
.cardbest {
  border: 1px solid rgba(87, 86, 86, 0.247);
  background-color: #ffffd1;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.089);
  display: flex;
  justify-content: center;
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin: 50px auto 0 auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.cardbest:hover {
  animation: hoverPulse 0.9s ease-in-out;
}
.cardbest a {
  padding: 10px;
  text-decoration: none;
  padding-bottom: 25px;
  max-width: 100%;
}
.offercontainer {
  background-color: black;
  color: white;
  font-size: 20px;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}
.offercontainerbest {
  background-color: #e27373;
  color: white;
  font-size: 22px;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  padding: 20px 60px 20px 60px;
}
.paymentmethods {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 400px) {
    .paymentmethods {
        padding: 15px 90px;
        font-size: 20px;
        gap: 30px;
        border-radius: 25px;
    }
  }
  @media (max-width: 340px) {
    .paymentmethods {
        padding: 15px 70px;
        font-size: 20px;
        gap: 25px;
        border-radius: 25px;
    }
  }
.paymentmethods img {
  width: 35px;
}
.paymentmethodsbest {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
@media (max-width: 400px) {
    .paymentmethodsbest {
        padding: 15px 90px;
        font-size: 20px;
        gap: 40px;
        border-radius: 25px;
    }
  }
  @media (max-width: 340px) {
    .paymentmethodsbest {
        padding: 15px 70px;
        font-size: 20px;
        gap: 28px;
        border-radius: 25px;
    }
  }
.paymentmethodsbest img {
  width: 40px;
}
.pricebt {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.button {
  background-color: #e1e1e1;
  padding: 15px 80px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  border-radius: 25px;
}
@media (max-width: 400px) {
    .button {
        padding: 15px 70px;
        font-size: 20px;
        border-radius: 25px;
    }
  }
.buttonbest {
  background-color: #fcc819;
  padding: 15px 110px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  border-radius: 25px;
}
@media (max-width: 400px) {
    .buttonbest {
        padding: 15px 90px;
        font-size: 20px;
        border-radius: 25px;
    }
  }
  @media (max-width: 340px) {
    .buttonbest {
        padding: 15px 70px;
        font-size: 20px;
        border-radius: 25px;
    }
  }
.shipping {
  color: rgba(0, 128, 0, 0.788);
  font-weight: bold;
  padding-top: 20px;
  font-size: 20px;
}
.truck {
  color: black;
  padding-left: 5px;
  font-size: 20px;
}
.suboffer {
  color: rgb(29, 28, 28);
  font-weight: bold;
  font-size: 1.4em;
}
.oldprice {
  color: rgb(15, 122, 5);
  font-size: 20px;
  font-weight: bold;
}
.mark {
  position: relative;
  display: inline-block;
  color: black;
}
.mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: translateY(-50%);
}
.picture img {
  width: 300px;
  max-width: 100%;
}