/* Add custom CSS styles below */
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 130px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 90px;
}
/* main banner */
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/* end-banner*/
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
width:50%;
margin:auto;
}

.al-categories .category_card {

    padding: 20px ;
}
.s-contacts-icon svg {
   
    fill: rgb(255 255 255);
}
.LA_limited-time-offers .overlay {
  background: transparent;
}

.LA_limited-time-offers .offers-item-wrapper {
    min-height: 730px;
}
@media (max-width: 768px){
/*categary*/
.al-categories .grid {

width:100%;

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

  .LA_limited-time-offers .offers-item-wrapper {
    min-height: 400px;
}
  .AL_best_seller img {
  
    object-fit: contain;
}
}
/**/



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

.copyright-text p a:hover {
  color: #fff !important;
}