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

/* Change Default Price color */
.price--non-sale {
  color: #555555;
  /* dark gray, adjust as needed */
  font-weight: normal;
  /* optional */ }

/* Change “You Save” color */
.price-save {
  color: #e53935;
  /* red to highlight savings */
  font-weight: bold;
  /* optional to 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; }
