.aspect-product-card-image {
  border-radius: 28px;
  overflow: hidden;
}

#vanta-bg {
  position: fixed;
  inset: 0;

  width: 100vw;
  height: 100vh;

  z-index: 0 !important;

  pointer-events: none;
}

#app {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

body {
  background: #000;
  overflow-x: hidden;
}