element {
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: #000;
    background: #F5F4F4;
  }
}
.banner-entry {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, 1);
  background-color: rgb(61, 63, 66);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.container, .content, .main-content, .section, .box, .card {
  & .bg-white {
    --tw-bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgb(255, 255, 255, 1);
  }
}

.custom-header {
    background-color: ##F5F4F4; /* لون الخلفية الأسود */
    color: black; /* لون النص الأبيض */
    padding: 20px; /* الهوامش الداخلية */
    text-align: center; /* محاذاة النص في الوسط */
    font-family: 'Arial, sans-serif'; /* نوع الخط */
}

/* تنسيق عناصر التنقل داخل الـ Header */
.custom-header nav {
    display: flex;
    justify-content: space-around; /* توزيع العناصر بالتساوي */
    align-items: center; /* محاذاة العناصر عمودياً في المركز */
}

/* تغيير لون الأيقونات في الـ Header إلى اللون الأبيض */
.custom-header i,
.custom-header svg {
    color: black; /* لون الأيقونات الأبيض */
    fill: black; /* لون الأيقونات إذا كانت SVG */
    font-size: 24px; /* حجم الأيقونات */
    transition: color 0.3s ease, fill 0.3s ease; /* تأثير الانتقال للون الأيقونات */
}

.custom-header i:hover,
.custom-header svg:hover {
    color: #aaaaaa; /* لون الأيقونات عند التمرير */
    fill: #aaaaaa; /* لون الأيقونات إذا كانت SVG عند التمرير */
}

/* تغيير لون روابط التنقل إلى الأبيض */
.custom-header a {
    color: black; /* لون روابط التنقل */
    text-decoration: none; /* إزالة التسطير من الروابط */
    padding: 10px 15px; /* الهوامش الداخلية للروابط */
    transition: color 0.3s ease; /* تأثير الانتقال للون الروابط */
}

.custom-header a:hover {
    color: #aaaaaa; /* لون الروابط عند التمرير */
}

/* تغيير لون الخلفية والنص للـ Footer */
.custom-footer {
    background-color: #FFFFFF; /* لون الخلفية الأسود */
    color: black; /* لون النص الأبيض */
    padding: 20px; /* الهوامش الداخلية */
    text-align: center; /* محاذاة النص في الوسط */
    font-family: 'Arial, sans-serif'; /* نوع الخط */
}

/* تغيير لون النص لباقي عناصر الصفحة إلى الأبيض */
body {
    background-color: #F4F4F4; /* لون الخلفية الافتراضية للصفحة */
    color: black; /* لون النص الأبيض */
    font-family: 'Arial, sans-serif'; /* نوع الخط */
}

/* لضمان أن تكون جميع النصوص باللون الأبيض */
body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    color: black;
}

/* تغيير لون الأيقونات في شريط الأيقونات إلى اللون الأبيض */
.icon-bar i,
.icon-bar svg {
    color: black; /* لون الأيقونات الأبيض */
    fill: black; /* لون الأيقونات إذا كانت SVG */
    font-size: 24px; /* حجم الأيقونات */
    transition: color 0.3s ease, fill 0.3s ease; /* تأثير الانتقال للون الأيقونات */
}

.icon-bar i:hover,
.icon-bar svg:hover {
    color: #aaaaaa; /* لون الأيقونات عند التمرير */
    fill: #aaaaaa; /* لون الأيقونات إذا كانت SVG عند التمرير */
}

/* تغيير لون الخلفية لشريط الأيقونات إلى الأسود */
.icon-bar {
    background-color: #2B2B2B; /* لون الخلفية الأسود */
    padding: 20px; /* الهوامش الداخلية */
    text-align: center; /* محاذاة النص في الوسط */
}

/* تغيير لون جميع الحاويات إلى اللون الأسود */
.container, .content, .main-content, .section, .box, .card {
    background-color: #FFFFF; /* لون الخلفية الأسود */
    color: black; /* لون النص الأبيض */
    padding: 20px; /* الهوامش الداخلية */
    border: 1px solid #333; /* إضافة حدود بلون غامق للفصل بين العناصر */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* إضافة ظل خفيف للحاويات */
}

/* للتأكد من أن جميع النصوص داخل الحاويات باللون الأبيض */
.container *, .content *, .main-content *, .section *, .box *, .card * {
    color: black;
}
.bg-inherit {
  background-color: #FDFEFF;
}

