/** Shopify CDN: Minification failed

Line 42:1 Expected "}" to go with "{"

**/
.c_check_product .page-width{
  padding: 0;
} 

.c_check_product .collection__title.title-wrapper{
  margin-bottom: 0;
}

.c_check_product .c_section-head{
  margin-bottom: 0; 
}

.c_check_product .c_section-title{
  text-align: center;
  font-family: var(--font-dmSans-family);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 749px) {
  .c_check_product{
    padding: 0 10px;
  }
  
.c_check_product .c_section-head{
  margin-left: 0;
  margin-bottom: 44px;
}
  
.c_check_product .c_section-title{
  font-size: 20px;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}