@charset "UTF-8";
body {
  background-color: #dbd8d6;
  color: #484848;
  cursor: default;
  font-family: "utopia-std", serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  position: relative;
  padding: 65px 0 0;
}
@media (min-width: 1340px) {
  body {
    padding: 0 0 0 360px;
  }
}

@media print {
  body {
    background-color: #fff;
    padding: 0;
  }

  p.editable {
  }

  @page {
    margin: 0;
  }
}
hr {
  border: 0;
  display: none;
  page-break-before: always;
}
@media print {
  hr {
    padding: 25px 0 0 0;
  }
}
@media screen {
  hr {
    border-bottom: 1px dashed #999;
    margin: 2em -12.5px;
  }
}

ol,
ul {
  padding-left: 1.3em;
}

h1 {
  font-family: "utopia-std", serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

h2 {
  color: #5b3b75;
  font-family: "utopia-std", serif;
  font-size: 27px;
  font-weight: 400;
  margin: 0;
}

h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0.5em 0;
  text-transform: uppercase;
}

h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin: 0.5em 0;
  text-transform: uppercase;
}

h5, .editor--form legend {
  color: #5b3b75;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.083333em;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

article {
  display: block;
  page-break-inside: avoid;
}

table {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  margin-top: 2em;
  width: 100%;
}
table th {
  color: #5b3b75;
  font-weight: 600;
  text-transform: uppercase;
}
table th,
table td {
  padding: 4px 0;
  text-align: left;
  width: 33.333333%;
}

dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0.6em 0;
  width: 100%;
}
dl dt {
  color: #933F3F;
  font-size: 1.25em;
  width: 12%;
}
dl dd {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  width: 87%;
}
dl dt,
dl dd {
  display: block;
  margin: 0.4em 0;
}

.input--checkbox input,
.input--radio input,
.input--toggle input {
  display: none;
}
.input--checkbox label,
.input--radio label,
.input--toggle label {
  cursor: pointer;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
}

.input--checkbox label {
  padding-left: 25px;
  position: relative;
}
.input--checkbox label:before {
  background: #fff;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.input--checkbox label:after {
  color: #5b3b75;
  content: "✔";
  display: none;
  font-size: 10px;
  height: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.input--checkbox input:checked + label:after {
  display: block;
}

.input--radio label {
  padding-left: 25px;
  position: relative;
}
.input--radio label:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.input--radio label:after {
  background: #5b3b75;
  border-radius: 50%;
  content: "";
  display: none;
  height: 6px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.input--radio input:checked + label:after {
  display: block;
}

.input--toggle {
  margin: 1.5em 0 !important;
}
.input--toggle label {
  padding-right: 50px;
  position: relative;
  text-transform: uppercase;
}
.input--toggle label:before {
  background: #fff;
  border-radius: 9px;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
.input--toggle label:after {
  background: #999;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s linear, right 0.2s linear;
  width: 14px;
}
.input--toggle input:checked + label:after {
  background-color: #5b3b75;
  right: 2px;
}

.input--note {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.editor {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1340px) {
  .editor {
    width: 360px;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
  }
}
@media print {
  .editor {
    display: none !important;
  }
}
.editor--header {
  background: #352049;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  right: 0;
  z-index: 10001;
  padding: 25px 50px;
}
.editor--header h5, .editor--header .editor--form legend, .editor--form .editor--header legend {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: center;
  padding: 0 2em;
}
.editor--header div.nav-icon-wrapper {
  position: absolute;
  top: 50%;
  right: 50px;
  overflow: hidden;
  width: 2em;
  height: 2em;
  transform: translateY(-50%);
  cursor: pointer;
}
.editor--header div.nav-icon-wrapper .icon-open, .editor--header div.nav-icon-wrapper .icon-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.25s ease-out;
  opacity: 1;
}
.editor--header div.nav-icon-wrapper .icon-close {
  opacity: 0;
}
.editor--header div.nav-icon-wrapper.active .icon-close {
  opacity: 1;
}
.editor--header div.nav-icon-wrapper.active .icon-open {
  opacity: 0;
}
@media (min-width: 1340px) {
  .editor--header {
    display: none;
  }
}
.editor--form {
  background: #5b3b75;
  color: #fff;
  /*overflow: scroll;*/
  /*height: 100%;*/
  overflow: hidden;
  padding: 25px 50px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  right: 0;
  z-index: 100;
  transform: translate(0, -100%);
  transition: all 0.25s ease-out;
}
.editor--form.active {
  transform: translate(0, 45px);
}
@media (min-width: 1340px) {
  .editor--form {
    margin: 50px 0;
    position: initial;
    transform: none !important;
  }
}
.editor--form fieldset {
  border: 0;
  display: block;
  margin: 25px 0;
  padding: 0;
}
.editor--form legend {
  color: #fff;
}
.editor--form ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.editor--form li {
  margin: 0.5em 0;
}
.editor--notes {
  width: 100%;
  box-sizing: border-box;
  margin: 50px 0 0;
  padding: 0 50px;
}
@media (min-width: 1340px) {
  .editor--notes {
    width: auto;
    padding: 0;
    margin: 50px;
  }
}

#button-print,
#button-reset {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: #5b3b75;
  cursor: pointer;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-right: 1em;
  padding: 10px 15px;
  text-transform: uppercase;
  user-select: none;
}

#button-print {
  transition: background-color 0.2s linear;
}
#button-print:hover {
  background-color: #d8d0e0;
}

