@charset "utf-8";
/* CSS Document */

.productSwiper {
	margin-top: 20px;
}

.productSwiper .woocommerce-LoopProduct-link {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.productSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productSwiper a {
  color: grey;
  text-decoration: none;
  padding: 20px;
}

.product-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}