/* XStore mobile cart canvas must paint above the other Elementor header
 * columns. The canvas lives inside the right header flex item, while the
 * centred logo and menu live in sibling items; raising only the fixed canvas
 * is not sufficient when those siblings form their own stacking contexts. */
@media (max-width: 767px) {
    html body .elementor-15463 .elementor-element.elementor-element-3fd0bb7 {
        position: relative !important;
        z-index: 10001 !important;
    }

    html body .elementor-15463 .elementor-element.elementor-element-56d86562 .etheme-elementor-off-canvas__container {
        z-index: 10002 !important;
    }

    html body .elementor-15463 .elementor-element.elementor-element-56d86562 .etheme-elementor-off-canvas__main {
        isolation: isolate !important;
        z-index: 10003 !important;
    }

    html body .elementor-15463 .elementor-element.elementor-element-7ff895d4,
    html body .elementor-15463 .elementor-element.elementor-element-33e982ad {
        position: relative !important;
        z-index: 1 !important;
    }

    html body .elementor-15463 .elementor-element.elementor-element-56d86562 .product-mini-image,
    html body .elementor-15463 .elementor-element.elementor-element-56d86562 .product-mini-image img {
        position: relative !important;
        z-index: 2 !important;
    }
}
