/*CONTAINERS*/

.wrapper__inner {
    display        : flex;
    flex-direction : column;
}

#left-column {
    position : -webkit-sticky;
    position : sticky;
    top      : 0;
}

#content-wrapper {
    flex          : 1 0 auto;
}

/*TITLE CATEGORY*/

#js-product-list-header {
    display: none;
}

/*LIST PRODUCTS*/

.products {
    display               : grid;
    grid-template-columns : 1fr;
    grid-gap              : 20px;
    justify-content       : space-between;
}

.products .product-miniature {
    padding : 0;
}

#products .product-miniature {
    margin: 0;
}

/*
--------------------------------------
Style général des back to top
--------------------------------------
*/

.product-list__back-to-top {
    text-align : center;
    margin     : 1em 0 0;
}

.product-list__back-to-top .btn {
    border          : 1px solid var(--primary-color);
    color           : var(--primary-color);
    line-height     : 1;
    display         : inline-flex;
    align-items     : center;
    justify-content : center;
}

/*
--------------------------------------
Style page not found
--------------------------------------
*/
#products .page-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*AMAZZING FILTER*/


