<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 20:21 Expected identifier but found whitespace
Line 20:23 Unexpected "{"
Line 20:33 Expected ":"
Line 20:61 Expected identifier but found "!"

**/


/* CSS from section stylesheet blocks */
.hero-text {
    font-size: 2.5rem;
  }
  .hero-col-product-slides{
    background-color: #f4f4f4;  
    border-radius: 100%;
}
  .carousel-control-next-icon, .carousel-control-prev-icon  {
    background-color: {{ settings.color_button_background }} !important;
  }
#hero {
  position: relative;
  height: 80vh;
}
#hero #video-banner video {
  object-fit: cover;
}
#hero-wrap {
  position: relative;
  height: 100%;
}
#hero h1 {
  font-size: calc(25px + 6 * ((100vw - 600px) / 680));
}
#video-banner {
  right: 0;
  bottom: 0;
  width: 100%; 
  height: 100%;
}
#hero-video {
  right: 0;
  bottom: 0;
  width: 100%; 
  height: 100%;
}
#hero .container {
  position: absolute;
  top: 30%;
  bottom:50%;
  padding-left: 10%;
  color: #f1f1f1;
}

@media screen and (max-width: 600px) {
  #hero {
    height: 50vh;
  }
  #hero #video-banner video {
    object-fit: cover;
  }
}</pre></body></html>