/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Parent container of sidebar */
.sidebar-sticky-container {
  position: relative;
}

/* Sticky sidebar styling */
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; /* Adjust based on your header height */
}