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

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

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

/* You Save text and price color */
.price-section--saving .price {
  color: #012369;
  /* navy blue for all text and amount */ }

/* Container holding both prices */
.productView .productView-price {
  display: flex;
  align-items: center;
  /* vertically center Default and Sale prices */
  gap: 10px;
  /* space between Default and Sale prices */ }

/* Default / Was Price stays on left */
.price-section--withoutTax.non-sale-price--withoutTax {
  display: inline-block;
  margin: 0; }

/* Sale Price on the right of Default Price, same line */
.price-section--withoutTax.non-sale-price--withoutTax + .price-section--saving.price {
  display: inline-block;
  margin: 0; }

/* Optional: You Save text below Sale Price if needed */
.price-section--saving.price .price--saving {
  display: block;
  /* keeps amount below Sale label if desired */
  margin-top: 2px; }

/* Sale / Current Price */
.price--base {
  color: #012369;
  font-weight: normal;
  font-size: 1.2em; }

/* You Save */
.price-section--saving.price {
  color: #012369;
  /* navy blue or green if you want */
  font-weight: normal;
  margin-top: 2px; }

.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; }
