@font-face {
  font-family: "Molde-Light";
  /* stylelint-disable-line */
  src: url("/assets/fonts/Molde-Light.ttf");
}
@font-face {
  font-family: "Molde-Medium";
  /* stylelint-disable-line */
  src: url("/assets/fonts/Molde-Medium.ttf");
}
@font-face {
  font-family: "Molde-Medium-Italic";
  /* stylelint-disable-line */
  src: url("/assets/fonts/Molde-Medium-Italic.ttf");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #ffffff;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("fonts/BebasNeue-webfont.eot");
  src: url("fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype"), url("fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

input {
  border: 1px solid #b0b0b0;
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

.ie7 body {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-family: "Molde-Medium";
  color: black;
  font-size: 18px;
}

p {
  font-family: "Molde-Light";
  color: black;
  font-size: 18px;
}

.container {
  position: relative;
  text-align: center;
}

.clr {
  clear: both;
}

.container > header {
  padding: 30px 30px 10px 20px;
  margin: 0px 20px 10px 20px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.container > header h1 {
  font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
  position: relative;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 0px 0px 5px 0px;
}

.container > header h2, p.info {
  font-size: 16px;
  font-style: italic;
  color: #f8f8f8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.cb-slideshow li div.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  /* -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 48s linear infinite 0s;
  -moz-animation: imageAnimation 48s linear infinite 0s;
  -o-animation: imageAnimation 48s linear infinite 0s;
  -ms-animation: imageAnimation 48s linear infinite 0s;
  animation: imageAnimation 48s linear infinite 0s; */
}
.cb-slideshow li div.background-image--desktop {
  display: none;
}
@media (min-width: 576px) {
  .cb-slideshow li div.background-image--desktop {
    display: block;
  }
}
.cb-slideshow li div.background-image--mobile {
  display: block;
}
@media (min-width: 576px) {
  .cb-slideshow li div.background-image--mobile {
    display: none;
  }
}

.cb-slideshow li .title-container {
  display: none;
  z-index: 905;
  position: absolute;
  bottom: 45%;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 1;
  color: #fff;
  /* -webkit-animation: titleAnimation 48s linear infinite 0s;
  -moz-animation: titleAnimation 48s linear infinite 0s;
  -o-animation: titleAnimation 48s linear infinite 0s;
  -ms-animation: titleAnimation 48s linear infinite 0s;
  animation: titleAnimation 48s linear infinite 0s; */
}

.logo-container {
  width: 300px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  mix-blend-mode: difference;
}
@media (min-width: 576px) {
  .logo-container {
    width: 300px;
    left: calc(50% - 150px);
  }
}
.logo-container img {
  width: 100%;
  /* -webkit-filter:invert(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1'); */
}

h3 {
  font-family: "Molde-Medium";
  font-size: 18px;
  color: #FFA593;
  -webkit-text-stroke: 0.5px black;
}
@media (min-width: 576px) {
  h3 {
    font-size: 30px;
    -webkit-text-stroke: 1px black;
  }
}

h4 {
  font-family: "Molde-Medium";
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 12px;
  color: black;
  font-weight: 900;
}
h4:first-of-type {
  margin-top: 0;
}

.title-container {
  padding: 0 12px;
}

.privacy-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 96px 12px 12px 12px;
  background-color: white;
  z-index: 1000;
  overflow: scroll;
  display: none;
  text-align: center;
}
.privacy-container p {
  font-family: "Molde-Medium";
  color: black;
}
@media (min-width: 576px) {
  .privacy-container {
    width: 30vw;
  }
}

.close-button {
  position: fixed;
  top: 24px;
  right: 24px;
  cursor: pointer;
  display: none;
}

.newsletter-button {
  cursor: pointer;
  border: none;
  border: none;
  background: none;
  font-family: "Molde-Medium";
  color: black;
  font-size: 18px;
}

.instagram-button {
  position: absolute;
  bottom: 24px;
  left: 50%;
  cursor: pointer;
  border: none;
  border: none;
  background-color: #FFA593;
  font-family: "Molde-Medium";
  transform: translate(-50%, -50%);
  border-radius: 30px;
  padding: 4px 12px 6px 12px;
  font-size: 14px;
  color: black;
  line-height: 1;
}

.slideshow-element {
  opacity: 0;
}

.slideshow-container {
  height: 100vh;
}

.mobile-logo {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 800;
  mix-blend-mode: difference;
}
.mobile-logo img {
  width: 200px;
}
@media (min-width: 576px) {
  .mobile-logo {
    display: none;
  }
}

.inverted-logo {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  mix-blend-mode: difference;
}
@media (min-width: 997px) {
  .inverted-logo {
    display: block;
  }
}
.inverted-logo img {
  width: 200px;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 800;
  display: none;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .navigation {
    display: flex;
  }
}
.navigation__left {
  flex-grow: 1;
  width: 33%;
}
.navigation__center {
  display: flex;
  flex-grow: 1;
  width: 33%;
  align-items: center;
  justify-content: center;
}
.navigation__right {
  display: flex;
  flex-grow: 1;
  width: 33%;
  align-items: center;
  justify-content: flex-end;
}

.navigation__pages {
  display: table;
  border-collapse: separate;
  border-spacing: 24px;
  list-style-type: none;
}
.navigation__pages--mobile {
  margin-top: 200px;
}
.navigation__pages--fixed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  mix-blend-mode: difference;
}
@media (min-width: 997px) {
  .navigation__pages--fixed {
    display: block;
  }
}
.navigation__pages-item {
  display: table-cell;
  vertical-align: middle;
  height: 27px;
  line-height: 27px;
  margin-right: 24px;
}
.navigation__pages-item a {
  font-family: "Molde-Medium";
  font-size: 14px;
  color: white;
}
.navigation__pages-item a:hover {
  text-decoration: underline;
}

.bottom-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.max-container {
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
}
@media (min-width: 576px) {
  .max-container {
    padding-top: 120px;
  }
}

.preorder-container {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: rotation 10s infinite linear;
  z-index: 1000;
}
.preorder-container img {
  width: 174px;
}
@media (min-width: 997px) {
  .preorder-container {
    display: none;
  }
}

.product__preorder {
  display: block;
  color: #FFA593;
  font-size: 14px;
}
@media (min-width: 997px) {
  .product__preorder {
    display: none;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.swiper {
  position: relative;
  max-width: 980px;
  height: 100%;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .swiper {
    margin-top: 0;
    padding-top: 120px;
  }
}

@media (min-width: 1024px) {
  .swiper-wrapper {
    justify-content: center;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide img.add-image {
  width: 28px;
  height: 28px;
  display: initial;
  margin-top: 6px;
}

.product__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product__image {
  width: 235px;
}

.product__headline {
  font-family: "Molde-Medium";
  font-size: 18px;
}

.product__amount {
  font-family: "Molde-Medium";
  font-size: 14px;
}

.product__price {
  font-family: "Molde-Medium";
  font-size: 14px;
}

.product__info--hidden {
  display: none;
}

.product__info--mobile {
  display: block;
  padding: 24px;
  margin-top: 24px;
}
.product__info--mobile p {
  font-size: 14px;
}
@media (min-width: 576px) {
  .product__info--mobile {
    display: none;
  }
}

.product__info-description {
  display: none;
  max-width: 900px;
  margin: 50px auto;
  margin: 50px auto;
  font-family: "Molde-Light";
  font-size: 18px;
  text-align: center;
  padding: 24px;
}
@media (min-width: 576px) {
  .product__info-description {
    display: block;
  }
}
.product__info-description--mobile {
  display: block;
  padding: 24px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product__info-description--mobile {
    display: none;
  }
}

.product__info-short {
  margin-top: 12px;
  padding: 8px 4px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
@media (min-width: 576px) {
  .product__info-short:hover {
    background-color: #FFA593;
    border: 1px solid #000000;
    border-radius: 13px;
  }
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

.footer__logo {
  width: 160px;
}
.footer__logo--hidden {
  display: none;
}

.footer-navigation__container {
  display: flex;
}

.footer-navigation__list {
  margin-top: 25px;
  list-style-type: none;
}
.footer-navigation__list li {
  display: inline-block;
}
.footer-navigation__list li * {
  font-size: 14px;
}

.content-container {
  max-width: 900px;
  margin: 0 auto;
}

.intro-section {
  text-align: center;
  padding: 24px;
}
.intro-section.hidden {
  visibility: hidden;
}

.member-section {
  margin-top: 100px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #ffffff;
  font-family: "Molde-Medium";
  font-size: 18px;
}
.accordion:first-of-type {
  border-bottom: none;
}

.accordion-wrapper {
  position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ffffff;
  border-bottom: none;
}
.active.hidden-open, .accordion:hover.hidden-open {
  display: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  position: relative;
  padding: 24px 0;
  background-color: white;
  display: none;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.panel.active {
  padding: 0;
}
.panel p {
  text-align: center;
}
.panel .membership__form {
  display: none;
  top: 60px;
}
@media (min-width: 576px) {
  .panel .membership__form {
    top: 0;
    border-top: 1px solid black;
  }
}

.membership__button {
  margin-top: 18px;
  background-color: #FFA593;
  border: 1px solid #FFA593;
  border-radius: 50px;
  padding: 4px 24px;
  font-family: "Molde-Medium";
  font-size: 17px;
  cursor: pointer;
  color: black;
}
.membership__button:hover {
  border: 1px solid black;
}

.membership__form {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: #FFA593;
  padding: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
@media (min-width: 576px) {
  .membership__form {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFA593;
    padding: 46px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.membership__form--visible {
  display: flex;
  padding: 50px;
}

.membership__form-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.membership__title {
  font-family: "Molde-Medium";
  font-size: 17px;
  margin-bottom: 10px;
}

.membership__price {
  font-family: "Molde-Light";
  font-size: 17px;
  margin-bottom: 30px;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.membership__form .row, .newsletter-box .row {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .membership__form .row, .newsletter-box .row {
    margin-bottom: 10px;
  }
}

.col-8 {
  width: 75%;
  padding: 0 12px;
}
.membership__form .col-8, .newsletter-box .col-8 {
  width: 100%;
}
@media (min-width: 576px) {
  .membership__form .col-8, .newsletter-box .col-8 {
    width: 75%;
  }
}

.col-7 {
  width: 60%;
  padding: 0 12px;
}
.membership__form .col-7, .newsletter-box .col-7 {
  width: 100%;
}
@media (min-width: 576px) {
  .membership__form .col-7, .newsletter-box .col-7 {
    width: 60%;
  }
}

.col-6 {
  width: 50%;
  padding: 0 12px;
}
.membership__form .col-6, .newsletter-box .col-6 {
  width: 100%;
}
@media (min-width: 576px) {
  .membership__form .col-6, .newsletter-box .col-6 {
    width: 50%;
  }
}

.col-5 {
  width: 40%;
  padding: 0 12px;
}
.membership__form .col-5, .newsletter-box .col-5 {
  width: 100%;
}
@media (min-width: 576px) {
  .membership__form .col-5, .newsletter-box .col-5 {
    width: 40%;
  }
}

.col-4 {
  width: 25%;
  padding: 0 12px;
}
.membership__form .col-4, .newsletter-box .col-4 {
  width: 100%;
}
@media (min-width: 576px) {
  .membership__form .col-4, .newsletter-box .col-4 {
    width: 25%;
  }
}

.membership__form .col-8, .newsletter-box .col-8,
.membership__form .col-7,
.newsletter-box .col-7,
.membership__form .col-6,
.newsletter-box .col-6,
.membership__form .col-5,
.newsletter-box .col-5,
.membership__form .col-4,
.newsletter-box .col-4 {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .membership__form .col-8, .newsletter-box .col-8,
.membership__form .col-7,
.newsletter-box .col-7,
.membership__form .col-6,
.newsletter-box .col-6,
.membership__form .col-5,
.newsletter-box .col-5,
.membership__form .col-4,
.newsletter-box .col-4 {
    margin-bottom: 0;
  }
}

.form-control {
  width: 100%;
  border: 1px solid black;
  border-radius: 50px;
  height: 50px;
  padding: 12px 24px;
  font-family: "Molde-Light";
}
.form-control--newsletter {
  background-color: #FFA593;
  color: black;
}
.form-control--newsletter::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.submit-membership {
  height: 32px;
  border-radius: 50px;
  border: 1px solid black;
  background: none;
  padding: 4px 24px;
  font-family: "Molde-Medium";
  font-size: 17px;
  cursor: pointer;
}
.submit-membership:hover {
  background-color: #ffffff;
}

.bottom-align {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.center-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.membership__success-text {
  font-family: "Molde-Medium-Italic";
  font-size: 29px;
  text-align: center;
  line-height: 39px;
}

.hamburger {
  z-index: 907;
  position: fixed;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 20px;
  background-image: url(/assets/images/hamburger.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.hamburger.open {
  background-image: url(/assets/images/close.png);
  background-size: contain;
  background-position-x: right;
}
@media (min-width: 576px) {
  .hamburger {
    display: none;
  }
}

.navigation__mobile {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 906;
  background-color: #ffffff;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.mobile-navigation__items {
  text-align: center;
  padding: 20px 0;
}

.newsletter-box {
  width: calc(100vw - 24px);
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  bottom: 24px;
  right: 12px;
  border: 1px solid black;
  padding: 60px 0 24px 0;
  display: none;
}
@media (min-width: 576px) {
  .newsletter-box {
    width: 650px;
    padding: 24px 0 24px 0;
  }
}

.submit-newsletter {
  width: 60%;
  height: 32px;
  border-radius: 50px;
  border: none;
  background: none;
  padding: 4px 12px;
  font-family: "Molde-Medium";
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .submit-newsletter {
    font-size: 17px;
  }
}
.submit-newsletter:hover {
  background-color: #ffffff;
}

.close-newsletter-button {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 576px) {
  .close-newsletter-button {
    font-size: 17px;
    top: auto;
    bottom: 48px;
    height: 25px;
  }
}

.text-container {
  padding: 24px;
}
@media (min-width: 1240px) {
  .text-container {
    padding: 0;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: black;
  top: var(--swiper-navigation-top-offset, 20%);
}
.home .swiper-button-next, .home .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
}

.response {
  padding: 24px;
  font-family: "Molde-Medium";
}

.rtf-container {
  text-align: center;
  padding: 24px;
}
.rtf-container a {
  font-family: "Molde-Light";
}
.rtf-container h3 {
  color: black;
  margin: 100px 0 24px 0;
}
.rtf-container h3:first-of-type {
  margin: 12px 0 24px 0;
}
.rtf-container h4:first-of-type {
  margin-top: 24px;
}
.rtf-container p {
  margin-bottom: 24px;
}
.rtf-container figure {
  padding: 0;
  margin: 0;
}
.rtf-container img {
  width: 100%;
}

.bottom-image__container {
  position: relative;
  margin: 48px 0 0 0;
}

.bottom-image__desktop {
  display: none;
}
@media (min-width: 576px) {
  .bottom-image__desktop {
    display: block;
  }
}

.bottom-image__mobile {
  display: block;
}
@media (min-width: 576px) {
  .bottom-image__mobile {
    display: none;
  }
}

.bottom-image__teaser-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFA593;
  padding: 6px 12px;
  border-radius: 30px;
}

.hidden-panel {
  display: none;
}
.hidden-panel .membership__form {
  display: flex;
  top: 0;
}

.panel__info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 24px;
}
.panel__info-wrapper p {
  font-size: 14px;
}
@media (min-width: 576px) {
  .panel__info-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .panel__info-wrapper {
    padding: 0;
  }
}

.snipcart-modal__container {
  z-index: 1000;
}

.snipcart-checkout {
  display: flex;
  width: 27px;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
}
.snipcart-checkout a {
  display: flex;
  width: 27px;
  height: 27px;
}
.snipcart-checkout img {
  width: 27px;
  height: 27px;
}

.snipcart-item-line {
  background: none;
  border-bottom: 1px solid black;
}
.snipcart-item-line:first-of-type {
  border-top: 1px solid black;
}

.snipcart-button-primary,
.snipcart-button-secondary {
  background-color: #FFA593;
  border-radius: 24px;
  color: black;
  padding: 6px 12px;
}
.snipcart-button-primary:hover,
.snipcart-button-secondary:hover {
  background-color: #FFA593;
  color: black;
}

.snipcart-base-button__label {
  font-family: "Molde-Medium";
}

.snipcart-item-line__title,
.snipcart-empty-cart__title {
  font-family: "Molde-Medium";
}

.snipcart-cart-header__title {
  font-family: "Molde-Light";
  font-size: 29px;
}

.snipcart-cart-header__icon,
.snipcart-cart-header__option {
  display: none;
}

.snipcart-cart-header .snipcart-modal__close-icon,
.snipcart-cart-header__icon {
  color: black;
}

.snipcart-add-item {
  border: 0;
  background: none;
  cursor: pointer;
}

.add-to-cart-text {
  font-family: "Molde-Medium-Italic";
  font-size: 12px;
  margin-top: 6px;
  display: none;
}

.snipcart-item-description {
  font-family: "Molde-Light";
}

.snipcart-button-icon.is-danger {
  background-color: #FFA593;
  color: black;
}
.snipcart-button-icon.is-danger:hover {
  background-color: #FFA593;
  color: black;
}

.snipcart__font--secondary,
.snipcart__font--subtitle,
.snipcart__font--subtitle-small {
  font-family: "Molde-Medium";
}

.snipcart__font--slim,
.snipcart__font--std,
.snipcart-payment-form,
.snipcart__font--regular {
  font-family: "Molde-Light";
}
.snipcart__font--slim legend,
.snipcart__font--std legend,
.snipcart-payment-form legend,
.snipcart__font--regular legend {
  font-family: "Molde-Light";
}

.snipcart-button-link {
  font-family: "Molde-Medium";
  color: black;
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: black;
  opacity: 0.9;
}
.body-overlay.visible {
  display: block;
}

.age-verification__container {
  position: fixed;
  z-index: 1000;
  top: calc(50vh - 150px);
  left: 24px;
  width: calc(100% - 48px);
  height: 300px;
  padding: 24px;
  background-color: #ffa593;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .age-verification__container {
    top: calc(50vh - 150px);
    left: calc(50vw - 150px);
    width: 400px;
    height: 300px;
  }
}
.age-verification__container.visible {
  display: flex;
}

.btn-default {
  height: 32px;
  border-radius: 50px;
  border: none;
  background: none;
  padding: 4px 12px;
  font-family: "Molde-Medium";
  font-size: 17px;
  cursor: pointer;
}
.btn-default:hover {
  background-color: #ffffff;
}

.age-verification__title {
  text-align: center;
  margin-bottom: 24px;
  font-family: "Molde-Medium";
  font-size: 42px;
}

.age-verification__body {
  text-align: center;
  margin-bottom: 24px;
}