body {
  font-size: 0.875rem;
  color: hsl(228, 12%, 48%);
  background-color: hsl(30, 38%, 92%);
}

div.main {
  min-height: 100vh;
  min-width: 100vw;
  padding: 5rem 0.75rem;
}

div.card {
  background-color: hsl(0, 0%, 100%);
  max-width: 37.5rem;
  min-width: 21.875rem;
}
div.card img.card-image-mobile {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
div.card img.card-image-desktop {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 50%;
  height: 100%;
}
div.card div.card-content {
  padding: 2rem;
}
div.card span.sub {
  font-family: Montserrat, sans-serif;
  color: hsl(228, 12%, 48%);
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.28rem;
  margin-bottom: 2rem;
}
div.card h1 {
  color: hsl(212, 21%, 14%);
  font-family: Fraunces, serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
div.card p {
  color: hsl(228, 12%, 48%);
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
div.card div.pricing {
  color: hsl(158, 36%, 37%);
  font-family: Fraunces, serif;
  margin-bottom: 1.75rem;
}
div.card div.pricing span.discounted {
  font-size: 2rem;
}
div.card div.pricing span.regular {
  font-size: 0.8rem;
  color: hsl(228, 12%, 48%);
  display: inline-block;
  margin-left: 1rem;
  text-decoration: line-through;
}
div.card button.cart {
  width: 100%;
  background-color: hsl(158, 36%, 37%);
  font-size: smaller;
  font-weight: bold;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
div.card button.cart img {
  display: inline-block;
  margin-right: 0.4rem;
  width: 0.8rem;
}
div.card button.cart:hover,
div.card button.cart:focus {
  background-color: hsl(158, 42%, 18%);
}