/*
 * Double Red / Shoptet fast-header boot layer
 *
 * IMPORTANT:
 * This file intentionally DOES NOT restyle the menu.
 * The original Double Red header/menu CSS remains in style.css.
 * It only removes the old visual dependency on window.onload,
 * so the existing header can paint immediately.
 */
#header {
    opacity: 1 !important;
}
