/* Force sticky column to work on mobile devices */
@media (max-width: 1024px) {
    .wd-elementor-sticky-column .elementor-widget-wrap,
    .woodmart-sticky-column .wpb_wrapper {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 20px !important;
        z-index: 10;
    }

    /* Adjust offset if custom offset is set */
    .wd_sticky_offset_0 .elementor-widget-wrap,
    .wd_sticky_offset_0 .wpb_wrapper {
        top: 0px !important;
    }

    .wd_sticky_offset_10 .elementor-widget-wrap,
    .wd_sticky_offset_10 .wpb_wrapper {
        top: 10px !important;
    }

    .wd_sticky_offset_20 .elementor-widget-wrap,
    .wd_sticky_offset_20 .wpb_wrapper {
        top: 20px !important;
    }

    .wd_sticky_offset_30 .elementor-widget-wrap,
    .wd_sticky_offset_30 .wpb_wrapper {
        top: 30px !important;
    }

    .wd_sticky_offset_50 .elementor-widget-wrap,
    .wd_sticky_offset_50 .wpb_wrapper {
        top: 50px !important;
    }

    .wd_sticky_offset_100 .elementor-widget-wrap,
    .wd_sticky_offset_100 .wpb_wrapper {
        top: 100px !important;
    }

    .wd_sticky_offset_150 .elementor-widget-wrap,
    .wd_sticky_offset_150 .wpb_wrapper {
        top: 150px !important;
    }
}
