.custom-footer {
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  background-color: #fff;
  margin-top: 60px;
}

/* ======= المنطقة الذهبية (أعلى الفوتر) ======= */
.footer-main {
  background: url('https://i.ibb.co/0Vqr5H6H/Rectangle-19994.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 30px 40px;
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-column h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-column p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.footer-column.center {
  text-align: center;
}

/* ======= أيقونات التواصل ======= */
.footer-icons {
  margin-top: 10px;
  text-align: right;
}

.footer-icons a {
  display: inline-block;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.footer-icons img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.footer-icons a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ======= الشريط الأبيض السفلي ======= */
.footer-bottom {
  background-color: white;
  border-top: 1px solid #eee;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom .payment-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-bottom .payment-icons img {
  width: 40px;
  height: auto;
  object-fit: contain;
}

.footer-bottom .copyright {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

footer.store-footer,
footer .store-footer__inner {
  display: none !important;
}


.s-slider-block__title-left {
  display: none !important;
}
.s-block__display-all {
  display: none !important;
}


/* تنسيق العنوان */
.s-slider-block__title {
  font-family: 'Cairo Play', 'Lateef', 'Amiri', 'Cairo', cursive !important;
  font-size: 36px;
  font-weight: 700;
  color: #a56a2c;
  display: table;
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}



.s-slider-block__title h2 {
  font-family: 'Cairo Play', 'Lateef', 'Amiri', 'Cairo', cursive !important;
  font-size: 30px;
  font-weight: 700;
  color: #a56a2c;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto 10px;
}

/* الخط المنحني أسفل العنوان */
.s-slider-block__title h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  margin: 10px auto 0;
  border-bottom: 3px solid #a56a2c;
  border-radius: 0 0 100% 100%;
  transform: scaleX(1.2);
}

/* توسيط العنوان */
.s-reviews-header-wrapper {
  text-align: center !important;
  margin-bottom: 40px;
  position: relative;
}

/* تنسيق العنوان نفسه */
.s-reviews-header {
  font-family: 'Cairo Play', 'Amiri', 'Lateef', cursive !important;
  font-size: 36px !important;
  font-weight: 700;
  color: #111;
  display: inline-block;
  position: relative;
}

/* الخط المنحني أسفل العنوان */
.s-reviews-header::after {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  margin: 10px auto 0;
  border-bottom: 3px solid #cc924f;
  border-radius: 0 0 100% 100%;
  transform: scaleX(1.2);
}
.s-reviews-header-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-direction: column;
}

.s-slider-block__title h2 {color: #CE9246}
/* سكشن الأقسام */
.sections-block {
  text-align: center;
  margin-top: 80px;
  font-family: 'Cairo', sans-serif; /* استخدم الخط الأقرب */
}

.section-title {
  font-family: 'Cairo Play', 'Lateef', 'Amiri', 'Cairo', cursive !important;
  font-size: 36px;
  font-weight: 700;
  color: #a56a2c;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto 40px;
}

/* الخط المنحني أسفل العنوان */
.section-title::after {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  margin: 10px auto 0;
  border-bottom: 3px solid #a56a2c;
  border-radius: 0 0 100% 100%;
  transform: scaleX(1.2);
}

/* الحاوية */
.sections-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px; /* تباعد مناسب بين الصور */
  flex-wrap: wrap;
}

/* كل بطاقة */
.section-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
}

/* الصور الدائرية */
.section-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.section-image:hover {
  transform: scale(1.05);
}

/* اسم القسم */
.section-label {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(to right, #c57a34, #a56a2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Cairo', sans-serif;
  text-align: center;
}

.features-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
}

.feature-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #cc924f; /* اللون البني */
  color: white;
  padding: 18px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  gap: 15px;
  min-width: 240px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.feature-box span {
  flex: 1;
  text-align: right;
}

.feature-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  background-color: white; /* الوضع الافتراضي */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.feature-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.feature-box:hover .feature-icon {
  background-color: #cc924f;
}

/* ========== Hover ========== */
.feature-box:hover {
  background-color: white;
  color: #cc924f;
  border: 2px solid #cc924f;
}

.feature-box:hover .feature-icon {
  background-color: #cc924f; /* الدائرة تصبح بني */
}

.feature-box:hover .feature-icon img {
  filter: brightness(0) invert(1); /* الأيقونة تصبح بيضاء */
}

.s-block__title {
  text-align: center; /* يخلي العنوان في المنتصف */
}

.s-block__title h2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #CE9246; /* اللون البني الذهبي */
  position: relative;
  padding-bottom: 10px; /* مساحة للخط */
}

/* الخط المنحني أسفل العنوان */
.section-title::after {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  margin: 10px auto 0;
  border-bottom: 3px solid #a56a2c;
  border-radius: 0 0 100% 100%;
  transform: scaleX(1.2);
}


.s-block__title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%) rotate(1deg); /* يعمل زاوية صغيرة */
  width: 120px;
  height: 2px;
  background-color: #CE9246;
}
.footer-is-light .store-footer .store-footer__inner {
  background: url("https://i.ibb.co/0Vqr5H6H/Rectangle-19994.png") no-repeat center center / cover !important;
  color: #fff; /* يخلي النص أبيض فوق الخلفية */
  position: relative;
}
 
 
/* توسيط اسم المنتج والوصف */
.s-product-card-content-main {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100px;
  padding: 0 10px;
}

.s-product-card-content-main * {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

/* توسيط السعر */
.s-product-card-price,
.s-product-card-starting-price h4 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100%;
  min-height: 50px; /* تأكد أن في ارتفاع كافي للتوسيط الرأسي */
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
/* إخفاء رابط "عرض الكل" */
.s-block__title-link {
  display: none !important;
}

/* توسيط العنوان */
.s-block__title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}