/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.text-slideshow-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;  
  margin: 0 !important;   
}

.text-slideshow-wrapper.right {
  flex-direction: row-reverse;
}

.text-slideshow-text {
  flex: 1 1 400px;
  text-align: left !important;
}

.text-slideshow-slides {
  position: relative;
  overflow: hidden;
}

.text-slideshow-slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  border-radius: 12px; /* Rounds the image corners */
}

.text-slideshow-slides img.active {
  display: block;
}

}

.text-slideshow-slides img.active {
  display: block;
}

/* --- MOBILE: Small padding on images only --- */
@media (max-width: 749px) {
  .text-slideshow-slides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}