/*@media (min-width : 768px) {*/
/*.products {*/
/*grid-template-columns : repeat(3, 1fr);*/
/*}*/
/*}*/

@media (max-width : 1023px) {
    .header__title {
        max-width : 95%;
        margin    : 0 auto;
        font-size : var(--font-size-900);
    }
}

@media (min-width : 1024px) {
    .header__title {
        font-size : var(--font-size-1400);
    }

    .wrapper__inner {
        flex-direction : row;
    }

    .left-column__wrapper {
        width          : 25%;
        margin-right   : 20px;
        padding-bottom : 0;
    }

    /*#content-wrapper {*/
    /*padding-right : 20px;*/
    /*}*/
}

/*@media (min-width : 1200px) {*/
/*.products {*/
/*grid-template-columns : repeat(4, 1fr);*/
/*}*/
/*}*/
