/**
* Theme Name: Carafity Child
* Description: This is a child theme of Carafity, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: carafity
* Version: 1.3.0
*/
h1,
.alpha {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1px;
}

h2,
.beta {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
}

h3,
.gamma {
  font-size: 24px;
  line-height: 1.0909090909;
}

h4,
.delta {
  font-size:20px;
  line-height: 1.125;
}

h5,
.omega {
  font-size: 16px;
  line-height: 1.1666666667;
}

h6,
.sigma {
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 767px) {
	ul.carafity-products.products:not(.products-list) {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
}