<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table &gt; tfoot &gt; tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content &gt; *[class],
  .panel.wrapper &gt; *[class],
  .footer.content &gt; *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }

  /*logo*/
  .page-print .logo {
    display: block !important;
    float: none !important;
    text-align: left !important;
  }
  .page-print .logo .small-logo{
    display: none !important;
  }

  .abs-product-link &gt; a:visited, .minicart-items .product-item-name &gt; a:visited, .product-item-name &gt; a:visited, .product.name a &gt; a:visited,.minicart-items .product-item-name &gt; a, .product-item-name &gt; a, .product.name a &gt; a{
    text-decoration: none !important;
  }
  .block.related .owl-carousel .owl-nav, .block.upsell .owl-carousel .owl-nav{
      display: none !important;
  }

  .owl-carousel.owl-drag .owl-item{
      width: 168px !important;
  }

  /*detail page*/
  .breadcrumbs,.action.tocart,.action.towishlist,.cart-footer,#back-top,
  .product.data.items .item.title a:after,
  .product-info-main .product.attibute.overview .title::after,
  .product-info-main .product.attribute.overview .title::after{
    display: none !important;
  }
  .product.data.items &gt; .item.content{
    display: block !important;
  }
  .catalog-product-view .box-tocart,.catalog-product-view .product-addto-links,.catalog-product-view .product-social-links,.catalog-product-view #reviews,.catalog-product-view #tab-label-reviews,.catalog-product-view .cdz-product-bottom{
    display:none;
  }
  .product-main-content{
    display: block !important;
  }
  .copyright,.page-footer,.cart-footer,#back-top,.action.print {
    display: none !important;
  }
  .message{
    display:none !important;
  }

}
</pre></body></html>