/* Add custom CSS styles below */ 
.al_fixed_banner .container {
    max-width: 100%;
}

/* قايمه عناصر*/
.md\:grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}
.two-row .banner-entry:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
a.banner-entry {
  height: 500px;
  background-color: unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

a.banner-entry.square-photos:hover {
  transform: scale(1.1);
}

.banner-entry {
  transition: all 0.5s;
}
.banner-entry::after {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.banner-entry:hover::after {
  animation: flashing 0.5s linear;
}

/* grid 1 madia */

section:nth-child(1 of .s-block--banners) .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
  height: unset;
}


section:nth-child(1 of .s-block--banners) .banner-entry {
  height: 365px;
}
/* grid 1 madia */




/*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(3, 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:#EDD3E6 !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%;
}

/**/

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

/**/
@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;
  }

 section:nth-child(1 of .s-block--banners) .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
section:nth-child(1 of .s-block--banners) .banner-entry {
  height: 175px;
}

  /* 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;
  }
  /**/
}