@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #5B5B5B;
}

#informacoes-nutricionais table th{
    border-top:0px;
    font-weight: bold;
    font-size: 15px;
}
#informacoes-nutricionais table th,
#informacoes-nutricionais table td{
    background-color:transparent !important;
    color: #fff !important;
    font-size: 13px;
    border-left:0px;
    border-right:0px;
}

.section-produtos {
    background-color: #ffffff;
    font-family: sans-serif;
}
.texto-marca {
    color: #8db546;
}
.titulo-produtos {
    font-family: "Nunito", sans-serif;
    font-size:40px;
    margin-bottom: 60px;
    font-weight: bold;
    height: 90px;
    display: flex;
    align-items: center;
}
.container-busca input::placeholder {
    color: #9C9C9C;
    font-size: 14px;
    opacity: 1;
}
.titulo-produtos-2 {
    font-size: 32px;
    margin-bottom: 60px;
    color: #4D6038;
}
.rotulo-busca {
    font-size: 18px;
    color: #666;
    margin-bottom: 24px;
}
.container-busca {
    position: relative;
    margin-bottom: 32px;
}
.container-busca input {
    border-radius: 8px;
    padding-right: 42px;
    font-size: 18px;
    border: 1px solid #8DB958;
    height: 50px;
    background-image:url('/wp-content/themes/hello-elementor/assets/images/icon-search.svg');
    background-position: center right;
    background-repeat: no-repeat;
}
.container-busca .bi-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}
.titulo-filtro {
    font-size: 18px;
    font-weight: bold;
    color: #4D6038;
    margin-bottom: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}
.botao-filtro-mobile {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #d4e3b5;
    color: #555;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 16px;
}
.botao-filtro-mobile i {
    color: #6d8e40;
    font-size: 18px;
}
.checkbox-filtro {
    display: none;
}
.rotulo-filtro {
   display: inline-flex;
  width: auto;
  align-items: center;
  padding: 12px 12px;
  border: 1px solid #d4e3b5;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.2s;
  background-color: transparent;
}
.rotulo-filtro::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 8px;
    border-radius: 2px;
    background-color: white;
}
/*.checkbox-filtro:checked + .rotulo-filtro {*/
.rotulo-filtro.active {
    background-color: #6d8e40;
    color: white;
    border-color: #6d8e40;
}
.rotulo-filtro.active::before {
    background-color: white;
    border-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236d8e40' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: contain;
}
.espaco-imagem-produtos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartao-personalizado {
    border: none;
    margin-bottom: 60px;
    background-color: transparent;
}
.container-imagem {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 24px;
}
.container-imagem img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.corpo-cartao {
    padding: 50px 24px 24px 32px;
    border-radius: 80px 0 80px 0;
    background-color: transparent;
    transition: all 0.3s ease;
}
.texto-referencia {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}
.titulo-personalizado {
    color: #6d8e40;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4e3b5;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.texto-descricao {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    transition: color 0.3s ease;
}
.container-botao {
    max-height: 0;
    opacity: 0;
    overflow: visible;
    transition: all 0.3s ease;
    margin-top: 0;
    display: flex;
    justify-content: center;
}
.botao-ver-mais {
    background: linear-gradient(90deg, #8DB958 0%, #5B8725 100%);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 24px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
}

@media (hover: hover) {
    .cartao-personalizado:hover .container-imagem img {
        transform: scale(1.05);
    }
    .cartao-personalizado:hover .corpo-cartao {
        background-color: #4D6038;
    }
    .cartao-personalizado:hover .texto-referencia,
    .cartao-personalizado:hover .titulo-personalizado,
    .cartao-personalizado:hover .texto-descricao {
        color: #ffffff;
    }
    .cartao-personalizado:hover .titulo-personalizado {
        border-bottom-color: #829074;
    }
    .cartao-personalizado:hover .container-botao {
        max-height: 60px;
        opacity: 1;
        margin-top: 24px;
        margin-bottom: -46px;
    }
}

@media (max-width: 767px) {
    .rotulo-filtro {
        display: flex;
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        color: #999;
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .rotulo-filtro::before {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .corpo-cartao {
        background-color: #4D6038;
    }
    .texto-referencia,
    .titulo-personalizado,
    .texto-descricao {
        color: #ffffff;
    }
    .titulo-personalizado {
        border-bottom-color: #829074;
    }
    .container-botao {
        max-height: 60px;
        opacity: 1;
        margin-top: 24px;
        margin-bottom: -46px;
        display: flex;
        justify-content: center;
    }
}

body {
    background-color: #ffffff;
    font-family: sans-serif;
}
.breadcrumb-custom {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 12px;
}
.breadcrumb-custom a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb-custom a:hover {
    color: #4D6038;
}
.breadcrumb-custom span {
    color: #ccc;
}
.breadcrumb-custom .ativo {
    color: #4D6038;
}
.caixa-imagem-principal {
    width: 100%;
    max-width: 500px;
    height: 500px;
    border-radius: 120px 0 120px 0;
    background-color: #e9f0d9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.caixa-imagem-sobreposta {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 80px 0 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 2;
}
.fundo-imagem-sobreposta {
    width: 70%;
    height: 70%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.texto-referencia-detalhe {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}
.titulo-produto-detalhe {
    color: #4D6038;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 24px;
}
.descricao-detalhe {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}
.composicao-detalhe {
    font-size: 14px;
    color: #666;

    margin-bottom: 32px;
}
.composicao-detalhe strong {
    color: #4D6038;
}
.linha-separadora {
    border-top: 1px solid #d4e3b5;
    margin-bottom: 32px;
    opacity: 1;
}
.botao-baixar-pdf {
    background: linear-gradient(90deg, #8DB958 0%, #5B8725 100%);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.3s;
}
.botao-baixar-pdf:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .caixa-imagem-principal {
        height: 380px;
        border-radius: 80px 0 80px 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    .caixa-imagem-sobreposta {
        top: auto;
        bottom: -60px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 180px;
        height: 180px;
        border-radius: 50px 0 50px 0;
        box-shadow: none;
    }
    .titulo-produto-detalhe {
        font-size: 26px;
    }
    .botao-baixar-pdf {
        width: 100%;
        justify-content: center;
    }
}