.card-theme-2 {
    --card-theme-2-blue: #10a7c4;
    --card-theme-2-green: #3f863f;
    --card-theme-2-text: #2f3942;
    --card-theme-2-muted: #7b8994;
    --card-theme-2-line: #edf2f6;
    --card-theme-2-panel: #f4f7fa;
    font-family: 'Titillium Web';
}

.card-theme-2 .swiper-slide,
.swiper-slide.card-theme-2 {
    width: 100%;
    height: auto;
}

.card-theme-2 .card-produto {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 46px 18px 18px;
    border: 1px solid #dbe5ee;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(42, 55, 66, 0.10);
}

.card-theme-2 .card-produto .cardFlags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
}

.card-theme-2 .card-produto .desconto {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 4px 12px;
    border-radius: 0 0 12px 0;
    background: var(--card-theme-2-blue);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.card-theme-2 .card-produto .detalhe-icone {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 38px;
    height: 38px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #edf3f8;
    color: #82919e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #dbe5ee;
}

.card-theme-2 .card-produto .detalhe-icone i {
    font-size: 23px;
}

.card-theme-2 .card-produto .content-produto {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.card-theme-2 .card-produto .imagem-produto {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 132px;
    margin-bottom: 18px;
}

.card-theme-2 .card-produto .imagem-produto img {
    max-width: 76%;
    max-height: 142px;
    object-fit: contain;
}

.card-theme-2 .card-produto .descricao-produto {
    display: -webkit-box;
    margin: 0 0 4px;
    overflow: hidden;
    color: var(--card-theme-2-text);
    font-family: 'Titillium Web';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.28;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-theme-2 .card-produto .fabricante-listagem,
.card-theme-2 .card-produto .marca,
.card-theme-2 .card-produto .ref {
    margin: 0;
    color: var(--card-theme-2-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.card-theme-2 .card-produto .info-card-produto {
    margin-bottom: 10px;
}

.card-theme-2 .card-produto .infoVendaProd {
    margin-top: auto;
}

.card-theme-2 .card-produto .infoProdValue {
    position: relative;
}

.card-theme-2 .card-produto .infoProdValue:has(.valorUnidVar) {
    padding-bottom: 26px;
}

.card-theme-2 .card-produto .valores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 0;
}

.card-theme-2 .card-produto .promocao {
    display: flex;
    align-items: baseline;
}

.card-theme-2 .card-produto .preco-promocao {
    margin: 0 8px 0 0;
    color: var(--card-theme-2-muted);
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

.card-theme-2 .card-produto .preco-produto {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    color: #1d252d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
}

.card-theme-2 .card-produto .preco-produto .lbValorUnidade {
    display: none;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e9eef4;
    color: #4f5f69;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .labelUnidVar {
    display: none;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .vlrUnidVar {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .vlrUnidVar span {
    font-size: inherit;
}

.card-theme-2 .card-produto .calculo_imposto .imposto-produto {
    margin: 4px 0 10px;
    color: var(--card-theme-2-muted);
    font-size: 13px;
    font-weight: 600;
}

.card-theme-2 .card-produto .calculo_imposto .imposto-produto i,
.card-theme-2 .card-produto .preco-produto i {
    color: #319fc1;
    font-size: 16px;
}

.card-theme-2 .card-produto .promocoes-link {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 10px 0;
    padding: 0;
    background: transparent;
}

.card-theme-2 .card-produto .promocoes-link a,
.card-theme-2 .card-produto .promocoes-link .desconto_qnt {
    min-height: 28px;
    padding: 6px 4px;
    border-radius: 3px;
    background: #f7f9fc;
    color: #397da0 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
}

.card-theme-2 .card-produto .card-sugestao-compra {
    display: flex;
    justify-content: center;
    margin: 8px 0 14px;
    color: #7d8b96;
    font-size: 13px;
    font-weight: 600;
}

.card-theme-2 .card-produto .card-sugestao-compra .icone-sugestao,
.card-theme-2 .card-produto .card-sugestao-compra .bubble {
    display: none;
}

.card-theme-2 .card-produto .card-sugestao-compra .texto-sugestao:before {
    content: "\2726";
    margin-right: 6px;
    color: #c400b8;
    font-size: 19px;
    line-height: 1;
}

.card-theme-2 .card-produto .card-sugestao-compra small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.card-theme-2 .card-produto .btn-carrinho {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    border: 0 !important;
    border-radius: 5px !important;
    background: var(--cor_principal, var(--card-theme-2-green)) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.card-theme-2 .card-produto .btn-carrinho p {
    margin: 0 !important;
}

#descricao_produto.product-detail-card-theme-2 {
    --card-theme-2-blue: #10a7c4;
    --card-theme-2-green: #3f863f;
    --card-theme-2-text: #2f3942;
    --card-theme-2-muted: #7b8994;
    --card-theme-2-line: #edf2f6;
    --card-theme-2-panel: #f4f7fa;
}

#descricao_produto.product-detail-card-theme-2 .card-produto-desc {
    overflow: hidden;
    padding: 24px;
    border: 1px solid #dbe5ee;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(42, 55, 66, 0.10);
}

#descricao_produto.product-detail-card-theme-2 .icones_info_produto .detalhe-icone {
    background: #edf3f8;
    color: #82919e;
    box-shadow: inset 0 0 0 1px #dbe5ee;
}

#descricao_produto.product-detail-card-theme-2 .info_produto_title h1 {
    color: var(--card-theme-2-text);
    font-weight: 700;
}

#descricao_produto.product-detail-card-theme-2 .referencia_produtos p {
    color: var(--card-theme-2-muted);
    font-weight: 600;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd {
    max-width: 520px;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .cardFlags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .desconto {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 4px 12px;
    border-radius: 0 0 12px 0;
    background: var(--card-theme-2-blue);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .infoProdValue {
    position: relative;
    margin-bottom: 14px;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .infoProdValue:has(.valorUnidVar) {
    padding-bottom: 26px;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .valores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 0;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .promocao {
    display: flex;
    align-items: baseline;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-promocao {
    margin: 0 8px 0 0;
    color: var(--card-theme-2-muted);
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    color: #1d252d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto .lbValorUnidade {
    display: none;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto .valorUnidVar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e9eef4;
    color: #4f5f69;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto .valorUnidVar .labelUnidVar {
    display: none;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto .valorUnidVar .vlrUnidVar {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto .valorUnidVar .vlrUnidVar span {
    font-size: inherit;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .calculo_imposto .imposto-produto {
    margin: 4px 0 10px;
    color: var(--card-theme-2-muted);
    font-size: 13px;
    font-weight: 600;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .calculo_imposto .imposto-produto i,
#descricao_produto.product-detail-card-theme-2 .infoVendaProd .preco-produto i {
    color: #319fc1;
    font-size: 16px;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .promocoes-link {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 10px 0;
    padding: 0;
    background: transparent;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .promocoes-link a,
#descricao_produto.product-detail-card-theme-2 .infoVendaProd .promocoes-link .desconto_qnt {
    min-height: 28px;
    padding: 6px 4px;
    border-radius: 3px;
    background: #f7f9fc;
    color: #397da0 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .card-sugestao-compra {
    display: flex;
    justify-content: center;
    margin: 10px 0 14px;
    color: #7d8b96;
    font-size: 13px;
    font-weight: 600;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .card-sugestao-compra .icone-sugestao,
#descricao_produto.product-detail-card-theme-2 .infoVendaProd .card-sugestao-compra .bubble {
    display: none;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .card-sugestao-compra .texto-sugestao:before {
    content: "\2726";
    margin-right: 6px;
    color: #c400b8;
    font-size: 19px;
    line-height: 1;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .card-sugestao-compra small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .btn-carrinho {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0 !important;
    border-radius: 5px !important;
    background: var(--cor_principal, var(--card-theme-2-green)) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700 !important;
    box-shadow: none !important;
}

#descricao_produto.product-detail-card-theme-2 .infoVendaProd .btn-carrinho p {
    margin: 0 !important;
}

@media screen and (max-width: 767.98px) {
    #descricao_produto.product-detail-card-theme-2 .card-produto-desc {
        padding: 16px;
    }

    #descricao_produto.product-detail-card-theme-2 .infoVendaProd {
        max-width: none;
    }

    #descricao_produto.product-detail-card-theme-2 .infoVendaProd .promocoes-link {
        grid-template-columns: 1fr;
    }
}

/* Tema 2: default alinhado ao topo, com areas reservadas para equalizar cards. */
.card-theme-2 {
    --B2B_grey_0: #FDFEFE;
    --B2B_grey_50: #F6F8FC;
    --B2B_grey_100: #E6EBF1;
    --B2B_grey_200: #BCC9D1;
    --B2B_grey_300: #8093A0;
    --B2B_grey_400: #475865;
    --B2B_grey_500: #2B343B;
    --B2B_grey_600: #0C1114;
    --B2B_Blue_50: #0098B9;
    font-family: 'Titillium Web';
}

.card-theme-2 .card-produto {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 46px 1rem 1rem;
    border: 2px solid var(--B2B_grey_100);
    border-radius: 8px;
    background: var(--B2B_grey_0);
    box-shadow: none;
}

.card-theme-2 .card-produto .detalhe-icone {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--B2B_grey_400);
    box-shadow: none;
}

.card-theme-2 .card-produto .detalhe-icone i {
    font-size: 1rem;
}

.card-theme-2 .card-produto .content-produto {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
}

.card-theme-2 .card-produto .imagem-produto {
    display: flex;
    min-height: 165px;
    max-height: 165px;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px;
    padding: 0;
    text-align: center;
}

.card-theme-2 .card-produto .imagem-produto img {
    width: auto;
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.card-theme-2 .produto-detalhes {
    display: flex;
    flex-direction: column;
}

.card-theme-2 .card-produto .descricao-produto {
    display: -webkit-box;
    min-height: 40px;
    max-height: 40px;
    margin: 0 0 4px;
    overflow: hidden;
    color: var(--B2B_grey_600);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-theme-2 .card-produto .info-card-produto {
    display: flex;
    min-height: 18px;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 0;
}

.card-theme-2 .card-produto .marca,
.card-theme-2 .card-produto .ref,
.card-theme-2 .card-produto .fabricante-listagem {
    margin: 0;
    color: var(--B2B_grey_400);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.card-theme-2 .card-produto .infoVendaProd {
    margin-top: 8px;
}

.card-theme-2 .card-produto .infoProdValue {
    position: relative;
    min-height: 116px;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}

.card-theme-2 .card-produto .infoProdValue:has(.valorUnidVar) {
    min-height: 138px;
    padding-bottom: 26px;
}

.card-theme-2 .card-produto .valores {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-top: 8px;
}

.card-theme-2 .card-produto .promocao {
    display: flex;
    align-items: flex-end;
}

.card-theme-2 .card-produto .cardFlags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    margin: 0;
}

.card-theme-2 .card-produto .desconto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 22px;
    padding: 3px 8px;
    border-radius: 0 0 8px 0;
    background: var(--B2B_Blue_50, #0098B9) !important;
    color: var(--B2B_grey_0);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.card-theme-2 .card-produto .desconto i {
    font-size: 10px;
}

.card-theme-2 .card-produto .preco-promocao {
    margin: 0;
    color: var(--B2B_grey_400);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: line-through;
}

.card-theme-2 .card-produto .preco-produto {
    display: block;
    margin: 0;
    color: var(--B2B_grey_600);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.card-theme-2 .card-produto .preco-produto span.lbValorUnidade {
    display: block;
    color: #666;
    font-size: 10px;
    font-weight: normal;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-height: 20px;
    color: var(--B2B_grey_600);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .labelUnidVar {
    display: block;
    color: #333;
    font-size: 12px;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .vlrUnidVar {
    display: block;
    margin: 0 0 8px;
    color: var(--cor_principal, #7b1117);
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .vlrUnidVar span {
    font-size: 15px;
}

.card-theme-2 .card-produto .calculo_imposto .imposto-produto {
    min-height: 16px;
    margin: 4px 0 0;
    color: var(--B2B_grey_400);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.card-theme-2 .card-produto .calculo_imposto .imposto-produto i,
.card-theme-2 .card-produto .preco-produto i {
    color: var(--B2B_grey_400);
    font-size: 1rem;
}

.card-theme-2 .card-produto .promocoes-link {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 8px 0 0;
    padding: 6px 8px;
    border-radius: 4px;
    background: var(--B2B_grey_50);
}

.card-theme-2 .card-produto .promocoes-link a,
.card-theme-2 .card-produto .promocoes-link .desconto_qnt {
    color: var(--B2B_grey_400) !important;
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration-line: underline;
}

.card-theme-2 .card-produto .btn_opcao {
    display: flex;
    min-height: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.card-theme-2 .card-produto .btn_opcao .btn {
    width: auto;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid var(--B2B_grey_300);
    border-radius: 4px;
    background: var(--B2B_grey_0);
    color: var(--B2B_grey_600);
    font-size: 12px;
}

.card-theme-2 .card-produto .btn_opcao .btn.checked {
    color: var(--B2B_grey_0);
    background-color: var(--B2B_grey_400) !important;
    border-color: var(--B2B_grey_300);
}

.card-theme-2 .card-produto .btn_opcao .melhor-opcao {
    position: relative;
}

.card-theme-2 .card-produto .btn_opcao .melhor-opcao .estrela {
    position: absolute;
    top: -14px;
    right: -7px;
    color: #FFD952;
    font-size: 1rem;
    -webkit-text-stroke: 1px #FFC774;
}

.card-theme-2 .card-produto .card-sugestao-compra {
    min-height: 38px;
    margin-top: 16px;
}

.card-theme-2 .card-produto .footer-card {
    display: flex;
    flex-direction: column;
}

.card-theme-2 .card-produto .btn-carrinho {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin-top: 1rem;
    border-radius: 4px !important;
    background-color: var(--cor_principal, #7b1117) !important;
    border-color: var(--cor_principal, #7b1117) !important;
    color: var(--B2B_grey_0) !important;
    font-family: 'Titillium Web' !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    text-decoration: none;
}

.card-theme-2 .card-produto .btn-carrinho p {
    margin: 0 !important;
}

/* Equalizacao do Tema 2: reserva espacos para dados opcionais sem alterar o HTML. */
.card-theme-2 .card-produto {
    padding-top: 20px;
}

.card-theme-2 .card-produto .detalhe-icone {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--B2B_grey_100);
    color: var(--B2B_grey_400);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.card-theme-2 .card-produto .detalhe-icone i {
    font-size: 1rem;
}

.card-theme-2 .card-produto .content-produto,
.card-theme-2 .card-produto .informacoes_produto {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.card-theme-2 .card-produto .imagem-produto {
    height: 300px;
    min-height: 300px;
    max-height: none;
    align-items: flex-start;
    margin-bottom: 12px;
    text-align: center;
}

.card-theme-2 .card-produto .imagem-produto img {
    max-width: 100%;
    max-height: none;
    height: auto;
    object-fit: initial;
}

.card-theme-2 .card-produto .dados-produto {
    min-height: 76px;
}

.card-theme-2 .card-produto .info-card-produto {
    min-height: 28px;
}

.card-theme-2 .card-produto .infoVendaProd {
    margin-top: 0;
}

.card-theme-2 .card-produto .infoProdValue,
.card-theme-2 .card-produto .infoProdValue:has(.valorUnidVar) {
    min-height: 146px;
    padding-bottom: 26px;
}

.card-theme-2 .card-produto .valores {
    min-height: 32px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
}

.card-theme-2 .card-produto .valores:has(.promocao) {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-top: 0;
}

.card-theme-2 .card-produto .valores:has(.promocao) .preco-produto {
    display: block;
}

.card-theme-2 .card-produto .valores:has(.promocao) .preco-produto span.lbValorUnidade {
    position: static;
}

.card-theme-2 .card-produto .valores:has(.promocao) .promocao {
    align-self: flex-start;
}

.card-theme-2 .card-produto .valores:has(.promocao) .price {
    width: 100%;
}

.card-theme-2 .card-produto .valores:not(:has(.promocao)):not(:has(.valorUnidVar)) {
    padding-top: 29px;
}

.card-theme-2 .card-produto .infoProdValue:has(.valorUnidVar) {
    min-height: 148px;
    padding-bottom: 0;
}

.card-theme-2 .card-produto .preco-produto:has(.valorUnidVar) {
    display: block;
}

.card-theme-2 .card-produto .preco-produto:has(.valorUnidVar) span.lbValorUnidade {
    position: static;
    display: block;
}

.card-theme-2 .card-produto .valores:has(.promocao) .preco-produto:has(.valorUnidVar) span.lbValorUnidade {
    position: static;
}

.card-theme-2 .card-produto .valores:has(.valorUnidVar) {
    position: relative;
    padding-top: 44px;
}

.card-theme-2 .card-produto .valores:has(.promocao):has(.valorUnidVar) {
    padding-top: 44px;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--B2B_grey_600);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .labelUnidVar {
    display: block;
    color: #333;
    font-size: 12px;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .vlrUnidVar {
    display: block;
    margin: 0 0 8px;
    color: var(--cor_principal, #7b1117);
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
}

.card-theme-2 .card-produto .preco-produto .valorUnidVar .vlrUnidVar span {
    font-size: 15px;
}

.card-theme-2 .card-produto .calculo_imposto {
    min-height: 20px;
}

.card-theme-2 .card-produto .custo_produto {
    margin-top: 0;
}

.card-theme-2 .card-produto .opcoesUnidades {
    min-height: 0;
}

.card-theme-2 .card-produto .footer_quantidade {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.card-theme-2 .card-produto .card-sugestao-compra {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 0;
    min-height: 0;
    gap: 8px;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.card-theme-2 .card-produto .card-sugestao-compra .icone-sugestao {
    display: inline-flex;
    align-items: flex-end;
    color: var(--cor_principal, #7b1117);
    font-size: 20px;
}

.card-theme-2 .card-produto .card-sugestao-compra .bubble {
    display: inline-block;
    padding: 4px 12px;
    border: 2px solid #D2D3D3;
    border-radius: 6px;
    background-color: #ffffff;
}

.card-theme-2 .card-produto .card-sugestao-compra .texto-sugestao {
    flex-grow: 1;
}

.card-theme-2 .card-produto .card-sugestao-compra .texto-sugestao:before {
    content: none;
}

.card-theme-2 .card-produto .card-sugestao-compra p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.card-theme-2 .card-produto .card-sugestao-compra small {
    display: block;
    margin-top: 4px;
    color: var(--B2B_grey_300);
    font-size: 10px;
    font-weight: inherit;
    line-height: 12px;
}

.card-theme-2 .card-produto .promocoes-link {
    min-height: 0;
}

.card-theme-2 .card-produto .promocoes-link a,
.card-theme-2 .card-produto .promocoes-link .desconto_qnt {
    min-height: 0;
    padding: 0;
    background: transparent;
    text-align: inherit;
}

.card-theme-2 .card-produto .btn-carrinho {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin-top: 1rem;
    min-height: 0;
    border-radius: 4px !important;
    background-color: var(--cor_principal, #7b1117) !important;
    border-color: var(--cor_principal, #7b1117) !important;
    color: var(--B2B_grey_0) !important;
    font-family: 'Titillium Web' !important;
    font-size: inherit;
    font-weight: 600 !important;
    box-shadow: none !important;
    text-decoration: none;
}

.card-theme-2 .card-produto .btn-carrinho p {
    margin: 0 !important;
}
