/* Milltek home visibility guard - Google/referrer cache */
body.home .header {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1000 !important;
}
body.home .header .header-logo,
body.home .header .header-menu,
body.home .header .logo,
body.home .header .logo img,
body.home .header .txt,
body.home .header a {
    opacity: 1 !important;
    visibility: visible !important;
}
body.home #et-heading-321737,
body.home #et-heading-321737 .text-wrapper,
body.home #et-heading-321737 .text,
body.home #et-heading-788259,
body.home #et-heading-788259 .text-wrapper,
body.home #et-heading-788259 .text {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
body.home #et-heading-321737,
body.home #et-heading-321737 .text,
body.home #et-heading-321737 a,
body.home #et-heading-788259,
body.home #et-heading-788259 .text,
body.home #et-heading-788259 a {
    color: #fff !important;
}
body.home #et-heading-321737 .highlight {
    color: #e12828 !important;
}
@media (min-width: 1024px) {
    body.home #et-desktop-1714.header.et-desktop { display: block !important; }
    body.home #et-mobile-2264.header.et-mobile { display: none !important; }
}
@media (max-width: 1023px) {
    body.home #et-mobile-2264.header.et-mobile { display: block !important; }
    body.home #et-desktop-1714.header.et-desktop { display: none !important; }
}