@media print {
  a[href]:after {
    content: none !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .b-header_top, .b-header_primaryElements, .m-btn, .b-footer, .b-offer_options, .b-offer_rating, .b-offer_quantity, .b-offer_tabs #reviews, .b-offer_tabs #articles, .b-offer_tabs #accessories, .b-offer #color_variants, .b-offer_data .m-variants, .b-offer_descriptionTriggerWrapper, .b-offer_descriptionInner::after, .b-article_primaryBottom, .b-article_primaryImg, .b-article_secondary, .b-article_category, .b-article_optionsSecondary {
    display: none !important;
  }
  .b-offer_description {
    color: #333;
  }
  .b-offer_descriptionInner {
    max-height: none;
    padding-bottom: 20px;
  }
  .m-offerGallery .m-offerGallery_item {
    display: none !important;
    float: none;
  }
  .m-offerGallery .m-offerGallery_item.slick-active {
    display: block !important;
  }
  .m-offerGallery .m-offerGallery_item.slick-active img {
    width: 300px;
  }
  .b-article_primary img {
    width: 300px;
  }
  .b-article_primary h1.m-typo_primary {
    margin-top: 20px;
  }
  .b-article_content p, .b-article_content li {
    font-size: 14px;
    line-height: 25px;
  }
}
