#window-ranges #main{
    padding: 0px 60px;
    padding-top: 60px;
}

#window-ranges #main h1{
    margin-bottom: 10px;
    width: 300px;
}
#window-ranges #main > p{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

/* Gamas de ventanas */
#window-ranges #main div.range{
    margin-bottom: 50px;
}
#window-ranges #main div.range:last-of-type{
    margin-bottom: 0px;
}
#window-ranges #main div.range div.grid{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#window-ranges #main div.range div.grid > div{
    width: 50%;
}
#window-ranges #main div.range div.grid div.image{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 50px 0px;
}
#window-ranges #main div.range div.grid div.information > p:last-of-type,
#window-ranges #main div.range div.grid div.information div.reasons ul li:last-child{
    margin-bottom: 0px;
}
#window-ranges #main div.range div.grid div.information p.title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
#window-ranges #main div.range div.grid div.information div.reasons,
#window-ranges #main div.range div.grid div.information div.features{
    margin-top: 30px;
}
#window-ranges #main div.range div.grid div.information div.reasons ul{
    list-style: inside;
    padding-left: 20px;
}
#window-ranges #main div.range div.grid div.information div.reasons ul li{
    margin-bottom: 2px;
}
#window-ranges #main div.range div.grid div.information div.features div.feature{
    margin-bottom: 10px;
}
#window-ranges #main div.range div.grid div.information div.features div.feature:last-child{
    margin-bottom: 0px;
}
#window-ranges #main div.range div.grid div.information div.features div.feature div.rating{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
#window-ranges #main div.range div.grid div.information div.features div.feature div.rating span.step{
    border: 2px solid #f4cd24;
    height: 15px;
    width: 50px;
}
#window-ranges #main div.range div.grid div.information div.features div.feature div.rating span.step.filled{
    background-color: #f4cd24;
}
#window-ranges #main div.range div.grid div.information div.features div.feature p{
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 3px;
}

/* Productos mas vendidos */
#window-ranges div.bestsellers p.title{
    font-size: 22px;
    line-height: 27px;
    font-weight: normal;
    margin-bottom: 15px;
}
#window-ranges div.bestsellers div.products{
    z-index: 0;
    margin-top: 20px;
    padding-bottom: 30px;
}
#window-ranges div.bestsellers div.products div.product{
    height: 25vw;
}
#window-ranges div.bestsellers div.products div.product div.image{
    border: 1px solid #e6e6e6;
    border-bottom: none;
    height: calc(50% + 20px);
}
#window-ranges div.bestsellers div.products div.product div.image a{
    display: block;
    text-align: center;
    height: calc(100% - 20px);
    width: 100%;
    cursor: default;
    margin-top: 10px;
}
#window-ranges div.bestsellers div.products div.product div.image img{
    height: 100%;
    width: auto;
    cursor: pointer;
}
#window-ranges div.bestsellers div.products div.product div.image img.add-to-wishlist{
    position: absolute;
    top: 10px;
    width: 25px;
    height: auto;
    filter: invert(1);
    right: 12px;
}
#window-ranges div.bestsellers div.products div.product div.information{
    background-color: #182430;
    height: calc(50% - 20px);
}
#window-ranges div.bestsellers div.products div.product div.information p{
    padding: 2vw;
    padding-bottom: 0vw;
}
#window-ranges div.bestsellers div.products div.product div.information p a{
    color: white;
}
#window-ranges div.bestsellers div.products div.product div.information p a:hover{
    text-decoration: underline;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom{
    position: absolute;
    bottom: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom div.price{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2vw;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom div.price span{
    color: white;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom div.price span.original{
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 8px;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom div.price span.original + span.current{
    color: #f4cd24;
    margin-right: 8px;
    font-weight: 600;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom div.price span.percentage{
    font-size: 14px;
}
#window-ranges div.bestsellers div.products div.product div.information div.bottom a{
    margin-right: 1.2vw;
}
#window-ranges div.bestsellers div.products div.swiper-scrollbar{
    height: 3px;
    width: 100%;
    left: 0px;
}
#window-ranges div.bestsellers div.products div.swiper-scrollbar div.swiper-scrollbar-drag{
    background-color: black;
}

@media(max-width: 1300px){
    #window-ranges div.bestsellers div.products div.product{
        height: 30vw;
    }
}

@media(max-width: 1000px){
    #window-ranges #main{
        padding: 0px 30px;
        padding-top: 40px;
    }

    #window-ranges #main div.range div.grid{
        background-color: #f3f3f3;
        gap: 0px;
    }
    #window-ranges #main div.range div.grid div.image{
        width: 300px;
    }
    #window-ranges #main div.range div.grid div.image img{
        max-width: 100%;
    }
    #window-ranges #main div.range div.grid div.information{
        background-color: white;
        padding-left: 20px;
        width: calc(100% - 300px);
    }

    #window-ranges div.bestsellers div.products div.product{
        height: 35vw;
    }
    #window-ranges div.bestsellers div.products div.product div.information div.bottom{
        bottom: 1.5vw;
    }
    #window-ranges div.bestsellers div.products div.product div.information div.bottom a {
        margin-right: 2vw;
    }
}

