@media print {
    .navbar, footer, .carousel, .hero-section, video, .gallery-thumbnails .simsonvideo {
        display: none !important;
    }
    
    img {
        max-width: 50% !important;
        height: auto !important;
    }
    
    .specs-table {
        width: 100% !important;
        font-size: 12px;
    }
    
    a::after {
        content: " (" attr(href) ")";
    }
}