/*
Theme Name: Wanderland Child
Template: wanderland
Version: 1.0.0
*/

/* Corrige quebra de texto nos títulos da seção de categorias */
.mkdf-icon-with-text .mkdf-iwt-content .mkdf-iwt-title,
.mkdf-icon-with-text .mkdf-iwt-title a,
.mkdf-icon-with-text h5,
.mkdf-icon-with-text h4,
.mkdf-icon-with-text h3 {
    word-break: normal;
    overflow-wrap: normal;
    white-space: nowrap;
}

/* Corrige hover dos ícones */
.mkdf-icon-with-text:hover .mkdf-iwt-icon-holder img,
.mkdf-icon-with-text:hover .mkdf-iwt-icon-holder svg {
    opacity: 1;
    transform: none;
}

/* Desativa loader de transição em mobile */
@media (max-width: 1024px) {
    .mkdf-smooth-transition-loader,
    .mkdf-smooth-transition-loader.mkdf-mimic-ajax,
    .mkdf-mimic-ajax,
    .mkdf-st-loader,
    .mkdf-st-loader1,
    .mkdf-page-loader {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        z-index: -1 !important;
    }
    body, html {
        overflow: auto !important;
        height: auto !important;
    }
}