/* VV cinematic community footer */
@media (min-width: 768px) { .shopify-section-group-footer-group { position: static; } }

.footer {
  position: relative;
  overflow: hidden;
  padding: 64px 20px 108px;
  background:
    linear-gradient(90deg, transparent 2%, rgba(191, 238, 22, .55) 50%, transparent 98%) top center / 100% 1px no-repeat,
    radial-gradient(circle at top, rgba(191, 238, 22, .10), transparent 28%),
    linear-gradient(180deg, #08090f 0%, #05060b 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .18;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 86%, transparent);
}

.footer-content,
.footer-copyright,
.go-to-top,
.big-footer-logo {
  position: relative;
  z-index: 1;
}

.go-to-top a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease, background .25s ease, box-shadow .25s ease;
}

.go-to-top a:hover,
.go-to-top a:focus-visible {
  border-color: rgba(191, 238, 22, .45);
  color: #fff;
  background: rgba(191, 238, 22, .08);
  box-shadow: 0 0 24px rgba(191, 238, 22, .10);
}

.ico-base {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.ico-10 {
  width: .625rem;
  height: .625rem;
}

.ico10-go-to-top {
  background-image: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M5.00012 11.0001L5.00012 3.00014M5.00012 3.00014L0.757506 7.24276M5.00012 3.00014L9.22803 7.22783M0 1L10 1" stroke="%23BFEE16"/></svg>');
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 0;
  max-width: 1480px;
  margin: 32px auto 0;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(20, 24, 36, .72), rgba(10, 13, 22, .88)) padding-box,
    linear-gradient(180deg, rgba(191, 238, 22, .42), rgba(72, 197, 255, .20) 50%, rgba(191, 238, 22, .14)) border-box;
  border: 1px solid transparent;
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, .32),
    0 0 0 1px rgba(191, 238, 22, .05),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  position: relative;
  isolation: isolate;
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease;
}

.footer-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent);
  pointer-events: none;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .footer:hover .footer-content {
    transform: translateY(-5px);
    box-shadow:
      0 34px 100px rgba(0, 0, 0, .38),
      0 0 60px rgba(191, 238, 22, .06),
      inset 0 1px 0 rgba(255, 255, 255, .10);
  }
}

.footer-section {
  position: relative;
  padding: 34px 38px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.footer-section.introductory-text {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 42px 46px 38px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 8% 0%, rgba(191, 238, 22, .09), transparent 42%);
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-eyebrow {
  margin: 0;
  color: #bfee16;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-section h3,
.footer-section h4 {
  color: #fff;
}

.footer-section h3 {
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: .92;
  letter-spacing: -.02em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .25);
}

.footer-section h3 span {
  display: inline-block;
  color: #bfee16;
  font-size: .34em;
  vertical-align: 1em;
  letter-spacing: 0;
  margin-left: .12em;
  padding: .15em .5em;
  border-radius: 999px;
  background: rgba(191, 238, 22, .10);
  border: 1px solid rgba(191, 238, 22, .25);
  box-shadow: 0 0 16px rgba(191, 238, 22, .12);
}

.footer-section h4,
.footer-section h4.d-eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}

.footer-section p,
.footer-section a {
  color: rgba(255, 255, 255, .72);
}

.footer-section a:hover,
.footer-section a:focus-visible {
  color: #fff;
}

.footer-lead {
  max-width: 42ch;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .68);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social-item {
  position: relative;
  display: inline-flex;
}

.footer-social-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, .28),
    0 8px 22px rgba(0, 0, 0, .25);
  transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s ease;
}

a.footer-social-link {
  color: #fff;
}

.footer-social-link.is-instagram {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
}

.footer-social-link.is-discord {
  background: #5865f2;
}

.footer-social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .50) 48%, transparent 65%);
  transform: translateX(-130%);
  transition: transform .8s ease;
  z-index: 1;
}

.footer-social-link:hover::before,
.footer-social-link:focus-visible::before {
  transform: translateX(130%);
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-5px) scale(1.07);
}

.footer-social-link.is-instagram:hover,
.footer-social-link.is-instagram:focus-visible {
  box-shadow:
    0 18px 38px -10px rgba(238, 42, 123, .70),
    inset 0 1.5px 0 rgba(255, 255, 255, .28);
}

.footer-social-link.is-discord:hover,
.footer-social-link.is-discord:focus-visible {
  box-shadow:
    0 18px 38px -10px rgba(88, 101, 242, .70),
    inset 0 1.5px 0 rgba(255, 255, 255, .28);
}

