/** Shopify CDN: Minification failed

Line 35:23 Expected identifier but found bad string token
Line 35:24 Unterminated string token

**/
.chewbie-night-watch-container {
  align-items: center;
  background: repeating-linear-gradient(
            0deg, 
            #0a0a0a,         /* Dark gray */
            #0a0a0a 4px,     /* Dark gray up to 5px */
            #141414 5px,     /* Transition to a slightly darker gray */
            #0a0a0a 8px     /* Back to dark gray */
        );
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding: 3rem 0 12rem;
}

.chewbie-night-watch__image--header {
  width: 65%;
}
.chewbie-night-watch__image--nightwatch {
  padding: 5rem 0;
  width: 80%;
  max-width: 800px;
}

.chewbie-night-watch-livestream {
  width: 80%; 
  max-width: 800px; 
  height: auto; 
  aspect-ratio: 16 / 9;"
}

.chewbie-night-watch-desc {
  margin: 0;
  width: 95%;
}

.chewbie-night-watch-desc p {
  color: #fff;
  text-align: center !important;
}

.signup-container {
  align-items: center;
  background: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding: 3rem;
  width: 85%;
}

.signup-container p {
  color: #000;
  text-align: center;
  width: 90%;
}

.signup-form {
  max-width: 650px;
  width: 85%;
}

/* Chewbie Night Watch Waves */
.chewbie-night-watch-waves {
  --wave-color: repeating-linear-gradient(
            0deg, 
            #0a0a0a,         /* Dark gray */
            #0a0a0a 4px,     /* Dark gray up to 5px */
            #141414 5px,     /* Transition to a slightly darker gray */
            #0a0a0a 8px     /* Back to dark gray */
        );
}

.wave_grey-bg {
    background-color: repeating-linear-gradient(
            0deg, 
            #0a0a0a,         /* Dark gray */
            #0a0a0a 4px,     /* Dark gray up to 5px */
            #141414 5px,     /* Transition to a slightly darker gray */
            #0a0a0a 8px     /* Back to dark gray */
        );
}