/*
* 2025 Hugo Herreros
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <info@hugoherreros.com>
*  @copyright 2025 Hugo Herreros
*  @license   Property of Hugo Herreros Non redistributable.
*/


body#category #content-wrapper .page-title{
    font-size: 3.125rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px){
    body#category #content-wrapper .page-title, 
    body#category #content-wrapper h1 {
        font-size: 2rem;
    }
}

.products-selection {
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.products-selection .dropdown-menu > span {
    cursor: pointer;
}
.products.row{
    margin-top: 0;
    margin-bottom: 0;
}

#js-product-list{
    margin-bottom: 3rem;
}

#js-product-list-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list-description-short{
    max-width: 1150px;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.product-list-description-short p{
    margin-bottom: 0;
}

#show_filter_btn{
    background-color: #C82A8C;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
    padding: 0 5.5rem;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
}

@media (max-width: 767px){
    #show_filter_btn{
        font-size: 1.286rem;
    }
}

#show_filter_btn .fa{
    font-weight: 300;
    padding-left: 0.75rem;
    margin-right: 0;
}

.products-selection-container{
    display: flex;
    padding-left: 2rem;
    margin-top: 2rem;
}


@media (max-width: 1200px){
    .products-selection-container{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #show_filter_btn{
        margin-right: 0;
    }
    .show_filter_button_container{
        margin-bottom: 1rem;
    }
}

.products-sort-order a.form-control{
    height: 55px;
    color: #9D9D9C;
    background-color: #F3F2F0;
    border: 1px solid #E1DCD3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17rem;
}

.products-sort-order a.form-control .fa{
    font-size: 1.125rem;
    font-weight: 300;
    padding-left: 0.75rem;
}

.products-sort-order .select-title .select-title-name {
    max-width: 280px;
}

@media (max-width: 767px){
    #inner-wrapper{
        padding-right: 10px;
        padding-left: 10px;
    }
    #js-product-list-top{
        flex-wrap: wrap;
    }
    .product-list-description-short{
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .products-selection-container {
        padding-left: 0;
        width: 100%;
        justify-content: center;
        gap: 1rem;
    }
    #show_filter_btn{
        padding: 1rem;
    }
    .products-sort-order a.form-control{
        width: auto;
    }
    .show_filter_button_container,
    .products-selection{
        width: 45%;
    }
    .products-selection > .row > .col,
    .products-selection .products-sort-order{
        width: 100%;
    }
    .products.row > .col,
    .products.row > [class*="col-"]{
        padding: 0.25rem;
    }
    .products.row{
        margin: 0;
    }
    #js-product-list-top {
        padding-bottom: 1rem;
    }
}

@media (max-width: 579px){
    .products-selection-container {
        justify-content: space-between;
        gap: 0;
    }
    .show_filter_button_container,
    .products-selection{
        width: 48%;
    }
    .show_filter_button_container{
        margin-right: 1%;
    }
    .products-selection{
        margin-left: 1%;
    }
}