/**
 * Task 33833 limited scope:
 * - sticky mobile header on homepage/catalog
 * - normal scroll-away header on product detail/cart
 * - popup above header
 * - touch reliability styles only
 * Does not move or restructure menu/header elements.
 */
@media (max-width: 768px) {
    body.home .elementor-location-header,
    body.woocommerce-shop .elementor-location-header,
    body.post-type-archive-product .elementor-location-header,
    body.tax-product_cat .elementor-location-header,
    body.tax-product_tag .elementor-location-header,
    body.archive.woocommerce .elementor-location-header,
    body.search .elementor-location-header,
    body.pp33833-mobile-catalog-sticky .elementor-location-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 10040 !important;
    }

    body.single-product .elementor-location-header,
    body.woocommerce-cart .elementor-location-header,
    body.pp33833-mobile-scroll-away .elementor-location-header {
        position: relative !important;
        top: auto !important;
        z-index: 10000 !important;
    }

    .elementor-location-header .header-action-mobile a[href],
    .elementor-location-header .header-action-mobile .elementor-icon {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }

    #elementor-popup-modal-82338.elementor-popup-modal {
        z-index: 11000 !important;
    }
}
