body.effect-product-page {
  --product-burst-a: var(--effect-a);
}

body[data-product="goodmeter"] {
  --product-burst-a: #96e8a7;
}

body[data-product="audio-doctor"] {
  --product-burst-a: #8ee6ff;
}

.product-burst-host {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #050608;
}

.product-burst-host > .product-burst-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.56;
  background: transparent;
}

.product-burst-host > .effect-hero-copy,
.product-burst-host > .effect-hero-visual,
.product-burst-host > .hero-copy,
.product-burst-host > .hero-visual {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .product-burst-host > .product-burst-canvas {
    opacity: 0.44;
  }
}
