.knl-product-card__image img,
.woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__includes,
.knl-product-includes ul {
  padding: 0;
  margin: .75rem 0 0;
  list-style: none;
}

.product__includes li,
.knl-product-includes li {
  position: relative;
  padding-left: 1rem;
}

.product__includes li::before,
.knl-product-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  background: currentColor;
}

.knl-honeypot {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}
