footer.store-footer.text-white.\!text-\[var\(--text-color-in-footer\)\] {
    background-color: #C8A572 !important;
}
.topnav-is-dark .top-navbar {
    background-color: #522A00;
}
/* خلفية السكشن على الهوم فقط */
.s-block--categories.main-links-wajha-cats {
  background-image: url('https://i.postimg.cc/FRJT3VTN/old-parchment-paper-scroll-sheet-vintage-aged-texture-isolated-white-background-1.png');
  background-repeat: no-repeat;      /* لمنع التكرار */
  background-position: center;       /* توسيط الصورة */
  background-size: cover;            /* تغطية كامل السكشن */
  background-attachment: scroll;     /* تتحرك مع السكروول */
  border-radius: 12px;               /* حواف ناعمة */
  padding: 2rem 0;                   /* مساحة داخلية لطريقة عرض حلوة */
  box-shadow: inset 0 0 60px rgba(0,0,0,0.05); /* تأثير ناعم للعمق */
}
section.main-links-wajha-cats .slide--cat-entry {
    background-color: #f9fafb00 !important;
}
.s-slider-block__title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    justify-content: center;
    flex-direction: row-reverse;
}
@media (max-width: 767px) { /* الموبايل فقط */
  .s-slider-block__title h2 {
    font-size: 11px;
  }
}
.bg-green-600 {
    background-color: #946b2b;
}