@media print {
    body {
        background: #fff;
        color: #000;
    }
    
    .no-print, .no-print *, .main-nav, .footer, .img-magnifier-glass, .product-image-full {
        display: none !important;
    }

    .grid{
        display: block !important;
    }

    .product-gallery-thumbs{
        display: none;
    }

    .stt{
        display: none;
    }

    .content{
        padding: 15px;
    }

    .main-header{
        box-shadow: none;
        border-top: none;
        background-color: transparent;
        top: 0 !important;
        position: relative;
    }

    .header-content{
        justify-content: center;
    }

    .beslag-image {
        width: 200px;
    }

    .print-aside{
        display: flex;
        margin-top: 75px;
        justify-content: space-between;
    }

    .product-page .product-image{
        height: 250px;
        margin-bottom: 0;
    }

    .product-catalogs{
        margin-top: 50px;
    }

    intastellarconsents{
        display: none;
    }
}