/* Add custom CSS styles below */ 
/* إخفاء شريط البحث بالكامل */
.s-search-input,
.search-bar,
.header-search,
form[role="search"] {
  display: none !important;
}

/* ترتيب الهيدر بشكل راقي */
.store-header,
.main-header,
.header-wrapper {
  background: #ffffff !important;
  min-height: 90px !important;
}

/* اللوقو */
.navbar-brand img,
.store-logo img,
.header-logo img {
  max-height: 70px !important;
  width: auto !important;
}

/* إخفاء أيقونة السلة والمبلغ */
.s-cart-summary-wrapper,
.header-cart,
.cart-wrapper {
  display: none !important;
}

/* إظهار الدخول بشكل أنظف */
.header-user,
.user-menu,
.login-link {
  display: flex !important;
  align-items: center !important;
}

/* إخفاء كلمة البحث فقط لو بقيت */
input::placeholder {
  color: transparent !important;
}.main-header .container,
.header-wrapper .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}/* إخفاء أيقونات القسم */
.s-block--features .feature-icon,
.s-block--features svg,
.s-block--features img {
    display: none !important;
}

/* تحويل البطاقات لشريط فاخر */
.s-block--features .feature-item {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* القسم كامل */
.s-block--features {
    background: #fff !important;
    padding: 20px 0 40px !important;
}

/* النص */
.s-block--features .feature-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    color: #2f2f2f !important;
}

.s-block--features .feature-description {
    display: none !important;
}

/* تنسيق الجوال */
@media (max-width:768px){
    .s-block--features .feature-title{
        text-align:center !important;
        margin:12px 0 !important;
    
}
  a[href^="tel:"],
.footer-phone,
.store-phone {
    display: none !important;
}
    }