/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 31:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-slide (INDEX:2) */
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
  <style>
  /* Customize the slider styles as needed */
  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  /* Mobile Styles */
  @media (max-width: 767px) {
    .banner_flex {
      flex-direction: column;
    }
  }
</style>
/* END_SECTION:banner-slide */