.footer__bottom {
    padding: 15px 0;
    background-color: #6d2f2f;
    background-color: #6d2f2f;
    font-size: var(--font-sm);
}

.top-header {
    border-bottom: 1px solid #e27e58;
    border-bottom: 1px solid #e27e58;
    padding: 8px 0;
 }
 
 .footer__bottom a {
    color: #ffffff;
}

.text-gray-400 mb-2.5 md:mb-0 {
    color: #ffffff;
}









@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500;700;800;900&display=swap');

/* =========================================
   زر أضف للسلة لكروت المنتجات
   يعمل على المنتجات العادية والمتحركة
========================================= */

/* كرت المنتج */
.product-block {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: auto !important;
  border-radius: 12px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* صورة المنتج */
.product-block .product-block__thumb {
  margin-bottom: 8px !important;
}

/* منطقة المعلومات */
.product-block .donating-wrap,
.product-block .relative.wide.donating-wrap {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* معلومات المنتج */
.product-block .product-block__info {
  flex: 0 0 auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* عنوان المنتج */
.product-block .product-title {
  display: block !important;
  margin-bottom: 8px !important;
}

/* السعر */
.product-block .price-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* إلغاء الزر العائم وتحويله لزر أسفل الكرت */
.product-block .btn--floated.btn--add-to-cart,
.product-block .btn--add-to-cart,
.product-block .custom-cart-button {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  display: block !important;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;

  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  z-index: 2 !important;
}

/* توسيع عناصر زر سلة */
.product-block .btn--add-to-cart salla-add-product-button,
.product-block .btn--add-to-cart salla-add-product-button > div,
.product-block .btn--add-to-cart salla-button,
.product-block .custom-cart-button salla-add-product-button,
.product-block .custom-cart-button salla-add-product-button > div,
.product-block .custom-cart-button salla-button {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* شكل الزر */
.product-block .btn--add-to-cart .s-button-element,
.product-block .custom-cart-button .s-button-element {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #752B2C !important;
  color: #ffffff !important;

  border: 0 !important;
  border-radius: 0 0 12px 12px !important;

  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;

  font-family: "Tajawal", Arial, sans-serif !important;
}

/* محتوى الزر */
.product-block .btn--add-to-cart .s-button-text,
.product-block .custom-cart-button .s-button-text {
  font-size: 0 !important;
  width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  color: #ffffff !important;
  font-family: "Tajawal", Arial, sans-serif !important;

  /* الأيقونة في الجهة الثانية */
  flex-direction: row-reverse !important;
}

/* أيقونة السلة */
.product-block .btn--add-to-cart .s-button-text i,
.product-block .custom-cart-button .s-button-text i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* نص الزر */
.product-block .btn--add-to-cart .s-button-text::after,
.product-block .custom-cart-button .s-button-text::after {
  content: "أضف للسلة";
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1 !important;
  font-family: "Tajawal", Arial, sans-serif !important;
}

/* حذف أي محتوى زائد */
.product-block .btn--add-to-cart .s-button-text::before,
.product-block .custom-cart-button .s-button-text::before {
  content: none !important;
}

/* الهوفر */
.product-block .btn--add-to-cart .s-button-element:hover,
.product-block .custom-cart-button .s-button-element:hover {
  background: #682526 !important;
  color: #ffffff !important;
}

/* إزالة الفراغ الزائد تحت آخر عنصر */
.product-block > *:last-child,
.product-block .donating-wrap > *:last-child,
.product-block .product-block__info > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* موبايل */
@media (max-width: 767px) {
  .product-block .btn--add-to-cart .s-button-element,
  .product-block .custom-cart-button .s-button-element {
    height: 48px !important;
    min-height: 48px !important;
  }

  .product-block .btn--add-to-cart .s-button-text::after,
  .product-block .custom-cart-button .s-button-text::after {
    font-size: 16px !important;
  }

  .product-block .btn--add-to-cart .s-button-text i,
  .product-block .custom-cart-button .s-button-text i {
    font-size: 20px !important;
  }
}






/* إطار بطاقة المنتج */
.product-block {
  border: 0.5px solid #752B2C !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

/* لو تبغون الإطار يبان بشكل أفخم شوي */
.product-block:hover {
  border-color: #752B2C !important;
  box-shadow: 0 6px 18px rgba(117, 43, 44, 0.12) !important;
}




/* ================================
   تطبيق خط المتجر المخصص على العناصر المهمة
   غيّر اسم الخط لو كان مختلف عندك
================================ */

:root {
  --custom-store-font: "قمره", "Qamrah", Arial, sans-serif;
}

/* تطبيق عام */
body,
button,
input,
textarea,
select,
a,
span,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--custom-store-font) !important;
}

/* اسم المنتج الرئيسي */
.product-block .product-title h2,
.product-block .product-title .title,
.product-block .title--primary,
.product-block .title--small {
  font-family: var(--custom-store-font) !important;
  font-weight: 500 !important;
}

/* الاسم الفرعي للمنتج */
.product-block .product-title p {
  font-family: var(--custom-store-font) !important;
}

/* السعر */
.product-block .price-wrapper,
.product-block .price-wrapper span,
.product-block .price-wrapper small {
  font-family: var(--custom-store-font) !important;
}

/* زر أضف للسلة */
.product-block .btn--add-to-cart .s-button-element,
.product-block .custom-cart-button .s-button-element,
.product-block .btn--add-to-cart .s-button-text,
.product-block .custom-cart-button .s-button-text,
.product-block .btn--add-to-cart .s-button-text::after,
.product-block .custom-cart-button .s-button-text::after {
  font-family: var(--custom-store-font) !important;
  font-weight: 600 !important;
}

/* أسماء الأقسام والعناوين */
.s-block__title,
.s-block__title h2,
.s-block__title h3,
.section-title,
.section-title h2,
.section-title h3,
.products-slider .s-slider-block__title,
.products-slider .s-slider-block__title h2,
.products-list-container + .s-block__title,
.home-section h2,
.home-section h3 {
  font-family: var(--custom-store-font) !important;
  font-weight: 500 !important;
}

/* زر عرض الكل */
a[href*="categories"],
a[href*="products"],
.s-block__display-all,
.s-slider-block__display-all,
.btn,
.button,
.s-button-element {
  font-family: var(--custom-store-font) !important;
}








/* إخفاء الشريط العلوي القديم */
.top-header {
  display: none !important;
}

/* ترتيب صفحة المنتج على الجوال */
@media (max-width: 767px) {
  .product-details__info {
    display: flex !important;
    flex-direction: column !important;
  }

  .product-details__info > .product-details__title {
    order: -40 !important;
  }

  .product-details__info > .product-sections-wrapper {
    order: -30 !important;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
  }

  .product-details__info > .pay-installment {
    order: -20 !important;
  }

  .product-details__info > .article--product-details {
    order: -10 !important;
  }
}

/* تحريك شريط الإعلان */
#store_notify {
  overflow: hidden !important;
}

#store_notify p {
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
}

#store_notify p a {
  display: block !important;
  width: max-content !important;
  white-space: nowrap !important;
  animation: taj-notify-marquee 20s linear infinite !important;
}

@keyframes taj-notify-marquee {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100vw);
  }
}

/* مراعاة إعداد تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  #store_notify p a {
    animation: none !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
  }
}