/** Shopify CDN: Minification failed

Line 38:49 Expected "}" to go with "{"

**/
/* 
    Add here your own custom css styles
*/

.product-item .jdgm-preview-badge-wrapper {
  height: 30px;
}

/* cambio font size h1, h2 y h3 posts blog */
.article-title .h1 {
  font-size: 32px !important;
}

.article-content h2 {
  font-size: 25px !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.article-content h3 {
  font-size: 22px !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

@media (max-width: 600px) {
.article-content h2 {
  font-size: 22px !important;
}
  .article-content h3 {
  font-size: 20px !important;
}
/* FIn cambio font size h1, h2 y h3 posts blog */