.card-theme-1 {
    --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-1 .swiper-slide,
.swiper-slide.card-theme-1 {
    width: 100%;
    height: auto;
}

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

.card-theme-1 .card-produto .content-produto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-theme-1 .card-produto .imagem-produto {
    text-align: center;
}

.card-theme-1 .card-produto img {
    max-width: 100%;
    height: auto;
}

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

.card-theme-1 .card-produto .descricao-produto {
    display: block;
    margin: 1rem 0 4px 0;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--B2B_grey_600);
    text-decoration: none;
}

.card-theme-1 .card-produto .info-card-produto {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

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

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

.card-theme-1 .card-produto .valores {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.card-theme-1 .card-produto .cardFlags {
    display: flex;
    margin-bottom: 8px;
}

.card-theme-1 .card-produto .desconto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 20px;
    background: var(--B2B_Blue_50);
    border-radius: 0 80px 80px 0;
    color: var(--B2B_grey_0);
    font-weight: 600;
    font-size: 12px;
    padding: 2px 4px;
}

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

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

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

.card-theme-1 .card-produto .btn_opcao {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.card-theme-1 .card-produto .btn_opcao .btn {
    border: 1px solid var(--B2B_grey_300);
    background: var(--B2B_grey_0);
    color: var(--B2B_grey_600);
    font-size: 12px;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    padding: 6px 12px;
}

.card-theme-1 .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-1 .card-produto .btn_opcao .melhor-opcao {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

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

.card-theme-1 .card-produto .btn_opcao .melhor-escolha {
    font-weight: 400;
}

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

.card-theme-1 .card-produto .promocoes-link a {
    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-1 .card-produto .card-sugestao-compra {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    gap: 8px;
}

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

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

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

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

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

.card-theme-1 .card-produto .quantidade_btn {
    margin-top: 1rem;
    display: flex;
}

.card-theme-1 .card-produto .quantidade_btn input {
    width: 100%;
    padding: 0 4px;
    border: 1px solid #F0F3F4;
    font-size: 1rem;
    height: 40px;
    text-align: center;
    border-radius: 0;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.card-theme-1 .card-produto .quantidade_btn button {
    border: 1px solid #F0F3F4;
    background: none;
    color: #000000;
}

.card-theme-1 .card-produto .btn_menos,
.card-theme-1 .card-produto .btn_mais {
    width: 100% !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
}

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