salla-product-options > *:not(label):not(legend):not(h3):not(h4) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
}
salla-product-options > *:not(label):not(legend):not(h3):not(h4) * {
  font-size: 16px !important;
  }

div.sidebar::after {
  content: "\ef2b  أصلي 100%   \ef31  شحن سريع   \ed70  سعر تنافسي";

  /* sallaicons أولاً للأيقونات، ثمّ خطّ متجرك للعربية.
     المتصفّح يختار لكل حرف أوّل خطّ يملكه — الأيقونات من الأول
     والعربية من الثاني. لا تكتب inherit هنا: إعلان غير صالح يُسقط السطر كلّه. */
  font-family: sallaicons, Alexandria, "Baloo Bhaijaan 2", sans-serif;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  white-space: pre-wrap;          /* يحفظ المسافات الفاصلة بين البنود */
  text-align: center;

  margin-top: 14px;
  padding: 11px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
  color: #2A2C31;
  background: #F7F8F9;
  border: 1px solid #ECEDEF;
  border-radius: 12px;
}

@media (max-width: 480px) {
  div.sidebar::after {
    font-size: 12.5px;
    line-height: 2.1;
    margin-top: 12px;
    padding: 10px 8px;
  }
}