.custom-product-detail_contentProduct__UwqF6{
    display: flex;
    justify-content: space-between;
}
/* ===============================
   CONTAINER GERAL
================================ */
.pdp-buybox_buyBox__zewcY {
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 20px 20px 24px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 820px;
}

/* ===============================
   VER TUDO DA MARCA
================================ */
.ver-marca {
    font-size: 13px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.ver-marca a {
    color: #e70d91;
    text-decoration: none;
}

.ver-marca a:hover {
    text-decoration: underline;
}

/* ===============================
   MARCA + AVALIAÇÕES
================================ */
.marca-review > p a {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

/* Avaliações */
.pdp-trustvox-rate_PDPTrustVoxRate__mbWFG {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 10px;
}

[data-stars-gray="true"] {
    width: 88px;
    height: 16px;
    background-repeat: no-repeat;
    position: relative;
}

.stars-gold {
    height: 100%;
    background-repeat: no-repeat;
}

[data-count-review="true"] {
    font-size: 12px;
    color: #6f6f6f;
}

/* ===============================
   NOME DO PRODUTO
================================ */
.texto-simples {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 6px 0 14px;
}

/* ===============================
   PREÇOS
================================ */
.pdp-buybox_pricesContent__KT4PR {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

[data-content-listprice="true"] span[data-testid="list-price"] {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

[data-content-price="true"] {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

[data-content-price="true"] span[data-testid="price"] {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

[data-content-price="true"] small {
    font-size: 13px;
    color: #000;
}

[data-content-installments="true"] span {
    font-size: 13px;
    color: #555;
}

/* ===============================
   VENDIDO POR
================================ */
.vendido-por {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 14px 0 6px;
    font-size: 13px;
    color: #555;
}

.vendido-por a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #e70d91;
    font-weight: 700;
    text-decoration: none;
}

.vendido-por a svg {
    color: #e70d91;
}

/* ===============================
   REFERÊNCIA
================================ */
.referencia {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

/* ===============================
   ALERTA CORRA
================================ */
.alerta-corra {
    background: #fde8f2;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 14px;
}

.alerta-corra-interno {
    display: flex;
    align-items: center;
    gap: 8px;
}

.texto-corra {
    font-size: 13px;
    color: #111;
}

.texto-corra strong {
    font-weight: 700;
}

/* ===============================
   BOTÃO COMPRAR
================================ */
.botao-comprar button {
    width: 100%;
    background: #e70d91;
    border: none;
    border-radius: 6px;
    padding: 14px 0 10px;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.botao-comprar button span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.botao-comprar button small {
    font-size: 12px;
    margin-top: 2px;
}

/* ===============================
   ENTREGA / CEP
================================ */
.calculo-cep-entrega {
    margin-top: 16px;
    border-top: 1px solid #ededed;
    padding-top: 14px;
}

.calculo-cep-entrega h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.calculo-cep-entrega h5 {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

/* ===============================
   ENTREGA RÁPIDA
================================ */
.rapido {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 12px;
    margin: 12px 0;
}

.rapido h5 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.rapido p {
    font-size: 12px;
}

.gratis-div strong {
    color: #e70d91;
    font-size: 14px;
}

/* ===============================
   BUSCAR OUTRO CEP
================================ */
.buscar-outro-cep button {
    background: none;
    border: none;
    padding: 0;
    color: #e70d91;
    font-size: 13px;
    cursor: pointer;
}

.buscar-outro-cep button:hover {
    text-decoration: underline;
}



















/* ===============================
   CONTAINER GERAL
================================ */
.custom-product-detail_detailProduct__cCK3Y {
    display: flex;
    position: relative;
}

/* ===============================
   GALERIA
================================ */
.galeria {
    display: flex;
    gap: 16px;
    position: relative;
}

/* ===============================
   MINIATURAS (ESQUERDA)
================================ */
.galeria-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;

    height: 520px;
    overflow-y: scroll;      /* continua scrollável */
    scrollbar-width: none;   /* Firefox */
    -ms-overflow-style: none;/* IE/Edge antigo */
}

.galeria-vertical::-webkit-scrollbar {
    display: none;           /* Chrome / Safari */
}
/* Scroll elegante (Chrome, Edge, Safari) */

.galeria-vertical img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border .2s;
}

.galeria-vertical img:hover,
.galeria-vertical img.active {
    border-color: #e70d91;
}

/* ===============================
   IMAGEM PRINCIPAL
================================ */
.imagem-slide {
    position: relative;
    width: 520px;
    height: 520px;
    background: #f7f7f7;
    border-radius: 12px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.imagem-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.galeria-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;

    height: 520px;
    overflow-y: scroll;

    scrollbar-width: none;    /* Firefox */
    -ms-overflow-style: none; /* Edge antigo */
}

.galeria-vertical::-webkit-scrollbar {
    display: none;            /* Chrome / Safari */
}




/* ===============================
   DESCONTO
================================ */
.interna-desconto {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
}

.desconto {
    background: #1a1a5e;
    color: #fff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desconto p {
    text-align: center;
    line-height: 1.1;
}

.desconto strong {
    font-size: 20px;
    display: block;
}

.desconto span {
    font-size: 13px;
    text-transform: uppercase;
}

/* ===============================
   SETAS
================================ */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.9);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    color: #555;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.nav.prev { left: 12px; }
.nav.next { right: 12px; }

.nav:hover {
    background: #fff;
    color: #000;
}




































/* ===============================
   CONTAINER EXTERNO
================================ */
.brindes {
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 24px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

/* ===============================
   HEADER COM LINHA ROSA
================================ */
.primeira-div-brindes header {
    position: absolute;
    top: -12px;
    left: 16px;
    background: #fff;
    padding: 0 10px;
    z-index: 2;
}

/* Linha rosa atrás do título */
.primeira-div-brindes::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f4b6c2;
    border-radius: 4px 4px 0 0;
}

/* Título */
.titulo-brinde {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
}

/* ===============================
   CARD INTERNO
================================ */
.primeira-div-brindes {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

/* ===============================
   IMAGEM
================================ */
.imagem-brindes {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagem-brindes img {
    max-width: 48px;
    max-height: 48px;
}

/* ===============================
   TEXTO
================================ */
.texto-brinde {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}



























/* ===============================
   CONTAINER PRINCIPAL
================================ */
.descricao-produto {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    padding: 28px 24px 24px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 24px;
}

/* ===============================
   FAIXA ROSA SUPERIOR
================================ */
.descricao-produto::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #f4b6c2;
    border-radius: 6px 6px 0 0;
}

/* ===============================
   HEADER / TÍTULO
================================ */
.descricao-produto header {
    position: absolute;
    top: -14px;
    left: 16px;
    background: #fff;
    padding: 0 10px;
    z-index: 2;
}

.titulo-descricao {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
}

/* ===============================
   CONTEÚDO
================================ */
.conteudo-descricao {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Títulos internos */
.conteudo-descricao strong {
    color: #111;
    font-weight: 700;
}

/* Espaçamento entre blocos */
.conteudo-descricao br {
    content: "";
    display: block;
    margin-bottom: 10px;
}

/* Lista simulada com hífen */
.conteudo-descricao {
    white-space: normal;
}

/* Ajuste visual dos itens */
.conteudo-descricao br {
    margin-top: 6px;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 600px) {
    .descricao-produto {
        padding: 24px 16px;
    }

    .conteudo-descricao {
        font-size: 13px;
    }
}
