.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;
}

.store-header-wrapper .avatar img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.wd-entities-title .yith_wcmv_sold_by_wrapper {
  display: none;
}

.wd-entities-vendor {
  position: relative;
  z-index: 100;
  font-size: 80%;
}
.wd-entities-vendor .product-vendor {
  text-decoration: underline;
}

.cart-widget-side .cart-warning {
  overflow: hidden;
}
.cart-widget-side .cart-warning > div {
  padding: 1em;
  font-size: 14px;
  text-align: center;
  background-color: #fdcc70;
  color: black;
  /* font-weight: 600; */
  font-style: italic;
  transform: translateY(-100%);
  transition: transform 0.7s ease-out;
}
.cart-widget-side.wd-opened .cart-warning > div {
  transform: translateY(0);
  transition-delay: 0.3s;
}

.appellation-tag {
  padding: 0.3em 0.7em;
  font-size: 0.7em;
  display: inline-block;
  position: absolute;
  background: var(--wd-primary-color);
  z-index: 100;
  color: #ffffff;
}

#tab-title-shipping-delivery, #tab-shipping-delivery {
  display: none;
}

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