.s-product-options-multiple-options-wrapper label {
  position: relative;
  display: flex;
  flex-direction: row; /* توزيع أفقي */
  justify-content: space-between; /* توزيع النص بالتساوي */
  align-items: center; /* محاذاة أفقية وعمودية للنصوص */
  padding: 1.5rem; /* تقليل الهوامش */
  background-color: ##545454; /* خلفية داكنة */
  border: 5px solid #444; /* حدود بارزة */
  border-radius: 2rem; /* زوايا مستديرة */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* ظلال خفيفة */
  text-align: center; /* محاذاة النصوص في المنتصف */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-options-multiple-options-wrapper label:hover {
  transform: scale(1.05); /* تكبير بسيط عند التمرير */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* ظلال أكثر وضوحًا */
  border-color: #888; /* تغيير لون الحدود عند التمرير */
}

.s-product-options-multiple-options-wrapper span {
  display: inline-block; /* توزيع النصوص أفقيًا */
  font-size: 1.6rem; /* حجم النص */
  font-weight: bold; /* خط عريض */
  text-align: center; /* محاذاة النص */
  color: #f9f9f9; /* لون النص فاتح */
  margin: 0 2rem; /* مسافة بين النصوص */
}
/* 1. تصميم الحاوية الخارجية لرفع الملف */
.filepond--panel-root {
    background-color: #1a1a1a !important; /* خلفية داكنة */
    border: 2px dashed #ffb402 !important; /* حدود مقطعة ذهبية */
    border-radius: 2rem !important; /* زوايا مستديرة نفس كودك */
}

/* 2. تعديل النص والأيقونة داخل الصندوق */
.filepond--drop-label {
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
}

.s-product-options-filepond-placeholder-icon svg {
    fill: #ffb402 !important; /* تغيير لون أيقونة الكاميرا للذهبي */
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 10px;
}

/* 3. تنسيق نص "اسحب وأفلت الملف هنا" */
.s-product-options-filepond-placeholder-text {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    color: #eee !important;
}

/* 4. تنسيق زر "استعراض" ليكون مثل زر أبل */
.filepond--label-action {
    text-decoration: none !important;
    background-color: #ffb402 !important;
    color: #000 !important;
    padding: 5px 15px !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    display: inline-block !important;
    cursor: pointer !important;
}
/* استهداف القائمة المنسدلة الخاصة بالكيلومترات */
select.s-form-control {
    appearance: none; /* إخفاء سهم المتصفح الافتراضي */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #1a1a1a !important; /* خلفية داكنة */
    color: #ffb402 !important; /* نص ذهبي */
    border: 3px solid #444 !important; /* حدود بارزة */
    border-radius: 2rem !important; /* زوايا مستديرة متناسقة */
    padding: 1rem 2rem !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s var(--ease-out-5) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffb402' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); /* سهم ذهبي مخصص */
    background-repeat: no-repeat !important;
    background-position: left 1.5rem center !important; /* وضع السهم جهة اليسار لأن المتجر عربي */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3) !important;
}

/* تأثير عند التمرير أو التركيز */
select.s-form-control:hover, select.s-form-control:focus {
    transform: scale(1.02) !important;
    border-color: #ffb402 !important;
    box-shadow: 0 10px 20px rgba(255, 180, 2, 0.2) !important;
    outline: none !important;
}
/* 1. تنسيق حقل الإدخال الأساسي */
input[type="text"].s-form-control, 
input[name*="options[1154990789]"] {
    background-color: #1a1a1a !important; /* خلفية داكنة */
    color: #ffb402 !important; /* لون الخط ذهبي عند الكتابة */
    border: 3px solid #444 !important; /* حدود بارزة */
    border-radius: 2rem !important; /* زوايا مستديرة متناسقة */
    padding: 1rem 1.5rem !important;
    padding-right: 3.5rem !important; /* مساحة للأيقونة جهة اليمين */
    font-size: 1.3rem !important;
    font-weight: bold !important;
    width: 100% !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s var(--ease-out-5) !important;
    outline: none !important;
}

