.pling-shop-the-look-all-looks-widget {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; /* optional spacing between items */
  width: 100%;
}
@media screen and (min-width: 800px) {
  .pling-shop-the-look-all-looks-widget {
    grid-template-columns: repeat(3, 1fr);
  }
}
.shop-the-look-item {
  width: fit-content;
  line-height: 0;
}
.shop-the-look-item-image {
  position: relative;
  display: inline-block;
}
.shop-the-look-item-image img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.shop-the-look-item-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.shop-the-look-popup-button-wrapper {
  border: 2px solid #000000;
  border-radius: 50%;
  opacity: 0;
}
.shop-the-look-popup-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  border: 2px solid #4c4c4c;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 2;
}
.shop-the-look-popup-button .shop-the-look-hotspot {
  transform: scale(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: fit-content;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}
.shop-the-look-hotspot-pulse {
  position: absolute;
  height: 60px;
  width: 60px;
  z-index: 2;
  opacity: 0;
  border: 10px solid #333333;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-animation: wlb-flash 2s ease-out;
  -moz-animation: wlb-flash 2s ease-out;
  animation: wlb-flash 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes wlb-pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes wlb-flash {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

body.shop-the-look-ready .shop-the-look-popup-button-wrapper {
  opacity: 1;
}

.pling-shop-the-look_product-loading {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

/* Base Popup Styles */
.pling-global-popup.opened:has(iframe) {
  max-width: 1400px;
  width: 80%;
  margin: 20px auto;
  transition: all 0.3s ease;
  /* Popup Content */
}
.pling-global-popup.opened:has(iframe) .popup-inner .popup-content {
  padding: 0;
}
.pling-global-popup.opened:has(iframe) .popup-inner .popup-header {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1000;
}
.pling-global-popup.opened:has(iframe) .popup-inner .popup-header .icon-button.button-close {
  background: rgba(255, 255, 255, 0.75);
  padding: 3px;
}
.pling-global-popup.opened:has(iframe) .popup-inner .popup-header .icon-button.button-close:hover svg {
  color: var(--color-accent);
}
@media screen and (max-width: 992px) {
  .pling-global-popup.opened:has(iframe) {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .pling-global-popup.opened:has(iframe) .popup-header {
    top: 0 !important;
    right: 0 !important;
    padding: 10px !important;
  }
  .pling-global-popup.opened:has(iframe) .popup-inner {
    height: 100%;
    max-height: unset;
    margin: 0;
  }
  .pling-global-popup.opened:has(iframe) .popup-inner .popup-content-wrapper {
    height: 100%;
  }
  .pling-global-popup.opened:has(iframe) .popup-inner .popup-content-wrapper .popup-content {
    height: 100%;
    max-height: unset;
    overflow: hidden;
  }
}
.pling-global-popup.opened:has(iframe) .popup-content {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.pling-global-popup.opened:has(iframe) .popup-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*# sourceMappingURL=shop-the-look.css.map */
