header,
    .site-header,
    .header {
       padding:-10px 0 !important;

    }


  header,
  header a,
  header span,
  header p,
  header button,
  header div {
    color: #000 !important;
  }

  button[aria-label="بحث"] svg,
  .search-icon svg,
  .sicon-search,
  .sicon-search svg {
    stroke: #000 !important;
    fill: #000 !important;
    color: #000 !important;
  }


  body header svg,
  body header i,
  body .store-header svg,
  body .store-header i {
    color: #000 !important;
    fill: #000 !important;
  }

  button[aria-label="الوضع الليلي"] svg,
  .theme-toggle svg,
  .dark-mode-toggle svg,
  .sicon-moon,
  .sicon-sun,
  .sicon-moon svg,
  .sicon-sun svg {
    stroke: #000 !important;
    fill: #000 !important;
    color: #000 !important;


}

  header svg * {
    stroke: #000 !important;
    fill: #000 !important;
  }
    

.baner{
  margin-top: 85px ; 
}

/* ===== تحسين شكل كروت المنتجات ===== */

/* الكارد نفسه */
.product-item,
.product-card,
.product-box {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

/* تأثير hover */
.product-item:hover,
.product-card:hover,
.product-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* صورة المنتج */
.product-item img,
.product-card img {
  border-radius: 10px;
  object-fit: contain;
  background: #fafafa;
  padding: 10px;
}

/* عنوان المنتج */
.product-item h3,
.product-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 10px 0 6px;
  line-height: 1.5;
}

/* الوصف */
.product-item .description,
.product-card .description {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

/* السعر */
.product-item .price,
.product-card .price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 8px 0;
}


/* Hover الزر */
.product-item .add-to-cart:hover,
.product-card .add-to-cart:hover {
  background: #d32f2f;
}




/* ===============================
   FORCE FOOTER TOP STYLE (CELIA)
================================ */


body footer section,
body footer div,
body footer {
    background-color: #0B3C5D !important;
}

/* كل النصوص */
body footer *,
body footer section *,
body footer div * {
    color: #E5E7EB !important;
}

/* العناوين */
body footer h1,
body footer h2,
body footer h3,
body footer h4,
body footer h5 {
    color: #6CBF84 !important;
}

/* الروابط */
body footer a {
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

body footer a:hover {
    color: #6CBF84 !important;

}

/* أزرار التواصل */
body footer a[href*="tel"],
body footer a[href*="wa"],
body footer a[href*="mailto"] {
    padding: 8px 14px;
    border-radius: 6px;
    display: inline-flex;
    gap: 6px;
}

body footer [href*="tel"]:hover,
body footer [href*="wa"]:hover,
body footer [href*="mailto"]:hover {
  ;
}

/* مسافة وتنظيم */
body footer section {
    padding: 30px 0 !important;
}

/* ===============================
   تواصل معنا فقط
================================ */

body footer a[href^="tel"],
body footer a[href^="mailto"],
body footer a[href*="wa.me"],
body footer a[href*="whatsapp"],
body footer a[href*="t.me"] {
    border: 1px solid rgba(255,255,255,0.35) !important;
    padding: 8px 14px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    color: #E5E7EB !important;
    background: transparent !important;
}

/* Hover لتواصل معنا فقط */
body footer a[href^="tel"]:hover,
body footer a[href^="mailto"]:hover,
body footer a[href*="wa.me"]:hover,
body footer a[href*="whatsapp"]:hover,
body footer a[href*="t.me"]:hover {
    color: #6CBF84 !important;
    border-color: #6CBF84 !important;
}

.footer-logo {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 2rem;

}


.footer-title {
  color: #6cbf84;
  font-weight: 600;
}

.footer-section {
  margin-bottom: 20px;
}



 footer .account,
  footer .my-account,
  footer .footer-column:last-child {
    margin-left: -30px;
  }


  .footer-account ul {
    padding-left: 0;
    margin-left: 10rem;
  }


/* إضافة جملة تحت شعار NSF */


.footer-logos::after {
    content: "منتجاتنا معتمدة من قبل NSF International";
    display: block;
    text-align: center;
    margin-top: 5px;
  
    font-size: 18px;
    color: #ffffff;
   border-radius: 12px;
}



@media (max-width: 768px) {
  .product-item,
  .product-card {
    padding: 12px;
    border-radius: 12px;
  }

  .product-item h3,
  .product-card h3 {
    font-size: 14px;
  }

  .product-item .price,
  .product-card .price {
    font-size: 15px;
  }

.product-item button,
  .product-card button,
  .product-item .salla-add-to-cart,
  .product-card .salla-add-to-cart,
  .product-item .btn,
  .product-card .btn {
    
    width: 100% !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 10px !important;
   margin-right: 10px: 
    font-size: 16px !important;
    border: 1px solid #000 !important;
  }

    .product-buy,
  .mobile-buy,
  .sticky-buy button {
    background: #fff !important;
    color: #000 !important;
  }

  .product-item button,
  .product-card button {
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 10px !important;
  

  
  }

  
  .product-item button *,
  .product-card button * {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .product-item button * {
  letter-spacing: 0.5px;
}



  .product-item button,
  .product-card button {
    color: #000 !important;
  }
  
    footer {
    text-align: center;
  }

  .footer-section {
    margin-bottom: 24px;
  }

  .footer-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer li {
    margin-bottom: 10px;
    font-size: 14px;
  }

   .floating-whatsapp,
  .floating-call {
    width: 52px;
    height: 52px;
    bottom: 90px; 
    z-index: 999;
  }

  .floating-whatsapp {
    right: 16px;
  }

  .floating-call {
    right: 16px;
    bottom: 150px;
  }
  
 .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .footer-contact a,
  .footer-contact button {
    width: 100%;
    justify-content: center;
  }
   .footer-account {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
}