@page {
  margin: 0.5cm;
  size: landscape;
}
@media screen, print {
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 8pt "Tahoma";
  }

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

  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .no-print {
    display: none;
  }

  .text-print-left {
    text-align: left;
  }

  .text-print-right {
    text-align: right;
  }

  .text-print-center {
    text-align: center;
  }

  body#ficha-producto .pccom-super-slider.slider-ficha-producto.white-card-movil {
    width: 100%;
  }
  body#ficha-producto .pccom-super-slider.slider-ficha-producto.white-card-movil img {
    width: 100%;
  }
  body#ficha-producto .ficha-producto__encabezado {
    width: 100%;
  }
  body#ficha-producto .ficha-producto__datos-de-compra {
    width: 100%;
  }
  body#ficha-producto .pccom-super-slider-tabs,
  body#ficha-producto .ficha-producto__acciones,
  body#ficha-producto .ficha-producto__redes-sociales,
  body#ficha-producto .ficha-producto__opiniones-destacadas,
  body#ficha-producto .addProductPack,
  body#ficha-producto h4.titulo-encabezado,
  body#ficha-producto .slider-holder,
  body#ficha-producto ul.resp-tabs-list li,
  body#ficha-producto #action-bar-movil,
  body#ficha-producto #pie-principal {
    display: none !important;
  }
  body#ficha-producto #ficha-producto-caracteristicas {
    column-count: 2;
    -webkit-column-count: 2;
    width: 100%;
  }

  #cabecera-principal, #navegacion-secundaria, #menu-principal {
    visibility: hidden;
  }
}
