/* Print Style Sheet */
@media print {
  body {
    background: white;
    margin: 0;
  }

  /* .site-header {
    display: none;
  } */

  .title-area {
    max-width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: -10px;
  }

  .product-info-wrap {
    margin-top: -50px;
  }

  .paper-product-image-wrap .swiper-slide.swiper-slide.swiper-slide-active {
    width: 100% !important;
  }

  .paper-product-name-wrap .swiper-slide.swiper-slide.swiper-slide-active {
    width: 100% !important;
  }

  .paper-product-thumbs-wrap .swiper-slide.swiper-slide.swiper-slide-active {
    display: none;
  }

  .paper-product-details-wrap {
    text-align: center;
  }

  .paper-colorways {
    text-align: center;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .paper-colorways .swiper-wrapper {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .paper-product-image-wrap {
    text-align: center;
    margin-bottom: 30px;
  }

  .paper-product-image-wrap img {
    width: 400px;
  }

  .paper-cta {
    display: none;
  }

  #comments {
    display: none;
  }
  #sidebar {
    display: none;
  }
  
  .general-page-section-wrap {
    display: none;
  }

  .artwork-inquire {
    display: none;
  }

  .footer-widget-01-wrap,
  .footer-widget-02-wrap,
  .footer-widget-03-wrap,
  .footer-widget-04-wrap,
  .footer-widget-05-wrap {
    display: none;
  }

  .footer-widget-06-wrap {
    margin-top: -30px;
  }

  .footer-widget-06-wrap .footer-location-name {
    display: none;
  }

  .site-footer {
    text-align: center;
  }

  .site-footer a,
  .site-footer span {
    display: none;
  }

  #footer {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }

  .print-page-wrap {
    display: none;
  }
}
