#shopify-section-announcement-bar{position:relative}.notification-bar{text-align:center;display:flex;padding:0 15px;flex-direction:column-reverse;justify-content:center;align-items:center}.notification-bar .sm-icons{justify-content:center;margin-bottom:0}.notification-bar .sm-icons li a{margin:5px;line-height:0}@media only screen and (min-width:992px){.notification-bar{flex-direction:row}.notification-bar.notification-bar--with-text.notification-bar--with-icons{justify-content:space-between}.notification-bar.notification-bar--with-text.notification-bar--with-icons .notification-bar__message{max-width:1000px}.notification-bar.notification-bar--with-text.notification-bar--with-icons .sm-icons{justify-content:flex-end}.notification-bar.notification-bar--with-text.notification-bar--with-icons .header-social-links,.notification-bar.notification-bar--with-text.notification-bar--with-icons .notification-bar__empty-div{flex:1 1 0}}@media screen and (max-width:991px){.notification-bar .sm-icons{margin-top:10px}}.notification-bar__message{font-size:var(--body-font-size);font-family:var(--body-font-stack);font-weight:var(--body-font-weight);font-style:var(--body-font-style);padding:10px 15px}.notification-bar__message p{display:inline-block;width:100%;margin:0}@media screen and (max-width:991px){.header-social-links{display:none}}.header-social-links .sm-icons svg{height:var(--body-font-size);width:var(--body-font-size)}

.shopify-section-group-header-group .notification-bar {
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.sticky-header-wrapper {
      top: 40px;
}
.header-logo-wrapper {
  margin-top: 40px
}
@media only screen and (max-width: 600px) {

}

.header-social-links .sm-icons .social_icons {
    height: var(--body-social-icon-size);
    width: var(--body-social-icon-size);
}
@media only screen and (max-width: 451px) {
.notification-bar__message{
  padding-bottom:0;
}  
 .sticky-mobile-header .mobile-logo-column img{
    display:none;
  }
}