/* 2. إضافة أيقونة جوال ذهبية داخل الحقل */
/* ملاحظة: سنستخدم خلفية بصورة SVG مدمجة لتظهر الأيقونة */
input[name*="options[1154990789]"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffb402'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1.2rem center !important;
    background-size: 1.5rem !important;
}

/* 3. تأثير عند النقر داخل الحقل (Focus) */
input[name*="options[1154990789]"]:focus {
    border-color: #ffb402 !important; /* الحدود تصبح ذهبية بالكامل */
    transform: scale(1.02) !important;
    box-shadow: 0 0 20px rgba(255, 180, 2, 0.3) !important;
    background-color: #222 !important;
}

/* 4. تنسيق النص المؤقت (Placeholder) */
input[name*="options[1154990789]"]::placeholder {
    color: #666 !important;
    font-size: 1rem !important;
    opacity: 0.7;
}

/* 5. جعل الأرقام تظهر بشكل واضح وكبير */
input[name*="options[1154990789]"] {
    letter-spacing: 2px !important;
}

/* تنسيق الخيارات بداخل القائمة (ملاحظة: بعض المتصفحات تفرض شكلها الخاص هنا) */
select.s-form-control option {
    background-color: #1a1a1a !important;
    color: #fff !important;
    padding: 10px !important;
}

/* إضافة أيقونة "عداد المسافة" قبل الحقل باستخدام حاوية سلة إن وجدت */
.s-product-options-option-name {
    color: #ffb402 !important;
    font-weight: 900 !important;
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 1.1rem !important;
}

/* 5. تأثير عند تمرير الماوس (Hover) */
.filepond--root:hover .filepond--panel-root {
    background-color: #222 !important;
    border-style: solid !important;
    box-shadow: 0 8px 16px rgba(255, 180, 2, 0.2) !important;
}

/* 6. تحسين شكل الملف بعد الرفع */
.filepond--item-panel {
    background-color: #ffb402 !important; /* لون الشريط عند اكتمال الرفع */
}

.filepond--file-info-main {
    color: #ffffff !important;
}
.s-product-options-multiple-options-wrapper input {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 50%; /* جعل العنصر دائريًا */
  border: 2px solid #666; /* حدود بارزة للمدخل */
  background-color: #28a745; /* خلفية خضراء */
  margin-left: 0rem; /* مسافة بين النص والدائرة */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* إضافة ظل خفيف */
}
/* تنسيق حقل موعد الاستلام */
input.s-datetime-picker-input.flatpickr-input {
    background-color: #1a1a1a !important; /* خلفية سوداء */
    color: #ffb402 !important; /* نص ذهبي */
    border: 4px solid #ffb402 !important; /* حدود ذهبية سميكة لتمييزه */
    border-radius: 2rem !important; /* زوايا دائرية */
    padding: 1.5rem !important;
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    text-align: center !important;
    box-shadow: 0 0 20px rgba(255, 180, 2, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}

/* إضافة أيقونة ساعة ذهبية خلف النص */
input.s-datetime-picker-input.flatpickr-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffb402' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1.5rem center !important;
    background-size: 1.8rem !important;
}

input.s-datetime-picker-input.flatpickr-input:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 0 30px rgba(255, 180, 2, 0.6) !important;
    background-color: #000 !important;
}
/* 1. الحاوية الرئيسية للتقويم */
.flatpickr-calendar {
    background: #1a1a1a !important; /* خلفية داكنة */
    border: 2px solid #ffb402 !important; /* حدود ذهبية */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8) !important;
    border-radius: 1.5rem !important;
    font-family: 'Arial', sans-serif !important;
    width: 320px !important; /* تكبير الحجم قليلاً */
}

/* 2. رأس التقويم (الشهر والسنة) */
.flatpickr-months {
    background: #111 !important;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 10px 0 !important;
}

.flatpickr-current-month, .flatpickr-monthDropdown-months, .cur-year {
    color: #ffb402 !important; /* نص ذهبي */
    font-weight: 900 !important;
    font-size: 1.2rem !important;
}

