#fw-section-hero-1756165786 {

/* --- HERO TAGLINE STYLING --- */
.hero-text h1, 
.hero-text h2, 
.hero-text p {
  text-shadow: 0 0 8px rgba(255, 140, 0, 0.8), 
               0 0 15px rgba(255, 69, 0, 0.6);
  color: #ffffff; /* Ensures high contrast */
  font-weight: 800;
  letter-spacing: 2px;
}

/* --- SHOP THE DROP BUTTON --- */
.hero-button {
  background-color: #d35400; /* Pumpkin orange */
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
}

.hero-button:hover {
  background-color: #ff6a00; /* brighter orange glow */
  box-shadow: 0 0 20px rgba(255, 100, 0, 0.9), 
              0 0 40px rgba(255, 69, 0, 0.7);
  transform: scale(1.05);
  cursor: pointer;
}

}


#fw-section-hero-938eedfc-414d-4945-9897-dd177523b76f {

.fw-image-banner h1, 
.fw-image-banner h2 {
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

}







#fw-section-announcement-bar-57231e1a-29bb-4fcb-9a53-5d2cea0048f1 {

/* ===== Announcement Bar ===== */
.announcement-bar {
  position: sticky; top: 0; z-index: 9999;
  background:#b26422; color:#111; font-weight:700;
  letter-spacing:.3px;
}
.announcement-bar__inner {
  max-width: 1400px; margin: 0 auto; padding: 10px 16px;
  display:flex; align-items:center; justify-content:space-between;
}
.announcement-bar .countdown {
  font-variant-numeric: tabular-nums;
  font-weight:600;
  color:#111;            /* darker text on orange bar */
  opacity:.9;
}
@media (max-width: 768px){
  .announcement-bar__inner {flex-direction:column; gap:6px;}
  .announcement-bar .countdown{font-size:.9rem;}
}

/* ===== Hero Section ===== */
/* Adds a dark gradient so the headline is readable on any hero image */
.hero--with-overlay::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(to right, rgba(0,0,0,.55), rgba(0,0,0,.25));
  pointer-events:none;
}
/* Headline + subhead spacing */
.hero__title{ text-shadow:0 2px 10px rgba(0,0,0,.45); letter-spacing:.6px; }
.hero__text{ max-width: 900px; }

/* CTA Buttons (global) */
.button, .btn, .cta {
  background:#b26422; color:#111; border:none;
  padding:.9rem 1.4rem; border-radius:10rem; font-weight:800;
  transition:transform .08s ease, box-shadow .2s ease, background .2s;
}
.button:hover, .btn:hover, .cta:hover{
  background:#d1752c; transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(178,100,34,.35);
}
.button:focus-visible{ outline:2px solid #ffd9b3; outline-offset:3px; }

/* ===== Section Separators ===== */
.section-separator{
  height:2px; width:100%;
  background:linear-gradient(to right, transparent, #b26422, transparent);
  margin:28px 0;
}

/* ===== Product Cards: subtle hover ===== */
.product-card{
  transition:transform .12s ease, box-shadow .2s ease;
  background:#111;
}
.product-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.35);
}

/* ===== Nav minor seasonal hover ===== */
.nav a:hover { color:#b26422; }

}