#button-reset {
  background: #5b3b75;
  cursor: pointer;
  color: #fff;
  transition: color 0.2s linear;
}
#button-reset:hover {
  color: #d8d0e0;
}

h5.editable, .editor--form legend.editable {
  cursor: pointer;
}
h5.editable input, .editor--form legend.editable input {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}

p.editable {
  cursor: pointer;
  white-space: pre-wrap;
  margin-top: 0;
}
p.editable textarea {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  resize: none;
  width: 100%;
}

.editable-table {
  padding-bottom: 35px;
  position: relative;
}
@media print {
  .editable-table {
    padding-bottom: 0;
  }
}
.editable-table button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #999;
  cursor: pointer;
  display: inline;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  overflow: hidden;
  padding: 5px;
  text-transform: uppercase;
  transition: color 0.2s linear;
  user-select: none;
}
.editable-table button:hover {
  color: #5b3b75;
}
.editable-table button i {
  color: #5b3b75;
  display: inline-block;
  font-size: 2em;
  font-style: normal;
  margin-right: 2px;
  position: relative;
  top: 0.15em;
}
@media print {
  .editable-table button {
    display: none !important;
  }
}
.editable-table > button {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: -5px;
  position: absolute;
  z-index: 10;
}
.editable-table tr td {
  position: relative;
}
.editable-table tr td > span {
  cursor: pointer;
  display: block;
  margin-right: 20px;
}
.editable-table tr button {
  display: none;
  font-size: 1.5em;
  padding: 2px 5px;
  position: absolute;
  right: -5px;
  top: 0;
}
.editable-table tr:hover button {
  display: block;
}
.editable-table input {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}

div.generating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 32, 73, 0.75);
  z-index: 10003;
  opacity: 0;
  display: none;
}
div.generating div.generating-wrapper {
  display: flex;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
}
div.generating div.generating-wrapper h2 {
  padding: 0;
  line-height: 1.3;
  font-size: 24px;
  margin: 0 5px;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
  text-transform: normal;
}
@media (min-width: 1340px) {
  div.generating div.generating-wrapper h2 {
    font-size: 32px;
  }
}
div.generating div.generating-wrapper div.spinner-wrapper {
  width: 45px;
  height: 45px;
  margin: 0 5px;
}

div.main-wrapper {
  width: 100%;
  overflow-x: scroll;
}

.sheet {
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  /* min-height: 1268px;*/
  height: 1268px;
  justify-content: space-around;
  justify-content: space-evenly;
  margin: 50px auto 0;
  padding: 25px 0;
  position: relative;
  width: 980px;
}
@media (min-width: 1340px) {
  .sheet {
    margin: 50px auto;
  }
}

