/** Shopify CDN: Minification failed

Line 14:10 Unexpected "{"
Line 14:19 Expected ":"
Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 23:10 Unexpected "{"
Line 23:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding .offer-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-{{ section.id }}-padding .offer-card {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
}
.section-{{ section.id }}-padding .offer-image img {
  max-width: 100%;
  display: block;
}