html,
body {
    height: 100%;
    font-family: Yanone;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #e0e0e0;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}


.container {
    position: relative;
    z-index: 0;
}

.s_descricao_produto {
    background: #fff;
    border-radius: 8px;
    margin-top: 50px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: initial !important;
}

.s_descricao_produto a {
    all: revert;
}

.s_descricao_produto a {
    display: inline;
    /* Define o display padrão para tags <a> */
}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: solid 10px #008a20;
}

.logo_desk a {
    color: #fff !important;
    font-weight: 600;
}

.logo {
    display: none;
}

.menu_desktop {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #008a20;
    border-radius: 8px;
    padding: 10px;
    overflow-x: hidden;
    justify-content: space-between;
}

.menu_desktop>div {
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 0;
}

section {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #000;
    text-align: center
}

.product-price {
    font-size: 30px;
    color: #000
}

.btn-whatsapp {
    display: flex;
    background-color: #00b62a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 30px;
    padding: 20px 40px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    justify-content: center;
    margin: 0 auto !important
}

.btn-whatsapp:hover {
    background-color: #00b27a !important;
    cursor: pointer
}

.logo a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.menu li a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 25px
}

.fundo_pro_a3 h2,
.fundo_pro_a1 h4 {
    margin-top: 0;
    padding-top: 30px
}

.menu-icon a,
.menu-icon-desk a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}

.menu-icon-desk a i {
    color: #fff;
}

.menu-icon-desk i {
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}


.menu_part_a {
    display: none !important;
}


@media only screen and (max-width: 600px) {
    .menu-icon {
        display: block;
        cursor: pointer
    }

    .menu_top_site {
        background-color: #008a20 !important;
    }

    .banner_top_click {
        max-width: 100%;

    }

    .menu {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #444;
        z-index: 1
    }

    .menu li {
        text-align: center
    }

    .menu li a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        display: block
    }

    .btns {
        display: block;
        text-align: center
    }
}

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

@media screen and (min-width: 600px) {

    p {
        flex: 1 1 50%;
        margin: 10px
    }

    ul {
        flex: 1 1 100%;
        margin: 10px
    }

    .fundo_pro_a2 {
        height: 500px;
        background-size: cover
    }
}

@media screen and (min-width: 300px) {
    .fundo_pro_a2 {
        height: 100vh;
        background-size: cover
    }

    .fundo_pro_a3 {
        background-size: cover;
        height: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .btn-whatsapp {
        padding: 10px 20px;
        width: 80% !important
    }
}

.fundo_pro_a3 {
    padding-bottom: 50px
}

figcaption {
    display: none
}

.grid-item {
    display: flex;
    width: 100%;
    min-height: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
}

.grid-item img {
    background-color: #fff;
    color: #fff;
}

.single-product {
    position: relative
}

.single-product .first-image {
    width: calc(100% - 20px);
    height: auto;
    margin-top: 10px;
    transition: transform .3s ease-in-out;
    border-radius: 8px
}

.product-price {
    margin-top: 5px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font: 600 26px Arial, Helvetica, sans-serif
}

.produto-acao-zap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #fff
}

.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745
}

.btn-lg {
    font-size: 18px;
    padding: 15px 30px
}

.single-product .first-image:hover {
    transform: scale(1.1)
}

.product-container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto
}

.product-image {
    display: flex;
    flex-direction: column;
    /* Garante que os filhos sejam empilhados */
    flex: 1;
}

.product-image .capa_imagem_do_produto {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 8px
}

.product-info {
    flex: 1;
    padding: 0 20px
}

