/** Shopify CDN: Minification failed

Line 20:13 Expected identifier but found whitespace
Line 21:4 Unexpected "0"

**/
:root{
  --cut: 24px;
  --infobar-clip: polygon(
    var(--cut) 0%, calc(100% - var(--cut)) 0%, 100% var(--cut),
    100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%,
    var(--cut) 100%, 0% calc(100% - var(--cut)), 0% var(--cut)
  );
}

/* .zin9-cs__infobar{
  background: var(--green);
  clip-path: var(--infobar-clip);
  padding: 2px;               /* border thickness */
  box-shadow:
    0 0 8px rgba(166,255,0,0.9),
    0 0 24px rgba(166,255,0,0.5);
} */

.banner{
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
  clip-path: var(--infobar-clip);   /* same path, sits inside the padding */
}
.zin9-cs {
  position: relative;
  background: var(--zin9-bg, #0a0a0a);
  color: var(--zin9-text, #f5f5f5);
  overflow: hidden;
  padding: 20px 20px 30px;
  text-align: center;
  font-family: inherit;
}

.contact-form{
width: 100%;
max-width:100%;
}

.zin9-cs__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.zin9-cs__bg-img {
  width: 100%;
  height: 100%;
  object-fit: var(--zin9-bg-size, cover);
  object-position: var(--zin9-bg-position, center);
  display: block;
}
.zin9-cs__bg-img--mobile {
  display: none;
}
.zin9-cs__bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

@media (max-width: 749px) {
  .zin9-cs__bg--has-mobile .zin9-cs__bg-img--desktop {
    display: none;
  }
  .zin9-cs__bg--has-mobile .zin9-cs__bg-img--mobile {
    display: block;
  }
}

.zin9-cs__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.zin9-cs__logo-img {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.zin9-cs__tagline {
  margin-top: 0px;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: var(--zin9-muted, #b3b3b3);
  text-transform: uppercase;
}

span.zin9-cs__heading-line.two {
    color: #fff;
    text-shadow: 0 0 12px #44d62c9e;
}

.zin9-cs__heading {
  margin: 5px 0 5px;
  line-height: 5.5rem;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zin9-cs__heading-line {
  display: block;
  font-size:110px;
  letter-spacing: 0.2rem;
  color: #44d62c
}

.zin9-cs__subheading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 20px;
    max-width: 650px;
}

.zin9-cs__rule {
  flex: 1;
  height: 2px;
  background: #fff;
  opacity: 0.7;
}
.zin9-cs__subheading-text {
  color: #fff;
font-weight: 400;
    letter-spacing: .2rem;
    font-size: 26px;
    white-space: nowrap;
    font-family: Bebas Neue, sans-serif;
    line-height: 1;
}

.zin9-cs__showcase {
    position: relative;
    max-width: 470px;
    margin: 0 auto 0px;
    min-height: 455px;
}

.zin9-cs__platform-img {
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translate(-50%);
    width: 450px;
    max-width: 100%;
    z-index: 1;
}

.zin9-cs__product {
  position: relative;
  z-index: 2;
}
.zin9-cs__product-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 40px var(--zin9-accent, #a6ff00));
}

.zin9-cs__product-label {
  position: absolute;
  top: 30%;
  left: 20%;
  display: flex;
  flex-direction: column;
  text-align: left;
  transform: rotate(-18deg);
}
.zin9-cs__product-pretitle {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
}
.zin9-cs__product-name {
  font-size: 28px;
  font-weight: 800;
  color: var(--zin9-accent, #a6ff00);
  text-transform: uppercase;
}
.zin9-cs__product-subtext {
  font-size: 10px;
  color: #ddd;
  letter-spacing: 0.05em;
}

.zin9-cs__product-brand-img {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}

.zin9-cs__glow {
  position: absolute;
  top: 40%;
  width: 20px;
  z-index: 0;
}
.zin9-cs__glow--left { left: -60px; }
.zin9-cs__glow--right { right: -60px; }
.zin9-cs__glow img { width: 100%; height: auto; }

.zin9-cs__infobar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    border: 1px solid var(--zin9-accent, #a6ff00);
    border-radius: 14px;
    padding: 20px 30px;
    flex-wrap: wrap;
    background: #000;
    position: relative;
    z-index: 99;
    max-width: 900px;
    margin: -16px auto;
    /* top: -35px; */
    box-shadow: #44d62c 1px 1px 12px;
}

.zin9-cs__infobar-item {
  display: flex;
  align-items: center;
  gap: 25px;
  text-align: left;
}

.zin9-cs__infobar-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: drop-shadow(0 0 2px #44d62c);
}

.zin9-cs__infobar-copy {
  display: flex;
  flex-direction: column;
}
.zin9-cs__infobar-label {
    font-size: 20px;
    letter-spacing: .1em;
    color: var(--zin9-muted, #b3b3b3);
    text-transform: uppercase;
    font-family: Bebas Neue,sans-serif;
}

.zin9-cs__infobar-value {
  font-size: 30px;
  font-weight: 400;
  color: var(--zin9-accent, #a6ff00);
  text-transform: uppercase;
    font-family: Bebas Neue, sans-serif;
    letter-spacing: 0.1rem;
    line-height: normal;
    text-shadow: 0 0 12px rgba(166, 255, 0, 0.6);
}

/* ------------------------------------------------------------------ */
/* Preorder value as a BUTTON (updated)                                 */
/* Previously this only got cursor:pointer + a hover-only underline,    */
/* which is invisible on touch devices and looks identical to the       */
/* plain-text launch date next to it. Now it's a real pill button that  */
/* reads as clickable at rest, on hover, and on keyboard focus.         */
/* ------------------------------------------------------------------ */
.zin9-cs__infobar-value--link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 10px 0;
    padding: 5px 20px;
    background: var(--zin9-accent, #a6ff00);
    color: #000!important;
    border: 1px solid var(--zin9-accent, #a6ff00);
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s ease,color .25s ease,transform .15s ease,box-shadow .25s ease;
    box-shadow: 0 0 #a6ff0000;
}

.zin9-cs__infobar-value-text {
  display: inline-block;
}

/* SVG arrow icon (passed in via markup) that reinforces "this goes somewhere" */
.zin9-cs__infobar-arrow {
  flex-shrink: 0;
  color: inherit;
  transition: transform 0.25s ease;
}

.zin9-cs__infobar-value--link:hover,
.zin9-cs__infobar-value--link:focus-visible {
  background: transparent;
  color: var(--zin9-accent, #a6ff00) !important;
  box-shadow: 0 0 18px rgba(166, 255, 0, 0.45);
  transform: translateY(-1px);
}

/* rotate the arrow slightly up on hover / focus, like it's lifting off */
.zin9-cs__infobar-value--link:hover .zin9-cs__infobar-arrow,
.zin9-cs__infobar-value--link:focus-visible .zin9-cs__infobar-arrow {
  transform: rotate(-45deg);
}

.zin9-cs__infobar-value--link:active {
  transform: translateY(0);
  box-shadow: none;
}

.zin9-cs__infobar-value--link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.zin9-cs__infobar-note {
  font-size: 12px;
  color: var(--zin9-muted, #b3b3b3);
}

.zin9-cs__infobar-divider {
  width: 1px;
  align-self: stretch;
  background: #44d62c;
  opacity: 0.3;
}

.zin9-cs__features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 20px;
}
.zin9-cs__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--zin9-text, #f5f5f5);
}
.zin9-cs__feature-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.zin9-cs__feature-sep {
  color: var(--zin9-muted, #b3b3b3);
  opacity: 0.5;
}

@media (max-width: 749px) {
  .zin9-cs__infobar {
    flex-direction: column;
    align-items: flex-start;
  }
  .zin9-cs__infobar-divider {
    width: 100%;
    height: 1px;
  }
}

/* ---------------------------------------------- */
/* Preorder popup                                  */
/* ---------------------------------------------- */
.zin9-cs__popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.zin9-cs__popup.is-open {
  opacity: 1;
  visibility: visible;
}

.zin9-cs__popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.zin9-cs__popup-modal {
  position: relative;
  z-index: 1;
  background: #0e0e0e;
  color: #111;
  width: 100%;
  max-width: 920px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  transform: translateY(12px);
  transition: transform 0.25s ease;
  border: 1px solid #44d62c;
}

.zin9-cs__popup.is-open .zin9-cs__popup-modal {
  transform: translateY(0);
}

.zin9-cs__popup-close {
    position: absolute;
    top: 12px;
    right: 13px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.zin9-cs__popup-media {
  position: relative;
  min-height: 340px;
  background: #eee;
}
.zin9-cs__popup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zin9-cs__popup-content {
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.zin9-cs__popup-heading {
  letter-spacing: 0.1rem;
    font-family: inherit;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 5px;
    color: #fff;
    font-family: Bebas Neue, sans-serif;
}

.zin9-cs__popup-text {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 340px;
}

/* Some themes auto-apply a scroll-triggered fade-in animation to headings
   and paragraphs (opacity: 0 until an IntersectionObserver marks them
   in-view). Since the popup starts hidden, that observer never fires for
   these elements, so they can get stuck invisible. Force them visible. */
.zin9-cs__popup-heading,
.zin9-cs__popup-text,
.zin9-cs__popup-disclaimer {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.zin9-cs__popup-field {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.zin9-cs__popup-input {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #ddd !important;
  border-radius: 8px;
  font-size: 14px;
  color: #111;
  background: #fff !important;
  box-sizing: border-box;
}
.zin9-cs__popup-input:focus {
  outline: none;
  border-color: #111;
}

.zin9-cs__popup-submit {
 width: 100%;
    max-width: 100%;
    padding: 16px;
    margin-top: 0;
    background: #44d62c;
    border: 1px solid #44d62c;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
    color: #000;
    transition:0.3s;
}
.zin9-cs__popup-submit:hover {
  background: #0e0e0e;
  color:#44d62c;


}

.zin9-cs__popup-success {
  font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 5px;
    color: #fff;
    font-family: Bebas Neue, sans-serif;
}
.zin9-cs__popup-error {
  color: #d3342d;
  font-size: 12px;
  margin-top: 8px;
}

.zin9-cs__popup-disclaimer {
  font-size: 11px;
  color: #999;
  line-height: 1.5;
  margin: 20px 0 0;
  max-width: 340px;
}

/* ---------------------------------------------- */
/* Success state: only show the success message   */
/* (left-side image in .zin9-cs__popup-media stays */
/* visible automatically â€” it's untouched here)    */
/* ---------------------------------------------- */
.zin9-cs__popup-modal--success .zin9-cs__popup-heading,
.zin9-cs__popup-modal--success .zin9-cs__popup-text,
.zin9-cs__popup-modal--success .zin9-cs__popup-field,
.zin9-cs__popup-modal--success .zin9-cs__popup-submit,
.zin9-cs__popup-modal--success .zin9-cs__popup-disclaimer,
.zin9-cs__popup-modal--success .zin9-cs__popup-error {
  display: none !important;
}

@media (max-width: 749px) {
  .zin9-cs__popup-modal {
    grid-template-columns: 1fr;
  }
  .zin9-cs__popup-media {
    min-height: 200px;
  }
  .zin9-cs__popup-content {
    padding: 36px 28px;
  }
}