/** Shopify CDN: Minification failed

Line 218:0 Unexpected "<"
Line 243:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.feature-section {
    margin: 4rem auto;
    max-width: 1200px;
    padding: 0 1.5rem;
  }

  .feature-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .feature-subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(var(--color-foreground), 0.75);
    margin-bottom: 0.5rem;
  }

  .feature-title {
    font-size: calc(var(--font-heading-scale) * 2.5rem);
    margin: 0;
    color: rgb(var(--color-foreground));
  }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }

  .feature-card {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(var(--color-background));
  }

  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }

  .feature-image {
    aspect-ratio: 4/3;
    overflow: hidden;
  }

  .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .feature-card:hover .feature-image img {
    transform: scale(1.05);
  }

  .feature-content {
    padding: 1.5rem;
  }

  .feature-content h3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: rgb(var(--color-foreground));
  }

  .feature-content p {
    color: rgba(var(--color-foreground), 0.75);
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }

  .feature-link {
    display: inline-block;
    color: rgb(var(--color-button-text));
    background-color: rgb(var(--color-button));
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .feature-link:hover {
    background-color: rgb(var(--color-button-hover));
  }

  .feature-disclaimer {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: rgba(var(--color-foreground), 0.5);
    font-style: italic;
  }

  @media screen and (max-width: 749px) {
    .feature-section {
      padding: 0 1rem;
    }
    
    .feature-title {
      font-size: calc(var(--font-heading-scale) * 1.75rem);
    }

    .feature-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .feature-content {
      padding: 1.25rem;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .feature-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
.hero-slider {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.swiper {
  height: 550px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .swiper {
    height: 600px;
  }
}
.swiper-slide {
  position: relative;
}
.img-desktop,
.img-mobile {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.img-desktop { display: none; }
.img-mobile { display: block; }
@media screen and (min-width: 750px) {
  .img-desktop { display: block; }
  .img-mobile { display: none; }
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 87%;
  z-index: 3;
}
.slide-content a{
      text-decoration: none;
}
.slide-content h2 {
  font-size: 40px;
  margin-bottom: 16px;
  line-height: 1.1;
}
.slide-content p {
  font-size: 20px;
  margin-bottom: 22px;
  max-width: 570px;
  margin-inline: auto;
}
.slide-buttons {
  display: flex;
  justify-content: center;
  gap: 27px;
  flex-wrap: wrap;
}
.slide-buttons a {
  border-radius: 40px;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  padding: 14px 17px;
  text-decoration: none;
  max-width: 217px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  z-index: 4;
}
<style>
.smart-lock-videos {
  padding: 40px 20px;
}
.smart-lock-video-block {
  margin-bottom: 40px;
}
.smart-lock-video-block h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.smart-lock-video-block video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .smart-lock-video-block h3 {
    font-size: 18px;
  }
}
</style>
.stack-video-carousel {
  width: 100%;
  padding: 20px 0;
}
.stack-video-carousel .video-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stack-video-carousel video,
.stack-video-carousel iframe {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.stack-video-carousel .video-caption {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}