/** Shopify CDN: Minification failed

Line 14:0 Unexpected "<"
Line 41:0 Unexpected "<"
Line 67:0 Unexpected "<"
Line 102:0 Unexpected "<"
Line 120:0 Unexpected "<"
Line 148:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.video-section {
  text-align: center;
  padding: 40px 20px;
}
.video-section video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.video-section h2 {
  margin-top: 20px;
  font-size: 2rem;
}
.video-section p {
  margin: 10px 0;
  color: #666;
}
.video-section .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
</style>
<style>
  .cta-banner-section {
    text-align: center;
    padding: 3rem 1rem;
    background-color: #f3f4f6;
  }

  .cta-banner-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .cta-banner-section a {
    display: inline-block;
    background-color: #1f2937;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .cta-banner-section a:hover {
    background-color: #111827;
  }
</style>
<style>
.countdown-timer-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #f8f8f8;
}
.countdown-timer-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.countdown-timer-section p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}
.countdown-box {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
}
.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: #888;
}
.countdown-timer-section .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  margin-top: 20px;
  border-radius: 6px;
  text-decoration: none;
}
</style>
<style>
.slideshow-with-pricing-section {
  overflow: hidden;
}
.slideshow-slide {
  text-align: center;
  padding: 40px 20px;
}
.slideshow-slide img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
 img.extra-product-upsell-ajax-loader {
    width: 20px !important;
    text-align: center;
}
</style>
<style>
.video-section {
  text-align: center;
  padding: 40px 20px;
}
.video-section video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.video-section h2 {
  margin-top: 20px;
  font-size: 2rem;
}
.video-section p {
  margin: 10px 0;
  color: #666;
}
.video-section .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
</style>
.text-image-repeater {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.text-image-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.text-content {
  flex: 1;
}

.image-content {
  flex: 1;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .text-image-row {
    flex-direction: column;
    text-align: center;
  }
}