.elementor-kit-60{--e-global-color-primary:#38B6FF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-627199f:#050A30;--e-global-color-7459ed9:#61CE70;--e-global-color-31791a4:#FFFFFF;--e-global-color-e3a57d4:#0000000D;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:19px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-3194905-font-family:"Jost";--e-global-typography-3194905-font-size:21px;--e-global-typography-3194905-font-weight:600;--e-global-typography-6244825-font-family:"Jost";--e-global-typography-6244825-font-size:17px;--e-global-typography-6244825-font-weight:400;}.elementor-kit-60 e-page-transition{background-color:#FFBC7D;}.elementor-kit-60 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.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 *//* Deixa todos os cards com altura igual no mobile */
@media (max-width: 767px) {
    ul.products li.product {
        display: flex;
        flex-direction: column;
        height: 100% !important;
    }

    /* Força o conteúdo interno a ocupar tudo */
    ul.products li.product .woocommerce-loop-product__title,
    ul.products li.product .price,
    ul.products li.product .button {
        margin-top: auto;
        margin-bottom: auto;
    }

    /* Centraliza o botão */
    ul.products li.product .button {
        display: block !important;
        margin: 12px auto !important;
        text-align: center !important;
    }
}/* End custom CSS */