@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
 box-sizing: border-box;
}

/* Styles */

body {
  font-family: 'Poppins', sans-serif;
}

.no-print {
  display: none;
}

@page {
  margin: 0;
  width: 62mm;
  height: 29mm;
}

title-block {
  display: none;
}

back-button {
  display: none;
}

alert-message {
  display: none;
}

label-item-print {
  position: relative;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  page-break-after: always;
  padding: 3mm 3mm 0mm;
  text-align: center;
  font-size: 3mm;
  height: 28mm;
  box-sizing: border-box;
  overflow: hidden;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

label-item-print:before {
  content: '';
  position: absolute;
  top: 3.4mm;
  left: 3mm;
  width: 3mm;
  height: 3mm;
  background-image: url("/static/images/heart.svg");
  background-size: 3mm auto;
  background-repeat: no-repeat;
}

label-item-print .title {
  box-sizing: border-box;
  font-weight: 600;
  margin-bottom: 1mm;
  font-size: 2.8mm;
  line-height: 2.8mm;
  height: 3mm;
  width: 48mm;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

label-item-print .brand {
  margin-bottom: 1.4mm;
  font-size: 2.5mm;
  line-height: 2.5mm;
}

label-item-print .infos {
  font-size: 2.6mm;
  line-height: 2.6mm;
}

label-item-print .price {
  font-weight: 600;
  font-size: 3.6mm;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: -0.2mm;
}

label-item-print .price s {
  font-size: 3mm;
  font-weight: 400;
}

label-item-print svg {
  margin-top: auto;
  width: 52mm;
  height: 17mm;
  margin-bottom: -1mm;
}

.pagination {
  display: none;
}

/* ----------- TICKET ----------- */

.ticket {
  display: block;
  width: 100%;
  padding: 3mm;
  font-size: 2.8mm;
  line-height: 3mm;
}

.ticket__header {
  text-align: center;
  margin-bottom: 3mm;
}

.ticket__header__logo {
  display: block;
  width: 80%;
  padding-bottom: 24%;
  background-image: url("/static/images/baby_store_logo.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 3mm;
}

.ticket__header__title {
  font-weight: 500;
  margin-bottom: 3mm;
}
.ticket__header__address {
  margin-bottom: 1mm;
}

.ticket__footer {
  text-align: center;
}

.ticket__footer__thanks {
  margin-bottom: 1mm;
}

.ticket-list {
  display: block;
  margin-bottom: 2mm;
}

.ticket-list__title {
  font-weight: 600;
  font-size: 3.4mm;
  margin-bottom: 2mm;
}

.ticket-list__item {
  margin-bottom: 2mm;
  padding-bottom: 2mm;
  border-bottom: 0.4mm solid black;
}

.ticket-list__item:last-child {
  border-bottom: none;
}

.ticket-list__item__title {
  font-weight: 500;
  margin-bottom: 1mm;
}

.ticket-list__item__content {
}
