/* Add custom CSS styles below */ 
 .logo-normal {
  content: url("https://cdn.salla.sa/form-builder/3NSmW8fFessf4I3TCgnDi9FcKCimMgDNzgfKui4Y.png") !important;
}
 p, h1, h2, h3,h {
  color: #3e000c; /* لون النص البني */
 text-shadow:
    0 0 3px #ffeed3,
    0 0 6px #ffeed3,
    0 0 9px #ffeed3,
    0 0 12px #ffeed3; /* زيادة توهج */
  font-weight: 700;
}
/* ====== النصوص الفرعية بتوهّج فاخر ====== */
.fix-align,
.profile-filepond-placholder-text,
.filepond--label-action,
.form-input::placeholder,
.btn-tab span {
  color: #3e000c !important; /* بني فاخر */
  text-shadow:
    0 0 3px #ffeed3,
    0 0 6px #ffeed3,
    0 0 9px rgba(255, 238, 211, 0.8); /* توهج بيج ناعم */
  font-weight: 600;
}

.tabby-tamara-box {
  background-color: #fff8f2 !important; /* خلفية مثل تمارا */
  border: 1px solid #f2e7dc !important; /* حد خفيف */
  border-radius: 10px !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
  display: block !important;
  font-family: "Tajawal","Cairo",sans-serif !important;
  color: #000 !important; /* النص أسود */
  font-weight: 700 !important; /* Bold */
}

.tabby-text-styled {
  color: #000 !important;
  font-weight: 700 !important;
}

.tabby-overlay-made {
  background-color: #fff8f2 !important;
  border: 1px solid #f2e7dc !important;
  border-radius: 10px !important;
  color: #000 !important;
  font-weight: 700 !important;
}
/*---------------------------------*/
.product-card {
        box-shadow: 0 4px 8px rgba(62, 0, 12, 5); /* إضافة تأثير الظل */
}
.s-cart-summary-content {
    color: #333; /* تغيير اللون إلى لون داكن أو أي لون تفضله */
    text-shadow: none; /* إزالة التأثيرات المتوهجة أو الظلال */
}

#product-filter {
    color: #ffeed3; /* تغيير لون النص التصنيفات داخل الـ select */
}


/* لون الأسئلة بدون أي توهج */
.single-faq .faq-btn p {
  color: #ffeed3 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* لون الإجابات بدون أي توهج */
.single-faq .faq-content p {
  color: #e4d2b4 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}
/* لون رابط واتساب داخل الإجابة */
.single-faq .faq-content a {
  color: #2767e7 !important;
  background: transparent !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  filter: none !important;
}
/* اخفاء عدد مرات الشراء */
.product-single__discounted-amount {
    display: none !important;
}