.woocommerce-product-gallery .woocommerce-product-gallery__image,
.wd-product .product-element-top .product-image-link,
.wc-block-cart-item__image > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 120%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg),
.wd-product .product-element-top .product-image-link img:not(.zoomImg),
.wc-block-cart-item__image > a img:not(.zoomImg) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vendors-list .vendor-item {
  --vendor-content-width: 50%;
  --vendor-item-padding: 2em;
  position: relative;
  z-index: 0;
  padding: var(--vendor-item-padding) 0;
}
.vendors-list .vendor-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: -1;
}
@media screen and (min-width: 940px) {
  .vendors-list .vendor-item::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.vendors-list .vendor-item * {
  color: #fff !important;
}
.vendors-list .vendor-item > * {
  padding: 0 var(--vendor-item-padding);
}
@media screen and (min-width: 940px) {
  .vendors-list .vendor-item > * {
    width: 50%;
  }
}
.vendors-list .vendor-item .store-image {
  background-color: #f9f9f9;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vendors-list .vendor-item .store-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=styles.css.map */
