.elementor-kit-6{--e-global-color-primary:#FFBA00;--e-global-color-secondary:#394834;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFBA00;--e-global-color-2db0583:#7D6D5A;--e-global-color-b68562a:#CFA423;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );font-size:16px;overscroll-behavior:auto;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:2.25rem;}.elementor-kit-6 h2{font-size:2rem;}.elementor-kit-6 h3{font-size:1.75rem;}.elementor-kit-6 h4{font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;--error-box-border-radius:1rem 1rem 1rem 1rem;}body.e-wc-error-notice .woocommerce-error a.wc-backward, body.e-wc-error-notice .wc-block-components-notice-banner.is-error a.wc-backward{font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;--message-box-border-radius:1rem 1rem 1rem 1rem;--message-buttons-border-radius:2rem 2rem 2rem 2rem;--message-buttons-padding:0.5rem 1rem 0.5rem 1rem;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;--info-box-border-radius:1rem 1rem 1rem 1rem;--info-buttons-border-radius:2rem 2rem 2rem 2rem;--info-buttons-padding:.5rem 1rem .5rem 1rem;}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:1024px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:2rem;}.elementor-kit-6 h2{font-size:1.75rem;}.elementor-kit-6 h3{font-size:1.5rem;}.elementor-kit-6 h4{font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

.balance {
    text-wrap: balance;
}
.pretty {
    /*text-wrap: balance;*/
    text-wrap: pretty;
}

p:last-of-type {
    margin-block-end: 0;
}

/* CHECKOUT */

.woocommerce-checkout {

/*.fc-checkout-order-review__edit-cart {*/
/*    display: none;*/
/*}*/
a {
    color: inherit;
}

.fc-place-order-button {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    fill: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-secondary) !important;
    border-radius: 2rem 2rem 2rem 2rem !important;
    background-color: var(--e-global-color-primary) !important;
    
    transition: box-shadow 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 0 0px var( --e-global-color-accent ) !important;
    
    &:hover {
        box-shadow: 0 0 0 3px var( --e-global-color-accent ) !important;
    }
}

}

/* WOO NOTICES */

.woocommerce-info a[href*="/loja/"], .woocommerce-info a[href*="/?page_id=441"] {
    display: none;
}/* End custom CSS */