/* Add custom CSS styles below */ 
body {
  background-color: #ffffff !important;
}
.store-footer {
  background-color: #f3f4f6!important;
}
.footer-is-light .store-footer .store-footer__inner {
  background-color: #f3f4f6!important;
}

.s-slider-block__title-right {
  text-align: center!important;          /* محاذاة في المنتصف */
  color: #000000;              /* اللون الأسود */
  font-weight: bold;           /* الخط عريض */
  font-size: 1.5rem;           /* تكبير حجم النص (يمكن تعديله) */
  border-bottom: 5px solid #000; /* حد سفلي أسود بسُمك 5px */
  padding: 10px 20px 10px 0px;
  display: inline-block; /* لتناسب الحجم مع النص */
}


.store-footer {
  background-color: #f5f6f7;
  padding: 60px 20px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.store-footer::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 120%;
  height: 120px;
  background-color: #f5f6f7;
  border-radius: 0 0 100% 100%;
  transform: rotate(180deg) translateX(-10%);
  z-index: -1;
}

salla-apps-icons {
  background-image: url("https://cdn.salla.sa/form-builder/1pJzSKCtOvezeBDU6DSL6jnU7bYm8htNvwSd1FIs.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px 150px; /* تكبير الصورة */
  
  display: block;
  width: 200px;    /* تكبير العنصر نفسه */
  height: 200px;   /* ارتفاع أكبر */
  margin: 0 auto;  /* توسيطه أفقياً */
}

.s-product-card-fit-height .s-product-card-image {
  width: 100%;
  height: 20rem;         /* ارتفاع أطول (طولي) */
  max-height: 25rem;     /* أقصى ارتفاع للطول */
  aspect-ratio: 3 / 4;   /* يجعل الصورة عمودية الشكل */
  object-fit: cover;     /* يمنع تمدد الصورة بشكل سيئ */
  border-radius: 8px;    /* للحواف الناعمة (اختياري) */
  overflow: hidden;      /* يمنع خروج الصورة */
}
.s-product-card-content .s-product-card-content-sub {
  display: flex;
  align-items: center;   /* توسيط عمودي */
  justify-content: center; /* توسيط أفقي */
  text-align: center;    /* محاذاة النص في المنتصف */
}
.product__description h2 {
  color: #c39864 !important;
  font-weight: bold !important;
}