/* Hide MSRP / RRP price but keep You Save visible */
.price-section--withoutTax.rrp-price--withoutTax {
  display: none !important; }

/* Default / Was price and text color (light gray) */
.price-section--withoutTax.non-sale-price--withoutTax,
.price-section--withoutTax.rrp-price--withoutTax {
  color: #bbbbbb;
  /* light gray for container text */ }

.price--non-sale,
.price--rrp {
  color: #bbbbbb !important;
  /* light gray for price */ }

/* You Save text and price color (navy blue) */
.price-section--saving .price {
  color: #001f5b;
  /* navy blue for all text inside "You Save" */
  font-weight: bold;
  /* optional to make it stand out */ }

.default-reviews {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  margin-top: 4px; }

.default-reviews .stars i {
  color: #ffb400;
  /* gold */
  font-size: 16px; }

.default-reviews .rating-text {
  font-weight: 500;
  color: #555; }