.product-title {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;
    padding: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.product-title-list {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.product-content {
    padding-left: 10px;
    padding-right: 10px;
}

.product-summary {
    font-size: 1.5em;
    font-weight: 100
}

.btn-whatsapp {
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1.5em;
    text-decoration: none;
    background-color: green;
    color: #fff;
    border-radius: 5px;
    height: 60px;
}

.btn-whatsapp i {
    margin-right: 10px;
    font-size: 2em
}


#cw-pro-buscar-produtos {
    width: 100%;
}

.menu_part_b {
    display: flex;
    width: 68%;
}


.menu-flutuante {
    display: none !important;
}

@media (max-width: 767px) {

    .navbar-vetor {
        display: none;
    }

    .menu_part_a {
        display: block !important;
    }

    nav {
        border-top: none !important;
    }

    .menu_desktop {
        display: none;
    }

    .grid {
        grid-template-columns: none !important;
    }

    .menu-flutuante {
        display: none !important;
        position: fixed;
        width: 80% !important;
        z-index: 2000;
        top: 0px !important;
        left: 0px !important;
        background-color: #008a20;
        color: #fff;
        font-size: 22px;
        height: 100%;
        padding: 10px;
    }

    .menu-flutuante li {
        height: 50px;
        list-style: none;
        left: -5px;
        width: 100%;
        margin-bottom: 5px;
    }

    .menu-flutuante li a {
        display: block;
        padding: 10px;
        background-color: #fff;
        color: #000;
        border-radius: 8px;
        font-weight: 600;
    }

    .menu-icon-desk {
        display: none !important;
    }


    .menu_part_a_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
    }

    .menu_part_a_busca {
        box-sizing: border-box;
        width: 100% !important;
        margin-top: 5px;
    }

    .menu_part_a_busca #cw-pro-buscar-produtos_cell {
        width: 100% !important;
        box-sizing: border-box !important;
        height: 50px;
    }

    .menu-icon {
        font-size: 24px;
        color: #333;
    }

    .logo {
        display: block;
        text-align: center;
    }

    .logo a {
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    .menu_part_a .menu-icon:first-child {
        margin-right: auto;
    }

    .menu-icon i {
        padding: 10px;
        cursor: pointer;
    }

    .menu_part_a .menu-icon:last-child {
        margin-left: auto;
    }


    .menu_part_b {
        width: 100% !important;
    }

    .menu-icon i {
        color: #fff !important;
    }

    #cw-pro-buscar-produtos {
        width: calc(100% - 25px) !important;
        margin-top: 10px;
    }

    .menu_top_site {
        display: block !important;
        background: #008a20 !important;
    }

    .menu-icon {
        display: block !important;
    }

    .product-container {
        flex-direction: column;
        border: none;
        margin: 0
    }

    .product-image {
        width: 100%;
        margin-bottom: 20px;
        margin-top: -10px !important
    }

    .product-image img {
        max-width: calc(100% - 20px)
    }

    .product-info {
        width: 100%;
        padding: 0
    }

    .grid-item {
        width: calc(100% - 40px)
    }

    .menu {
        display: none !important;
    }

    .pesquisa_pro {
        text-align: center;
    }

    .menu-icon:last-of-type {
        display: none;
    }

    .product-summary {
        padding-left: 20px;
        padding-right: 20px;
    }


    .pesquisa_pro {
        display: block !important;
    }

    .btn-whatsapp {
        display: flex;
        align-items: center;
        margin: 0 auto !important;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.j_artes-footer {
    background: #008a20;
    color: #fff;
    padding: 20px 0;
    font-family: 'Arial', sans-serif;
    margin-top: 50px;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding: 0 10%;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
}

.footer-container>div {
    margin-bottom: 20px;
}

.footer-about,
.footer-links,
.footer-contact {
    flex: 1;
    min-width: 150px;
}

.footer-about p {
    padding-right: 40px !important;
}

.footer-about p,
.footer-contact ul,
.footer-links ul {
    list-style: none;
    padding: 0;
    font-size: 22px;
}

.footer-about h3,
.footer-links h3,
.footer-contact h3 {
    margin-bottom: 10px;
}

.footer-links ul li,
.footer-contact ul li {
    margin-bottom: 5px;
}

.footer-links ul li a,
.footer-contact ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover,
.footer-contact ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 0 5%;
    }

    .footer-container>div {
        flex: 1 100%;
    }
}


