@charset "UTF-8";

@font-face {
  font-family: "BertholdAkzidenzGroteskBE";
  font-display: swap;
  src: url("../fonts/BertholdAkzidenzGroteskBE-Bold.woff") format("woff"),
    url("../fonts/BertholdAkzidenzGroteskBE-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BertholdAkzidenzGroteskBE";
  font-display: swap;
  src: url("../fonts/BertholdAkzidenzGroteskBE-Regular.woff") format("woff"),
    url("../fonts/BertholdAkzidenzGroteskBE-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BertholdAkzidenzGroteskBE";
  font-display: swap;
  src: url("../fonts/Berthold-Akzidenz-Grotesk-BE-Light.woff") format("woff"),
    url("../fonts/Berthold-Akzidenz-Grotesk-BE-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GTPressura";
  font-display: swap;
  src: url("../fonts/GT-Pressura-mono-bold.woff") format("woff"),
    url("../fonts/GT-Pressura-mono-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 40px 78px;
}

.header__body {
  max-width: 420px;
}

.header__klaviyo button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#80e9eb),
    to(#aeedcd)
  ) !important;
  background: -o-linear-gradient(top, #80e9eb 0%, #aeedcd 100%) !important;
  background: linear-gradient(180deg, #80e9eb 0%, #aeedcd 100%) !important;
  color: #000 !important;
  font-family: "GTPressura", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 110% !important;
  text-transform: uppercase !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100% !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.header__klaviyo [data-testid="form-row"]:nth-child(1) p {
  margin-bottom: 26px !important;
}

.header__klaviyo [data-testid="form-row"]:nth-child(1) span {
  font-family: "GTPressura", sans-serif !important;
  font-weight: 700 !important;
  font-size: 66px !important;
  line-height: 120% !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#80e9eb),
    to(#aeedcd)
  ) !important;
  background: -o-linear-gradient(top, #80e9eb 0%, #aeedcd 100%) !important;
  background: linear-gradient(180deg, #80e9eb 0%, #aeedcd 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.header__klaviyo [data-testid="form-row"]:nth-child(2) p {
  margin-bottom: 26px !important;
}

.header__klaviyo [data-testid="form-row"]:nth-child(2) span {
  font-family: "BertholdAkzidenzGroteskBE", sans-serif !important;
  font-style: normal !important;
  font-weight: 300;
  font-size: 20px !important;
  line-height: 150% !important;
  letter-spacing: 0.05em !important;
  color: #ffffff !important;
}

.header__klaviyo [data-testid="form-row"]:nth-child(2) span > span {
  font-weight: 600 !important;
}

.header__klaviyo [data-testid="form-row"]:nth-child(4) > div {
  width: 100% !important;
}

.header__right {
  height: 100%;
  width: 50%;
}

.header__image {
  width: 100%;
  height: 100%;
}

.header__image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "GTPressura", sans-serif;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.shop .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #393b38 inset;
  box-shadow: 0px 0px 0px 2px #393b38 inset;
}

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px 16px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
}

details[open] > summary::after {
  position: absolute;
  content: "–";
  right: 12px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

details > summary::-webkit-details-marker {
  display: none;
}

details {
  border-bottom: 1px solid #d2dde5;
}

@media (max-width: 1240px) {
  .header__klaviyo [data-testid="form-row"]:nth-child(1) span {
    font-size: 55px !important;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(2) span {
    font-size: 18px !important;
  }
}

@media (max-width: 1090px) {
  .header__left {
    padding: 40px 40px;
  }
}

@media (max-width: 990px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
  }

  .header__left {
    width: 100%;
  }

  .header__klaviyo button {
    max-width: none !important;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(1) div {
    text-align: center;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(1) p {
    text-align: center !important;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(2) p {
    text-align: center !important;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(3) {
    max-width: 350px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(4) {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 350px !important;
  }

  .header__right {
    width: 100%;
  }
}

@media (max-width: 470px) {
  .header__left {
    padding: 40px 20px;
  }
}

@media (max-width: 430px) {
  .header__klaviyo [data-testid="form-row"]:nth-child(1) span {
    font-size: 50px !important;
  }
}

@media (max-width: 390px) {
  .header__klaviyo [data-testid="form-row"]:nth-child(1) span {
    font-size: 40px !important;
  }
}

@media (max-width: 374px) {
  .header__left {
    padding: 40px 15px;
  }

  .header__klaviyo [data-testid="form-row"]:nth-child(2) span {
    font-size: 16px !important;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1240px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1090px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 990px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 470px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 430px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 390px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}
