/** Shopify CDN: Minification failed

Line 22:0 Unexpected "}"

**/
/* Hide prices on collection grid only */
body[class*="collection"] .grid-product__price {
  display: none !important;
}.template-index .grid-product__price {
  display: none !important;
}

/* Add slight spacing under product title on collection pages */
body[class*="collection"] .grid-product__title {
  margin-bottom: 12px !important;
  

}/* Homepage only: add the same top gap above the first section */
.template-index .index-section:first-of-type {
  margin-top: 20px !important;
}
}