#fw-section-rich-text-e91b25d5-1ab8-4c62-b42e-799b38dab5ce {
--color-primary: #ff2c2f;
--color-primary-rgb: 255, 44, 47;
--color-background: #0f0404;
--color-background-rgb: 15, 4, 4;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-on-background: #ff2c2f;
--color-on-background-rgb: 255, 44, 47;
--color-product-image-background: #ff2c2f;
--color-background-brightness: 7;
background-color: var(--color-background);
color: var(--color-on-background);

}































#fw-section-announcement-bar-31f121b8-da5c-4317-8acf-66a8ba619f9c {

.announcement-bar {
  position: fixed; /* Keeps the header in a fixed position */
  max-height: 50px;
  bottom: -20;
  right: 0;
  top: -10; /* Aligns the header to the top of the viewport */
  left: 0; /* Aligns the header to the left of the viewport */
  width: 100%; /* Ensures the header spans the entire width of the viewport */
  z-index: 10; /* Ensures the header stays above other content */
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for better visibility */
}
}
#fw-section-header {

.header {
  position: fixed; /* Keeps the header in a fixed position */
  max-height: 120px;
  bottom: -20;
  right: 0;
  top: -10; /* Aligns the header to the top of the viewport */
  left: 0; /* Aligns the header to the left of the viewport */
  width: 100%; /* Ensures the header spans the entire width of the viewport */
  z-index: 9; /* Ensures the header stays above other content */
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for better visibility */
  backdrop-filter: blur(7px);
  scroll-padding-bottom: 20px;
  margin-top: 30px;
}

}
#fw-section-announcement-bar-2540d2e4-063b-4538-a7b1-06bc5ecc5fd9 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
.announcement-bar{
  height: 104px;
  position: relative;
}
}