@media print {
  .sheet {
    margin: 0 auto;
    /*width: 850px;*/
  }
    .sheet p.editable {
      font-size: inherit;
}
}
.sheet--line {
  border-left: 1px solid #d8d0e0;
  bottom: 25px;
  left: calc(24.3% + 100px);
  pointer-events: none;
  position: absolute;
  top: 25px;
}
.sheet--stamp {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.sheet--style {
  margin-top: -1em;
}
.sheet--style i {
  display: inline-block;
  margin-right: 10px;
  transform: translateY(50%);
}
.sheet--style i svg {
  fill: currentColor;
  height: 30px;
  width: 30px;
}
.sheet h1, .sheet h2, .sheet h3 {
  width: 80%;
}
.sheet aside {
  display: block;
  width: 24%;
}
.sheet aside img {
  max-height: 450px;
  margin: 0 auto 25px;
}
.sheet aside h5, .sheet aside .editor--form legend, .editor--form .sheet aside legend {
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 13px;
}
.sheet aside p {
  margin-top: 0em;
  margin-bottom: 0.2em;
}
.sheet aside .category-facts-map {
  width: 100%;
  max-width: 175px;
  margin: 2em auto 0;
}
.sheet aside .category-facts-map img {
  width: 100%;
  max-height: auto;
  display: block;
  margin: 0;
}
.sheet aside article.scores-aside dl dt, .sheet aside article.scores-aside dl dd {
  margin: 0;
}
.sheet aside article.scores-aside dl dt {
  width: 20%;
}
.sheet aside article.scores-aside dl dd {
  width: 80%;
}
.sheet section {
  display: block;
  position: relative;
  width: 55%;
  z-index: 2;
  /*padding-bottom: 90px;*/
}
.sheet footer {
  bottom: 25px;
  display: flex !important;
  background: #5b3b75;
  padding: 20px 3%;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 34.5%;
  width: 65.5%;
  bottom: 0;
}
.sheet footer .social-media-wrapper {
  margin: 10px 25px 10px 0;
}
.sheet footer .social-media-wrapper .social-media-items {
  display: flex;
  align-items: center;
}
.sheet footer .social-media-wrapper .social-media-items img {
  width: 100%;
  max-width: 10px;
  margin-right: 5px;
}
.sheet footer .social-media-wrapper .social-media-items p {
  margin: 0;
}

.shelf-talker {
  margin: 50px auto;
  width: 980px;
}
@media print {
  .shelf-talker {
    margin: 0 auto;
  }
}
.shelf-talker > h1 {
  font-family: "utopia-std", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 25px 0;
  text-align: center;
}
@media print {
  .shelf-talker > h1 {
    display: none;
  }
}
.shelf-talker--edit {
  margin: 0 0 65px 0;
}
@media print {
  .shelf-talker--edit {
    display: none;
  }
}
.shelf-talker--page {
  background: #fff;
  cursor: default !important;
  height: 1268px;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
  width: 980px;
}

.shelf-talker-item {
  background: #fff;
  border: 3px solid #5b3b75;
  box-sizing: border-box;
  height: 435px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 329px;
}
.shelf-talker-item--stamp {
  display: block;
  pointer-events: none;
  position: absolute;
  right: -16px;
  top: -9px;
  width: 155px;
}
.shelf-talker-item--bottle {
  bottom: 45px;
  display: block;
  height: 250px;
  pointer-events: none;
  position: absolute;
  right: 50px;
  transform: translateX(50%);
  z-index: 99;
}
.shelf-talker-item--content {
  left: 25px;
  position: absolute;
  top: 15px;
}
.shelf-talker-item header {
  display: block;
  margin-bottom: 5px;
}
.shelf-talker-item header h1 {
  color: #933F3F;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  font-family: "Impact", sans-serif;
  line-height: 1em;
  margin: 0;
  padding: 0;
  /*
  .spirits-shelf & {
    font-family: $font-family-body;
    font-size: 24px;
    font-style: italic;
    font-weight: $font-weight-regular;
    line-height: 1em;
    margin: 5px 0;
    padding: 0;
    text-transform: none;
    color: $color-brand;
  }

  .beer-shelf & {
    font-family: $font-family-body;
    font-size: 24px;
    font-style: italic;
    font-weight: $font-weight-regular;
    line-height: 1em;
    margin: 5px 0;
    padding: 0;
    text-transform: none;
    color: $color-brand;
  }
  */
}
.shelf-talker-item header h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.shelf-talker-item section {
  display: block;
  margin-bottom: 10px;
  width: 210px;
}
.beer-shelf .shelf-talker-item section {
  width: 160px;
}
.beer-shelf .shelf-talker-item section h2, .beer-shelf .shelf-talker-item section h3 {
  width: 280px !important;
}
.shelf-talker-item section h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 3px 0;
  padding: 0;
}
.shelf-talker-item section h3 {
  font-family: "utopia-std", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  margin: 5px 0 3px;
  padding: 0;
  text-transform: none;
}
.shelf-talker-item section h4 {
  font-size: 15px;
  line-height: 1.3em;
  margin: 5px 0 3px;
  padding: 0;
}
.shelf-talker-item section h5, .shelf-talker-item section .editor--form legend, .editor--form .shelf-talker-item section legend {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 5px 0 2px;
  padding: 0;
  letter-spacing: 1px;
}
.shelf-talker-item section p {
  line-height: 1.3em;
}

