.product-art-external-lights {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 214, 75, .52), transparent 27%),
    linear-gradient(145deg, #153d36, #0d2622 78%);
}

.product-art-external-lights::before,
.product-art-external-lights::after {
  display: none;
}

.product-art-external-lights .product-number {
  z-index: 5;
  color: #fff;
  background: rgba(13, 38, 34, .74);
  border-radius: 30px;
  padding: 5px 9px;
}

.external-lights-preview {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 225px;
  height: 210px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .3));
}

.external-lights-preview img {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  height: 250px;
  max-width: none;
  transform: translateY(-50%);
}
