/* Print Styles - aptekamiodowa */
@media print {
  /* Hide non-essential elements */
  header,
  #header,
  .header,
  nav,
  .nav,
  #nav,
  footer,
  #footer,
  .footer,
  .sidebar,
  #left_column,
  #right_column,
  .breadcrumb,
  #add_to_cart,
  .cart_block,
  #shopping_cart,
  .button-container,
  .product-actions,
  #header_logo,
  .responsive-menu,
  .mobile-menu,
  #search_block_top,
  #search,
  .banner,
  .slider,
  #carousel,
  .product-tabs .product-tab,
  #product_comments_block_tab,
  .pagination,
  .display-icons,
  #productsSortForm,
  .product-reviews-overview,
  #social_block,
  .share-buttons,
  #newsletter_block,
  #contact_link,
  .back-to-top,
  script,
  iframe {
    display: none !important;
  }

  /* General print reset */
  body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12pt;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  /* Product page print */
  #product {
    padding: 0;
  }
  .pb-left-column,
  .pb-right-column {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .pb-left-column {
    padding-right: 20px;
  }
  #image-block img {
    max-width: 200px;
    height: auto;
  }
  #thumbs_list {
    display: none;
  }
  .pb-right-column h1 {
    font-size: 18pt;
    color: #000;
    margin-bottom: 10px;
  }
  #our_price_display {
    font-size: 16pt;
    font-weight: bold;
  }
  #old_price {
    font-size: 12pt;
  }
  #short_description_block {
    background: none;
    border-left: 2px solid #ccc;
    padding: 10px;
  }
  .tab-content {
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  #idTab1 {
    display: block !important;
  }

  /* Order / invoice print */
  #order-detail-content {
    width: 100%;
  }
  .order-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
  }
  .order-logo {
    max-width: 150px;
    height: auto;
  }
  .order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
  }
  .order-table th,
  .order-table td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: left;
    font-size: 10pt;
  }
  .order-table th {
    background: #f0f0f0;
    font-weight: bold;
  }
  .order-table .price-column {
    text-align: right;
  }
  .order-total {
    text-align: right;
    font-size: 13pt;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #000;
  }

  /* Page breaks */
  h1, h2, h3 {
    page-break-after: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  /* CMS print */
  #cms {
    padding: 0;
  }
  #cms h1 {
    font-size: 18pt;
    border-bottom: 2px solid #000;
  }
  #cms p {
    font-size: 11pt;
    line-height: 1.6;
  }

  /* URL after links in print */
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
