/* إخفاء عنوان الحقل الأصلي */
[data-option-id="804951250"] .s-product-options-option-label {
  display: none !important;
}

/* الغلاف الخارجي - عنصر واحد فقط */
[data-option-id="804951250"] .custom-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111111, #0b0b0b);
  border: 1px solid rgba(212, 163, 49, 0.35);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  overflow: hidden;
}

/* لمعة خفيفة */
[data-option-id="804951250"] .custom-select-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
  pointer-events: none;
}

/* أيقونة التاج */
[data-option-id="804951250"] .custom-select-wrap__icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #d4a331;
  background: linear-gradient(135deg, rgba(212,163,49,.16), rgba(128,0,255,.10));
  border: 1px solid rgba(212,163,49,.30);
  box-shadow: 0 0 18px rgba(212,163,49,.10);
  position: relative;
  z-index: 2;
}

[data-option-id="804951250"] .custom-select-wrap__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* حاوية السلكت */
[data-option-id="804951250"] .custom-select-wrap__field {
  flex: 1;
  position: relative;
  z-index: 2;
}

/* شكل select نفسه */
[data-option-id="804951250"] #option-804951250 {
  width: 100% !important;
  min-height: 62px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  padding: 0 18px 0 48px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* سهم مخصص */
[data-option-id="804951250"] .custom-select-wrap__field::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #d4a331;
  border-bottom: 2px solid #d4a331;
  transform: translateY(-65%) rotate(-45deg);
  pointer-events: none;
}

/* عند التركيز */
[data-option-id="804951250"] #option-804951250:focus {
  outline: none !important;
}

/* القائمة */
[data-option-id="804951250"] #option-804951250 option {
  background: #111111;
  color: #ffffff;
}

/* مسافة أسفل العنصر */
[data-option-id="804951250"] {
  margin-bottom: 18px;
}

/* للجوال */
@media (max-width: 768px) {
  [data-option-id="804951250"] .custom-select-wrap {
    min-height: 58px;
    border-radius: 18px;
  }

  [data-option-id="804951250"] .custom-select-wrap__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 8px;
    border-radius: 14px;
  }

  [data-option-id="804951250"] .custom-select-wrap__icon svg {
    width: 20px;
    height: 20px;
  }

  [data-option-id="804951250"] #option-804951250 {
    min-height: 58px !important;
    font-size: 16px !important;
    padding: 0 16px 0 42px !important;
  }

  [data-option-id="804951250"] .custom-select-wrap__field::after {
    left: 16px;
  }
}
/* السعر الحالي كله أحمر: الرقم + الريال */
.starting-or-normal-price .total-price,
.product-price-bottom .starting-or-normal-price .total-price,
.product-price-top .starting-or-normal-price .total-price,
.starting-or-normal-price .total-price i,
.product-price-bottom .starting-or-normal-price .total-price i,
.product-price-top .starting-or-normal-price .total-price i {
  color: #ff2b2b !important;
}

/* وإذا صار فيه سعر مخفض */
.price_is_on_sale .total-price,
.price_is_on_sale .total-price i {
  color: #ff2b2b !important;
}
/* كلمة الايميل والنجمة باللون الأحمر */
.s-product-options-option-label b,
.s-product-options-option-label b span {
  color: #ff2b2b !important;
}
#live-visitors-badge {
  position: fixed;
  left: 12px;
  bottom: 88px;
  z-index: 999999;
  direction: rtl;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 205px;
  padding: 9px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.96), rgba(27, 38, 59, 0.96));
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  pointer-events: none;
}

#live-visitors-badge .live-visitors-badge__emoji {
  font-size: 18px;
  line-height: 1;
}

#live-visitors-badge .live-visitors-badge__count {
  color: #ffffff;
  font-weight: 800;
  margin: 0 2px;
}

#live-visitors-badge.show {
  animation: badgeIn 0.45s ease forwards;
}

#live-visitors-badge.hide {
  animation: badgeOut 0.45s ease forwards;
}

@keyframes badgeIn {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes badgeOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
}
Css