.elementor-kit-2885{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2885 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.anant-product-grid-nav-item,.anant-product-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 30vh;
    height: 70vh;
}

/* Responsivo para tablets */
@media (max-width: 1024px) {
    .anant-product-grid-nav-item,.anant-product-grid-item {
        min-height: 50vh;
        height: auto; /* Permite que a altura se ajuste */
    }
}

/* Responsivo para celulares */
@media (max-width: 768px) {
    .anant-product-grid-nav-item,.anant-product-grid-item {
        min-height: 30vh;
        height: auto;
        flex-direction: column;
        padding: 10px;
    }
}

/* Força o estilo do container do simulador */
#melhor-envio-shortcode.containerCalculator {
    border-radius: 15px !important;
    background-color: #f9f9f9 !important;
    padding: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    width: 100% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    font-family: 'Outfit', sans-serif !important;
}

/* Força o estilo do título */
#melhor-envio-shortcode p {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
}

/* Força os inputs */
#melhor-envio-shortcode input[type="text"],
#melhor-envio-shortcode select,
#melhor-envio-shortcode textarea {
    width: 100% !important;
    height: 42px !important; /* Altura ajustada */
    padding: 8px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 15px !important;
    transition: border 0.3s ease, background 0.3s ease !important;
}

/* Placeholder */
#melhor-envio-shortcode input[type="text"]::placeholder {
    color: #999 !important;
}

/* Foco com borda verde */
#melhor-envio-shortcode input[type="text"]:focus,
#melhor-envio-shortcode select:focus,
#melhor-envio-shortcode textarea:focus {
    border-color: #009688 !important; /* Verde ao focar */
    background-color: #f1f1f1 !important;
    outline: none !important;
}

/* Remove bordas da tabela */
#melhor-envio-shortcode table.border-none,
#melhor-envio-shortcode table.border-none td {
    border: none !important;
    padding: 0 !important;
}

/* Responsivo mobile */
@media (max-width: 768px) {
    #melhor-envio-shortcode.containerCalculator {
        padding: 20px !important;
    }

    #melhor-envio-shortcode p {
        font-size: 14px !important;
    }

    #melhor-envio-shortcode input[type="text"] {
        height: 36px !important;
        padding: 6px 10px !important;
        font-size: 13.5px !important;
    }
}

.ant-tooltip{
    display:none!important;
    
}/* End custom CSS */