/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:14 Expected identifier but found whitespace
Line 20:16 Unexpected "{"
Line 20:25 Expected ":"
Line 20:76 Expected ":"
Line 21:17 Expected identifier but found whitespace
Line 21:19 Unexpected "{"
Line 21:28 Expected ":"
Line 21:82 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet blocks */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}
 
@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}
.container {
    max-width: 1350px;
    height: 100%;
}
.swiper-container {
  width: 100%;
  position: relative;
  height: 60vh;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
   height: 100%;
}

.slide-content {
  text-align: left;
  color: black;
  max-width: 500px;
  padding:20px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-content li:before {
    content:url(/cdn/shop/files/blue-flat-checkmark-icon_20x.png?v=1725283238);
    vertical-align: sub;
    padding-right: 7px;
}
.slide-content li {
  line-height:27px;
  font-size:17px;
}
.slide-content h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 1.2rem;
}

.description {
  font-size: 1rem;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
      width: max-content;
}

.swiper-pagination-bullet {
  background: white;
}