body {
  margin-top: 100px;
  margin-bottom: 50px;
}

h1 {
  font-weight: 600;
  font-size: 2em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.25em;
}

.image-container {
  border-radius: 8px;
}
.image-container img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricing {
  font-weight: 600;
  margin-top: 10px;
  font-size: 2em;
}

.gender-container {
  margin: 10px 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.gender-container p {
  padding: 5px;
  border-radius: 5px;
  background-color: #eee;
  width: 75px;
}

.top-properties {
  margin-top: 10px;
}
.top-properties .property {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.top-properties .property .prop-title {
  width: 75px;
}
.top-properties .property .graph-container {
  flex-grow: 1;
  box-shadow: 2px 2px 5px 0 #ddd;
  border-radius: 5px;
}
.top-properties .property .graph-bar {
  border-radius: 5px;
}
.top-properties .property .prop-percent {
  width: 25px;
}

.ingredients {
  margin-top: 10px;
  margin-bottom: 200px;
}
.ingredients div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 3px 0;
  border-top: 1px solid #ddd;
}
.ingredients div p {
  width: 33.33%;
}/*# sourceMappingURL=product.css.map */