#category #footer{
    margin-top: 0px;
}

/* Cabecera de la categoria */
#category div.category-header{
    padding: 40px 60px;
    padding-bottom: 0px;
}
#category div.category-header div.category-information p{
    max-width: 800px;
    margin-bottom: 0px;
}

/* Filtros */
#category div.category-header div.category-filters{
    margin-top: 20px;
    padding-top: 12px;
    border-top: 2px solid #e6e6e6;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
#category div.category-header div.category-filters #sort-filter div.options{
    width: 220px;
}
#category div.category-header div.category-filters span.total-products{
    margin-left: auto;
    font-size: 12px;
}
#category #js-active-search-filters{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
#category #js-active-search-filters.hidden{
    display: none;
}
#category #js-active-search-filters a{
    border: 2px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 5px 10px;
    padding-right: 5px;
    gap: 5px;
}
#category #js-active-search-filters a img{
    width: 16px;
}
#category #js-active-search-filters a:hover{
    text-decoration: none;
    background-color: #182430;
    border-color: #182430;
    color: white;
}
#category #js-active-search-filters a:hover img{
    filter: invert(1);
}
#category #js-active-search-filters span.js-search-filters-clear-all{
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    color: black;
}
#category #js-active-search-filters span.js-search-filters-clear-all:hover{
    text-decoration: none;
}

/* Productos */
#category #products{
    padding: 0px 60px;
}
#category #products div.products{
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 15px;
}
#category #products div.products div.product{
    width: calc(20% - 60px/5);
}
#category #products div.products div.product div.image{
    border: 1px solid #e6e6e6;
    border-bottom: none;
    height: auto;
    position: relative;
}
#category #products div.products div.product div.image a{
    text-align: center;
}
#category #products div.products div.product div.image img{
    height: auto;
    cursor: pointer;
    width: 100%;
}
#category #products div.products div.product div.image img.add-to-wishlist{
    position: absolute;
    top: 10px;
    width: 25px;
    height: auto;
    filter: invert(1);
    right: 12px;
}
#category #products div.products div.product div.information{
    background-color: #182430;
    padding: 20px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#category #products div.products div.product div.information h2{
    margin-bottom: 0px;
    line-height: 1;
}
#category #products div.products div.product div.information h2 a{
    color: white;
}
#category #products div.products div.product div.information h2 a:hover{
    text-decoration: underline;
}
#category #products div.products div.product div.information div.bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#category #products div.products div.product div.information div.bottom div.price{
    display: flex;
    align-items: center;
    justify-content: center;
}
#category #products div.products div.product div.information div.bottom div.price span{
    color: white;
}
#category #products div.products div.product div.information div.bottom div.price span.original{
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 8px;
}
#category #products div.products div.product div.information div.bottom div.price span.original + span.current{
    color: #f4cd24;
    margin-right: 8px;
    font-weight: 600;
}
#category #products div.products div.product div.information div.bottom div.price span.percentage{
    font-size: 14px;
}

/* Paginacion */
#category div.pagination{
    margin-top: 40px;
    margin-bottom: 0px;
}
#category div.pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    gap: 15px;
}
#category div.pagination ul li{
    margin-bottom: 0px;
    border: 1px solid black;
    border-radius: 100%;
}
#category div.pagination ul li:hover:not(.spacer){
    background-color: #182430;
    border-color: #182430;
}
#category div.pagination ul li.spacer{
    border: none;
}
#category div.pagination ul li.current{
    pointer-events: none;
    background-color: #182430;
    border-color: #182430;
}
#category div.pagination ul li a{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    margin-left: 2px;
    font-size: 14px;
}
#category div.pagination ul li:hover:not(.spacer) a{
    color: white;
}
#category div.pagination ul li:hover:not(.spacer) a img{
    filter: invert(1);
}
#category div.pagination ul li.previous a{
    margin-left: 0px;
}
#category div.pagination ul li.current a{
    font-size: 14px;
    color: white;
}
#category div.pagination ul li a:hover{
    text-decoration: none;
}

/* Footer de la categoria */
#category div.category-footer{
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
#category div.category-footer > div{
    width: 50%;
}
#category div.category-footer div.text{
    background-color: #f4cd24;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 60px;
}
#category div.category-footer div.text h2 a{
    font-size: 22px;
    font-weight: normal;
    line-height: 27px;
    color: black;
}
#category div.category-footer div.text > a{
    align-self: flex-start;
    margin-top: 20px;
    padding: 10px 40px;
}
#category div.category-footer div.image a,
#category div.category-footer div.image a img{
    width: 100%;
}
#category div.category-footer div.image a:hover{
    opacity: 0.7;
}

@media(max-width: 1600px){
    #category #products div.products div.product{
        width: calc(25% - 45px/4);
    }
}

@media(max-width: 1250px){
    #category #products div.products div.product{
        width: calc(33% - 30px/3);
    }
    #category div.category-footer div.text h2{
        margin-bottom: 10px;
    }
    #category div.category-footer div.text > a{
        margin-top: 0px;
    }
}

@media(max-width: 1000px){
    #category div.category-header{
        padding: 30px;
        padding-bottom: 0px;
    }
    #category #products{
        padding: 0px 30px;
    }
    #category #products div.products{
        gap: 10px;
    }
    #category #products div.products div.product{
        width: calc(33% - 20px/3);
    }
    #category div.pagination{
        margin-top: 30px;
    }
    #category div.category-footer{
        margin-top: 30px;
    }
    #category div.category-footer > div{
        width: 100%;
    }
    #category div.category-footer div.text{
        padding: 40px 30px;
        text-align: center;
    }
    #category div.category-footer div.text h2{
        margin-bottom: 15px;
    }
    #category div.category-footer div.text > a{
        margin: auto;
        margin-top: 20px;
    }
}

@media(max-width: 900px){
    #category #products div.products div.product{
        width: calc(50% - 20px/2);
        margin-bottom: 15px;
    }
    #category div.pagination{
        margin-top: 15px;
    }
}

@media(max-width: 600px){
    #category div.category-header{
        padding: 20px;
        padding-bottom: 0px;
    }
    #category div.category-header div.category-filters{
        gap: 10px;
    }
    #category div.category-header div.category-filters #sort-filter{
        order: 2;
    }
    #category div.category-header div.category-filters #filters{
        order: 3;
    }
    #category div.category-header div.category-filters span.total-products{
        width: 100%;
        order: 1;
        text-align: right;
    }
    #category #products{
        padding: 0px 20px;
    }
    #category #products div.products{
        gap: 0px;
    }
    #category #products div.products div.product{
        width: 100%;
        margin-bottom: 20px;
    }
    #category #products div.products div.product:last-child{
        margin-bottom: 0px;
    }
    #category div.pagination{
        margin-top: 30px;
    }
    #category div.category-footer div.text{
        padding: 30px 20px;
    }
    #category div.category-footer div.text > a{
        width: 100%;
        margin-top: 10px;
    }
}