#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 8px;
    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: 500px;
    }
    .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: 16px;
    font-family: var(--header-font-stack);
    font-weight: 500;
    font-style: normal;
    width: 100%;
    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);
}

@media screen and (max-width: 768px){
  .notification-bar__message{
    font-family: 'Flama Condensed Book';
    padding: 10px 0;
    font-weight: 600;
  }
}
