#fw-section-hero-48522a35-99ae-4791-ae91-1ffa8e3c735b {
--color-primary: #d21300;
--color-primary-rgb: 210, 19, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #d21300;
--primary-btn-text: #FFFFFF;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
.section-hero .hero__content,
.hero__content {
    margin-top: -60px !important;  /* moves both heading and description up */
    padding-top: 0 !important;
}

/* Optional: move only the heading further */
.hero__title {
    margin-top: -20px !important;
}/* Add a subtle shadow to the hero heading */
.hero__title {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) !important;
}.section-hero * {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55) !important;
}
}