/* Supply Hut page only */

.main {
  position: relative;
}

.supply-hut-stage {
  position: relative;
  min-height: 470px;
  margin-top: 8px;
}

/* LEFT CONTENT */

.supply-copy {
  position: absolute;
  left: 52px;
  top: 18px;
  width: 355px;
  z-index: 3;
padding-left: 48px;
}

.supply-copy h1 {
  margin: 0 0 28px;
  font-family: "Cafeteria", "CafeteriaBold", sans-serif;
  font-size: 39px;
  line-height: 1;
  font-weight: 700;
  color: #230804;
  text-transform: none;
}

.supply-copy p {
  margin: 0;
  font-family: "Cafeteria", sans-serif;
  color: #230804;
}

.order-intro {
  font-size: 25px;
  line-height: 1.18;
  max-width: 340px;
}

.price-text {
  margin-top: 48px !important;
  font-size: 30px;
  line-height: 1.13;
  text-align: center;
  color: #ffe27a !important;
  text-shadow:
    2px 2px 0 #321008,
    -1px -1px 0 #321008,
    1px -1px 0 #321008,
    -1px 1px 0 #321008;
}

.order-description {
  margin-top: 26px !important;
  font-size: 24px;
  line-height: 1.18;
  text-align: center;
}

.place-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 230px;
  height: 78px;

  margin-top: 38px;

  font-family: "Cafeteria", sans-serif;
  font-size: 34px;
  line-height: 1;

  color: #ffe27a;
  text-decoration: none;

  background:
    repeating-linear-gradient(
      -25deg,
      #005b22 0px,
      #005b22 18px,
      #00471b 18px,
      #00471b 36px
    );

  border: 6px solid #5b0d08;
  border-radius: 999px;

  box-shadow:
    inset 0 0 0 3px #7f160d,
    0 4px 10px rgba(0,0,0,.35);

  text-shadow:
    2px 2px 0 #3a0d05;

  transition:
    transform .15s ease,
    filter .15s ease;
}

.place-order-button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.place-order-button:hover {
  color: #fff0a5;
  background: #006e2a;
}

/* RIGHT PRODUCT IMAGE */

.supply-product {
  position: absolute;
  left: 560px;
  top: -22px;
  width: 820px;
  z-index: 2;
}

.supply-product > img {
  width: 100%;
  height: auto;
  display: block;
}

/* BOX INFO / EYE */

.box-info-trigger {
  position: absolute;
  left: 292px; /* was about 365px */
  bottom: 5px;
  width: 190px;
  font-family: "Cafeteria", sans-serif;
  font-size: 25px;
  line-height: .95;
  text-align: center;
  color: #250803;
  text-decoration: none;
  z-index: 5;
}

.eye-icon {
  display: block;
  width: 46px;
  height: auto;
  margin: 8px auto 0;
}

.gamebox{display:none;}

/* MOBILE FALLBACK */

@media (max-width: 1043px) {
.gamebox{display:block;margin-left:112px;position:relative;}
.supply-product {
    display: none;
  } 
}

@media (max-width: 900px) {
  .supply-hut-stage {
    min-height: auto;
    padding: 20px 22px 120px;
  }

  .supply-copy,
  .supply-product {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .supply-copy {
    max-width: 390px;
  }

  .box-info-trigger {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -20px auto 0;
  }

  .contact-container {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    text-align: center;
    margin-top: 30px;
  }

  .supply-product {
    display: none;
  }

  .gamebox{display:block;margin-left:0;margin-top:60px;position:relative;}
}

@media (max-width: 700px) {
  .gamebox{display:block;margin-left:0;margin-top:60px;position:relative;}
.supply-copy {
padding-left:0;
}

}

/* MODAL */

.zc-modal {
  display: none;
}

.zc-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;

  position: fixed;
  inset: 0;

  z-index: 999999;
}

.zc-modal-window {
  position: relative;
  z-index: 2;
  min-width: 220px;
  max-width: 520px;
  width: 100%;

  margin: 0;
}

.zc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* MODAL TEXT STYLING ONLY */

.deluxe-box-content {
  text-align: center;
  font-family: "Cafeteria", "CafeteriaBold", sans-serif;
  color: #4a0904;
}

.deluxe-heading {
  margin-top: 14px;
  margin-bottom: 8px;

  font-size: 31px;
  line-height: 1.02;
  font-weight: 700;
  color: #4a0904;
}

.deluxe-subheading {
  margin-bottom: 34px;

  font-size: 29px;
  line-height: 1.04;
  font-weight: 700;
  color: #4a0904;
}

.deluxe-section-title {
  margin-bottom: 8px;

  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  color: #4a0904;
}

.deluxe-list {
  margin-bottom: 34px;

  font-size: 30px;
  line-height: 1.06;
  font-weight: 700;
  color: #4a0904;
}

.deluxe-highlight {
  color: #d29124;
}

.deluxe-made-title {
  margin-bottom: 16px;

  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #d29124;
}

.deluxe-made-copy {
  margin-bottom: 14px;

  font-size: 18px;
  line-height: 1.08;
  font-weight: 300;
  color: #d29124;
}