/* Sticky Scroll Styles */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

/* Adjustments often used by Essentials logic */
.pix-sticky-top-adjust {
    top: 110px !important; /* Matches theme default used in vertical-tabs.php */
}

/* Ensure parallax container has relative position logic if needed */
[data-jarallax-element] {
    will-change: transform;
}
