/** Shopify CDN: Minification failed

Line 10:36 Expected ":"

**/
.included-wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 0 14px 0;
  width: 100%;whats-included-section.css.liquid
  margin: 0 0 20px 0;
}
.included-wrapper-heading {
  font-family: var(--font-aktivgroteskex);
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.included-product-card {
  display: flex;
  margin: 18px 0 0 0;
}
.included-product-card-img {
  width: 90px;
  margin-right: 22px;
  position: relative;
  /* padding-top: 26.5%; */
  padding-top: 108px;
}
.included-product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.included-product-card-txt {
  width: calc(100% - 112px);
}
.included-product-card-txt a {
  text-transform: unset;
  text-decoration: none;
}
.included-product-card-txt-title {
  font-family: var(--font-ivyprestoheadline);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: #000000;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
}
.included-product-card-txt-details {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}