/* Add custom CSS styles below */ 
/* Smart-Fi Store Professional Design */

/* خلفية عامة ناعمة */
body {
  background: #f7f9fc !important;
}

/* الهيدر */
.store-header,
.main-nav-container,
.top-navbar {
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}

/* مربع البحث */
input[type="search"],
.search-input,
.s-search-input {
  border-radius: 18px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
}

/* روابط القائمة */
.main-menu a,
.navbar a {
  font-weight: 700 !important;
  color: #1f2937 !important;
}

.main-menu a:hover,
.navbar a:hover {
  color: #009fe3 !important;
}

/* عنوان الأقسام */
.section-title,
.s-block__title h2,
.s-block__title {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #111827 !important;
}

/* كروت المنتجات */
.product-entry,
.s-product-card-entry,
.s-product-card-vertical {
  background: #ffffff !important;
  border-radius: 22px !important;
  border: 1px solid #edf2f7 !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.product-entry:hover,
.s-product-card-entry:hover,
.s-product-card-vertical:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12) !important;
}

/* صور المنتجات */
.product-entry img,
.s-product-card-image img {
  border-radius: 18px !important;
  transition: transform 0.35s ease !important;
}

.product-entry:hover img,
.s-product-card-entry:hover img {
  transform: scale(1.04) !important;
}

/* اسم المنتج */
.product-title,
.s-product-card-content-title a,
.s-product-card-content-title {
  font-weight: 800 !important;
  color: #111827 !important;
  line-height: 1.7 !important;
}

/* السعر */
.product-price,
.s-product-card-price,
.s-product-card-sale-price {
  color: #009fe3 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

/* زر إضافة للسلة */
.s-button-primary,
.s-product-card-content-footer button,
button.add-to-cart {
  background: linear-gradient(135deg, #00a8e8, #0077b6) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 20px rgba(0, 159, 227, 0.25) !important;
  transition: all 0.3s ease !important;
}

.s-button-primary:hover,
.s-product-card-content-footer button:hover,
button.add-to-cart:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(0, 159, 227, 0.35) !important;
}

/* زر المفضلة */
.s-product-card-wishlist-btn,
button[aria-label*="wishlist"] {
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
}

/* السلة والحساب */
.header-btn,
.s-cart-summary-wrapper,
.s-user-menu-wrapper {
  border-radius: 16px !important;
}

/* تحسين عرض المنتجات بالجوال */
@media (max-width: 768px) {
  .s-product-card-entry,
  .product-entry {
    border-radius: 18px !important;
  }

  .section-title,
  .s-block__title h2 {
    font-size: 20px !important;
  }

  .s-product-card-content-title,
  .product-title {
    font-size: 14px !important;
  }
}