@media print {
    /*
        HEADER
    */
    .header__nav, .header__right {
        display: none;
    }
    /*
        FOOTER
    */
    .footer .footer__second-column, .footer .footer__third-column, .footer .footer__fourth-column {
        display: none;
    }
    .footer__logo {
        padding: 0;
        padding-bottom: 20px;
    }
    .footer__address li {
        margin-bottom: 5px;
    }
    .footer__socials {
        padding: 20px 0;
    }
    .copyright {
        margin: 20px;
        padding-top: 10px;
    }
    .copyright .copyright__first-column{
        width: 100%;
    }
    /*
        PRODUCTS
    */
    #filters, #sort, #btn-load-more, .breadcrumb, .product-grid-item__wishlist, .product-grid-item__button {
        display: none;
    }
    .collection, .shop-breadcrumb {
        margin: 0;
        margin-bottom: 18px;
    }
    #form-filters #right-column {
        flex: 0 0 auto;
        width: 100%;
    }
    .product-grid-item__title {
        padding: 0;
        line-height: 1;
        height: 30px;
    }
    .product-grid-item__title a {
        font-size: 10px;
    }
    .product-grid-item__price {
        font-size: 12px;
    }
    .collection .products-row > div {
        padding: 16.8px 10px;
    }
}