.j_artes-nav {
    margin-bottom: 10px
}

.j_artes-lista-links {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.j_artes-lista-links li {
    margin-right: 20px
}

.j_artes-lista-links li:last-child {
    margin-right: 0
}

.j_artes-lista-links a {
    color: #fff;
    text-decoration: none
}

.j_artes-direitos {
    margin-top: 10px
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

.logo a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.input-group {
    display: flex;
    width: calc(100% - 400px)
}

.form-select {
    width: auto;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #ced4da;
    border-right: none;
    padding: .375rem .75rem;
    height: 50px;
    font-size: 14px
}

.form-control {
    width: 100%;
    height: 35px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    font-size: 18px;
}

.input-group-prepend {
    display: flex
}

.menu {
    display: flex;
    align-items: center
}

.menu_categorias_ja {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

.menu_categorias_ja li {
    position: relative;
    margin-right: 20px
}

.menu_categorias_ja li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.menu_categorias_ja ul li:hover a {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}

.menu_categorias_ja ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    z-index: 1;
    background-color: #008a20;
    padding: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    border-radius: 8px
}

.menu_categorias_ja li:hover ul {
    display: block;
    opacity: 1;
}

.menu_categorias_ja ul li {
    margin: 0
}

.menu_categorias_ja ul li a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    width: calc(100% - 20px) !important;
    font-size: 16px;
}

.product-rating i.fa-star {
    color: #f1c40f;
    font-size: 32px
}

.product-rating i.fa-star-half-o {
    position: relative;
    color: #f1c40f
}

.product-rating i.fa-star-half-o:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #f1c40f;
    z-index: -1
}

.product-rating i.fa-star-half-o:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: -1
}

.product-rating i.fa-star-o {
    color: #ccc
}

.grid {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}

.mostrar_links_tags {
    display: flex;
    flex-wrap: wrap;
}

.mostrar_links_tags a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffffff;
    border: solid 1px #01c184;
    color: #000000;
    text-decoration: none;
    margin: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.mostrar_links_tags a:hover {
    background-color: #00946d;
    color: #fff;
}

/* CARROSEL IMAGENS BAIXO */

.thumbnail-container {
    display: flex;
    justify-content: flex-start;
    overflow-y: hidden;
    margin-top: 10px;
    overflow-x: auto;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px #ddd;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.thumbnail {
    width: auto;
    height: 100px;
    margin: 0 10px;
    cursor: pointer;
    background-color: #fff;
}

/* Estilos do botão */
#capa_imagem_do_produto {
    cursor: pointer;
    border-radius: 8px;
    margin: 0 auto;
}

/* Estilos da modal */
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-image {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

/* Estilos adicionais... */



/* ESTILOS MERCADO PAGO */

.botao_pagar_mercadopago {
    background-color: #007ed2;
    margin-top: 20px !important;
}

.botao_pagar_mercadopago:hover {
    background-color: #000482 !important;
    color: #fff;
}


.nao_hover:hover {
    background-color: #fff !important;
}


/* Estilo modal Mercado pago */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#modal_area_email,
#modal_area_qrcode {
    margin-top: 20px;
}

input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 50px;
    font-size: 22px;
}

.boatao-pix-mandar-email,
.botao-login,
.botao-cadastrar {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    height: 60px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #0099ff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.boatao-pix-mandar-email:hover,
.botao-login:hover,
.botao-cadastrar:hover {
    background-color: #1500d2 !important;
}

.mostar_imagm_qrcode {
    text-align: center;
    margin-bottom: 10px;
}

.mostar_codigo_pix {
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 22px;
    margin-top: 20px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
}


#mensagem_erro_login,
#mensagem_erro_cadastro,
#mensagem_erro_recuperar_senha {
    display: none;
    background-color: #ffa8a8;
    border: solid 1px #ff7b7b;
    color: #000;
    font-size: 22px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.title_modal {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

#link_login,
#link_login_b,
#link_recuperar_senha {
    font-size: 22px;
    font-weight: 600;
    color: #1500d2;
}

#link_cadastro {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background-color: #00c07a;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
    box-sizing: border-box;
}

