/** Shopify CDN: Minification failed

Line 72:11 Expected identifier but found whitespace
Line 72:13 Unexpected "{"
Line 72:22 Expected ":"
Line 72:50 Expected ":"

**/

.hero-swiper {
  width: 100%;
  position: relative;
}

.hero-slide {
  position: relative;
}

.hero-slide picture,
.hero-slide img {
  width: 100%;
  display: block;
}

.hero-slide picture,
.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide img {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #000;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
}

.hero-content h2 {
  margin: 0 0 10px;
}

.hero-btn {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .hero-slide {
    height: {{ section.settings.mobile_height }}px;
  }

  .hero-content {
    padding: 20px;
  }
}
