/* Add custom CSS styles below */ 
.app-inner {
    background: #fdf8f0;
}
.store-footer__inner path {
    color: aliceblue;
}
.store-footer__inner img[alt="zenah"]{
    filter: contrast(70.5) invert(1);
}

@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}
}
@media (min-width:991px){
  a.category_card.mb-5.md\:mb-10 {
    min-width: 200px;
}
  .al-categories  .grid.grid-cols-2 {
    display: flex;
    justify-content: center;
}
 .al-categories  h3.text-center {
    font-size: 16px;
}
}
.al-categories p{
  display: none
}
/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}