/** Shopify CDN: Minification failed

Line 12:21 Expected identifier but found whitespace
Line 12:23 Unexpected "{"
Line 12:33 Expected ":"

**/


/* CSS from section stylesheet tags */
footer {
    background-color: {{ settings.footer_background_color }};
  }
/* Show carousel buttons only on desktop */
@media screen and (min-width: 768px) {
  .carousel-btn {
    display: block !important;
  }
}
/* Show carousel buttons only on desktop */
@media screen and (min-width: 768px) {
  .carousel-btn-2 {
    display: block !important;
  }
}