.custom-faq-white .faq-content p,
.custom-faq-white .faq-btn p {
  color: #ffffff !important;
}

.reviews-white .bg-store-bg-secondary {
  --store-text-primary: #fff;
  --store-text-secondary: #fff;
  color: #fff !important;
}
.reviews-white .bg-store-bg-secondary * {
  color: inherit !important;
}
.reviews-white .bg-store-bg-secondary .text-store-text-primary,
.reviews-white .bg-store-bg-secondary .text-store-text-secondary {
  color: #fff !important;
}

.reviews-white .bg-store-bg-secondary .sicon-star,
.reviews-white .bg-store-bg-secondary .sicon-star *,
.reviews-white .bg-store-bg-secondary .sicon-star svg,
.reviews-white .bg-store-bg-secondary .sicon-star path {
  color: #ffcc00 !important;
  fill: #ffcc00 !important;
  stroke: #ffcc00 !important;
  opacity: 1 !important;
}

.reviews-white .bg-store-bg-secondary .comment__rating i,
.reviews-white .bg-store-bg-secondary .comment__rating svg,
.reviews-white .bg-store-bg-secondary .comment__rating path {
  color: #ffcc00 !important;
  fill: #ffcc00 !important;
  stroke: #ffcc00 !important;
  opacity: 1 !important;
}


/* أوقف كل أنيميشن/ماركيه في شريط العروض */
.promotion-banner,
.promotion-banner * {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
}

/* اعرض رسالة واحدة فقط – أخفِ البقية */
.promotion-banner ul li:not(:first-child) {
  display: none !important;
}

/* حافظ على السطر ثابت مع اقتطاع إذا طال */
.promotion-banner ul {
  white-space: nowrap;
  overflow: hidden;
}

.promotion-banner ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* توسيط النص داخل الشريط العلوي */
.promotion-banner ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

/* ضبط الرابط داخل الشريط */
.promotion-banner ul li a {
  width: 100%;
  text-align: center !important;
  display: inline-block;
}

/* تقليل ارتفاع الشريط العلوي */
.promotion-banner {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  min-height: 32px !important;
}

/* ضبط الخط داخل الشريط */
.promotion-banner ul li a {
  font-size: 17px !important;
  line-height: 1.6 !important;
}

/* جعل خلفية قائمة الفرز بيضاء والنص أسود بدون تغيير تأثير الفوكس */
#product-filter,
#product-filter option {
  background-color: #ffffff !important;
  color: #000000 !important;
}



/* تقليل ارتفاع الهيدر ورفع اللوقو وكل العناصر لفوق */
.store-header {
  height: 110px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* تقليل ارتفاع اللوقو نفسه */
.store-header img.logo-normal {
  height: 80px !important;
  max-height: 80px !important;
}

/* رفع العناصر داخل الهيدر للأعلى */
.store-header .main-nav-container {
  margin-top: -15px !important;
}

/* تكبير اللوجو فقط */
.store-header img.logo-normal {
  height: 110px !important;
  max-height: 110px !important;
}








/* هيدر بلون ثابت */
body [class*="main-nav-container"][class*="fixed"] > .inner {
  background: #833533 !important;
  height: 100px !important; /* عدّلها حسب رغبتك */
  display: flex !important;
  align-items: flex-start !important; /* يرفع كل العناصر للأعلى */
  padding-top: 0px !important; /* تقدر تتحكم فيها 0 - 10 */
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* لو تبي تحكم أدق باللوجو فقط */
body [class*="main-nav-container"][class*="fixed"] img.logo-normal {
  margin-top: -5px !important; /* حرّك اللوجو للأعلى أو للأسفل */
}

/* فرض اللون العنابي على سعر الخصم في البطاقات والمنتجات */
.product-card__price .text-red-600,
.product-price .text-red-600,
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: #843434 !important;
}

/* إخفاء نسبة الخصم أسفل السعر */
.product-card__discount,
.price-discount,
.text-red-600 + .text-sm,
[class*="discount"],
[class*="offer-percent"],
[class*="percentage"],
.product-price__discount {
  display: none !important;
  visibility: hidden !important;
}

/* تغيير لون السعر في صفحة المنتج من الأحمر إلى العنابي #843434 */
.product-price .text-red-400,
.product-card__price .text-red-400,
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: #843434 !important;
}

