section.s-block.s-block--photos-slider.salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}

.p-\[19px\] {
    padding: 0;
}

.h-\[225px\] {
    height: 100%;
    margin: 0px;
}

@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
  
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section.s-block.s-block--photos-slider .s-slider-block__title-nav {
        display: none !important;
    }

    .w-16 {
        width: 12rem;
    }

    .h-16 {
        height: 12rem;
    }
}

@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
    
        width: 35%;
    }
}

.slide--cat-entry {
    display: flex;
    height: 15rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(243, 244, 246);
    border-color: rgba(243, 244, 246, 0);
    --tw-bg-opacity: 1;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    padding: 0.75em;
    text-align: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.has-overlay:after {
    position: absolute;
    
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: "";
    display: none;
}

@media (min-width: 768px) {

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.grid-flow-row {
    grid-auto-flow: column;
}


/* === 1. Fix the product slider on mobile === */
@media (max-width: 767px) {
  .s-products-slider-slider .swiper-slide {
    width: 50% !important;
    flex: 0 0 50% !important;
    box-sizing: border-box;
  }

  .s-products-slider-slider .swiper-wrapper {
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* === 2. Remove background color from image containers (banners etc.) === */
.lazy__bg.lazy {
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Optional: if you want to remove padding around banners */
.banner-entry.square-photos {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}