#fw-section-featured-collection-cf618be2-7c6b-496a-bc73-5489956fb0ae {

/* Move title up */
.tile__heading {
  margin-top: -22px !important;   /* try 0px if you want it tighter */
}

/* Move price up */
.tile__prices {
  margin-top: 2px !important;
}
.tile:hover .tile__item {
  transform: scale(1.03);
  transition: transform 0.2s ease;
}
.tile__price {
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}
.tile__price {
  display: inline-block;
  padding: 6px 12px;
  background-color: #c40000; /* deep red */
  color: #ffffff !important;
  border: 1.5px solid #ffffff;
  border-radius: 8px; /* ← slightly rounded */
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
}

}









#fw-section-hero-2e99e2a2-d03a-4655-b628-db54a8db8a03 {

h1 {
  color: white;
  text-shadow: 2px 2px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

}