.shared-cart-banner {
  background: #a220df;
  padding: 10px 25px;
  display: none;
}
.shared-cart-banner a {
  color: white;
  font-weight: bold;
}
.shared-cart-banner img {
  width: 100%;
}
.shared-cart-banner .store-icon {
  position: relative;
}
.shared-cart-banner .store-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-weight: bold;
  bottom: 0;
  display: flex;
  padding: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5215686275);
  transition: 0.3s ease-in-out;
  text-align: center;
}
.shared-cart-banner .store-overlay:hover {
  opacity: 1;
}
.shared-cart-banner .slick-prev:before,
.shared-cart-banner .slick-next:before {
  color: white;
}/*# sourceMappingURL=shared-slider.css.map */