/** Shopify CDN: Minification failed

Line 122:3 Expected "}" to go with "{"

**/
.hero-banner.text-only.countdown {
    position: relative;
}
.hero-banner.countdown .banner-container {
    display: flex;
    align-items: center;
}
.template-index .hero-banner.text-only.countdown {
  margin-bottom: -40px;
}
@media screen and (min-width:768px) {
  .template-index .hero-banner.text-only.countdown {
    margin-bottom: -70px;
  }
}
@media screen and (min-width:1200px) {
  .template-index .hero-banner.text-only.countdown {
    margin-bottom: -80px;
  }
}
@media screen and (min-width:768px) and (max-height: 850px) {
  .hero-banner .banner-container.medium {
    min-height: 60vh;
    height: auto;
  }
  .hero-banner .banner-container.medium, .hero-banner .banner-container.small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 0;
  }
  .hero-banner .banner-container.medium .caption, 
  .hero-banner .banner-container.small .caption,
  .hero-banner .banner-container.medium .terms, 
  .hero-banner .banner-container.small .terms {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
    margin: 0 auto;
  }
}

/*EOFY BANNER */
.hero-banner.text-only.countdown .countdown-bar {
  background: transparent;
  padding: 0;
}

.hero-banner.text-only.countdown .countdown #banner-timer {
  padding: 0;
}

@media screen and (min-width: 750px) {

  .hero-banner.text-only.countdown .countdown #banner-timer div {
    font-size: 25px;
  }
}
.hero-banner.text-only.countdown {
  min-height: 700px;
}

@media (max-width: 749px) {

  .hero-banner.text-only.countdown {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
  }
}
.hero-banner.text-only.countdown .caption {
  text-align: center;
  max-width: 600px;
  padding: 0;
}
.hero-banner.text-only.countdown .countdown {
    margin: 20px 0;
    flex-direction: column;
    gap: 10px;
}
.hero-banner.text-only.countdown .countdown * {
  margin: 0;
}
.hero-banner.text-only.countdown .caption p:last-child {
  margin-bottom: 0;
}

.hero-banner.text-only.countdown .caption .row {
  display: flex;
  padding: 60px 0 0;
  justify-content: center;
}

@media (max-width: 749px) {
  .hero-banner.text-only.countdown .caption{
    margin-top: 0;
    padding: 5vh 20px;
  }
}

.hero-banner.text-only.countdown .terms {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 var(--grid-desktop-horizontal-spacing);
}

@media (max-width: 749px) {

  .hero-banner.text-only.countdown .terms {
    bottom: 30px;
    padding: 0 var(--grid-mobile-horizontal-spacing)
  }