#fw-section-featured-product-7dd930fb-94ca-4c1c-9edb-5d4428017817 {

/* Center ALL text in featured product content */
.featured-product *,
.product-info *,
[data-testid*="product"] {
  text-align: center !important;
}

/* Center flex containers */
.featured-product,
.product-info,
[data-testid*="product"] {
  align-items: center !important;
  justify-content: center !important;
}
}