/* ------------------------------------
PRINT STYLES
------------------------------------ */
@page {
  size: A4;
  /* DIN A4 standard, Europe */
  margin: 20mm 10mm;
}
html, body {
  font-size: 11px;
  background: #FFF;
  overflow: visible;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  html, body {
    width: 210mm;
    height: 282mm;
  }
}
body.printversion {
  font-size: 11px;
  line-height: 16px;
}
body.printversion p {
  margin: 6px 0;
}
body.printversion a, body.printversion .product_images {
  pointer-events: none !important;
}
body.printversion h1 {
  font-size: 30px;
  line-height: 40px;
  margin: 16px 0;
}
body.printversion #menu-location-product-menu,
body.printversion #menu-location-secondary-menu,
body.printversion .product_wrap .summary .sticky_desc .product_desc.overflow a.readmore,
body.printversion .gform_wrapper,
body.printversion .product_accordions,
body.printversion .product_deets_share,
body.printversion .related_products,
body.printversion .product_extra_modules,
body.printversion .insta,
body.printversion footer,
body.printversion .mega,
body.printversion .header_spacer,
body.printversion a.open_gallery,
body.printversion .product_deets,
body.printversion .price,
body.printversion .stock,
body.printversion form,
body.printversion .swipe_prompt,
body.printversion .nav_toggle,
body.printversion .desktop_hamburger {
  display: none !important;
}
body.printversion header.main {
  position: static;
  text-align: left;
  display: block;
  height: auto;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 50px 0;
}
body.printversion header.main .print_contact {
  float: right;
  text-align: right;
  font-size: 9px;
  line-height: 16px;
}
body.printversion header.main img {
  vertical-align: middle;
}
body.printversion header.main img.brand_image {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 0 30px;
}
body.printversion .print_message {
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  font-weight: bold;
}
body.printversion .product_wrap {
  display: block;
}
body.printversion .product_wrap .product_images {
  width: auto;
  background: none;
  text-align: left;
  padding: 0 20px;
}
body.printversion .product_wrap .product_images .product_images_inner a {
  display: none;
}
body.printversion .product_wrap .product_images .product_images_inner a:first-child, body.printversion .product_wrap .product_images .product_images_inner a:nth-child(2) {
  display: inline;
}
body.printversion .product_wrap .product_images .product_images_inner a:first-child img, body.printversion .product_wrap .product_images .product_images_inner a:nth-child(2) img {
  width: 98mm;
  height: 98mm;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 2mm 0 0;
}
body.printversion .product_wrap .product_images .product_images_inner a:nth-child(2) img {
  margin: 0;
}
body.printversion .product_wrap .summary {
  width: auto;
}
body.printversion .product_wrap .summary .sticky_desc {
  padding: 20px;
}
body.printversion .product_wrap .summary .sticky_desc .product_desc p, body.printversion .product_wrap .summary .sticky_desc .product_desc h1, body.printversion .product_wrap .summary .sticky_desc .product_desc h2, body.printversion .product_wrap .summary .sticky_desc .product_desc h3, body.printversion .product_wrap .summary .sticky_desc .product_desc h4, body.printversion .product_wrap .summary .sticky_desc .product_desc h5, body.printversion .product_wrap .summary .sticky_desc .product_desc span {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
body.printversion .product_wrap .summary iframe {
  display: none !important;
}
body.printversion .print_footer {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  background: white;
}
body.printversion .print_footer .print_right {
  float: right;
}
body.printversion .product_wrap .summary .sticky_desc .product_desc {
  max-height: none;
  line-height: inherit;
}
body.printversion .product_wrap .summary {
  background: white;
}
body.printversion a.search_mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body.printversion header.main .print_contact {
    text-align: center;
    float: none;
    margin: 20px 0;
  }

  body.printversion header.main {
    text-align: center;
  }
}
@media print {
  .print_message {
    display: none;
  }

  html, body {
    width: 210mm;
    height: 282mm;
  }
}