#fw-section-video-ed0eae42-5103-48ef-bd41-16d64ff796ac {

section:has(video) {
  overflow: hidden;
  height: 360px; /* was 320px — shows more of video */
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

section:has(video) video {
  height: 480px; /* was 460px — scales up slightly */
  margin-top: -60px; /* was -70px — centers more */
  object-fit: cover;
  width: 100%;
}

}
















#fw-section-footer {
--color-primary: #b8ff19;
--color-primary-rgb: 184, 255, 25;
--color-background: #211f1d;
--color-background-rgb: 33, 31, 29;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181c18;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-announcement-bar-39b67fa2-05c8-4c21-ae8f-bd4db72707c0 {
--color-primary: #b8ff19;
--color-primary-rgb: 184, 255, 25;
--color-background: #211f1d;
--color-background-rgb: 33, 31, 29;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181c18;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-header {
--color-primary: #b8ff19;
--color-primary-rgb: 184, 255, 25;
--color-background: #211f1d;
--color-background-rgb: 33, 31, 29;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181c18;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);
/* ========== PERFORMANCE BANNER FIX ========== */

/* Remove top spacing from first section */
@media (min-width: 768px) {
  div.fw-section:first-of-type,
  div.fw-section:first-of-type * {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  div.fw-section:nth-of-type(2),
  div.fw-section:nth-of-type(2) * {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* Mobile image optimization */
@media (max-width: 767px) {
  section[data-testid="video-banner"] {
    all: unset;
    display: block !important;
    overflow: hidden !important;
    line-height: 0 !important;
  }

  section[data-testid="video-banner"] img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
}
#fw-section-product {

/* Target the main container */
.product-info {
  display: flex;
  flex-direction: column;
}

/* Force CTA above description */
.product-info__cta {
  order: -1;
}

/* Optional: tighten spacing if needed */
.product-info__cta {
  margin-bottom: 20px;
}

}