/* fw */
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.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 4%;
    margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    max-width: 100%;
}

/* TU-home_banner */
.TU-home_banner {
    margin-top: 4%;
}
.TU-home_banner h1 {
    font-weight: 300;
}
@media (max-width: 768px) {
    .TU-home_banner h1.custom-font {
        font-size: 26px;
    }
}

/* TU-categories */
@media (min-width: 1200px) {
    .TU-categories .swiper-wrapper {
        justify-content: center;
    }
}

/* TU-why_us */
.TU-why_us .w-full > div:last-child {
    display: none;
}
.TU-why_us > div {
    gap: 2rem;
}

.products-fixed-slider .s-product-card-vertical .s-button-primary {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}


/* Edits */
#index-product-categories a.max-w-xs.transition:nth-child(3),
#index-product-categories a.max-w-xs.transition:nth-child(4),
#index-product-categories a.max-w-xs.transition:nth-child(5),
#index-product-categories a.max-w-xs.transition:nth-child(6),
#index-product-categories a.max-w-xs.transition:nth-child(7),
#index-product-categories a.max-w-xs.transition:nth-child(8),
#index-product-categories a.max-w-xs.transition img {
    display: none;
}
#index-product-categories a {
    padding: 1.5rem;
    width: 100% !important;
}
#index-product-categories .swiper-wrapper {
    justify-content: center;
    width: 100% !important;
    max-width: unset !important;
    transform: unset !important;
    flex-wrap: wrap;
    row-gap: 1rem;
}