.ketokarma-product {
  display: flex;
  flex-direction: column;
}

.ketokarma-product-desc {
  flex: 1 1 auto;
}

.ketokarma-product-category {
}

.ketokarma-product-category h2 {
  font-size: 20px;
  margin-bottom: .875rem;
  font-family: "Inter", sans-serif;
}

.ketokarma-product-category-header {
  margin-bottom: 1rem;
}

.product-category-header a::after {

}

.ketokarma-product-controls {
  text-align: center;
}

.ketokarma-products-footer {
  font-size: 14px;
  margin: 4rem 0;
}

.ketokarma-product-category-footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.ketokarma-product-category-footer a {
  font-size: .875rem;
}

/* Woo Commerce Overrides */
.wp-post-image, .attachment-woocommerce_thumbnail {
  border-radius: 4px;
}

.product {
  margin-bottom: 1rem;
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-loop-product__title {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: #161616;
}

.woocommerce ul.products li.product {
  margin-bottom: 1rem;
}

.product a.button {
  background-color: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
}