
body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #333;
        }

        /* Tipografia e Cores Base */
        .text-brand-brown { color: #8c5332; }
        .bg-brand-brown { background-color: #8c5332; color: white; }
        .bg-brand-brown:hover { background-color: #704228; color: white; }
        
        .product-title {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.2;
        }

        /* Galeria de Imagens */
        .main-image-bg {
            /*background-color: #efebe0;*/
            border-radius: 8px;
            /*padding: 2rem;*/
            position: relative;
            text-align: center;
        }
        .main-image-bg img {
            max-width: 100%;
            height: auto;
        }
        .badge-voted {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 100px;
        }
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(140, 83, 50, 0.7);
            color: white;
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .nav-arrow.left { left: 10px; }
        .nav-arrow.right { right: 10px; }
        
        .thumbnails img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
        }
        .thumbnails img.active {
            border: 2px solid #8c5332;
        }

        /* Opções de Cor (Swatches) */
        .color-swatch {
            width: 45px;
            height: 25px;
            border-radius: 15px;
            display: inline-block;
            border: 1px solid #ccc;
            cursor: pointer;
            margin-bottom: 5px;
        }
        .color-item {
            text-align: center;
            font-size: 0.75rem;
            width: 60px;
        }
        .color-item.active .color-swatch {
            border: 2px solid #333;
        }

        /* Seção de Bundles (Kits) */
        .bundle-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            position: relative;
            cursor: pointer;
            transition: all 0.2s;
        }
        .bundle-card.selected {
            border-color: #8c5332;
            background-color: #fcf7f2;
        }
        .save-badge {
            position: absolute;
            top: -12px;
            right: 15px;
            background-color: #34a853;
            color: white;
            font-size: 0.75rem;
            font-weight: bold;
            padding: 2px 8px;
            border-radius: 4px;
        }
        .old-price {
            text-decoration: line-through;
            color: #999;
            font-size: 0.85rem;
        }
        .current-price {
            font-weight: bold;
            font-size: 1.1rem;
        }

        /* Checkbox Automático */
        .autoship-box {
            border: 1px dashed #ccc;
            border-radius: 8px;
            padding: 15px;
            background-color: #fafafa;
        }

        /* Botão Adicionar ao Carrinho */
        .btn-add-cart {
            background-color: #222;
            color: white;
            font-size: 1.1rem;
            font-weight: 700;
            padding: 15px;
            border-radius: 28px;
        }
        .btn-add-cart:hover {
            background-color: #000;
            color: white;
        }

        .check-list i {
            color: #333;
            margin-right: 8px;
        }

        .img-logo{
            height: 45px;
            width: auto;
        }

.form-check-input:checked {
    background-color: #66391e;
    border-color: #66391e;
}

.topo-marquee {
    width: 100%;
    overflow: hidden;
    background-color: #ffe7c9;
    color: white;
    padding: 10px 0;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee {
    display: flex;
    width: 100%;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-content {
    display: inline-block;
    padding-right: 100%;
    color: #48433c;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.img-svg{
    margin-left: 10px;
}

.img-mulher{
    width: 100%;
    height: auto;
}

.topo-0{
    background-color: #fffaf3;
    padding: 40px 0;
}

.titulo-topo-0{
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    margin: 0;
    color: #121212;
    font-family: "DM Sans", sans-serif;
}

.subtitulo-topo-0{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin: 12px 0 0;
    letter-spacing: -0.01em;
    color: #000;
    max-width: 800px;
    margin: 10px auto;
}

.fundo-icone{
    display: flex;
    gap: 15px;
    align-items: center;
    align-content: center;
}

.img-icone{
    width: 65px;
    height: auto;
}

.titulo-icone{
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -.02em;
    margin: 0 0 8px;
}

.texto-icone{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.botao{
    background: #121212;
    color: #FFFFFF;
    height: auto;
    min-height: inherit;
    transition: .4s all;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    padding: 17px 30px !important;
    width: 100%;
    max-width: 500px;
    border: 1.5px solid #000000;
    gap: 10px;
    box-sizing: border-box;
}

.texto-botao{
    padding: 3px 8px;
    border: 1px dashed #8A4C2D;
    border-radius: 4px;
    background: #fdf2e8;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.02em;
    color: #8a4c2d;
    margin: 15px auto;
    max-width: 300px;
}

.topo-1{
    padding: 40px 0;
    background-color: #fff;
}

/* Estilização das tags (Badges) */
        .custom-badge {
            background-color: #e2f2e6; /* Verde clarinho */
            color: #111;
            font-weight: 500;
            font-size: 0.85rem;
            padding: 0.4em 0.8em;
            border-radius: 4px;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }

        .topo-2{
            padding: 40px 0;
            background-color: #fcf7f2;
            background-image: url(../imagens/fundo.webp);
            background-size: cover;
        }

        .titulo-etapa{
            margin: 0 0 4px;
            font-weight: 700;
            font-size: 22px;
            line-height: 140%;
            letter-spacing: -.02em;
            text-transform: uppercase;
            color: #8a4c2d;
        }

        .topo-3{
            background-color: #f5f5f5;
            padding: 40px 0;
        }

        /* Estilo da imagem circular sobreposta */
        .ingredient-img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            z-index: 2; /* Mantém a imagem acima do card */
            background-color: transparent;
        }

        /* Customização dos cards */
        .custom-card {
            border-radius: 10px;
            border: 1px solid #e0e0e0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            z-index: 1;
        }

        /* Estilo da lista (ícones e texto) */
        .benefit-list li {
            display: flex;
            align-items: center;
            margin-bottom: 0.6rem;
            font-size: 0.95rem;
            color: #1a1a1a;
        }

        /* Ícone SVG idêntico ao da foto */
        .check-icon {
            margin-right: 8px;
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

    .topo-4{
        background-color: #fffaf3;
        padding: 40px 0;
    }

    /* Container da imagem de Antes/Depois */
        .before-after-container {
            border-radius: 12px;
            overflow: hidden;
            height: 100%;
            min-height: 450px;
        }

        .image-half {
            width: 50%;
            position: relative;
        }

        .image-half img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .image-label {
            position: absolute;
            top: 15px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #333;
            letter-spacing: 0.5px;
        }

        /* Estilização dos Cards */
        .stat-card {
            background-color: #ffffff;
            border: 1px solid #e2d7d0;
            border-radius: 8px;
            padding: 1.25rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.02);
            display: flex;
            align-items: center;
        }

        /* Gráfico Circular (Donut) */
        .progress-circle {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            flex-shrink: 0;
        }

        .progress-circle::before {
            content: "";
            position: absolute;
            inset: 8px; /* Espessura do anel */
            background-color: #fff;
            border-radius: 50%;
            z-index: 1;
        }

        .progress-circle span {
            position: relative;
            z-index: 2;
            font-weight: 500;
            color: #72594b;
            font-size: 1.8rem;
        }

        /* Cores das porcentagens e gráficos */
        .circle-97 { background: conic-gradient(#cfbeb4 0% 97%, #f0e9e4 97% 100%); }
        .circle-88 { background: conic-gradient(#cfbeb4 0% 88%, #f0e9e4 88% 100%); }
        .circle-85 { background: conic-gradient(#cfbeb4 0% 85%, #f0e9e4 85% 100%); }

        /* Textos */
        .text-brown-light {
            color: #635045;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        .text-brown-dark {
            color: #72594b;
            font-weight: 700;
        }

        .img-efeito{
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        /* Container Principal */
        .comparison-wrapper {
            max-width: 900px;
            margin: 80px auto 50px auto; /* Margem superior grande para caber as imagens flutuantes */
            position: relative;
        }

        /* Imagens Flutuantes (Os produtos no topo) */
        .floating-img {
            position: absolute;
            top: -70px;
            left: 50%;
            transform: translateX(-50%);
            height: 110px;
            z-index: 10;
            object-fit: contain;
        }

        /* Cores Lado Esquerdo (Covebalm) */
        .bg-cove-dark { background-color: #f7e6d5; }
        .bg-cove-light { background-color: #fcf4ec; }
        .border-cove { border-color: #e6d4c3 !important; }

        /* Cores Lado Direito (Foundation) */
        .bg-found-dark { background-color: #e9e9e9; }
        .bg-found-light { background-color: #f4f4f4; }
        .border-found { border-color: #d6d6d6 !important; }

        /* Estilo das Células */
        .header-cell {
            padding: 40px 15px 15px 15px; /* Espaço em cima para a imagem */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100%;
        }
        
        .feature-cell {
            padding: 18px 25px;
            display: flex;
            align-items: center;
            height: 100%;
        }

        /* Tipografia e Ícones */
        .feature-text {
            font-size: 1rem;
            color: #1a1a1a;
            line-height: 1.3;
        }
        .foundation-title {
            font-size: 1.25rem;
            color: #1a1a1a;
            margin: 0;
            font-weight: 400;
        }
        .brand-logo {
            max-height: 45px;
            object-fit: contain;
        }

        .icon-check { color: #3ab55b; font-size: 1.4rem; }
        .icon-x { color: #8e1414; font-size: 1.4rem; }

        .accordion-item {
            border: none !important;
            border-bottom: 1px solid #eee !important;
            background-color: transparent !important;
        }    

        .accordion-button:not(.collapsed) {
            color: #8a4c2d !important;
            background-color: #fffaf3 !important;
        }
        
        .star-color {
            color: #ffc107; /* Amarelo das estrelas */
            font-size: 1.1rem;
        }

        /* --- Estilos do Cabeçalho (Resumo das Avaliações) --- */
        .rating-number {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1;
        }

        .progress {
            height: 8px;
            background-color: #e9ecef;
            border-radius: 4px;
            margin-bottom: 0;
            flex-grow: 1;
            margin: 0 10px;
        }
        
        .progress-bar {
            background-color: #ffc107;
            border-radius: 4px;
        }

        .bar-row {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
            font-size: 0.85rem;
            color: #666;
        }

        .write-review-btn {
            background-color: #000;
            color: #fff;
            border: none;
            padding: 10px 24px;
            border-radius: 4px;
            font-weight: 500;
            transition: all 0.2s;
        }

        .write-review-btn:hover {
            background-color: #333;
            color: #fff;
        }

        /* --- Estilos do Grid de Comentários (Masonry) --- */
        .reviews-masonry {
            /* Cria o layout de colunas estilo Pinterest */
            column-count: 4;
            column-gap: 1.5rem;
            margin-top: 2rem;
        }

        /* Responsividade das colunas */
        @media (max-width: 768px) {
            .reviews-masonry { column-count: 2; }
        }

        .review-card {
            background: #fff;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
            padding: 1rem;
            margin-bottom: 1.5rem;
            /* Evita que o card seja quebrado pela metade na coluna */
            break-inside: avoid; 
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        }

        .review-card img {
            width: calc(100% + 2rem); /* Faz a imagem ocupar o card todo, ignorando o padding */
            margin: -1rem -1rem 1rem -1rem;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            object-fit: cover;
            max-height: 250px;
        }

        .reviewer-name {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 0.2rem;
        }

        .review-text {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.5;
            margin-top: 0.5rem;
            margin-bottom: 0;
        }

        .rodape{
  background-color: #333;
  padding: 40px 0 20px 0;
}

.texto-rodape{
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

.texto-rodape a{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  margin-right: 5px;
}  

.texto-rodape a:hover{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}  

.img-card{
  height: 45px;
  width: auto;
  max-width: 100%;
  margin: 15px auto;
}

@media screen and (max-width: 600px) {

    .feature-cell { padding: 12px 10px; }
            .feature-text { font-size: 0.85rem; }
            .floating-img { height: 80px; top: -50px; }
            .header-cell { padding: 35px 10px 15px 10px; }
            .foundation-title { font-size: 1.1rem; }
            .icon-check, .icon-x { font-size: 1.2rem; }
            .brand-logo { max-height: 35px; }

    .mobile-scroll {
                flex-wrap: nowrap !important; /* Impede a quebra de linha */
                overflow-x: auto; /* Adiciona scroll horizontal */
                -webkit-overflow-scrolling: touch; /* Scroll suave no iOS */
                padding-bottom: 1rem;
                /* Ocultar barra de rolagem mas manter o scroll ativo */
                scrollbar-width: none; 
            }
            .mobile-scroll::-webkit-scrollbar {
                display: none;
            }
            .mobile-scroll > .col {
                flex: 0 0 85%; /* No mobile, cada card ocupa 85% da tela */
                max-width: 85%;
            }

    .titulo-etapa{
        font-size: 20px;
    }

    .mobile-scroll-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Oculta a barra no Firefox */
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
    }
            
    /* Oculta a barra de rolagem no Chrome/Safari */
    .mobile-scroll-row::-webkit-scrollbar {
        display: none; 
    }

    .mobile-scroll-col {
        flex: 0 0 85%; /* Define a largura do card no mobile (deixa um pedaço do próximo visível) */
        scroll-snap-align: center;
    }

    /* Adiciona um espaço no início e no fim para centralizar o primeiro e o último card */
    .mobile-scroll-row::before,
    .mobile-scroll-row::after {
        content: '';
        flex: 0 0 2.5%; 
    }
    

    .texto-icone{
        font-size: 15px;
    }    

    .titulo-icone{
        font-size: 18px;
    }

    .subtitulo-topo-0{
        font-size: 18px;
        line-height: 140%;
    }

    .titulo-topo-0{
        font-size: 26px;
        line-height: 124%;
    }

    .thumbnails img {
        width: 60px;
        height: 60px;
    }        

}