/* LOGO */
.navbar-brand img {
    max-height: 4rem;
    max-width: 70px;
  margin-bottom: 15px;
   margin-right: 25px;

  margin-left: 25px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}
.border-b.border-solid {
    background-color: #E8E9E3;
}
@media (min-width: 992px) {
  .navbar-brand img {
      scale: 1.8;
  }
}

.col-span-2.rtl\:lg\:pl-11.ltr\:lg\:pr-11,
.col-span-2.md\:col-span-1.border-b{
    background-color: transparent;
}
@media (min-width: 768px) {
    .md\:text-2xl {
        font-size: 18px;
        line-height: 2rem;
    }
}
/* cats */
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* products */
.s-block--best-offers .s-slider-block__title {
    display: none;
}

@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }

    /* Al-testimonial */
    .al-testimonial h3,
    .al-testimonial h4 {
        color: #1C1C1C !important
    }
    
    /* footer */
    .store-footer * {
        text-align: center !important;
        margin-inline: auto;
    }
    .store-footer .container.grid {
        grid-template-columns: 1fr;
    }











  /* دائرة حول أيقونة السلة */
#s-cart-icon {
    position: relative;             /* للسماح بالتمركز المطلق */
    width: 33px;                    /* حجم الدائرة */
    height: 33px;                   /* حجم الدائرة */
    border: 1px solid #000;         /* حدود الدائرة */
    border-radius: 50%;             /* تجعلها دائرية */
    background-color: transparent;  /* خلفية شفافة */
    display: flex;                  /* لضمان توسيط العناصر */
    align-items: center;            /* محاذاة عمودية */
    justify-content: center;        /* محاذاة أفقية */
      transform: translate(48%, 10%);

}

/* تثبيت أيقونة السلة في المنتصف */
#s-cart-icon svg, 
#s-cart-icon i {
    position: absolute;             /* تثبيت داخل الدائرة */
    top: 50%;
    left: 50%;
    transform: translate(-85%, -50%);
    width: 24px;                    /* حجم الأيقونة */
    height: 24px;                   /* حجم الأيقونة */
}











  .s-cart-summary-count {
    position: absolute;       /* لجعل موقعه مستقل عن السلة */
    top: -8px;                /* يمكن تغييره حسب الحاجة */
    right: -20px;              /* يمكن تغييره حسب الحاجة */
    color: white;             /* لون الرقم */
    font-size: 12px;          /* حجم الرقم */
    width: 18px;              /* حجم الدائرة */
    height: 18px;             /* حجم الدائرة */
    display: flex;            /* لتوسيط الرقم داخل الدائرة */
    align-items: center;
    justify-content: center;
    border-radius: 50%;       /* جعلها دائرية */
    font-weight: bold;
    z-index: 10;              /* للتأكد أنه فوق أيقونة السلة */
}


  

}
.verification {
  margin-right: 20px; /* عدّل الرقم حسب اللي يناسبك */
}






.s-menu-footer-item {
  font-size: 12px !important;
}