/** Shopify CDN: Minification failed

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

**/
.card-information span {
  font-family: "Quicksand";
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.card__badge span {
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}

.product-grid {
  span {
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}
h2,
h3 {
  text-transform: uppercase;
}
a {
  font-family: "Poppins";
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: color 0.5s;
}
a:hover {
  text-decoration: none !important;
  transition: color 0.5s;
}
h2 {
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.badge {
  letter-spacing: 0.4rem;
  color: #ffffff;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}