.elementor-350 .elementor-element.elementor-element-380a647{padding:50px 0px 50px 0px;}body.elementor-page-350:not(.elementor-motion-effects-element-type-background), body.elementor-page-350 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBEDF4;}/* Start custom CSS for shortcode, class: .elementor-element-394ddec *//* ========================================
   CSS CORRIGIDO - REMOVE BORDA AZUL
   Substitua TODO o código anterior por este
   ======================================== */

/* Botão COMPRAR - Verde Médio SEM BORDA */
a.product-button.buy-now,
.product-card a.product-button.buy-now,
.button-group a.product-button.buy-now {
    background: #018c80 !important;
    background-color: #018c80 !important;
    border: none !important;
    border-color: transparent !important;
    color: #fff !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
}

/* Hover Comprar - Verde Escuro */
a.product-button.buy-now:hover,
.product-card a.product-button.buy-now:hover,
.button-group a.product-button.buy-now:hover {
    background: #003b3c !important;
    background-color: #003b3c !important;
    border: none !important;
    border-color: transparent !important;
    color: #fff !important;
}

/* Botão SABER MAIS - Transparente com BORDA VERDE e TEXTO VERDE */
a.product-button.more-info,
.product-card a.product-button.more-info,
.button-group a.product-button.more-info {
    background: transparent !important;
    background-color: transparent !important;
    color: #003b3c !important;
    border: 2px solid #003b3c !important;
    border-color: #003b3c !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
}

/* Hover Saber Mais - Fundo Verde com Texto Branco */
a.product-button.more-info:hover,
.product-card a.product-button.more-info:hover,
.button-group a.product-button.more-info:hover {
    background: #003b3c !important;
    background-color: #003b3c !important;
    color: #fff !important;
    border: 2px solid #003b3c !important;
    border-color: #003b3c !important;
}

/* Força para sobrescrever qualquer estilo inline */
a.product-button[style*="border"],
.product-button[style*="border"] {
    border: none !important;
}

a.product-button.more-info[style*="border"] {
    border: 2px solid #003b3c !important;
}

/* Garante texto verde no estado normal */
a.product-button.more-info,
a.product-button.more-info:link,
a.product-button.more-info:visited {
    color: #003b3c !important;
}/* End custom CSS */