/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 40:0 Unexpected "<"
Line 93:0 Unexpected "<"
Line 116:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .collection-link-images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .collection-link-half {
    width: 50%;
  }

  .collection-link-half img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 768px) {
    .collection-link-half {
      width: 100%;
    }
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
</style>
<style>
.slideshow-wrapper {
  overflow: hidden;
  position: relative;
}
.slideshow-track {
  display: flex;
  transition: transform 1s ease;
}
.slideshow-vertical {
  flex-direction: column;
}
.slideshow-slide {
  min-width: 100%;
  min-height: 400px;
  position: relative;
}
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.slide-content h2 {
  font-size: 2.5rem;
}
.slide-content p {
  font-size: 1.2rem;
}
.slide-content a {
  display: inline-block;
  margin-top: 10px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.slide-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 749px) {
  .desktop-image { display: none; }
  .mobile-image { display: block; }
}
@media (min-width: 750px) {
  .desktop-image { display: block; }
  .mobile-image { display: none; }
}
</style>
<style>
.triple-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.triple-image-wrapper {
  text-align: center;
}

.triple-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.triple-image-wrapper h3 {
  margin-top: 10px;
  font-size: 1.1rem;
}
</style>