:root {
  --primary-color: #3bb764;
  --secondary-color: #58355e;
  --third-color: #58355e;
  --fourth-color: #d6f4ef;
  --primary-color-light: #198f7b;
  --primary-color-dark: #0d493f;
  --secondary-color-light: #2c9d9e;
  --secondary-color-dark: #0b2626;
  --contrast-color: #fbcd28;
  --text-color: #212529;
  --light-color: #d6f4ef;
}


@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap';

/* Cores e fontes */
:root {
  --new-primary: #B3001B;
  --new-blue-light: #3977a4;
  --bs-font-sans-serif: 'Poppins', sans-serif;
}

/* Estrutura e bordas do FAQ */
.faqs-bg {
  background-color: var(--new-blue-light); /* Fundo azul claro */
  border-radius: 3.125rem;
  padding: 2rem;
}


.theme-border-radius {
  border-radius: 3.125rem; /* Bordas arredondadas grandes */
}

.theme-border-radius-sm {
  border-radius: 2.1875rem; /* Bordas arredondadas menores */
}

.accordion {
  --bs-accordion-bg: #fcfcfd;
  --bs-accordion-active-bg: var(--new-blue-light);
  --bs-accordion-active-color: white;
  --bs-accordion-border-width: 0;
}

.accordion-button {
  background-color: #edeff4 !important;
  padding: 1rem;
}

.accordion-item {
  margin-bottom: 1rem;
  border: 0;
}

.accordion-header .accordion-button {
  font-weight: 500;
  color: black;
  border-radius: var(--theme-border-radius-sm);
}

/* Estilos dos títulos */
.heading-2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: white;
  text-align: center;
}

.accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}



* {
  transition: 0.2s;
}

html {
  font-size: 18px;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

 .btn-yellow {
    display: inline-block;
    padding: 12px 24px;
    background-color: #fbcd28; /* Bright yellow */
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #fbcd28;
  }


img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

.img-bottles {
  width: 80%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

@media (min-width: 768px) {
  .img-bottles {
    width: 130%; /* Adjust as needed for PC */
    max-width: 500px; /* Or any specific max width for desktop */
  }
}

.highlight-green {
  color: #58355e; /* Sugar Sweep green color */
}


figure {
  margin-bottom: 0;
}

iframe {
  display: block;
}

@media (max-width: 499px) {
  .navbar-brand {
    max-width: 160px;
  }
}

.item {
  transition: 0.2s;
}
.item:hover {
  scale: 1.025;
}

.button-bg {
  background-image: linear-gradient(to top, #b4e5ba 50%, #c7e7bc 51%);
  color: var(--text-color) !important;
  border: 2px solid #8abfa5 !important;
}

.button-bg:hover {
  background-image: linear-gradient(to bottom, #b4e5ba 50%, #c7e7bc 51%);
}
.button-bg.promo {
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  color: var(--text-color) !important;
  border: 2px solid #a78a19 !important;
}
.button-bg.promo:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--text-color);
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem var(--secondary-color);
}

#faq .accordion-item .accordion-button {
  font-weight: bold;
  background-color: var(--light-color);
}

#ingredients img {
  max-width: 100%;
}

#references * {
  font-weight: 500;
  word-break: break-all;
}
#references img {
  width: auto;
  height: 50px;
}
@media (max-width: 599px) {
  #references img {
    height: 30px;
  }
}
#references span {
  color: #8f8f8f;
}

.fw-bolder {
  font-weight: 900;
}

.triangle {
  position: relative;
}
.triangle::before, .triangle::after {
  content: " ";
  display: block;
  background-color: var(--secondary-color);
  border: 3px solid var(--secondary-color);
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: 50%;
  border-radius: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
}