.shelf-talker--page .shelf-talker-item {
  position: absolute;
  transform: translate(-50%, -50%) rotate(90deg);
}
.shelf-talker--page .shelf-talker-item:nth-child(1), .shelf-talker--page .shelf-talker-item:nth-child(3), .shelf-talker--page .shelf-talker-item:nth-child(5) {
  left: 26.5%;
}
.shelf-talker--page .shelf-talker-item:nth-child(2), .shelf-talker--page .shelf-talker-item:nth-child(4), .shelf-talker--page .shelf-talker-item:nth-child(6) {
  left: 73.5%;
}
.shelf-talker--page .shelf-talker-item:nth-child(1), .shelf-talker--page .shelf-talker-item:nth-child(2) {
  top: 22%;
}
.shelf-talker--page .shelf-talker-item:nth-child(3), .shelf-talker--page .shelf-talker-item:nth-child(4) {
  top: 50%;
}
.shelf-talker--page .shelf-talker-item:nth-child(5), .shelf-talker--page .shelf-talker-item:nth-child(6) {
  top: 78%;
}

.nopad-bottom {
  margin-bottom: 0;
  margin-top: 0;
}

.note {
  position: absolute;
  width: 303px !important;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: #d8d0e0;
  text-align: center;
  margin-bottom: 0 !important;
}
.note p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif !important;
  color: #5b3b75;
}

.sheet--review {
  align-items: center;
}
.sheet--review footer {
  left: 0;
  width: 100%;
}
.sheet--review aside {
  width: 33%;
  height: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.sheet--review aside img {
  height: 100%;
  max-height: 80%;
  width: auto;
}

.sheet--review section {
  text-align: center;
  width: 50%;
  /* margin-bottom: 10%; */
  /* height: 90%; */
  height: auto;
  min-height: 80%;
}
.sheet--review h1 {
  font-size: 150px;
  font-style: normal;
  line-height: 1;
  width: 100%;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif !important;
  color: #5b3b75;
  margin-bottom: 30px;
}
.sheet--review h1 span {
  display: block;
  font-weight: normal;
  font-size: 40px;
  text-transform: uppercase;
}

.sheet--review h2, .sheet--review h3 {
  color: #000;
  font-family: "utopia-std", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 42px;
  margin: 0 auto;
  text-transform: none;
}

.sheet--review h3 {
  font-weight: normal;
  margin-bottom: 30px;
}

.sheet--review .review-text {
  /* font-size: 18px; */
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 0 40px;
}
/* .sheet--review .review-text::before {
  content: "\201C";
}
.sheet--review .review-text::after {
  content: "\201D";
} */

.sheet--review .review-logo {
  margin: 0 auto;
  max-width: 50%;
}

.sheet--review #reviewer-publication h5 {
  margin: 0 auto;
}

.sheet--review #additional-information p {
  font-size: 18px;
  margin-top: 30px;
}
.sheet .od-container {
  display:none;
}