@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap');

body {
  background-color: #ffffff;
}

#container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  column-gap: 18px;
  row-gap: 10px;
  padding: 6px;
  width: 800px;
  height: 800px;
  margin: 100px auto 25px auto;
  background-color: #ffffff;
  border: 1px solid #666;
  box-sizing: border-box;
  overflow: visible;
}

#container>* {
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333;
}

.desc {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}

.desc strong {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.importer {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}

.ingredients-en {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
  line-height: 14px;
  font-family: "Univers Next Pro", "UniversNextPro", "Univers LT Std", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ingredients-en strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contains-en {
  grid-column: 1 / 4;
  grid-row: 4 / 5;
}

.ingredients-fr {
  grid-column: 1 / 4;
  grid-row: 5 / 6;
  line-height: 14px;
  font-family: "Univers Next Pro", "UniversNextPro", "Univers LT Std", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ingredients-fr strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contains-fr {
  grid-column: 1 / 4;
  grid-row: 6 / 7;
}

.red-label {
  color: #cf0000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.bou {
  grid-column: 5 / 8;
  grid-row: 1 / 2;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 154px !important;
  font-weight: 900 !important;
  line-height: 0.76 !important;
  letter-spacing: -5px !important;
  color: #003399;
  -webkit-text-fill-color: #003399;
  z-index: 2;
  overflow: visible;
  align-self: start;
  justify-self: end;
  text-align: right;
}

.weight {
  grid-column: 5 / 8;
  grid-row: 2 / 3;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 104px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 0.80 !important;
  letter-spacing: -3px !important;
  color: #00D9FF;
  -webkit-text-fill-color: #00D9FF;
  z-index: 2;
  align-self: start;
  justify-self: end;
  text-align: right;
  padding-right: 2px;
  transform: translateX(-6px);
}

.nutrition {
  grid-column: 4 / 7;
  grid-row: 4 / 6;
  font-family: "Univers Next Pro", "UniversNextPro", "Univers LT Std", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.dv {
  margin-bottom: 8px;
}

.nutrition-grid {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  column-gap: 16px;
}

.left-col,
.mid-col,
.right-col {
  line-height: 14px;
}

.left-col strong,
.mid-col strong,
.right-col strong {
  font-weight: 500;
}

.trans-fat {
  font-size: 7px;
  line-height: 8px;
}

.mid-col {
  white-space: nowrap;
}

.value-light {
  font-family: "Univers Next Pro", "UniversNextPro", "Univers LT Std", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.nty {
  grid-column: 1 / 4;
  grid-row: 7 / 8;
  align-self: end;
  justify-self: start;
  text-align: left;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 165px !important;
  font-weight: 900 !important;
  line-height: 0.68 !important;
  letter-spacing: -5px !important;
  color: #003399;
  -webkit-text-fill-color: #003399;
  z-index: 2;
  overflow: visible;
  margin-left: -10px;
  transform: translateX(0);
}

.website {
  grid-column: 4 / 7;
  grid-row: 7 / 8;
  align-self: center;
  font-family: "Univers Next Pro", "UniversNextPro", "Univers LT Std", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.vertical {
  grid-column: 7 / 8;
  grid-row: 6 / 8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-self: end;
  align-self: end;
}

.q-label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.q-phone {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}

#info {
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #333;
  width: 800px;
  margin: 0 auto 100px auto;
}

