<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 206:30 Expected ":"

**/

/* Container */
.image-slider {
  position: relative;
  max-width: 1275px;
  margin: auto;

}
.image-slider .slideshow-container {
  position: relative;
  width: 100%;
  overflow: visible; /* Allow buttons to overflow outside */
  max-width: 420px;
  margin: auto;
  padding-top: 30px;
}
/* Slides */
.image-slider .mySlides {
  display: none;
}
.image-slider .section-heading{
    font-size: 25px;
    font-family: var(--font-open-sans-bold);
  margin-bottom: 0;
}
.image-slider .mySlides img {
  width: 100%;
  /* border-radius: 10px; */
}
.image-slider .section-content p{
    margin-top: 8px;
    line-height: 1.5;
}
/* Buttons */
.image-slider .prev {
cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px 16px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 10;
    user-select: none;
    left: 30px;
    border-radius: 3px 0 0 3px;
}

.image-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px 16px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0 3px 3px 0;
  transform: translateY(-50%);
  z-index: 10;
  user-select: none;
  right: 30px; /* Now it will work */
}


.image-slider .prev:hover{
  background-color: rgba(0,0,0,0.8);
}
 .image-slider .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Dots */
.image-slider .dots-wrapper {
  position: absolute;
  bottom: 30px; /* adjust this for spacing from bottom */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 3px;
  z-index: 15;
}

.image-slider .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: transperant;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s;
  border: 1px solid #000;
}

.image-slider .dot.active {
  background-color: #000;
}

/* Fade animation */
.image-slider .fade {
  /* animation: fade 1s ease-in-out; */
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media(max-width: 990px){
 .image-slider .section-heading{
    font-size: 22px;
  }
}

@media(max-width: 549px){
.image-slider .next {
  padding: 12px 16px;
  right: 20px;
  font-size: 20px;
}
  .image-slider .prev {
  padding: 12px 16px;
  left: 20px;
  font-size: 20px;
}
  .image-slider .dots-wrapper {
    position: absolute;
    bottom: 30px;
}
  .image-slider .section-heading{
    font-size: 20px;
  }
}



/* CSS For scroll-image-slider  */


.scroll-image-slider {
  position: relative;
  max-width: 1275px;
  margin: auto;
  /* padding: 20px; */
  /* border-radius: 12px; */
  /* border-bottom: 1px solid #f8694d; */
}

.scroll-image-slider .slideshow-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
   max-width: 420px;
  margin: auto;
  background: #f6f6f6;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);

}

.scroll-image-slider .slides-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.scroll-image-slider .mySlide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* display: none; */
}

.scroll-image-slider .mySlide img {
  width: 280px;
  border-radius: 10px;
}

/* Arrows */
.scroll-image-slider .prev {
  cursor: pointer;
  position: absolute;
   padding: 10px 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding: 8px 12px;
  z-index: 10;
  border-radius: 50%;
  user-select: none;
  left: 30px;
  border-radius: 3px 0 0 3px;v
}
/*
  cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px 16px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 10;
    user-select: none;
    left: 30px;
    border-radius: 3px 0 0 3px;
}
  */

  
  .scroll-image-slider .next {
  cursor: pointer;
     padding: 10px 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding: 8px 12px;
  z-index: 10;
  /* border-radius: 50%; */
  user-select: none;
     border-radius: 0 3px 3px 0;
}
  
.scroll-image-slider .prev { left: 10px; }
.scroll-image-slider .next { right: 10px; }

.scroll-image-slider .prev:hover,
.scroll-image-slider .next:hover {
  background-color: rgba(0,0,0,0.7);
}

/* Dots */
.scroll-image-slider .dots-container {
  text-align: center;
  /* margin-top: 20px; */
      margin-bottom: 10px;
}

.scroll-image-slider .dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.scroll-image-slider .dot.active,
.scroll-image-slider .dot:hover {
  background-color: #333;
}

/* Headings */
 .scroll-image-slider .section-heading{
    font-size: 25px;
    font-family: var(--font-open-sans-bold);
  margin-bottom: 0;
}

 .scroll-image-slider .section-content p {
  margin-top: 8px;
  line-height: 1.5;
   margin-bottom: 30px;
}
@media(max-width: 990px){
  .scroll-image-slider .section-heading{
    font-size: 22px;
  }
}

/* Responsive */
@media(max-width: 480px) {
  .scroll-image-slider {
    max-width: 100%;
  }

  .scroll-image-slider .mySlide img {
    width: 100%;
    max-width: 280px;
  }
   .scroll-image-slider .section-heading{
    font-size: 18px;
  }
}</pre></body></html>