/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.video-banner-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.video-banner-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.video-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 3.5rem;           /* Increased font size */
  font-weight: 900;            /* Extra bold */
  text-align: center;
  letter-spacing: 2px;         /* More spacing for bold feel */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);  /* Optional shadow for more pop */
}
}