/* Add custom CSS styles below */ 
:root{
  --main-color:#0B2D5B;
  --second-color:#0E76BC;
  --gold-color:#F5B400;
  --soft-bg:#F7F9FC;
}

/* لون خلفية المتجر */
body{
  background:#F7F9FC !important;
}

/* الأزرار */
button,
.btn,
.s-button,
.product-card__addToCart,
.add-to-cart{
  border-radius:12px !important;
  border-color:#0E76BC !important;
  color:#0B2D5B !important;
  font-weight:700 !important;
}

/* عند مرور الماوس على الأزرار */
button:hover,
.btn:hover,
.s-button:hover,
.product-card__addToCart:hover,
.add-to-cart:hover{
  background:#0B2D5B !important;
  color:#fff !important;
}

/* عناوين الأقسام */
h1,h2,h3,
.section-title{
  color:#0B2D5B !important;
  font-weight:800 !important;
}

/* كروت المنتجات */
.product-card,
.s-product-card-entry{
  border-radius:18px !important;
  box-shadow:0 8px 25px rgba(11,45,91,.08) !important;
  border:1px solid #eef1f5 !important;
}
/* تقليل الفراغات بين أقسام الصفحة */
section,
.s-block,
.s-block--features,
.s-block--products{
  margin-top:25px !important;
  margin-bottom:25px !important;
  padding-top:20px !important;
  padding-bottom:20px !important;
}

/* تحسين صور المنتجات */
.product-card img,
.s-product-card-image img{
  object-fit:contain !important;
  padding:10px !important;
}

/* تحسين اسم المنتج */
.product-card__title,
.s-product-card-content-title{
  color:#0B2D5B !important;
  font-weight:700 !important;
  line-height:1.7 !important;
}

/* تحسين السعر */
.product-card__price,
.s-product-card-price{
  color:#B91C1C !important;
  font-weight:800 !important;
}
/* تقليل الفراغ الكبير قبل الفوتر */
main,
.main-content,
.app-content,
.s-block-wrapper,
.store-home{
  padding-bottom:20px !important;
  margin-bottom:0 !important;
}

/* تقليل ارتفاع المساحات الفارغة */
.py-16,
.py-20,
.my-16,
.my-20{
  padding-top:25px !important;
  padding-bottom:25px !important;
  margin-top:20px !important;
  margin-bottom:20px !important;
}

/* تحسين الفوتر */
footer,
.store-footer{
  background:#EEF4FA !important;
  border-top:3px solid #0B2D5B !important;
  padding-top:35px !important;
}

/* عناوين الفوتر */
footer h3,
footer h4,
.store-footer h3,
.store-footer h4{
  color:#0B2D5B !important;
  font-weight:800 !important;
}

/* روابط الفوتر */
footer a,
.store-footer a{
  color:#243B53 !important;
  font-weight:600 !important;
}
/* تحسين شكل السليدر */
.s-slider-block,
.s-block--slider,
section:first-of-type{
  margin-top:20px !important;
}

.s-slider-block img,
.s-block--slider img,
.swiper-slide img{
  border-radius:16px !important;
  box-shadow:0 12px 35px rgba(11,45,91,.12) !important;
}

/* أزرار السليدر */
.swiper-button-next,
.swiper-button-prev{
  background:#0B2D5B !important;
  color:#fff !important;
  border-radius:50% !important;
}

/* نقاط السليدر */
.swiper-pagination-bullet-active{
  background:#F5B400 !important;
}