#fw-section-product {

/* Enlarge and style the price block */
.product-info__prices {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Original (current) price — bold & white */
.product-info__price--original {
  color: #fff !important;
  font-weight: 600;
}

/* Compare-at price — strike-through and dimmed */
.product-info__price--offer {
  color: #ccc;
  font-weight: 500;
  font-size: .9rem;
  text-decoration: line-through;
}

.product-info__error.visible {
  color: white !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-info__error.visible::before {
  content: "❌";
  font-size: 1.2rem;
}

}
#fw-section-product-product-card-shop-cards-only {

/* Enlarge and style the price block */
.product-info__prices {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Original (current) price — bold & white */
.product-info__price--original {
  color: #fff !important;
  font-weight: 600;
}

/* Compare-at price — strike-through and dimmed */
.product-info__price--offer {
  color: #ccc;
  font-weight: 500;
  font-size: .9rem;
  text-decoration: line-through;
}

.product-info__error.visible {
  color: white !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-info__error.visible::before {
  content: "❌";
  font-size: 1.2rem;
}

}