/* تغيير لون الأيقونات في أزرار صفحة المنتج إلى الأبيض */
.product-single .s-button-icon,
.product-single .s-button-icon svg,
.product-single .s-button-icon i,
.product-single .btn-wishlist svg,
.product-single .s-social-share-btn svg,
.s-button-icon path {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* تغيير الخط الانجليزي */

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

p, li, span, a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

button, .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Force Tabby/Tamara box background to your custom grey */
#tabbyPromoWrapper,
#tabbyPromoWrapper *,
.styles__snippetWrapper--d68e9,
.styles__snippetWrapper--d68e9 * {
    background-color: #F2F3F5 !important; /* your grey color */
}

/* Also override the internal Tabby container */
#tabbyPromo,
#tabbyPromo * {
    background-color: #F2F3F5 !important;
}

/* Remove any inherited burgundy that overrides background */
#tabbyPromoWrapper {
    --bg-secondary: #F2F3F5 !important;
    background: #F2F3F5 !important;
}

#tabbyPromoWrapper,
#tabbyPromo {
    --snippetLinkTextColor: #000000 !important;
}

/* Force Tabby learn-more link to be black + underlined */
#tabbyPromoWrapper a.styles__tabbyPromoSnippetLink--fc364,
#tabbyPromoWrapper .styles__tabbyPromoSnippetLink--fc364 {
    color: #000000 !important;
    text-decoration: underline !important;
}

/* Optional: keep underline on hover */
#tabbyPromoWrapper a.styles__tabbyPromoSnippetLink--fc364:hover,
#tabbyPromoWrapper .styles__tabbyPromoSnippetLink--fc364:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

/* Force underline on Tabby “لمعرفة المزيد” link */
a[class*="tabbyPromoSnippetLink"],
[class*="tabbyPromoSnippetLink"] a,
.styles__tabbyPromoSnippetLink--fc364,
.styles__tabbyPromoSnippetLink--fc364 * {
    text-decoration: underline !important;
    color: #000 !important;
}

.styles__tabbyPromoSnippetLink--fc364 {
    display: inline-block;
    color: #3533ac;
    color: var(--snippetLinkTextColor, #3533ac);
    transition: opacity 0.2s;
    text-decoration: underline;
    margin: 5px 0;
}

/* Make account/order boxes white instead of burgundy */
main {
  --bg-secondary: #ffffff !important;
}

/* Safety: any burgundy-style boxes inside the content become white */
main .bg-secondary {
  background-color: #ffffff !important;
  color: #000000 !important;
}
main .bg-secondary *,
main .order-card *,
main .order-box * {
  color: #000000 !important;
}

.s-comment-form-input {
    color: #ffffff !important; /* Text color */
}

/* If the input has placeholder text */
.s-comment-form-input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* For Safari */
.s-comment-form-input::-webkit-input-placeholder {
    color: #ffffff !important;
}

/* For Firefox */
.s-comment-form-input::-moz-placeholder {
    color: #ffffff !important;
}

/* For Edge */
.s-comment-form-input:-ms-input-placeholder {
    color: #ffffff !important;
}

.s-comments-sort-input {
    color: #ffffff !important; /* Text color */
}

/* Placeholder text */
.s-comments-sort-input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Safari */
.s-comments-sort-input::-webkit-input-placeholder {
    color: #ffffff !important;
}

/* Firefox */
.s-comments-sort-input::-moz-placeholder {
    color: #ffffff !important;
}

/* Edge */
.s-comments-sort-input:-ms-input-placeholder {
    color: #ffffff !important;
}

.text-\[\#f11e1e\] {
    --tw-text-opacity: 1;
    color: #833533 !important;
    color: rgba(131, 53, 51, var(--tw-text-opacity, 1)) !important;
}
/* إخفاء أي عنصر يحمل كلاس text-[#f11e1e] مهما كان شكل الكتابة */
[class*="text-[#f11e1e]"],
[class*="text-\\[\\#f11e1e\\]"] {
    display: none !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}