/* Header */
.store-header {
    position: static;
}
#mainnav {
    height: unset !important;
}
#mainnav path {
    stroke: #000;
}
.navbar-brand img {
    max-height: 3rem;
    width: 150px !important;
    height: 150px !important;
}
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 200px;
    }
}

/* .osh-main-banner */
.osh-main-banner .wrapper > div {
    gap: 2rem;
}
.osh-main-banner-0 {
    margin-top: 2rem !important;
}

/* categories */
.categories .osh_card:first-child h4 {
    font-size: 15px;
}
@media (max-width: 768px) {
    section.categories .osh_card a {
        width: 120px;
        height: 120px;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider .swiper-wrapper {
    padding: 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;
}

/* osh-why-us */
section.osh-why-us h2 {
    font-size: 28px;
    line-height: 3rem;
}

/* Wide Banner */
@media (min-width: 1280px) {
section:nth-child(2 of .s-block.s-block--photos-slider) salla-slider {
        max-width: 1280px;
        margin-inline: auto;
    }
}

/* products */
.s-block--best-offers .swiper-wrapper {
    gap: 1rem;
}
.s-block--best-offers {
  margin-block: 2rem;
}
/** Edits **/
/* osh-testimonial */
section.osh-testimonial .swiper-slide > div:first-child {
    display: none;
}
@media (min-width: 768px) {
    section.osh-testimonial .md\:w-\[32px\] {
        width: 52px;
        height: unset;
    }
}
/**/
.store-footer .s-menu-footer-list a[href="https://meen-sa.com/products"],
body.product-index > .custom-index:has(.items-between.swiper-slide) {
    display: none;
}