/** Shopify CDN: Minification failed

Line 18:14 Expected identifier but found whitespace
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 18:58 Expected ":"
Line 19:17 Expected identifier but found whitespace
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 19:64 Expected ":"
Line 23:16 Expected identifier but found whitespace
Line 23:18 Unexpected "{"
... and 6 more hidden warnings

**/
/* START_SECTION:featured-promotion (INDEX:33) */
.featured-promo-wrapper {
  padding-top: {{ section.settings.mobile_padding_top }}px;
  padding-bottom: {{ section.settings.mobile_padding_bottom }}px;
}
@media(min-width: 750px){
  .featured-promo-wrapper {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}
.featured-promo-grid {
  display: grid;
  gap: 20px;
}
@media(min-width: 750px){
  .desktop-2 { grid-template-columns: repeat(2,1fr); }
  .desktop-3 { grid-template-columns: repeat(3,1fr); }
  .desktop-4 { grid-template-columns: repeat(4,1fr); }
  .desktop-5 { grid-template-columns: repeat(5,1fr); }
}
.promo-card {
  text-align: center;
  padding: 20px;
}
.promo-icon img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
/* END_SECTION:featured-promotion */
