@media print {  .slides,  .slick-arrow,  .slick-dots,  .slick-track,  .slick-slide,  .slick-list,  .slick-autoplay-toggle-button {    display: none !important;  }  .print-only-image {    display: block !important;  }    #site-header{    display:none;  }    h2{ font-size:27px!important;}    .spec-item-small{    font-size:18px;  }  .print-header{      background-color: #000;  }  .print-header h1, .print-header h3, .print-header .greyText{      color:#fff!important;  }  }
