.template-product:not(.scroll-start):not(.open-menu) .header-group:has(.white-header) .section-announcement-bar,.section-announcement-bar{color:var(--black);border:1px dashed var(--black);border-top:0;transition:border 0.3s ease-in-out;}
body:not(.scroll-start):not(.open-menu) .header-group:has(.white-header) .section-announcement-bar{color:var(--white);/*border-color:var(--white);*/border:0;}
@media(min-width:992px){
  .section-announcement-bar{padding:8px 12px 9px;}
}
@media(max-width:991px){
  .section-announcement-bar{padding:9px 16px 9px;}
}