#fw-section-announcement-bar-1728750070 {
--color-primary: #fbe600;
--color-primary-rgb: 251, 230, 0;
--color-background: #46af4b;
--color-background-rgb: 70, 175, 75;
--color-on-primary: #ff0105;
--color-on-primary-rgb: 255, 1, 5;
--color-on-background: #fb0004;
--color-on-background-rgb: 251, 0, 4;
--color-product-image-background: #e8e8e8;
--color-background-brightness: 132;
background-color: var(--color-background);
color: var(--color-on-background);
.announcement-bar {
  font-size: 28px; /* Increase this if you want it even bigger */
  font-weight: 900; /* Extra bold */
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0;
}
}