#link_cadastro:hover {
    background-color: #008000;
}


#mensagem_sucesso_cadastro,
#mensagem_sucesso_login,
#mensagem_sucesso_recuperar_senha {
    display: none;
    background-color: #a8ffb2;
    border: solid 1px #59dfac;
    color: #000;
    font-size: 22px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}


#modal_area_recuperar_senha {
    display: none;
}


.zap_branco {
    background-color: #fff;
    color: #008a20;
    border-color: #008a20;
    border: solid 2px;
    margin-top: 20px !important;
}

.zap_branco:hover {
    background-color: #2a8e14 !important;
    color: #fff;
}

.botao_copiar_codigo {
    position: relative;
    padding: 16px 32px;
    font-size: 18px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.botao_copiar_codigo:hover {
    background-color: #45a049;
}

.botao_copiar_codigo:active {
    background-color: #3e8e41;
}


#contagem_regressiva,
#contagem_regressiva_cadastro {
    display: none;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #a8ffb2;
    border: solid 1px #59dfac;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contagem_regressiva span,
#contagem_regressiva_cadastro span {
    margin: 0 5px;
}


.modal_area_pix {
    flex-direction: column;
    padding: 10px;
    text-align: left;
}

.modal_dados_do_produto {
    width: 30% !important;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
    text-align: right !important;
    border-left: solid 2px #ddd;
}

.modal_dados_do_produto img {
    width: 200px;
    float: right;
    margin-bottom: 10px;
}

#modal_pagamento_nome_pro {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

#modal_pagamento_valor_pro {
    display: block;
    text-align: right;
    font-size: 28px;
    font-weight: 800;
}

.modal_mudar_pc_cell {
    display: flex;
}


@media screen and (max-width: 500px) {

    .modal_mudar_pc_cell {
        display: block !important;
    }

    .modal_area_pix,
    .modal_dados_do_produto {
        width: 100% !important;
    }

    .modal_dados_do_produto {
        margin-top: 20px;
        display: flex !important;
        border-left: none !important;
    }

    .carousel-item {
        width: 95% !important;
    }
}

.processando_pagamento {
    display: none;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffff00;
    border: solid 1px #fcff64;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.processando_pagamento div {
    display: flex;
    width: auto !important;
}

/* Estilo modal Mercado pago */



/* ESTILOS MERCADO PAGO */

.separador_de_botoes {
    margin-top: 20px !important;
    background-color: #fff;
    cursor: default;
    box-shadow: inset 0 0 10px #008000;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 8px;
}

.separador_de_botoes_b {
    margin-top: 20px !important;
    background-color: #fff;
    cursor: default;
    box-shadow: inset 0 0 10px #ff6600;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 8px;
}

.texto_separador {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1500d2;
}

.product-price span {
    font-size: 26px !important;
}

.numero_de_vendas {
    font-size: 22px;
    font-weight: 600;
}

.titulo_modal_cartao {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal_largura_maior {
    max-width: 800px;
}

#form-checkout {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.container_mp {
    height: 18px;
    display: inline-block;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    padding: 1px 2px;
}


.container_mp {
    margin-bottom: 10px;
}

.container_mp iframe {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#form-checkout__cardNumber,
#form-checkout__expirationDate,
#form-checkout__securityCode {
    height: 50px;
    border: none;
}

#form-checkout input[type="text"],
#form-checkout input[type="email"],
#form-checkout select {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

button[type="submit"] {
    background-color: #139417;
    color: white;
    padding: 10px 20px;
    font-size: 22px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #0e6e12;
}

