/** Shopify CDN: Minification failed

Line 30:18 Unexpected "{"
Line 30:27 Expected ":"
Line 31:21 Expected identifier but found whitespace
Line 31:23 Unexpected "{"
Line 31:32 Expected ":"
Line 33:20 Unexpected "{"
Line 33:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.revy-custom-content-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#shopify-section-{{ section.id }} .snptsauce-section {
    background-color: {{ section.settings.bg_color }};
  }
  #shopify-section-{{ section.id }} .snptsauce-section{
    text-transform: none;
    font-size: 12px;
    letter-spacing: .01em;
    font-family: var(--heading-font-family);
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
  }
  .snptsauce-section .SectionHeader-x { margin-bottom: 20px; }