.card-theme-3 {
    --card-theme-3-accent: var(--cor_principal, #7b1117);
    --card-theme-3-text: #24313a;
    --card-theme-3-muted: #6d7d88;
    --card-theme-3-line: #dfe7ee;
    --card-theme-3-soft: #f7f9fb;
    --card-theme-3-price-bg: #f3f6f8;
    font-family: 'Titillium Web';
}

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

.card-theme-3 .card-produto {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 56px 16px 16px;
    border: 1px solid var(--card-theme-3-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(39, 52, 63, 0.08);
}

.card-theme-3 .card-produto .cardFlags {
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 2;
    display: flex;
    gap: 6px;
    margin: 0;
}

.card-theme-3 .card-produto .cardFlags:not(:has(*)) {
    display: none;
}

.card-theme-3 .card-produto .desconto {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--cor_principal, var(--card-theme-3-accent)) !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.card-theme-3 .card-produto .detalhe-icone {
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    margin: 0;
    border: 1px solid var(--card-theme-3-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--card-theme-3-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(36, 49, 58, 0.08);
}

#listagem_produto .card-theme-3 .card-produto .cardFlags {
    top: 14px;
    left: 16px;
    flex-direction: row;
    gap: 6px;
    margin-left: 0;
}

#listagem_produto .todos_os_produtos .card-theme-3 .card-produto .desconto {
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

.card-theme-3 .card-produto .detalhe-icone i {
    font-size: 20px;
}

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

.card-theme-3 .card-produto .imagem-produto {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #edf1f5;
    border-radius: 6px;
    background: var(--card-theme-3-soft);
}

.card-theme-3 .card-produto .imagem-produto img {
    width: auto;
    max-width: 82%;
    max-height: 138px;
    object-fit: contain;
}

.card-theme-3 .card-produto .informacoes_produto {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.card-theme-3 .card-produto .descricao-produto {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 0 6px;
    overflow: hidden;
    color: var(--card-theme-3-text);
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-theme-3 .card-produto .info-card-produto {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 10px;
}

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

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

.card-theme-3 .card-produto .infoProdValue {
    position: relative;
    min-height: 74px;
    margin-bottom: 10px;
    padding: 10px;
    border-left: 3px solid var(--cor_principal, var(--card-theme-3-accent));
    border-radius: 6px;
    background: var(--card-theme-3-price-bg);
}

.card-theme-3 .card-produto .infoProdValue:has(.valorUnidVar) {
    min-height: 96px;
    padding-bottom: 36px;
}

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

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

.card-theme-3 .card-produto .preco-promocao {
    margin: 0;
    color: var(--card-theme-3-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: line-through;
}

.card-theme-3 .card-produto .preco-produto {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    color: var(--card-theme-3-text);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
}

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

.card-theme-3 .card-produto .preco-produto .valorUnidVar {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #ffffff;
    color: var(--card-theme-3-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

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

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

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

.card-theme-3 .card-produto .calculo_imposto .imposto-produto {
    margin: 6px 0 0;
    color: var(--card-theme-3-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.card-theme-3 .card-produto .calculo_imposto .imposto-produto i,
.card-theme-3 .card-produto .preco-produto i {
    color: var(--card-theme-3-accent);
    font-size: 15px;
}

.card-theme-3 .card-produto .promocoes-link {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin: 10px 0;
    padding: 0;
    background: transparent;
}

.card-theme-3 .card-produto .promocoes-link a,
.card-theme-3 .card-produto .promocoes-link .desconto_qnt {
    min-height: 28px;
    padding: 6px 8px;
    border: 1px solid var(--card-theme-3-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--card-theme-3-text) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.card-theme-3 .card-produto .btn_opcao .btn {
    border-radius: 6px;
}

.card-theme-3 .card-produto .btn_opcao .btn.checked {
    color: #ffffff !important;
    background-color: var(--card-theme-3-text) !important;
    border-color: var(--card-theme-3-text) !important;
}

.card-theme-3 .card-produto .card-sugestao-compra {
    display: flex;
    justify-content: center;
    margin: 10px 0 14px;
    color: var(--card-theme-3-muted);
    font-size: 12px;
    font-weight: 600;
}

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

.card-theme-3 .card-produto .card-sugestao-compra .texto-sugestao:before {
    content: "\2726";
    margin-right: 6px;
    color: var(--card-theme-3-accent);
    font-size: 17px;
    line-height: 1;
}

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

.card-theme-3 .card-produto .footer-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-theme-3 .card-produto .btn-carrinho {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    border: 0 !important;
    border-radius: 6px !important;
    background: var(--card-theme-3-accent) !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800 !important;
    box-shadow: none !important;
}

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

#descricao_produto.product-detail-card-theme-3 {
    --card-theme-3-accent: var(--cor_principal, #7b1117);
    --card-theme-3-text: #24313a;
    --card-theme-3-muted: #6d7d88;
    --card-theme-3-line: #dfe7ee;
    --card-theme-3-soft: #f7f9fb;
    --card-theme-3-price-bg: #f3f6f8;
}

#descricao_produto.product-detail-card-theme-3 .card-produto-desc {
    position: relative;
    overflow: hidden;
    padding: 24px 24px 24px 28px;
    border: 1px solid var(--card-theme-3-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(39, 52, 63, 0.08);
}

#descricao_produto.product-detail-card-theme-3 .card-produto-desc:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--card-theme-3-accent);
}

#descricao_produto.product-detail-card-theme-3 .icones_info_produto .detalhe-icone {
    border: 1px solid var(--card-theme-3-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--card-theme-3-muted);
    box-shadow: 0 4px 12px rgba(36, 49, 58, 0.08);
}

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

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

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

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

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .desconto {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--cor_principal, var(--card-theme-3-accent)) !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .infoProdValue {
    position: relative;
    min-height: 78px;
    margin-bottom: 14px;
    padding: 12px;
    border-left: 3px solid var(--cor_principal, var(--card-theme-3-accent));
    border-radius: 6px;
    background: var(--card-theme-3-price-bg);
}

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .infoProdValue:has(.valorUnidVar) {
    min-height: 100px;
    padding-bottom: 38px;
}

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

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

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

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

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

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .preco-produto .valorUnidVar {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #ffffff;
    color: var(--card-theme-3-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

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

#descricao_produto.product-detail-card-theme-3 .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-3 .infoVendaProd .preco-produto .valorUnidVar .vlrUnidVar span {
    font-size: inherit;
}

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

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .calculo_imposto .imposto-produto i,
#descricao_produto.product-detail-card-theme-3 .infoVendaProd .preco-produto i {
    color: var(--card-theme-3-accent);
    font-size: 15px;
}

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .promocoes-link {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin: 10px 0;
    padding: 0;
    background: transparent;
}

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .promocoes-link a,
#descricao_produto.product-detail-card-theme-3 .infoVendaProd .promocoes-link .desconto_qnt {
    min-height: 28px;
    padding: 6px 8px;
    border: 1px solid var(--card-theme-3-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--card-theme-3-text) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .card-sugestao-compra {
    display: flex;
    justify-content: center;
    margin: 10px 0 14px;
    color: var(--card-theme-3-muted);
    font-size: 13px;
    font-weight: 600;
}

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

#descricao_produto.product-detail-card-theme-3 .infoVendaProd .card-sugestao-compra .texto-sugestao:before {
    content: "\2726";
    margin-right: 6px;
    color: var(--card-theme-3-accent);
    font-size: 17px;
    line-height: 1;
}

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

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

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

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

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