/* سكشن الأقسام فقط */
.s-block--enhanced-square-banners {

  /* GRID */
  .banners-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
  }

  /* موبايل */
  @media (max-width: 768px) {
    .banners-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* الكرت */
  .banner-entry {
    background: transparent !important;
  }

  /* الرابط */
  .banner-entry a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0 !important; /* قتل المشكلة */
    height: auto !important;
  }

  /* إلغاء الارتفاع القديم */
  .banners-grid--6 .banner-entry a {
    padding-bottom: 0 !important;
  }

  /* نشيل الارتفاع الوهمي */
  .banner-entry .anime-item {
    height: auto !important;
    width: 100%;
  }

  /* الصورة */
  .banner-entry img {
    position: relative !important;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
  }

  /* النص */
  .banner-entry__text {
    position: static !important;
    padding: 0 !important;
    margin-top: 10px;
    text-align: center !important;
  }

  /* العنوان */
  .banner__title {
    font-size: 14px !important;
    line-height: 1.4;
    margin: 0;
  }
}





.header--boxed #main-nav:not(.fixed-pinned) {
    background-color: #fff !important;
}

.store-header .main-menu li:hover>.sub-menu  {
    background-color: #fff !important;

}