/** Shopify CDN: Minification failed

Line 21:12 Expected identifier but found whitespace
Line 21:14 Unexpected "{"
Line 21:23 Expected ":"
Line 21:55 Expected ":"
Line 23:10 Expected identifier but found whitespace
Line 23:12 Unexpected "{"
Line 23:21 Expected ":"
Line 23:51 Expected ":"
Line 25:13 Expected identifier but found whitespace
Line 25:15 Unexpected "{"
... and 5 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* SNKRR BAR Services Section */
.snkrr-services-container {
  max-width: {{ section.settings.section_max_width }}px;
  margin: 40px auto;
  padding: {{ section.settings.section_padding }}px;
  border-radius: 18px;
  background: {{ section.settings.background_color }};
  font-family: {{ section.settings.font_family }}, Arial, sans-serif;
  box-shadow: 0 4px 28px rgba(102,102,102,0.08);
}
.snkrr-services-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
.snkrr-service-list {
  display: flex;
  flex-direction: column;
}