/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/
/* 
/* Default sticky header style */
/* .site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Adjust as necessary */
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */

/* Disable sticky header when class is present */
/* .site-header.disable-sticky {
    position: static !important;
} */

/* Ensure the cart menu appears on top of the sticky header */
/* .cart.sidebar.open {
    position: relative;
    z-index: 1010; /* Higher than the header's z-index */
} */

