#preco-produto .bloco-preco{
    display: inline-flex;
    align-items: flex-start;
    gap: 2px;
    flex-wrap: nowrap;
    max-width: 100%;
}

#preco-produto .moeda{
    font-size: 28px;
    color: #369EF6;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    display: inline-block;
}

#preco-produto .valor{
    font-size: 48px;
    font-weight: bold;
    color: #369EF6;
    line-height: 0.95;
    display: inline-block;
    white-space: nowrap;
}

#preco-produto .centavos-bloco{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2px;
    margin-left: -2px;
}

#preco-produto .centavos{
    font-size: 30px;
    font-weight: bold;
    color: #369EF6;
    line-height: 1;
    display: block;
}

#preco-produto .avista{
    font-size: 12px;
    color: #000;
    line-height: 1;
    display: block;
    margin-top: 2px;
}

#preco-produto .texto-parcelamento{
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 0;
}

/* preco Revenda */
#preco-produto .lista-precos-revenda {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 12px;
    align-items: start;
}

#preco-produto .bloco-precoRevenda {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 1;
}
#preco-produto .lista-precos-revenda > strong {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    background: #f1f1f1 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px;
}

/* Caso exista <br> logo após o strong */
#preco-produto .lista-precos-revenda > br {
    display: none;
}

#preco-produto .bloco-precoRevenda .descricaoCodPag {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.2;
    background-color: #ff0;
    padding: 10px;
}

#preco-produto .bloco-precoRevenda .moedaRevenda {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #3399f3;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 3px;
}

#preco-produto .bloco-precoRevenda .valorRevenda {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    color: #3399f3;
    line-height: 1;
    vertical-align: baseline;
}

#preco-produto .bloco-precoRevenda .centavos-blocoRevenda {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    line-height: 1;
}

#preco-produto .bloco-precoRevenda .centavosRevenda {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #3399f3;
    line-height: 1;
}
/* Preco revenda */
#imagem-produto {
    text-align: center;
}

.produto-img-principal {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    #produto-comprar {
        padding-top: 10px !important;
        width: 100% !important;
    }

    #topo-produto-mobile {
        width: 100% !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    #produto-completo {
        margin-left: 0;
        margin-right: 0;
    }

    #imagem-produto {
        order: 1;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

    #dados-produto {
        order: 2;
        padding-left: 12px;
        padding-right: 12px;
    }

    .produto-img-principal {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #modelo_produto {
        margin-top: 10px;
    }
}

#youtube {
    margin: 0;
}

.video-youtube {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.video-youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#menu_produto_mobile {
    padding-top: 20px;
    padding-bottom: 10px;
}

#menu_produto_mobile .row {
    margin-bottom: 10px;
}

.menu-produto-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    padding: 14px 16px;
    text-decoration: none;
    color: #00387A;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}

.menu-produto-link:active,
.menu-produto-link:focus,
.menu-produto-link:hover {
    background: #f4f8fc;
    color: #00387A;
    text-decoration: none;
    border-color: #369EF6;
}

.menu-produto-seta {
    font-size: 24px;
    font-weight: bold;
    color: #369EF6;
    line-height: 1;
}
#menu_produto_interno {
    /*padding-top: 30px;*/
}

.menu-produto-desktop {
    background: #f8f9fb;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.menu-produto-desktop > .col {
    padding: 0;
    border-right: 1px solid #dbe4ee;
}

.menu-produto-desktop > .col:last-child {
    border-right: none;
}

.menu-produto-desktop-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 16px 12px;
    text-align: center;
    text-decoration: none;
    color: #00387A;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.2s ease;
    background: #f8f9fb;
}

.menu-produto-desktop-link:hover,
.menu-produto-desktop-link:focus {
    background: #eef5ff;
    color: #00387A;
    text-decoration: none;
}

.menu-produto-desktop-link:active {
    background: #e3efff;
}