.product-bg {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product-bg .container-fluid {
  height: 100%;
  position: relative;
  width: 100%;
}
.product-bg__lottie {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 768px;
}
.product-bg__lights-container {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
}
.product-bg__light-1,
.product-bg__noise {
  height: 1000px;
  min-width: 700px;
  width: 1000px;
  color: rgb(172,36,33);
}
.product-bg__light-1 {
  background: radial-gradient(rgba(237,158,152,0.9) 0%,rgba(237,158,152,0.9) 10%,rgba(172,36,33,0.7) 45%,rgba(172,36,33,0) 70%);
  left: 50%;
  mix-blend-mode: color-dodge;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  mask-image: radial-gradient(rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.05) 80%,rgba(0,0,0,0) 100%);
  -webkit-mask-image: radial-gradient(rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.05) 80%,rgba(0,0,0,0) 100%);
}
.product-bg__noise {
  left: 50%;
  opacity: 0.15;
  top: 50%;
  transform: translate(-50%,-50%);
  mask-image: radial-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0.1) 70%);
  -webkit-mask-image: radial-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0.1) 70%);
}

@media (min-width: 768px) {
  .product-bg__lottie {
    width: 1024px;
  }
  .product-bg__lights-container {
    top: 40%;
  }
}

@media (min-width: 1024px) {
  .product-bg__lottie {
    width: 1360px;
  }
  .product-bg__lights-container {
    top: 45%;
  }
  .product-bg__light-1,
  .product-bg__noise {
    height: 900px;
    width: 1350px;
  }
}

@media (min-width: 1360px) {
  .product-bg__lottie {
    width: 100vw;
  }
  .product-bg__lights-container {
    top: 40%;
  }
  .product-bg__light-1,
  .product-bg__noise {
    height: 1350px;
    width: 120vw;
  }
}

@media (min-width: 1920px) {
  .product-bg__light-1,
  .product-bg__noise {
    height: 1450px;
  }
}
