.elementor-kit-8{--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-8 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* =========================================
   LOGO COLOR
   ========================================= */

/* At top: make black logo white */
body.home:not(.minomono-header-scrolled) #masthead .custom-logo,
body.home:not(.minomono-header-scrolled) #masthead .site-logo img,
body.home:not(.minomono-header-scrolled) #masthead .site-branding img,
body.home:not(.minomono-header-scrolled) #masthead .logo img {
    filter: brightness(0) invert(1) !important;
}

/* After scroll: return logo to black */
body.home.minomono-header-scrolled #masthead .custom-logo,
body.home.minomono-header-scrolled #masthead .site-logo img,
body.home.minomono-header-scrolled #masthead .site-branding img,
body.home.minomono-header-scrolled #masthead .logo img {
    filter: none !important;
}


/* =========================================
   MINOMONO — HEADER
   ========================================= */

/* Transparent header at top */
body.home .header-4-container,
body.home .header-4-inner,
body.home #masthead,
body.home .main-header {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-top: none !important;
}

/* Thin white border at top */
body.home .header-4-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30) !important;
}

/* =========================================
   HEADER ELEMENTS — TOP OF PAGE
   ========================================= */

body.home .header-4-container a,
body.home .header-4-container .menu-item > a,
body.home .header-4-container button,
body.home .header-4-container .site-header-cart,
body.home .header-4-container svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* =========================================
   HEADER AFTER SCROLL
   ========================================= */

body.home.minomono-header-scrolled .header-4-container,
body.home.minomono-header-scrolled .header-4-inner,
body.home.minomono-header-scrolled #masthead,
body.home.minomono-header-scrolled .main-header {
    background: #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
}

/* Black elements after scroll */
body.home.minomono-header-scrolled .header-4-container a,
body.home.minomono-header-scrolled .header-4-container .menu-item > a,
body.home.minomono-header-scrolled .header-4-container button,
body.home.minomono-header-scrolled .header-4-container .site-header-cart {
    color: #111111 !important;
}

body.home.minomono-header-scrolled .header-4-container svg {
    fill: #111111 !important;
}

/* Gray border after scroll */
body.home.minomono-header-scrolled .header-4-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}/* End custom CSS */