#carouselReviews i.bi.bi-quote {
  font-size: 5em;
  color: var(--primary-color);
}
@media (max-width: 575px) {
  #carouselReviews i.bi.bi-quote {
    font-size: 2.5em;
  }
}
#carouselReviews i.bi.bi-quote.top {
  top: -0.5em;
  left: -0.5em;
}
#carouselReviews i.bi.bi-quote.bottom {
  bottom: -0.5em;
  right: -0.5em;
}
#carouselReviews .carousel-control-next, #carouselReviews .carousel-control-prev {
  filter: brightness(0.5) sepia(1) hue-rotate(125deg);
}
#carouselReviews .carousel-control-next-icon, #carouselReviews .carousel-control-prev-icon {
  height: 50px;
  width: 50px;
}
#carouselReviews .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.zoom-icon {
  position: absolute;
  left: calc(50% - 37px);
  top: 55px;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 11px;
  padding: 15px 25px;
  color: white;
  font-weight: 700;
  cursor: pointer;
}
.zoom-icon:hover {
  background: rgba(23, 130, 112, 0.6392156863);
}

  /* Cores personalizadas */
    :root {
      --green-border: #3bb764;
      --soft-green: #a6e3b5; /* Tom mais suave do verde para o fundo */
      --purple-text: #58355e;
    }

    /* Estilos gerais */
    body {
      margin: 0;
      padding: 0;
    }

    .pricebox {
      padding-top: 50px; /* Espaço no topo da seção */
  padding-bottom: 2rem; /* Reduz o espaço na parte inferior */

    }

    .price-box {
      border: 3px solid;
      border-radius: 20px;
      background-color: #ffffff;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      position: relative; /* Importante para a sombra */
      text-decoration: none;
      color: inherit;
      cursor: pointer;
      transition: transform 0.2s ease; /* Transição suave para o efeito de zoom */
    }

    /* Efeito de zoom suave ao passar o mouse */
    .price-box:hover {
      transform: scale(1.02);
    }

    .gray-border {
      border-color: #c1c4ca;
    }

    .green-border {
      border-color: var(--green-border);
      background-color: var(--soft-green);
      margin-top: -20px;
    }

    /* Adicionar sombra ao redor da caixa de 6 potes */
    .highlighted {
     box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    }

    /* Remover sublinhado nos elementos dentro da caixa ao passar o mouse */
    .price-box:hover, .price-box:hover * {
      text-decoration: none;
    }

    /* Divisão interna nas caixas de produto */
    .product-content {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .product-top, .product-bottom {
      width: 100%;
    }

    /* Estilos para dispositivos móveis */
    @media (max-width: 767.98px) {
      .order-1 {
        order: 3;
      }
      .order-2 {
        order: 1;
      }
      .order-3 {
        order: 2;
      }

      /* Divisão interna nas caixas de produto */
      .product-content {
        flex-direction: row;
        align-items: center;
      }

      .product-top, .product-bottom {
        width: 50%;
      }

      .product-top {
        padding-right: 10px;
      }

      .product-bottom {
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      /* Ajuste das imagens */
      .product-image {
        max-height: 100px;
      }

      /* Ajuste do botão */
      .buy-button {
        max-width: 100%;
        width: auto;
      }

      /* Ajuste do título */
      .price-box h3 {
        font-size: 1.8rem; /* Ajuste conforme necessário */
      }

      .price-box p {
        font-size: 0.9rem;
      }

      /* Reduzir margens entre caixas no mobile */
      .mb-4 {
        margin-bottom: 15px !important;
      }

      /* Remover margin-top negativa no mobile */
      .green-border {
        margin-top: 0;
      }

      /* Aumentar tamanho das imagens de preço em 25% no mobile */
      .price-image {
        width: 90.0%; /* 50% + 25% de 50% */
      }
    }

    /* Ajuste de altura para igualar as caixas */
    .price-box {
      height: 100%;
    }

    /* Reduzir margens entre caixas no desktop */
    @media (min-width: 768px) {
      .mb-4 {
        margin-bottom: 0 !important;
      }
      .col-lg-4 {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
      }
      .row {
        margin-left: -10px;
        margin-right: -10px;
      }

      /* Ajuste do tamanho das imagens de preço no desktop */
      .price-image {
        width: 60%; /* Tamanho padrão no desktop */
      }
    }

    /* Outros estilos */
    .price-box h3 {
      color: var(--purple-text);
      font-size: 1.8rem; /* Aumenta o tamanho da fonte */
      font-weight: bold;
    }

    .price-box p {
      margin: 0;
    }

    /* Estilo para o texto de total e frete */
    .total-text {
      color: var(--purple-text);
      font-weight: bold;
      font-size: 1.3em; /* Aumenta o tamanho da fonte em 10% */
    }

    .total-text s {
      color: inherit;
    }

.product-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.buy-button {
  max-width: 90%;
  margin: 0 auto; /* Centraliza horizontalmente */
  display: block;
  width: 100%; /* Garante que o botão ocupe toda a largura disponível */
}


    /* Estilo da imagem dos cartões */
    .cards-image {
      margin-top: 10px;
      width: 150px; 
      height: 30px;
    }

    /* Centralizar a imagem dos cartões */
    .product-bottom .cards-image {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

.product-bottom {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centraliza horizontalmente */
  justify-content: center;
}


    /* Remover sublinhado dos links dentro da caixa */
    .price-box a {
      text-decoration: none;
      color: inherit;
    }
    @media (min-width: 768px) {
  /* Aumentar a altura da caixa do meio no desktop */
  .highlighted {
    height: 105%; /* Aumenta a altura da caixa em 5% em relação às outras */
    margin-top: -20px; /* Mantém o efeito de ela estar um pouco para cima */
  }
                
        
    /* Container para cada ingrediente */
.ingredient-section {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c1c4ca;
}

/* Estilo para a coluna da imagem */
.ingredient-image {
  flex: 0 0 15%;
  max-width: 15%;
  margin-right: 20px;
}

/* Estilo para a coluna de texto */
.ingredient-text {
  flex: 1;
  color: var(--text-color);
}

.ingredient-text h4 {
  color: var(--purple-text);
  font-weight: bold;
  font-size: 1.6rem;
}

.ingredient-text p {
  margin-top: 10px;
}