.footer-social-link svg {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
}

.footer-social-tip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  z-index: 3;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(191, 238, 22, .25);
  background: rgba(11, 14, 23, .92);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity .25s ease, transform .25s cubic-bezier(.34, 1.56, .64, 1);
  pointer-events: none;
}

.footer-social-item:hover .footer-social-tip,
.footer-social-link:focus-visible ~ .footer-social-tip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.footer-newsletter-form {
  position: relative;
  z-index: 2;
  margin-top: 2px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-newsletter-label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
}

.footer-newsletter-row {
  display: flex;
  gap: 12px;
}

.footer-newsletter-input {
  min-width: 0;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 2px solid rgba(191, 238, 22, 0);
  border-radius: 999px;
  outline: 0;
  background: rgba(5, 6, 11, .68);
  color: #fff;
  font-size: 14px;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.footer-newsletter-input:focus {
  border-color: rgba(191, 238, 22, .45);
  border-left-color: #bfee16;
  background: rgba(5, 6, 11, .82);
  box-shadow: 0 0 0 4px rgba(191, 238, 22, .08);
}

.footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, .35);
}

.footer-newsletter-button {
  min-height: 54px;
  flex: 0 0 auto;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #e5ff7a, #bfee16);
  color: #070807;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow:
    0 14px 34px rgba(191, 238, 22, .18),
    inset 0 1px 0 rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.footer-newsletter-button:hover {
  filter: brightness(1.06);
  box-shadow:
    0 18px 42px rgba(191, 238, 22, .24),
    inset 0 1px 0 rgba(255, 255, 255, .5);
}

.footer-newsletter-button:active {
  transform: scale(.97);
}

.footer-newsletter-button:disabled {
  opacity: .55;
  cursor: default;
}

.footer-newsletter-status {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  min-height: 1.2em;
}

.footer-newsletter-status.is-success {
  color: #bfee16;
}

.footer-newsletter-status.is-error {
  color: #ff8484;
}

.footer-section ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section li {
  position: relative;
}

.footer-section ul a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  line-height: 1.45;
  font-size: 14.5px;
  padding-left: 0;
  transition: padding-left .25s cubic-bezier(.22, 1, .36, 1), color .25s ease;
}

.footer-section ul a::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #bfee16;
  transition: width .25s cubic-bezier(.22, 1, .36, 1), margin-right .25s cubic-bezier(.22, 1, .36, 1);
}

.footer-section ul a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfee16;
  margin-left: 10px;
  opacity: 0;
  transform: scale(0);
  transition: opacity .2s ease, transform .2s cubic-bezier(.34, 1.56, .64, 1);
}

.footer-section ul a:hover,
.footer-section ul a:focus-visible {
  padding-left: 4px;
  color: #fff;
}

.footer-section ul a:hover::before,
.footer-section ul a:focus-visible::before {
  width: 16px;
  margin-right: 10px;
}

.footer-section ul a:hover::after,
.footer-section ul a:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.footer-section.column-3 {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-copyright {
  max-width: 1480px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
}

.big-footer-logo {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 32px;
  min-height: 680px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  background:
    linear-gradient(180deg, rgba(18, 21, 32, .58), rgba(11, 14, 23, .78));
}

.big-footer-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 50%, transparent 30%, rgba(5, 6, 11, .55) 100%);
  pointer-events: none;
  z-index: 1;
}

.big-footer-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 6, 11, 0) 0%,
      rgba(5, 6, 11, .05) 34%,
      rgba(5, 6, 11, .28) 48%,
      rgba(5, 6, 11, .70) 68%,
      rgba(5, 6, 11, .92) 100%
    );
  pointer-events: none;
  z-index: 1;
}

.big-footer-logo img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: left center;
  opacity: .55;
  filter: blur(.2px) drop-shadow(0 18px 46px rgba(191, 238, 22, .08));
  transform: scale(1);
  animation: vv-footer-artwork 22s ease-in-out infinite alternate;
}

@keyframes vv-footer-artwork {
  to { transform: scale(1.05); }
}

.discord-footer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(44%, 500px);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  pointer-events: none;
  z-index: 2;
}

.discord-footer-panel {
  width: 100%;
  max-width: 420px;
  margin: 28px 28px 28px 0;
  padding: 24px 22px 20px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(20, 24, 36, .78), rgba(8, 10, 18, .94));
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .40),
    inset 0 1px 0 rgba(255, 255, 255, .10);
  pointer-events: auto;
  animation: vv-footer-panel-float 5s ease-in-out infinite;
}

