/* Header */
@media (min-width: 1024px) {
    .lg\:h-\[var\(--header-h-logo\)\] {
        height: 120px;
    }
}
@media (min-width: 1024px) {
    .lg\:\!h-\[var\(--header-h-logo\)\] {
        height: 110px !important;
    }
}

/* 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 .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* cats */
@media (min-width: 1280px) {
    section.featured-categories {
        padding: 0;
    }
    section.featured-categories .grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    /* 3 */
    section:nth-child(3 of .featured-categories) .grid > div:last-child {
        display: none;
    }
    section:nth-child(3 of .featured-categories) .grid > div:first-child {
        grid-column: 3/4;
    }
}

/* double-banner */
section.double-banner-saji .double-banner-saji-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Radius  */
.rounded-full {
    border-radius: 0px;
}