body{
    font-family: "Montserrat", sans-serif;
}

.topo-0 {
    background-color: #121212;
    padding: 10px 0;
}

.texto-topo-0 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-size: 12px;
    letter-spacing: .1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.topo-1 {
    background-color: #fff;
    padding: 15px 0;
    /* Linha sutil para separar o header do resto da página, opcional */
    border-bottom: 1px solid #eaeaea; 
}

/* Estilo para os links do menu */
.nav-link-custom {
    font-family: "Montserrat", sans-serif;
    color: #2b2b2b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.nav-link-custom:hover {
    color: #5b32f1; /* Puxando o tom de roxo/azul da sua logo para o hover */
}

/* Fontes GERAIS e Utilitários */
.font-montserrat {
    font-family: "Montserrat", sans-serif;
}
.cursor-pointer {
    cursor: pointer;
}

/* TOP-2 e GALERIA */
/* TOP-2 e GALERIA */
.topo-2 {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
}



.restam{
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    font-family: sans-serif;
    
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}

.restam2{
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    font-family: sans-serif;
    
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: center;
}

.texto-restam{
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 400;
}

.subitutlo{
    font-size: 24px;
    line-height: 1.3;
    color: #121212;
    font-weight: 400;
    margin-bottom: 25px;
}

.texto{
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    font-weight: 400;
    margin-bottom: 25px;
}

.rte{
     margin: 12px 0 !important;
              padding: 8px 8px !important;
              background: #f7f9fc !important;
              border: 1px solid #dde4ef !important;
              border-radius: 6px !important;
              box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;

              /* evita 'engolir' vizinhos */
              clear: both !important;
              overflow: auto !important;      /* cria BFC */
              box-sizing: border-box !important;
              max-width: 100% !important;

              /* layout interno */
              display: flex !important;
              flex-wrap: wrap !important;
              justify-content: center !important;
              align-items: center !important;
              gap: 6px !important;
              text-align: center !important;
}

.texto-novo{
    font-size: 13px;
    color: #999;
    font-weight: 500;
}

.exclusivo{
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #002F6C;
    color: #CCF2FF;
    margin-left: 4px;
}

.oferta{
        padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    color: #000;
    background: linear-gradient(90deg, #ffe600 0%, #ffd000 50%, #ffb300 100%);
    animation: flashGradient 3s linear infinite;
    background-size: 300% 100%;
    margin-left: 4px;
}

.img-correios{
    height: 30px;
    width: auto;
}

.titulo{
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    color: rgb(18, 18, 18);
}

.text-warning{
    font-size: 23px;
}

/* Nova regra para ocultar a barra de rolagem mantendo a funcionalidade */
.product-thumbnails {
    -ms-overflow-style: none;  /* Oculta no Internet Explorer e Edge */
    scrollbar-width: none;     /* Oculta no Firefox */
}

.product-thumbnails::-webkit-scrollbar {
    display: none;             /* Oculta no Chrome, Safari e Opera */
}

.thumb-item {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease-in-out;
}

/* O resto do CSS (thumb-active, color-variant, etc) continua igual... */
.thumb-item:hover {
    opacity: 0.8;
}
.thumb-active {
    border: 2px solid #121212!important;
    opacity: 1!important;
}

/* BOTÕES DE COR */
.color-variant {
    font-size: 0.95rem;
    padding: 0.55rem 0.8rem;
}

/* WIDGET: COMPRE MAIS E ECONOMIZE */
.custom-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}
.offer-box {
    transition: all 0.2s;
    background-color: rgba(237, 251, 245, 1);
    border: 1px solid rgba(0, 204, 106, 1);
}
.offer-box:hover {
    border-color: #58c214 !important;
}
.offer-box-active {
    border: 2px solid #28a745 !important;
    background-color: #fff !important; /* Fundo levemente esverdeado */
}
.bg-success-light {
    background-color: #d1e7dd;
}
.most-popular-badge {
    background-color: #20c997;
    top: 0;
    right: 15px;
    font-size: 0.7rem;
    color: white;
}

