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

/* Container to align prices inline */
.productView .productView-price {
  display: flex;
  flex-direction: column;
  /* Sale + Was on top line, Save below */ }

/* Top row: Sale price and Was price inline */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  /* space between Sale and Was */ }

/* Default / Was Price */
.price--non-sale,
.price--rrp {
  color: #B2B2B2;
  text-decoration: line-through;
  font-size: 1em; }

/* 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; }
