/* P3 Pro Product Landing Page Styles */
/* Template class: .template-page-p3-pro-product-landing */
/* Background color: rgb(0, 0, 0) - Black */

.template-page-p3-pro-product-landing {
  background: rgb(0, 0, 0);
}

.template-page-p3-pro-product-landing #wrapper {
  background: rgb(0, 0, 0);
}

.template-page-p3-pro-product-landing #main-content {
  background: rgb(0, 0, 0);
}

/* Ensure body also has black background */
.template-page-p3-pro-product-landing body {
  background: rgb(0, 0, 0);
}

/* Ensure video in ins-static-hero is visible above black background */
.template-page-p3-pro-product-landing .ins-static-hero__background {
  z-index: 0 !important;
}

.template-page-p3-pro-product-landing .ins-static-hero__overlay {
  z-index: 1;
}

.template-page-p3-pro-product-landing .ins-static-hero__content {
  position: relative;
  z-index: 2;
}

.section-early-bird-product {
  background: linear-gradient(180deg, #33435d 0%, #000 100%);
}