/*
Theme Name: Miielo
Theme URI: https://miielo.pt/
Author: Miielo
Author URI: https://miielo.pt/
Description: Tema oficial Miielo. Header desktop/mobile, footer, loader global e base leve compatível com Elementor e WooCommerce.
Version: 1.1.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: miielo
License: Proprietary
*/

html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
body {
    min-width: 0;
    background: #fff;
    color: #061a43;
    font-family: Inter, Arial, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.miielo-site-main {
    width: 100%;
    min-width: 0;
}


/* =========================================================
   MIIELO THEME 1.0.1 — FOOTER END-OF-PAGE FIX
   Mantém o newsletter a poder sobrepor o topo do footer,
   mas impede as formas decorativas do footer de aumentarem
   a altura rolável da página depois do rodapé.
========================================================= */
.miielo-ft {
    margin-bottom: 0 !important;
    overflow-x: clip;
}

@media (min-width: 701px) {
    .miielo-ft::after {
        top: auto !important;
        bottom: 0 !important;
    }
}