.footer-is-light .store-footer .store-footer__inner {
  --tw-border-opacity: 1;
  border-bottom-color: #e5e7eb;
  border-bottom-color: rgba(229,231,235,var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgb(255, 255, 255, 1);
}
.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgb(255, 255, 255, 1);
  --tw-text-opacity: 1;
  color: #FFFFFF;
  color: rgba(55,65,81,var(--tw-text-opacity));
}
.container, .content, .main-content, .section, .box, .card {
  background-color: #FCFCFC;
  color: black;
  padding: 20px;
  border: 0px solid #333 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  .copyright-text p {
  --tw-text-opacity: 1;
  color: #374151;
  color: rgba(0, 0, 0, 1);

}
.s-product-card-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.s-product-card-entry {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  border-radius: .75rem;
  --tw-bg-opacity: 1;
  background-color:#F2F2F2;
  background-color: rgb(242, 242, 242, 1);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 300ms;
}
.s-product-card-content-title a {
  display: block;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #000000;
  color: rgb(0, 0, 0);
}
.tamara-product-widget, .spotii-wrapper {
  min-height: 100px;
  position: relative;
  color: var(--color-text);
  font-size: var(--font-sm);
  line-height: 1.25;
  padding: 18px 20px 18px 100px !important;
  background: #aaa;
  border-radius: 0.375rem;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
element {
  cursor: pointer;
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 14px;
  text-align: right;
  padding: 16px 16px 16px 122px;
  direction: rtl;
  line-height: 22px;
  color: rgb(0, 0, 0, 1);
  min-width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  border-color: rgb(229, 229, 229);
  border-style: solid;
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgb(255, 255, 255, 1));
}
.tamara-product-widget span {
  font-family: var(--font-main);
  font-size: var(--font-sm);
  color: #fff;
}
.container *, .content *, .main-content *, .section *, .box *, .card * {
  color: #ddd6d6;
}
.s-button-light-outline {
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgb(187, 187, 187);
  fill: #6b7280;
  --tw-text-opacity: 1;
  color: #6b7280;
  color: rgba(107,114,128,var(--tw-text-opacity));
}
.s-comments-product {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgb(0, 0, 0);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.s-button-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background-color: #fff;
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.container *, .content *, .main-content *, .section *, .box *, .card * {
  color: #000000;
}
[type="text"], input:where(:not([type])), [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: .5rem;
  padding-right: .75rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
.s-comments-product {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgb(43, 43, 43);
  padding-top: 1rem;
  padding-bottom: 1rem;
div.payment-container, span.payment-container {
    color: white !important;
}
.banner-entry {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
  background-color: rgb(48, 49, 51);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}!important;
::before, ::after {
  --tw-content: '';
}
element {
}
.container *, .content *, .main-content *, .section *, .box *, .card * {
  color: #000000;
}
.container *, .content *, .main-content *, .section *, .box *, .card * {
  color: #000000;
}
.container *, .content *, .main-content *, .section *, .box *, .card * {
  color: black;
}
@media (min-width: 480px) {
  .banner-entry {
    padding: 1rem;
  }
}
.banner-entry {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
  background-color: rgb(42, 43, 45);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* لضبط حاوية المنتج باستخدام flexbox */
.product-container {
    display: flex;
    flex-direction: column; /* لضمان أن العناصر تظهر بشكل عمودي */
    justify-content: flex-start; /* لضمان أن النصوص تبدأ من نفس المكان */
    align-items: stretch; /* لجعل العناصر الداخلية تأخذ كامل العرض */
    width: 100%; /* عرض الحاوية بالكامل */
}

/* تنسيق محتوى المنتج */
.product-description,
.product-details {
    text-align: justify; /* توزيع النص بالتساوي بين الأطراف */
    line-height: 1.8;    /* المسافة بين الأسطر */
    font-size: 16px;     /* حجم الخط */
    font-family: 'Tajawal', sans-serif; /* نوع الخط */
    color: #333;         /* لون النص */
    margin-bottom: 20px; /* مسافة أسفل النص */
    direction: rtl;      /* لضبط النصوص من اليمين إلى اليسار */
}

/* تنسيق العناوين */
.product-title {
    text-align: right;   /* لجعل العنوان يبدأ من اليمين */
    font-size: 18px;     /* حجم الخط للعناوين */
    font-weight: bold;   /* العنوان بخط عريض */
    color: #222;         /* لون العنوان */
    margin-bottom: 15px; /* مسافة أسفل العنوان */
}
.container, .content, .main-content, .section, .box, .card {
  & [type="text"], & input:where(:not([type])), & [type="email"], & [type="url"], & [type="password"], & [type="number"], & [type="date"], & [type="datetime-local"], & [type="month"], & [type="search"], & [type="tel"], & [type="time"], & [type="week"], & [multiple], & textarea, & select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding-top: .5rem;
    padding-right: .75rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
  }
}