/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2025 | 14:37:29 */
@media(min-width:1366px){
	
/* Sticky sidebar container */
/*.woocommerce-shop*/ .wd-sidebar.sidebar-container.sidebar-left {
    position: sticky;
    top: 100px; /* Adjust based on your header/menu height */
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
    z-index: 2;
}

/* Optional: prettier scrollbar */
/*.woocommerce-shop*/ .wd-sidebar.sidebar-container.sidebar-left::-webkit-scrollbar {
    width: 6px;
}
/*.woocommerce-shop*/ .wd-sidebar.sidebar-container.sidebar-left::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

}