/* Keep Announcement Bar Sticky at the Top */
.announcement-bar-section,
#shopify-section-sections--header__announcement_bar,
[id*="announcement-bar"] {
position: fixed !important;
position: sticky !important;
top: 0 !important;
z-index: 1001 !important;
width: 100%;
}
/* Push Main Navigation Header Down so it Doesn't Overlap */
.shopify-section-header,
.header-wrapper {
top: 40px !important; /* Adjust this number to match the height of your announcement bar */
}