#slider-products {
    background: transparent radial-gradient(closest-side at 50% 50%, #fdfdfd 0, #d3d3d3 100%) 0 0 no-repeat padding-box;
    padding-bottom: 50px;
    padding-top: 30px;
}
#slider-products .gallery-top {
    margin-bottom: 50px;
}
#slider-products .gallery-top .swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: 0 0;
    max-width: 600px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
#slider-products .gallery-top .swiper-slide-container .title {
    font-size: 25px;
    /* text-transform: uppercase; */
    margin-top: 30px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
}
#slider-products .gallery-top .swiper-slide-container div.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    font: normal normal normal 18px/26px "Fira Sans", sans-serif;
    line-height: 20px;
    margin-top: 20px;
}
#slider-products .gallery-top .swiper-wrapper picture {
    margin: 0;
    width: 100%;
}
#slider-products .gallery-top .swiper-wrapper picture img {
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin-inline: auto;
}
#slider-products .gallery-top .title-product {
    text-transform: uppercase;
    font: normal normal 600 22px/30px "Fira Sans", sans-serif;
}
#slider-products .gallery-top .description-product {
    width: 90%;
    margin: 10px 0 32px;
}

#slider-products .gallery-top .slider-cta {
    width: 100%;
}
#slider-products .gallery-top .cta {
    background-color: #ed002f;
    font-family: "Fira Sans", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    height: 54px;
    box-sizing: border-box;
}
#slider-products .gallery-top .cta img {
    margin-left: 20px;
    width: 24px;
}
#slider-products .gallery-top .swiper-button-next,
#slider-products .gallery-top .swiper-button-prev {
    top: 25%;
    color: #000;
}
#slider-products .thumbs-products {
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
}
#slider-products .thumbs-products .thumb-product {
    /*max-width: 11.875%;*/
    cursor: pointer;
    pointer-events: none;
    flex: 1;
}
#slider-products .thumbs-products .thumb-product figure {
    margin: 0;
}
#slider-products .thumbs-products .thumb-product img {
    width: auto;
    transform: scale(1);
    opacity: 0.5;
    max-height: 50px;
    display: block;
    margin: 0 auto;
    width: 100% !important;
    box-sizing: content-box;
    object-fit: contain;
}
#slider-products .thumbs-products .thumb-product.active {
    z-index: 1;
}

#slider-products .thumbs-products .thumb-product.active picture {
  display: flex;
  justify-content: center;
}
#slider-products .thumbs-products .thumb-product.active picture img {
    transform: scale(2.5) translateY(-4px);
    opacity: 1;
    transition: all 1s ease;
    pointer-events: none;
    width: 100% !important;
}
#slider-products .dragdealer {
    position: relative;
    background-color: #eaeaea;
    width: 95%;
    height: 10px;
    margin: 60px auto 0;
    border-radius: 5px;
    display: none;
}
#slider-products .dragdealer .handle {
    position: absolute;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ed002f;
    top: 0;
    left: 0;
    height: 10px;
    transition: left 0.5s linear;
    width: auto;
}
#slider-products .dragdealer .handle:before {
    content: "";
    background-image: url(/lp/beskyt-dit-hjem/assets/img/mobile/ombre.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -18px;
    width: 100%;
    height: 50px;
}
#slider-products .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
}
#slider-products .gallery-thumbs .swiper-slide .swiper-slide-container {
    min-height: 127px;
}
#slider-products .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

@media (min-width: 500px) {
    #slider-products .gallery-top .swiper-wrapper picture {
        width: auto;
    }
    #slider-products .thumbs-products .thumb-product img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #slider-products .gallery-top {
        height: auto;
    }
    #slider-products .gallery-top .description-product {
        font-size: 25px;
        line-height: 1;
        
    }

    #slider-products .gallery-top .slider-cta {
        max-width: 300px;
    }
    #slider-products .gallery-top .cta {
        width: auto;
        padding: 10px 50px;
    }
    #slider-products .gallery-top .swiper-button-next,
    #slider-products .gallery-top .swiper-button-prev {
        width: 52px;
        height: 121px;
        top: 40%;
        display: flex;
    }
    #slider-products .gallery-top .swiper-button-next {
        right: 30px;
    }
    #slider-products .gallery-top .swiper-button-prev {
        left: 30px;
    }
    #slider-products .swiper-slide-container {
        max-width: initial;
    }
    /*#slider-products .swiper-slide-container .title-product {
        font-size: 30px;
    }*/
    #slider-products .thumbs-products {
        justify-content: space-between;
        width: 95%;
    }
    #slider-products .thumbs-products .thumb-product img {
        transform: scale(1.3);
        max-height: 100px;

    }
    #slider-products .thumbs-products .thumb-product.active picture img {
        transform: scale(1.6) translateY(-15px);;
    }
    #slider-products .dragdealer {
        width: 95%;
    }
}
@media (min-width: 1024px) {

    #slider-products .dragdealer {
        display: block;
    }
    #slider-products .gallery-top {
        margin-bottom: 30px;
    }
    #slider-products .gallery-top .swiper-slide-container {
        max-width: 75%;
    }
    #slider-products .gallery-top .swiper-slide-container .title {
        font-size: 45px;
    }
    #slider-products .gallery-top .swiper-slide-container .right-block {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
    }
    #slider-products .gallery-top .swiper-slide-container div.description {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        line-height: normal;
        width: 50%;
    }
    #slider-products .gallery-top .swiper-slide-container div.description .description-product {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }
    #slider-products .gallery-top .swiper-slide-container div.description > div  {
        margin-left: 0;
        margin-bottom: .5rem;
        text-align: center;
    }
    /*#slider-products .gallery-top .swiper-slide-container .title-product {
        font-size: 35px;
        line-height: normal;
    }*/
    #slider-products .gallery-top .swiper-slide-container picture {
        width: 50%;
        height: 350px;
    }
    
    #slider-products .gallery-top .swiper-wrapper picture img {
        width: auto;
        max-height: 350px;
        max-width: 80%;
        object-fit: contain;
    }
    #slider-products .thumbs-products {
        justify-content: space-between;
        width: 85%;
        margin: 0 auto;
    }
    #slider-products .thumbs-products .thumb-product {
        /*max-width: 9.125%;*/
        pointer-events: auto;
    }
    #slider-products .thumbs-products .thumb-product picture img {
        opacity: 1;
        max-height: 120px;
        padding-top: 30px;
        
    }

    #slider-products .thumbs-products .thumb-product.active picture img {
        transform: scale(1.4) translateY(-15px);
    }
    #slider-products .dragdealer {
        margin: 50px auto 0;
        width: 85%;
    }
   /* #slider-products .dragdealer .handle {
        width: 10.625%;
    }*/
    #slider-products .dragdealer .handle:before {
        top: -43px;
    }
}
@media (min-width: 1280px) {
    #slider-products .thumbs-products .thumb-product {
        /*max-width: 11.875%;*/
    }
    #slider-products .thumbs-products .thumb-product picture img {
        padding-top: 30px;
    }
}
@media (min-width: 1281px) {
    #slider-products .gallery-top {
        margin-bottom: 0;
    }
}