.elementor-15 .elementor-element.elementor-element-1d6afa49{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;--z-index:0;}.elementor-15 .elementor-element.elementor-element-6007564{z-index:0;}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-1d6afa49{--padding-top:20px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-15 .elementor-element.elementor-element-6007564 > .elementor-widget-container{margin:0px 0px -25px 0px;}}/* Start custom CSS *//* Estilo para todos os botões */
.woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    color: #fff !important;
}

/* Estilo específico para o botão de compra (alt) */
.woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #01DCA0 !important;
}

.woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #01DCA0 !important;
}

/* Estilo para outros botões */
.woocommerce button.button:not(.alt),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.alt) {
    background-color: #01DCA0 !important;
}

.woocommerce button.button:not(.alt):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.alt):hover {
    background-color: #01DCA0 !important;
}

/* Estilo para links */
.elementor-widget-woocommerce-checkout-page a {
    color: var(--links-normal-color, #01DCA0) !important;
}

.elementor-widget-woocommerce-checkout-page a:hover {
    color: #02B6B5 !important;
}/* End custom CSS */