/** Shopify CDN: Minification failed

Line 42:14 Expected identifier but found whitespace
Line 42:16 Unexpected "{"
Line 42:25 Expected ":"
Line 42:64 Expected ":"

**/


/* CSS from section stylesheet tags */
.shop-occasion-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shop-occasion-heading {
  margin: 10px 0;
}

.shop-occasion-heading-img {
  display: block;
  height: auto;
}

.align-left {
  margin-left: 0;
  margin-right: auto;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.align-right {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .shop-occasion-heading {
    font-size: {{ section.settings.heading_font_size_mobile }}px !important;
  }
}