/* General Styles */

.mainmenu--default .main-menu {
        justify-content: center;
    }

.s-block--title-only .s-block__title  {
    margin-bottom: 10px;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}

.max-h-12 {
    max-height: 6rem;
}

.brand-item {
    background-color: rgb(255 255 255);
    border-color: #ffffff;
}

.s-block--full-bg+#end_of_the_components, 
.s-block--full-bg+footer, 
.s-block--full-bg+.s-block--full-bg, 
.s-block--full-bg:first-of-type {
    margin-bottom: 20px;
}

.align-below .slide--cat-entry.has-image h2 {
    margin-top: 0rem;
}

/* Salla Slider */
salla-slider.has-scrollbar .s-slider-container {
    margin-top: -10px;
}

/* Default (light mode) styles */
.s-block__title h2, .s-slider-block__title h2 {
    color: #1A3E5D;
}

.text-primary {
    color: #a72c30;
}

/* Dark mode styles */
.thememode-is-active.dark .s-block__title h2, 
.thememode-is-active.dark .s-slider-block__title h2 {
    color: #FFFFFF;
}

.thememode-is-active.dark .text-primary {
    color: #FFFFFF;
}

/* Additional Styles */
.align-below .slide--cat-entry.has-image h2 {
    margin-top: 1px;
    color: #1a3e5d;
}

/* Tablet mode styles */
@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 100%;
        overflow: visible;
    }

    .s-slider-wrapper {
        width: 100%;
        display: block;
    }

    .swiper {
        width: 100%;
    }

    .swiper-slide {
        width: auto;
        display: flex;
        justify-content: center;
    }
}

/* Ensure visibility of the slider and its elements */
.main-links-slider {
    display: block;
    width: 100%;
}

.s-slider-block__title {
    display: block;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.swiper-slide {
    display: inline-block;
    width: auto;
}

/* Additional styles to ensure visibility on tablet mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .main-links-slider {
        display: block;
        width: 100%;
    }

    .s-slider-block__title {
        display: block;
    }

    .swiper-wrapper {
        display: flex;
        flex-direction: row;
    }

    .swiper-slide {
        display: inline-block;
        width: auto;
    }

    .swiper-scrollbar {
        display: block !important;
    }
}

.s-block--main-slider-1.in-normal-size salla-slider, .s-block--main-slider-1.in-normal-size div[slot=items], .s-block--main-slider-1.in-normal-size .swiper-slide {
    height: auto;
    width: -webkit-fill-available;
  }
  
/* Padding for specific elements on all page sizes */
salla-slider[type]:not(.hydrated)>div>div, 
salla-slider[type]:not(.hydrated) .swiper>div>div>div, 
.carousel-slider .swiper-wrapper>div {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.product-entry__title {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align-last: center;
    font-weight: 600;
    color: #1A3E5D;
}


.bg-cover {
    background-size: Cover;
}

.banner-entry img {
    object-fit: contain;
}

.banner-entry .rounded .lazy {
    background-color: #ffffff00;
}

.product-single .product-static-info__item .icon {
color: #3d3d3d;
}