.linhas::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: var(rgba(0, 204, 106, 0.3), rgba(0, 0, 0, .3));
}  

.linhas::before {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: var(rgba(0, 204, 106, 0.3), rgba(0, 0, 0, .3));
}  

/* BOTÃO DE COMPRA */
.add-to-cart-btn {
    background-color: #53af01; /* Verde de alta conversão */
    border: none;
    transition: background-color 0.2s, transform 0.1s;
}
.add-to-cart-btn:hover {
    background-color: #fff;
    color: #53af01 !important;
}
.add-to-cart-btn:active {
    transform: scale(0.98);
}

.img-rounded{
    height: 40px;
    width: 50px;
    aspect-ratio: 16/9;
}

/* Efeito Accordion para as Ofertas */
.offer-details {
    display: none;
    animation: fadeInOffer 0.3s ease-in-out;
}
.offer-box-active .offer-details {
    display: block;
}

@keyframes fadeInOffer {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.rodape{
    background-color: #121212;
    padding: 40px 0 20px 0;
}

/* =========================================
   SEÇÃO DE DEPOIMENTOS (MASONRY PURO CSS)
========================================= */
.topo-depo {
    background-color: #fafafa; /* Fundo levemente cinza do print */
    padding: 60px 0;
}

/* Divisor lateral entre a nota 5 e as barras de progresso no Desktop */
@media screen and (min-width: 768px) {
    .border-md-end {
        border-right: 1px solid #eaeaea;
    }
}

/* Badge de Verificado (Bolinha escura com check) */
.verified-badge {
    background-color: #3c4556;
    color: #fff;
    font-size: 0.45rem;
    padding: 2px 3px;
    border-radius: 50%;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Estrutura do Grid Masonry */
.masonry-grid {
    column-count: 4; /* 4 colunas no Desktop (idêntico ao print) */
    column-gap: 1.25rem;
}

.review-card {
    break-inside: avoid; /* Impede que o card seja quebrado no meio em colunas diferentes */
    margin-bottom: 1.25rem;
    display: inline-block;
    width: 100%;
    border: 1px solid #f0f0f0 !important;
}

.review-img {
    border-radius: 6px 6px 0 0;
    object-fit: cover;
    max-height: 250px; /* Garante que fotos muito altas não quebrem o layout */
}

.img-selo{
    height: 45px;
    width: auto;
    position: absolute;
    top: -25px;
    right: 10px;
}

/* =========================================
   STICKY BUY BAR
========================================= */
.sticky-buy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Fica acima do menu mobile e de outros itens */
    background-color: #fff;
    transform: translateY(110%); /* Esconde a barra para baixo da tela */
    transition: transform 0.3s ease-in-out;
}

/* Quando o JS adiciona essa classe, a barra sobe e aparece */
.sticky-buy-bar.show-bar {
    transform: translateY(0);
}

/* Responsividade do Grid */
@media screen and (max-width: 992px) {
    .masonry-grid {
        column-count: 3; /* 3 Colunas no Tablet deitado */
    }
}

@media screen and (max-width: 768px) {
    .masonry-grid {
        column-count: 2; /* 2 Colunas no Tablet em pé */
    }
}

@media screen and (max-width: 576px) {
    .masonry-grid {
        column-count: 1; /* 1 Coluna no Celular */
    }
}

/* Animação suave para os novos reviews carregados */
.review-card.show-animated {
    animation: slideUpFade 0.4s ease-out forwards;
}

@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ativa o Sticky apenas no Desktop. No mobile, flui normalmente */
@media screen and (min-width: 768px) {
    .parado {
        position: sticky;
        top: 30px; 
        z-index: 10; /* Garante que as fotos fiquem por cima do fundo ao rolar */
    }
}

@media screen and (max-width: 600px) {
    .topo-2 {
        padding: 20px 0;
    }
    .thumb-item {
        width: 85px;
        height: 85px;
    }
}