@media(max-width: 800px){
    #window-ranges #main div.range div.grid{
        background-color: white;
        gap: 20px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #window-ranges #main div.range div.grid div.image{
        width: 100%;
        height: 320px;
    }
    #window-ranges #main div.range div.grid div.image img{
        max-width: 300px;
    }
    #window-ranges #main div.range div.grid div.information{
        background-color: white;
        padding-left: 0px;
        width: 100%;
    }
    #window-ranges #main div.range div.grid div.information div.reasons, #window-ranges #main div.range div.grid div.information div.features {
        margin-top: 15px;
    }

    #window-ranges div.bestsellers div.products div.product{
        height: 40vw;
    }
}

@media(max-width: 700px){
    #window-ranges div.bestsellers div.products div.product{
        height: 45vw;
    }
}

@media(max-width: 600px){
    #window-ranges #main{
        padding: 0px 20px;
        padding-top: 30px;
    }

    #window-ranges #main h1 {
        width: 220px;
        margin-bottom: 8px;
    }
    #window-ranges #main > p{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    #window-ranges #main div.range{
        margin-bottom: 25px;
    }
    #window-ranges #main div.range div.grid div.image{
        width: 100%;
        height: 300px;
    }
    #window-ranges #main div.range div.grid div.image img{
        max-width: 250px;
    }
    #window-ranges #main div.range div.grid div.information p.title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #window-ranges #main div.range div.grid div.information div.reasons, #window-ranges #main div.range div.grid div.information div.features {
        margin-top: 10px;
    }
    #window-ranges #main div.range div.grid div.information div.reasons ul li{
        line-height: 18px;
    }

    #window-ranges div.bestsellers div.products div.product{
        height: auto;
    }
    #window-ranges div.bestsellers div.products div.product div.image{
        height: auto;
        width: calc(100% - 2px);
    }
    #window-ranges div.bestsellers div.products div.product div.image a{
        height: auto;
        width: 100%;
    }
    #window-ranges div.bestsellers div.products div.product div.image img{
        max-width: 300px;
        width: 100%;
        height: auto;
    }
    #window-ranges div.bestsellers div.products div.product div.information{
        height: 150px;
        position: relative;
    }
    #window-ranges div.bestsellers div.products div.product div.information p{
        padding: 20px;
    }
    #window-ranges div.bestsellers div.products div.product div.information div.bottom{
        bottom: 20px;
    }
    #window-ranges div.bestsellers div.products div.product div.information div.bottom a{
        margin-right: 20px;
    }
    #window-ranges div.bestsellers div.products div.product div.information div.bottom div.price{
        padding-left: 20px;
    }
}