@media print {
  /* Hide elements you don't want in print */
  header, footer, .site-navigation, .add-to-cart, .related-products, .reviews, 
  .ekit-template-content-markup.ekit-template-content-footer,
  .ekit-template-content-markup.ekit-template-content-header,
  .breadcrumb-wrapper, .remove_from_print, .custom-product-page .product-right .custom-tabs-wrapper ul.tabs.wc-tabs,
  .woocommerce-product-gallery .flex-control-thumbs, .woocommerce-product-gallery ul.flex-direction-nav,
  .custom-product-page .product_gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div,
  .product-right .product-actions-icons, .product-right .product-cart-section .price, .product-right .product-cart-section form.cart, .product-right .custom-product-category,
  .custom-product-page .product_gallery .woocommerce-product-gallery__trigger {
    display: none !important;
  }

  button.back-to-parent-btn {
      display: none;
  }

  /* Show only important content */
  .product-title, .product-subtitle, .price, .woocommerce-product-details__short-description,
  .custom-product-page .product-right .custom-tabs-wrapper .woocommerce-tabs .panel,
  .custom-product-page .product_gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div:first-child, .print-only-product-info {
      display: block !important;
  }

  .print-only-product-info {
    margin-top: 30px;
}

  .custom-product-page .product_gallery .woocommerce-product-gallery {
      margin-bottom: 30px;
      max-width: 450px;
  }

  .custom-product-page .product_gallery .woocommerce-product-gallery .flex-viewport {height:400px !important;}

  .product-right h1 {
      font-size: 28px !important;
      margin-bottom: 20px;
      color: #0C0E5C;
      font-weight: 700;
      line-height: 35px;
      margin-bottom: 1rem;
  }

  .woocommerce-Tabs-panel-heading h2, .woocommerce-Tabs-panel-heading > h3, .woocommerce-Tabs-panel-heading > h4 {
      font-weight: 700;
      font-size: 24px;
      color: #000;
      text-transform: capitalize;
      padding-bottom: 20px;
      border-bottom: 1px solid #909090;
      line-height: 1.3;
      position: relative;
  }

  .woocommerce-Tabs-panel-heading h2::before,
  .woocommerce-Tabs-panel-heading > h3::before,
  .woocommerce-Tabs-panel-heading > h4::before {
      content: '';
      position: absolute;
      bottom: -2.5px;
      left: 0;
      width: 120px;
      height: 5px;
      background: #707070;
      border-radius: 15px;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
  }

  /* Optional: remove link underline and color */
  a {
    text-decoration: none;
    color: #000;
  }

  /* Page break before each product (optional if multiple) */
  .single-product {
    page-break-before: always;
  }

  .woocommerce-product-gallery__image img
  {
      width: 300px !important;
      height: 300px !important;
      object-fit: cover;
      margin:auto !important;
  }

/* Hide gallery slider junk */
    .woocommerce-product-gallery__wrapper,
    .flex-viewport,
    .woocommerce-product-gallery {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
    }

    /* Center the actual image */
    .woocommerce-product-gallery__image,
    .woocommerce-product-gallery__image img {
        display: block !important;
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Remove zoom image (zoomImg class) */
    img.zoomImg {
        display: none !important;
    }

    /* Make sure image scales nicely */
    /* .woocommerce-product-gallery__image img {
        max-width: 70% !important;
        height: auto !important;
    } */


}
