@keyframes hot-stop-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.shop-the-look {
  width: 100%;
  padding-bottom: 48.2352941176%;
  font-size: 100%;
  height: 0;
  background-size: cover;
  font-family: "Ploni", Sans-serif;
  font-weight: 300;
  color: #26327f;
}
.shop-the-look .hot-spot {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.shop-the-look .hot-spot .spot-trigger {
  height: 1em;
  width: 1em;
  background: #29d7d3;
  border-radius: 100%;
  display: block;
  font-size: 28px;
  cursor: pointer;
}
.shop-the-look .hot-spot .spot-trigger:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.shop-the-look .hot-spot .spot-trigger:before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: scale(1);
  pointer-events: none;
  animation: hot-stop-animation 2s infinite;
  background: #29d7d3;
  border-radius: 100%;
  display: block;
  width: 1em;
  height: 1em;
}
.shop-the-look .hot-spot .spot-tooltip {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  display: block;
  padding: 12px 40px;
  background: #fff;
  border-radius: 100px;
  transform: translateX(-50%);
  left: 1em;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.shop-the-look .hot-spot:hover .spot-tooltip {
  opacity: 1;
  margin-top: 15px;
}
.shop-the-look .quick-views {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.502);
  z-index: 9999999999;
  display: flex;
  top: -100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.shop-the-look .quick-views.view-active {
  top: 0;
  opacity: 1;
}
.shop-the-look .quick-views-wrapper {
  width: 385px;
  max-width: 85%;
  align-self: center;
  min-height: 10px;
  margin: auto;
}
.shop-the-look .quick-views-wrapper:before {
  content: 'X';
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.shop-the-look .quick-views-container {
  background: #fff;
}
.elementor-button.shop-the-look-link:visited, .elementor-button.shop-the-look-link {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #29d7d3;
  background-color: #fff;
  border-radius: 100px 100px 100px 100px;
  margin: 10px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .elementor-button.shop-the-look-link:visited, .elementor-button.shop-the-look-link {
    margin: 5px;
    font-size: 14px;
    padding: 7px 8px;
  }
}
.elementor-button.shop-the-look-link:visited:hover, .elementor-button.shop-the-look-link:hover, .elementor-button.shop-the-look-link:visited:focus, .elementor-button.shop-the-look-link:focus {
  color: #fff;
  background-color: #29d7d3;
}
.stl-sticker {
  font-size: 13px;
  display: block;
  position: absolute;
  left: 0;
  width: 14%;
  height: 27%;
  background-size: contain !important;
  pointer-events: none;
  background: url(../img/shop-the-look-sticker.gif) no-repeat top left;
}
@media (max-width: 992px) {
  .stl-sticker {
    width: 21%;
    height: 40.5%;
  }
}
/*
 .stg-stl-hotspot {
 box-sizing: content-box;
 cursor: pointer;
 text-align: center;
 line-height: 40px;
 &:before {
 content: "";
 position: absolute;
 z-index: -1;
 transform: scale(1);
 pointer-events: none;
 animation: hot-stop-animation 2s infinite;
 }
 }*/
