.announcement-text {
    font-size: 1rem;
}
#shopify-section-footer {
    clear: both;
}
/* DESKTOP ONLY */
@media(max-width:768px) {
    .a360-hide-on-mobile {
        display: none;
    }
}
@media(min-width: 769px) {
    .a360-hide-on-desktop {
        display: none;
    }
}