@page {
  size: A4 landscape;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700');

@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

body{
   font-family: Arial;
   margin: 0px !important;
}

page {
  background: white;
  display: block;
  margin: 0 auto 0;
}

/*
.first_page {
  margin: 0 auto !important;
}

.second_page {
  margin: 0.25cm auto 0 !important;
}
*/

page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
}
page[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;  
}

@media screen {
    page {
        box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    }
}

.product {
	width: 50%;
	height: 49.5%;
	float: left;
}

.product table {
	table-layout:fixed;
	width: 100%;
	text-align: center;
}

.code {
	height: 1.75cm;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	/*padding-top: 0.5cm;*/
	/*background-color: gray;*/
}

.name {
	height: 1.75cm;
	font-size: 1.75em;
	white-space: nowrap;
	overflow: hidden;
	/*background-color: white;*/
	height: 50px;
}

.name.long {
	font-size: 1.5em;
	letter-spacing: -1px;
}

.photo {
	height: 6.5cm;
	/* padding-bottom: 1.5cm; */
}

.photo img{
	max-height: 6.45cm;
	max-width: 10cm;
}

.break {
	page-break-before: always;
}

/*
.color1 {
	background-color: blue;
}

.color2 {
	background-color: yellow;
}

.color3 {
	background-color: green;
}

.color4 {
	background-color: red;
}
*/