body {
  text-align: center;
  margin: 0;
  font-size: 10.5pt;
}

h1 {
  font-size: 32pt;
  margin: 0;
}
h2 {
  font-size: 24pt;
  font-weight: normal;
  margin: 0;
}
h3 {
  font-size: 20pt;
  margin: 15mm 0 0;
}
h4 {
  font-size: 10.5pt;
}

dl {
  margin: 0;
}

.noprint,
.product__description,
.reveal__controller {
  display: none;
}

.product {
  text-align: left;
  page-break-inside: avoid;
  margin-top: 7mm;
  padding-top: 10mm;
  border-top: .5mm solid #000;
}

.product::after {
  content: "";
  clear: both;
  display: table;
}

.product:last-child {
  border-bottom: .5mm solid #000;
  margin-bottom: 10mm;
  padding-bottom: 7mm;
}

.product h4,
.product p {
  margin: 0;
}

.product__header,
.product__details,
.product__footer,
.product dl div:not(.noprint) {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.product dl div:not(.noprint) {
  width: 50%;
  padding-left: 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.product__media,
.product__meta {
  display: block;
  float: left;
}

.product__media {
  margin: 0;
  width: 40%;
  max-width: 4.5em;
}

.product__media img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.product__meta {
  margin-left: 10%;
  width: 50%;
}

.product__header {
  width: 24%;
}

.product__details {
  width: 40%;
}

.product__footer {
  width: 33%;
  padding-left: 1em;
  text-align: right;
  float: right;
}

.product__footer svg {
  width: auto;
  height: 2.5em;
}

.product dt {
  font-weight: bold;
}

.product dd {
  margin-left: 0;
}