/** Shopify CDN: Minification failed

Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 29:47 Unexpected "{"
Line 29:56 Expected ":"
Line 29:86 Unexpected "{"

**/
.ap-productlist-section {
  overflow: hidden;
  margin: 0;
}
[dir="ltr"] .ap-productlist--center .ap-productlist__inner {
  gap: 0;
}
.product-item {
  padding: 0;
}
.ap-productlist__inner--scroller {
  margin: 0;
}
@media (max-width: 576px) {
  .ap-productlist__inner--scroller {
    grid-auto-columns: 100vw;
  }
}

#shopify-section-{{ section.id }} h2.heading.h{{ section.settings.tab_heading_size }} {
  color: rgb(var(--heading-color, 40,40,40));
  text-shadow: 0.16em 0.16em 0 var(--color-a, #22f092);
  font-weight: 800;
  font-size: 15rem;
  line-height: 1.1;
  text-transform: uppercase;
}
