/* Hide default SVG paths and rects inside the sticky logo container */
.header-sticky.header-mall .logo-header svg path, 
.header-sticky.header-mall .logo-header svg rect {
    fill: transparent !important;
    stroke: transparent !important;
    opacity: 0 !important;
    transition: all 0.3s ease;
}

/* Swap to the colored MKC logo as a background-image over the SVG container to preserve layout size */
.header-sticky.header-mall .logo-header svg {
    background-image: url('https://t0fghabkrx.wpdns.site/wp-content/uploads/2026/07/Mkc-logo.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    transition: background 0.3s ease;
}
