.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 .valores {
    display: flex;
    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 .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 .btn_opcao {
    position: relative;
    display: block;
    margin: 10px 0 0;
}

.card-theme-2 .card-produto .btn_opcao:after {
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 16px;
    color: #6d7b87;
    font-family: "bootstrap-icons";
    font-size: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}

.card-theme-2 .card-produto .btn_opcao input,
.card-theme-2 .card-produto .btn_opcao .btn:not(.checked) {
    display: none;
}

.card-theme-2 .card-produto .btn_opcao .btn.checked {
    width: 100%;
    min-height: 44px;
    padding: 9px 42px 9px 16px;
    border: 1px solid #8494a0;
    border-radius: 8px;
    background: #ffffff !important;
    color: #3e4a55;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
}

.card-theme-2 .card-produto .btn_opcao .melhor-escolha,
.card-theme-2 .card-produto .btn_opcao .estrela {
    display: none;
}

.card-theme-2 .card-produto .infoProdValue:after {
    content: "R$ 6,00 por unidade";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    margin-top: 6px;
    border-radius: 4px;
    background: #e9eef4;
    color: #4f5f69;
    font-size: 12px;
    font-weight: 800;
}

.card-theme-2 .card-produto .quantidade_btn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
}

.card-theme-2 .card-produto .quantidade_btn button,
.card-theme-2 .card-produto .quantidade_btn input {
    width: 100% !important;
    height: 46px !important;
    border: 1px solid var(--card-theme-2-line);
    border-radius: 0;
    background: #ffffff;
    color: #6e7c87;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.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(--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;
}