.progress-bar {
    width: 100%;
    height: 20px;
}

#botoes_seletores_de_pagamento {
    padding: 20px;
}

#botoes_seletores_de_pagamento button {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 2px #00946d;
    border-radius: 8px;
    cursor: pointer;
}

#botoes_seletores_de_pagamento button img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: solid 1px #999999;
    float: left;
    margin-right: 20px;
}

#botoes_seletores_de_pagamento button span {
    font-size: 22px;
    font-weight: 600;
}

.modal_area_carta_set {
    padding: 10px;
}

.alerta_prodessanto_pagamento_pix,
.alerta_prodessanto_pagamento_cartao {
    background-color: #eeff00;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    width: 90%;
    margin: 0 auto;
}

.conteiner_selecao_formas_de_pagamento {
    min-width: 70% !important;
}

/* Estilo Paginação */
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0 auto;
    margin-top: 100px;
}

/* Estiliza os links da paginação */
.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    margin-right: 10px;
    border-radius: 8px;
    font-size: 26px;
}

/* Remove a margem do último link */
.pagination a:not(:last-child) {
    margin-right: 10px;
}

/* Estiliza o link ativo */
.pagination a.active {
    background-color: #008a20;
    color: #fff;
}

/* Estiliza o hover dos links */
.pagination a:hover:not(.active) {
    background-color: #008a20;
    color: #fff;
}


.no-products {
    text-align: center;
    background-color: #7d7d7d;
    color: #333;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 80%;
}

/* menu acordion  */

.navbar-vetor {
    background-color: #008a20;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    box-sizing: inherit;
}

.menu_item_novo {
    color: #FFFF00 !important;
    border: solid 1px #FFFF00;
}

.navbar-vetor a,
.dropdown:hover .dropbtn {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin: 5px;
    border-radius: 8px;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.navbar-vetor a:hover,
.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #008a20;
}

.dropdown-content-coluna-pai {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* Ajusta automaticamente o número de colunas */
    grid-gap: 10px;
    margin-top: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 8px;
}

.dropdown_largura_minima {
    min-width: 300px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 1200px;
    z-index: 1;
    border-radius: 8px;
}

.dropdown-content-coluna {
    border-left: solid 1px #008a20;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.dropdown-content a:hover {
    background-color: #008a20;
    color: #fff !important;
    /* Cinza claro */
}

.dropdown:hover .dropdown-content {
    display: flex !important;
    margin-top: 60px;
}

.titulo_menu_bar {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    width: 100%;
}

.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #333;
    color: #fff;
    overflow-y: auto;
    transition: transform 0.5s ease-in-out;
    /* Transição suave */
    z-index: 1000;
    /* Para garantir que o menu fique sobre outros elementos */
    padding: 20px;
}

.slide-menu.open {
    transform: translateX(0);
    /* Move o menu para dentro da tela */
}

.slide-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-menu ul li {
    margin: 15px 0;
    border-bottom: solid 1px #008000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slide-menu ul li:last-child {
    border-bottom: none;
    /* Remove a borda do último item do menu principal */
}

.slide-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: color 0.2s;
}

.submenu {
    display: none;
    /* Submenu oculto por padrão */
    padding-left: 20px;
}

.submenu.open {
    display: block;
    /* Exibir submenu quando a classe 'open' estiver presente */
    padding-left: 20px;
}

.submenu li {
    border-bottom: solid 1px #008000;
}

.submenu li:last-child {
    border-bottom: none;
    /* Remove a borda do último item do submenu */
}

.submenu li a {
    font-size: 16px;
    /* Tamanho menor para itens do submenu */
    padding-top: 10px;
    padding-bottom: 10px;
}


.stripe-produto {
    display: flex;
    gap: 12px;
    align-items: center;
}

.stripe-thumb {
    width: 100px;
    border-radius: 8px;
    background: #f3f3f3;
    display: none;
}