.flatpickr-prev-month, .flatpickr-next-month {
    color: #ffb402 !important;
    fill: #ffb402 !important;
}

/* 3. أسماء الأيام (Sun, Mon...) */
span.flatpickr-weekday {
    background: #111 !important;
    color: #888 !important; /* لون رمادي خفيف */
    font-weight: bold !important;
}

/* 4. تصميم الأيام (الأرقام) */
.flatpickr-day {
    color: #ffffff !important; /* الأيام العادية بالأبيض */
    border-radius: 10px !important;
    border: 1px solid transparent !important;
}

.flatpickr-day:hover {
    background: #333 !important;
    border-color: #ffb402 !important;
}


/* اليوم المختار (الذهبي) */
.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background: #ffb402 !important;
    color: #000 !important;
    border-color: #ffb402 !important;
    font-weight: bold !important;
}

/* اليوم الحالي (Today) */
.flatpickr-day.today {
    border-color: #ffb402 !important;
    color: #ffb402 !important;
}

/* أيام الأشهر السابقة والقادمة */
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
    color: #444 !important; /* باهتة جداً */
}

/* 5. اختيار الوقت (Time Section) */
.flatpickr-time {
    border-top: 1px solid #333 !important;
    background: #111 !important;
    border-radius: 0 0 1.5rem 1.5rem;
    color: #ffb402 !important;
}

.flatpickr-time input, .flatpickr-time-separator, .flatpickr-am-pm {
    color: #ffb402 !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}
/* --- جدول تنسيق حقول الطلب (VIP Luxury) --- */

/* 1. حاوية رفع الهوية (FilePond) */
.filepond--panel-root { background-color: #1a1a1a !important; border: 2px dashed #ffb402 !important; border-radius: 2rem !important; }
.filepond--label-action { background: #ffb402 !important; color: #000 !important; border-radius: 10px !important; padding: 5px 15px !important; }
.s-product-options-filepond-placeholder-icon svg { fill: #ffb402 !important; }

/* 2. قائمة الكيلومترات (Select) */
select.s-form-control { background-color: #1a1a1a !important; color: #ffb402 !important; border: 3px solid #444 !important; border-radius: 2rem !important; appearance: none; padding: 1rem !important; }

/* 3. حقل رقم الجوال (Input) */
input[name*="options[1154990789]"] { background-color: #1a1a1a !important; color: #ffb402 !important; border: 3px solid #444 !important; border-radius: 2rem !important; padding: 1.2rem !important; text-align: center; letter-spacing: 2px; }

/* 4. حقل موعد الاستلام (Flatpickr Input) */
input.s-datetime-picker-input { background-color: #1a1a1a !important; color: #ffb402 !important; border: 4px solid #ffb402 !important; border-radius: 2rem !important; font-size: 1.5rem !important; font-weight: 900 !important; box-shadow: 0 0 20px rgba(255, 180, 2, 0.4) !important; }

/* 5. نافذة التقويم المنبثقة (The Calendar) */
.flatpickr-calendar { background: #1a1a1a !important; border: 2px solid #ffb402 !important; border-radius: 1.5rem !important; color: #fff !important; }
.flatpickr-day.selected { background: #ffb402 !important; color: #000 !important; font-weight: bold !important; }
.flatpickr-current-month, .flatpickr-time { color: #ffb402 !important; background: #111 !important; }
.flatpickr-monthDropdown-months, .cur-year { background: #111 !important; color: #ffb402 !important; }

/* تأثيرات عامة (Hover) */
.s-form-control:focus, .s-product-card:hover { transform: scale(1.02); border-color: #ffb402 !important; outline: none; transition: 0.3s; }

.numInputWrapper span.arrowUp:after { border-bottom-color: #ffb402 !important; }
.numInputWrapper span.arrowDown:after { border-top-color: #ffb402 !important; }
.s-product-options-multiple-options-wrapper input:checked {
  background-color: #1e7e34; /* لون أخضر داكن عند التحديد */
  border-color: #155724;
}