/** Shopify CDN: Minification failed

Line 766:45 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:battlezone-product-showcase (INDEX:6) */
.section-battlezone-product-showcase,
  .shopify-section.section-battlezone-product-showcase {
    background: #02070d;
  }

  .battlezone-showcase {
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--battlezone-bg, #02070d);
    color: #ffffff;
    font-family: var(--font-body-family, Arial, sans-serif);
  }

  .battlezone-showcase *,
  .battlezone-showcase *::before,
  .battlezone-showcase *::after {
    box-sizing: border-box;
  }

  .battlezone-showcase__hero {
    position: relative;
    min-height: clamp(560px, 58vw, 760px);
    border-bottom: 1px solid rgba(0, 183, 255, 0.32);
    background-color: var(--battlezone-bg, #02070d);
    background-image:
      linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.58) 52%, rgba(0,0,0,0.2) 100%),
      var(--battlezone-hero-bg-desktop, none);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    isolation: isolate;
  }

  .battlezone-showcase__grid-bg {
    position: absolute;
    inset: auto -10% 0;
    height: 55%;
    background:
      linear-gradient(rgba(0, 101, 255, 0.38) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 101, 255, 0.38) 1px, transparent 1px);
    background-size: 48px 34px;
    transform: perspective(520px) rotateX(62deg);
    transform-origin: bottom center;
    opacity: 0.55;
    z-index: -2;
  }

  .battlezone-showcase__hero::before,
  .battlezone-showcase__hero::after,
  .battlezone-showcase__cta::before,
  .battlezone-showcase__cta::after {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 240px;
    height: 150px;
    border: 2px solid currentColor;
    color: var(--battlezone-green, #00e333);
    opacity: 0.55;
    clip-path: polygon(12% 70%, 40% 38%, 72% 38%, 96% 70%, 78% 76%, 54% 62%, 24% 78%);
    pointer-events: none;
  }

  .battlezone-showcase__hero::before,
  .battlezone-showcase__cta::before {
    left: 4%;
  }

  .battlezone-showcase__hero::after,
  .battlezone-showcase__cta::after {
    right: 3%;
    color: var(--battlezone-red, #ff2020);
    transform: scaleX(0.78) rotate(-6deg);
  }

  .battlezone-showcase__hero-inner,
  .battlezone-showcase__promo,
  .battlezone-showcase__video-list,
  .battlezone-showcase__panel,
  .battlezone-showcase__cta {
    width: min(100%, 1440px);
    margin: 0 auto;
  }

  .battlezone-showcase__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    align-items: center;
    gap: clamp(28px, 5vw, 78px);
    min-height: inherit;
    padding: clamp(56px, 8vw, 96px) clamp(24px, 5vw, 72px) 0;
  }

  .battlezone-showcase__hero-copy {
    max-width: 640px;
    padding-bottom: 88px;
  }

  .battlezone-showcase__heading {
    margin: 0 0 10px;
    color: transparent;
    -webkit-text-stroke: 2px var(--battlezone-red, #ff2020);
    text-shadow: 0 0 14px rgba(255, 32, 32, 0.92), 0 0 28px rgba(255, 32, 32, 0.55);
    font-size: clamp(44px, 7.6vw, 96px);
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .battlezone-showcase__heading-logo {
    display: block;
    width: min(100%, 560px);
    height: auto;
    margin: 0 0 16px;
    filter: drop-shadow(0 0 14px rgba(255, 32, 32, 0.72));
  }

  .battlezone-showcase__eyebrow {
    margin: 0 0 26px;
    color: var(--battlezone-blue, #12a8ff);
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(18, 168, 255, 0.82);
  }

  .battlezone-showcase__subheading,
  .battlezone-showcase__subheading p {
    margin: 0 0 18px;
    font-size: clamp(23px, 2.1vw, 34px);
    font-weight: 800;
    line-height: 1.2;
  }

  .battlezone-showcase__description,
  .battlezone-showcase__description p {
    max-width: 520px;
    margin: 0 0 22px;
    color: rgba(255,255,255,0.82);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.55;
  }

  .battlezone-showcase__price {
    margin: 0 0 24px;
    font-size: clamp(20px, 1.7vw, 28px);
    font-weight: 800;
  }

  .battlezone-showcase__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    align-items: center;
  }

  .battlezone-showcase__form {
    margin: 0;
  }

  .battlezone-showcase__form--center {
    display: flex;
    justify-content: center;
  }

  .battlezone-showcase__button {
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 4px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  }

  .battlezone-showcase__button:hover {
    transform: translateY(-2px);
  }

  .battlezone-showcase__button[disabled] {
    cursor: not-allowed;
    opacity: 0.56;
    transform: none;
  }

  .battlezone-showcase__button--primary {
    min-width: 220px;
    background: linear-gradient(180deg, #ff2c2c 0%, #c80d13 100%);
    box-shadow: 0 0 22px rgba(255, 32, 32, 0.44), inset 0 0 0 1px rgba(255,255,255,0.2);
  }

  .battlezone-showcase__button--secondary {
    gap: 12px;
    border: 1px solid rgba(255,255,255,0.72);
    background: rgba(0,0,0,0.45);
  }

  .battlezone-showcase__button--small {
    min-width: 0;
    min-height: 44px;
    padding: 0 20px;
    border-color: var(--battlezone-blue, #12a8ff);
    font-size: 14px;
  }

  .battlezone-showcase__play-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--battlezone-blue, #12a8ff);
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
  }

  .battlezone-showcase__play-icon::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--battlezone-blue, #12a8ff);
  }

  .battlezone-showcase__hero-media {
    align-self: end;
    filter: drop-shadow(0 0 30px rgba(0, 128, 255, 0.72));
    padding-bottom: 100px;
  }

  .battlezone-showcase__hero-image {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: contain;
    object-position: bottom center;
   
  }

  .battlezone-showcase__promo {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: clamp(20px, 4vw, 56px);
    align-items: center;
    padding: clamp(26px, 4vw, 42px) clamp(24px, 5vw, 72px);
    border-top: 1px solid rgba(255, 56, 38, 0.72);
    border-bottom: 1px solid rgba(255, 56, 38, 0.72);
    background-color: var(--battlezone-bg, #02070d);
    background-image:
      linear-gradient(rgba(36,0,0,0.78), rgba(18,0,0,0.9)),
      var(--battlezone-promo-bg, none),
      radial-gradient(circle at 72% 50%, rgba(255, 32, 18, 0.26), transparent 34%),
      linear-gradient(90deg, rgba(82,0,0,0.88), rgba(25,0,0,0.86));
    background-position: center;
    background-size: cover;
    border-right: 1px solid rgba(255, 56, 38, .72);
    border-left: 1px solid rgba(255, 56, 38, .72);
    margin-top: 10px;
  }

  .battlezone-showcase__promo-icon {
    display: grid;
    place-items: center;
    width: 94px;
    height: 94px;
    color: var(--battlezone-red, #ff2020);
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(255,32,32,0.8);
    transform: rotate(-20deg);
  }

  .battlezone-showcase__promo-icon span {
    font-size: 44px;
    font-weight: 800;
  }
.battlezone-showcase__promo-icon1 {
    display: grid;
    place-items: center;
    width: 94px;
    height: 94px;
    color: var(--battlezone-red, #ff2020);
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(255,32,32,0.8);
    transform: rotate(-20deg);
  }

  .battlezone-showcase__promo-icon1 span {
    font-size: 44px;
    font-weight: 800;
  }


  .battlezone-showcase__promo-heading,
  .battlezone-showcase__promo-title,
  .battlezone-showcase__promo-text,
  .battlezone-showcase__promo-text p {
    margin: 0;
  }

  .battlezone-showcase__promo-heading {
    font-size: clamp(20px, 2vw, 31px);
    text-transform: uppercase;
  }

  .battlezone-showcase__promo-title {
    margin-top: 4px;
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .battlezone-showcase__promo-text {
    margin-top: 12px;
    color: rgba(255,255,255,0.86);
    line-height: 1.45;
  }

  .battlezone-showcase__promo-text strong {
    color: #ff4a3d;
  }

  .battlezone-showcase__promo-image {
    display: block;
    width: min(260px, 24vw);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(255,32,32,0.58));
  }

  .battlezone-showcase__video-list {
    max-width: 100%;
    min-width: 0;
    padding: 12px clamp(18px, 5vw, 64px) 0;
    background-color: var(--battlezone-bg, #02070d);
    overflow-x: clip;
  }

  .battlezone-showcase__background-surface {
    position: relative;
    background-color: var(--battlezone-bg, #02070d);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .battlezone-showcase__background-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.68);
    pointer-events: none;
  }

  .battlezone-showcase__background-surface > * {
    position: relative;
    z-index: 1;
  }

  .battlezone-showcase__background-surface--videos {
    background-image: var(--battlezone-videos-bg, none);
  }

  .battlezone-showcase__background-surface--features {
    background-image: var(--battlezone-features-bg, none);
  }

  .battlezone-showcase__background-surface--included {
    background-image: var(--battlezone-included-bg, none);
  }

  .battlezone-showcase__background-surface--accessories {
    background-image: var(--battlezone-accessories-bg, none);
  }

  .battlezone-showcase__video-row {
    display: grid;
    grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: center;
    min-width: 0;
    max-width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.16);
  }

  .battlezone-showcase__video-copy {
    min-width: 0;
    padding: 28px 0;
  }

  .battlezone-showcase__kicker {
    margin: 0 0 10px;
    color: var(--battlezone-blue, #12a8ff);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .battlezone-showcase__video-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(24px, 2.5vw, 38px);
    line-height: 1.05;
    text-transform: uppercase;
  }

  .battlezone-showcase__video-copy div,
  .battlezone-showcase__video-copy p {
    margin: 0 0 22px;
    max-width: 430px;
    color: rgba(255,255,255,0.82);
    line-height: 1.55;
  }

  .battlezone-showcase__video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    background: #000;
    box-shadow: inset 0 0 0 1px rgba(0, 183, 255, 0.12);
  }

  .battlezone-showcase__video,
  .battlezone-showcase__video-poster {
    display: block;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
  }

  .battlezone-showcase__poster-button {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #000;
    cursor: pointer;
    z-index: 2;
  }

  .battlezone-showcase__poster-button.is-hidden {
    display: none;
  }

  .battlezone-showcase__poster-button .battlezone-showcase__video-poster {
    object-fit: contain;
  }

  .battlezone-showcase__large-play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 84px;
    height: 84px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.24);
  }

  .battlezone-showcase__large-play::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 33px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #fff;
  }

  .battlezone-showcase__panel {
    padding: 20px clamp(18px, 5vw, 64px);
    background-color: var(--battlezone-bg, #02070d);
  }

  .battlezone-showcase__panel--tight {
    padding-top: 4px;
  }

  .battlezone-showcase__section-title {
    margin: 0 0 14px;
    color: var(--battlezone-blue, #12a8ff);
    font-size: clamp(18px, 1.8vw, 25px);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .battlezone-showcase__feature-grid,
  .battlezone-showcase__included-grid,
  .battlezone-showcase__accessory-grid {
    display: grid;
    gap: 10px;
  }

  .battlezone-showcase__feature-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .battlezone-showcase__included-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .battlezone-showcase__accessory-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .battlezone-showcase__feature-card,
  .battlezone-showcase__item-card,
  .battlezone-showcase__accessory-card {
    min-width: 0;
    border: 1px solid rgba(0, 183, 255, 0.42);
    border-radius: 4px;
    background: rgba(3, 12, 19, 0.72);
    text-align: center;
  }

  .battlezone-showcase__feature-card {
    min-height: 150px;
    padding: 18px 12px 16px;
  }

  .battlezone-showcase__card-icon {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin: 0 auto 12px;
    filter: drop-shadow(0 0 8px rgba(18,168,255,0.55));
  }

  .battlezone-showcase__feature-card h3,
  .battlezone-showcase__item-card h3,
  .battlezone-showcase__accessory-card h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.18;
    text-transform: uppercase;
  }

  .battlezone-showcase__feature-card div,
  .battlezone-showcase__feature-card p {
    margin: 8px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    line-height: 1.38;
  }

  .battlezone-showcase__item-card {
    display: grid;
    grid-template-rows: minmax(116px, 1fr) auto;
    gap: 10px;
    padding: 10px;
  }

  .battlezone-showcase__item-image,
  .battlezone-showcase__accessory-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .battlezone-showcase__cta {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 34px clamp(18px, 5vw, 64px) 28px;
    text-align: center;
    background-color: var(--battlezone-bg, #02070d);
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.82)),
      var(--battlezone-cta-bg, none);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    isolation: isolate;
  }

  .battlezone-showcase__cta h2 {
    margin: 0 0 4px;
    font-size: clamp(22px, 2.1vw, 32px);
    line-height: 1.1;
    text-transform: uppercase;
  }

  .battlezone-showcase__cta div,
  .battlezone-showcase__cta p {
    margin: 0 auto 18px;
    max-width: 620px;
    color: rgba(255,255,255,0.82);
    line-height: 1.35;
  }

  .battlezone-showcase__cta .battlezone-showcase__grid-bg {
    height: 100%;
    opacity: 0.38;
  }

  .battlezone-showcase__cta::before,
  .battlezone-showcase__cta::after {
    bottom: 12px;
    width: 190px;
    height: 110px;
  }

  .battlezone-showcase__panel--accessories {
    padding-top: 12px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 183, 255, 0.24);
  }

  .battlezone-showcase__accessory-card {
    display: grid;
    grid-template-rows: 78px auto;
    gap: 8px;
    min-height: 116px;
    padding: 10px;
    color: inherit;
    text-decoration: none;
  }

  .battlezone-showcase__accessories-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(340px, 100%);
    min-height: 34px;
    margin: 14px auto 0;
    border: 1px solid var(--battlezone-blue, #12a8ff);
    border-radius: 4px;
    color: var(--battlezone-blue, #12a8ff);
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  @media (max-width: 1100px) {
    .battlezone-showcase__feature-grid,
    .battlezone-showcase__included-grid,
    .battlezone-showcase__accessory-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 860px) {
    .battlezone-showcase__hero {
      background-image:
        linear-gradient(180deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.52) 58%, rgba(0,0,0,0.82) 100%),
        var(--battlezone-hero-bg-mobile, none),
        var(--battlezone-hero-bg-desktop, none);
    }

    .battlezone-showcase__hero-inner,
    .battlezone-showcase__video-row,
    .battlezone-showcase__promo {
      grid-template-columns: 1fr;
    }

    .battlezone-showcase__hero-copy {
      padding-bottom: 0;
    }

    .battlezone-showcase__hero-media {
      width: min(420px, 100%);
      justify-self: center;
    }

    .battlezone-showcase__promo-image {
      width: min(220px, 100%);
    }

    .battlezone-showcase__video-frame {
      min-height: 0;
      aspect-ratio: 16 / 9;
    }
  }

  @media (max-width: 620px) {
    .battlezone-showcase__video-list {
      padding-inline: 16px;
    }

    .battlezone-showcase__video-row {
      gap: 26px;
      overflow: hidden;
    }

    .battlezone-showcase__feature-grid,
    .battlezone-showcase__included-grid,
    .battlezone-showcase__accessory-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .battlezone-showcase__button {
      width: 100%;
    }

    .battlezone-showcase__promo-icon {
      width: 74px;
      height: 74px;
    }

    .battlezone-showcase__promo-icon span {
      font-size: 34px;
    }

    .battlezone-showcase__promo-icon1 {
      width: 74px;
      height: 74px;
    }

    .battlezone-showcase__promo-icon1 span {
      font-size: 34px;
    }
    .battlezone-showcase__hero::before,
    .battlezone-showcase__hero::after,
    .battlezone-showcase__cta::before,
    .battlezone-showcase__cta::after {
      display: none;
    }
      @media screen and (max-width: 749px) {
  .battlezone-showcase__promo-icon1 {
    display: none !important;
  }
  }
/* END_SECTION:battlezone-product-showcase */