/* Dynamic Elementor home product feed. Image source and 1:1 crop match Shop. */
.bestseller-section.mh-home-products .mh-product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bestseller-section.mh-home-products .product-image {
  aspect-ratio: 1 / 1;
  background: #eeeae3;
}

.bestseller-section.mh-home-products .product-image img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 3%;
  object-fit: contain;
}

.bestseller-section.mh-home-products .mh-product-card-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.bestseller-section.mh-home-products .mh-home-products-empty {
  width: min(1280px, 100%);
  margin: 0 auto;
  color: #6f6d66;
  font-size: 13px;
}

@media (max-width: 680px) {
  .bestseller-section.mh-home-products .product-image {
    aspect-ratio: 1 / 1;
  }
}