.stripe-prod-infos {
    min-width: 0;
}

.stripe-nome {
    font-weight: 700;
    font-size: 15px;
    color: #111;
    line-height: 1.2;
}

.stripe-preco {
    color: #0f766e;
    font-weight: 600;
    margin-top: 2px;
}

.stripe-resumo {
    margin: 6px 0 10px;
    color: #333;
}

.stripe-label {
    display: block;
    font-size: 13px;
    color: #444;
    margin: 8px 0 6px;
}

.stripe-input {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 10px;
    background: #fafafa;
}

.stripe-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 520px) {
    .stripe-row {
        grid-template-columns: 1fr;
    }
}

.stripe-status {
    min-height: 22px;
    font-size: 13px;
    color: #b91c1c;
    margin: 8px 0 8px;
}

.stripe-btn {
    width: 100%;
    margin-top: 6px;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: #1d4ed8;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stripe-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading .btn-text {
    opacity: .8;
}

.loading .btn-spinner {
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


#modal_pagamento_opcoes .ico-grid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_pagamento_opcoes .btn-ico {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    border: 2px solid #d9e1ef;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f4f7ff;
    padding: 0;
    outline: 0;
    transition:
        transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}

#modal_pagamento_opcoes .btn-ico img {
    width: 190px;
    height: 190px;
    transition: transform .15s ease;
}

/* variantes */
#modal_pagamento_opcoes .btn-ico.pix {
    background: #eaf7f0;
    border-color: #cfe9db;
}

#modal_pagamento_opcoes .btn-ico.card {
    background: #eaf0ff;
    border-color: #cfe0ff;
}

/* hover */
#modal_pagamento_opcoes .btn-ico:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

#modal_pagamento_opcoes .btn-ico.pix:hover {
    background: #dff3e7;
    border-color: #9fd4b9;
}

#modal_pagamento_opcoes .btn-ico.card:hover {
    background: #dfe8ff;
    border-color: #9fbcff;
}

#modal_pagamento_opcoes .btn-ico:hover img {
    transform: scale(1.08);
}


.cartao_fechar{
    background-color: transparent;
    border: none;
}


/* ===== Pagamento seguro (logos) ===== */
.paytrust{
    display:block;
    width:100%;
    color:#0f172a;           /* título levemente escuro */
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  }
  
  .paytrust h3{
    margin:0 0 .6rem 0;
    font-size:1.1rem;
    font-weight:700;
  }
  
  .paytrust-logos{
    display:flex;
    align-items:center;
    gap:18px;                /* espaço entre logos (igual à imagem) */
    flex-wrap:wrap;          /* quebra em telas pequenas */
  }
  
  /* Tamanho e comportamento das imagens */
  .paytrust-logos .brand img{
    --logo-h: 28px;          /* altura padrão dos logos (ajuste aqui) */
    height:var(--logo-h);
    width:auto;
    display:block;
    filter: grayscale(100%); /* estilo preto e branco do exemplo */
    opacity:.9;
    transition: filter .2s ease, opacity .2s ease, transform .2s ease;
  }
  
  .paytrust-logos .brand img:hover{
    filter: grayscale(0%);
    opacity:1;
    transform: translateY(-1px);
  }
  
  /* Ajustes finos por proporção (opcional) */
  .paytrust-logos .brand:nth-child(3) img{  /* Stripe costuma ser mais largo */
    height:26px;
  }
  .paytrust-logos .brand:nth-child(4) img{  /* Visa */
    height:26px;
  }
  .paytrust-logos .brand:nth-child(5) img{  /* Mastercard */
    height:26px;
  }
  
  /* Responsivo: diminui um pouco em telas muito estreitas */
  @media (max-width:480px){
    .paytrust-logos{ gap:14px; }
    .paytrust-logos .brand img{ --logo-h:24px; }
  }
  
  