/* Header */
div#mainnav,
.inner {
    height: unset !important;
    max-height: unset;
    position: static;
}

/* Section 1st */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
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;
}
section:first-of-type {
    padding-inline: 2%;
}
@media (min-width: 992px) {
    section.s-block.s-block--photos-slider {
        margin-bottom: 4%;
    }
    section:first-of-type {
        padding-inline: 5%;
    }
}

/* products */
.ourproducts .undefined,
.ourproducts .sicon-whatsapp{
    color: #fff;
}

/* offers */
.AM-offers .content .left {
    background-color: #9AAEB0 !important;
}
@media (max-width: 768px) {
    .AM-offers img {
        object-fit: contain;
    }
}

/* who_we_are */
.who_we_are {
    padding-block: 3%;
}
.who_we_are * {
    color: #fff !important;
    border-color: #fff !important;
}
.who_we_are .flex + .grid.grid-cols-2:has(.counter) {
    display: none;
}
.who_we_are .container > .flex-col {
    justify-content: center !important;
}
@media (max-width: 992px) {
    .who_we_are h2 {
        font-size: 32px;
    }
    .who_we_are p {
        font-size: 18px;
        line-height: 2rem;
    }
}

/* Footer */
@media (max-width: 768px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
}