/* Add custom CSS styles below */ 
/*body*/
/**/
.main-nav-container {
  min-height: 84px;
  height: 120px !important;
}

.lg\:justify-between {
  justify-content: space-between;
  display: none;
}
/**/

/**/
/* loge*/

.navbar-brand img {
  max-height: 4rem !important;
  width: auto;
  max-width: unset !important;
}
/***/
/*.special_title*/
.special_title .wrapper.container p {
  font-size: 35px;
  font-weight: 500;
} /**/

/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/**/

/*products*/
.s-product-card-vertical
  .s-product-card-content-footer
  salla-add-product-button
  .s-button-element {
  border-radius: 0 !important;
  color: white !important;
  border: none !important;
  background: var(--color-primary);
}

/**/
/**/
footer {
  background-color: #02221c !important;
  color: #fff !important;
}

footer .copyright-text p {
  color: #000 !important;
}

.copyright-text p a:hover {
  color: #000 !important;
}
.store-footer__inner .col-span-2 > a img {
  max-width: 100%;
  filter: brightness(0) ;
}

/**/

.LA_limited-time-offers .overlay {
  background: transparent;
}

/**/
.store-footer {
    margin-top: 4rem;
    background-position: center;
}

.swiper-slide-active img {
    object-fit: contain;
}
@media (min-width: 992px) {
  /***/

  .brands-index .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
  }
  .brands-index #brand-section-2 .grid {
    display: flex;
  }

  .brands-index .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    gap: 28px;
    justify-content: center;
  }
  .brands-index #brand-section-1 .grid {
    display: flex;
  }
  .brands-index #brand-section-3 .grid {
    display: flex;
  }
  /***/
}
/**/

@media (max-width: 768px) {
  .special_title .wrapper.container p {
    font-size: 20px;
  }


  /**/
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/**/
  /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/
}
/* الأب الأساسي */
.product-info {
    display: flex;
    flex-direction: column;
}

/* رفع خيارات المنتج */
.s-product-options-wrapper {
    order: -1 !important;
    margin-bottom: 15px;
}

/* نزول الوصف تحت */
.flex.mb-4 {
    order: 0 !important;
}
.not-returnable {
    display: none !important;
}
/* اجعل الأب الأساسي عمودياً */
.product-info {
  display: flex;
  flex-direction: column;
}

/* رفع خيارات المنتج */
.s-product-options-wrapper {
  order: -1 !important;
  margin-bottom: 15px;
}

/* إجبار الوصف يكون بعد الاختيارات */
.flex.mb-4 {
  order: 0 !important;
}

/* مثال لإخفاء جملة "المنتج لا يمكن استرجاعه" -
   استبدل .selector-here بالـ class أو الـ selector اللي بتشوفه في الفحص */
.selector-here {
  display: none !important;
}.product-single div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > p{
    display:none
}