/* Add custom CSS styles below */ 
.al-categories .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/*start customize section*/
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;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}
/**/
.store-footer__inner, .store-footer {
    background-color: #DBCDB1 !important;
    color: white;
    border: none;
}
.copyright-text p {
  color: #fff;
}

.al-categories img {
    width: unset;
  
}

.hover\:text-primary:hover {
  color: #ffff;
}
/* end footer */
@media(max-width:789px){

footer * {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* footer */
.store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
}

.store-footer__inner  .col-span-2 > a {
    max-width: 150px;
    margin: auto;
}


.store-footer__inner .s-menu-footer-list > a{
text-align :center;
}
/**/
.store-footer__inner .s-contacts-icon svg {
    height: 0.875rem;
    width: 0.875rem;
    fill: rgb(255 255 255);
}
}