@keyframes vv-footer-panel-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.discord-footer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.discord-footer-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(88, 101, 242, .18);
  border: 1px solid rgba(88, 101, 242, .38);
  color: #dbe2ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(88, 101, 242, .14);
}

.discord-footer-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.discord-footer-link:hover,
.discord-footer-link:focus-visible {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
}

.discord-footer-copy {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.discord-footer-kicker {
  margin: 0 0 8px;
  color: #bfee16;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.discord-footer-copy h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: .98;
}

.discord-footer-text {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
}

.discord-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.discord-footer-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 600;
}

.discord-footer-widget {
  width: 100%;
  min-height: 0;
  padding: 12px;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 9, 15, .9), rgba(10, 12, 18, .98));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

.discord-footer-widget iframe {
  display: block;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 470px;
  border: 0;
  border-radius: 16px;
}

@media (max-width: 1100px) {
  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-section.introductory-text {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .discord-footer-overlay {
    width: min(54%, 460px);
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 48px 14px 84px;
  }

  .footer-content {
    margin-top: 24px;
    border-radius: 26px;
  }

  .footer-section {
    padding: 26px 22px;
  }

  .footer-section.introductory-text {
    padding: 30px 24px 26px;
    gap: 18px;
  }

  .footer-section h3 {
    font-size: clamp(30px, 9vw, 46px);
  }

  .footer-newsletter-row {
    flex-wrap: wrap;
  }

  .footer-newsletter-button {
    width: 100%;
  }

  .big-footer-logo,
  .big-footer-logo img {
    min-height: 580px;
    border-radius: 26px;
  }

  .discord-footer-overlay {
    left: 0;
    justify-content: center;
    width: 100%;
    padding: 16px;
    align-items: flex-end;
  }

  .discord-footer-panel {
    width: min(100%, 400px);
    max-width: 400px;
    margin: 0;
    padding: 18px 16px 16px;
    border-radius: 24px;
    animation: none;
  }

  .discord-footer-widget iframe {
    min-height: 390px;
  }

  .footer-copyright {
    font-size: 10px;
    letter-spacing: .08em;
  }
}
.vv-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .8s cubic-bezier(.22, 1, .36, 1),
    transform .8s cubic-bezier(.22, 1, .36, 1);
}

.vv-reveal.vv-inview {
  opacity: 1;
  transform: translateY(0);
}

.vv-skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 999px;
  background: #bfee16;
  color: #0d0b14;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.vv-skip-link:focus {
  position: fixed !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  clip: auto !important;
  transform: translateY(0);
}

body.vv-dialog-open {
  overflow: hidden;
}

:where(a, button, [role="button"], input, select, textarea):focus-visible {
  outline: 2px solid #bfee16;
  outline-offset: 3px;
}

#product-showcase-frontpage,
.showcase-card,
#vv-live-store,
.index-faq-section,
.footer,
#MainContent {
  scroll-margin-top: 108px;
}

#closeProductsPopup,
#closeCartDrawerPopup,
#closeVariantPopup {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .vv-reveal {
    opacity: 1;
    transform: none;
  }
}


@media (max-width: 768px) {
  .hero-cta-panel {
    left: 14px;
    right: 14px;
    border-radius: 24px;
  }

  .hero-cta-panel .hero-cta-button .button-primary {
    width: 100%;
  }

  .index-text-scroll .big-text {
    font-size: clamp(44px, 10vw, 84px);
  }

  .index-text-scroll video {
    width: 104px;
    height: 64px;
  }

  .vv-live-store,
  .footer {
    padding-inline: 14px;
  }

  .vv-category-grid,
  .vv-review-row,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .vv-category-bento .vv-category-tile.is-feature {
    min-height: 360px;
  }

  .vv-category-name {
    font-size: 24px;
  }

  .is-feature .vv-category-name {
    font-size: 30px;
  }

  .vv-category-arrow {
    width: 38px;
    height: 38px;
  }

  .footer-section {
    padding: 24px 20px;
  }

  .footer-section.introductory-text {
    padding: 28px 20px 24px;
  }

  .big-footer-logo,
  .big-footer-logo img {
    min-height: 560px;
  }

  .discord-footer-overlay {
    left: 0;
    justify-content: center;
    width: 100%;
    padding: 18px;
    align-items: flex-end;
  }

  .discord-footer-panel {
    width: min(100%, 400px);
    max-width: 400px;
    margin: 0;
    padding: 16px 14px 14px;
  }

  .discord-footer-widget iframe {
    min-height: 390px;
  }

}
