/** Shopify CDN: Minification failed

Line 48:0 Expected "}" to go with "{"

**/

/* Desktop H1 */
.main-product__block .m-product-title {
  font-size: 24px !important;
}

/* Mobile H1 */
@media screen and (max-width: 767px) {
  .main-product__block .m-product-title {
    font-size: 28px !important;
  }

.m-collection-page-header--small {
  padding: 40px 0 !important;
}
@media screen and (min-width: 1024px) {
  .m-collection-page-header--large {
    padding: 60px 0 !important;
  }
}
  .product-icons-detail {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}
.detail-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

  .product-card__info {
  text-align: center;
}
  .product-card__info {
  text-align: center;
}




