/* Add custom CSS styles below */ 

/* style product page button  */
.custom-quality-box {
  margin-top: 20px;
  direction: rtl;
}

.custom-quality-box .quality-card {
  background: #fff;
  border: 1px solid #952a26;
  border-right: 5px solid #952a26;
  border-radius: 12px;
  padding: 18px 22px;
  color: #222;
  text-align: right;
  box-shadow: 0 4px 14px rgba(149, 42, 38, 0.12);
}

.custom-quality-box .quality-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #952a26;
}

.custom-quality-box .quality-icon {
  color: #952a26;
  font-size: 22px;
}

.custom-quality-box p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}