/** Shopify CDN: Minification failed

Line 66:43 Cannot use type selector "gt" directly after nesting selector "&"
Line 70:43 Cannot use type selector "gt" directly after nesting selector "&"

**/
.flickity-slideshow .carousel-cell {
  width: 100%;
  height: 80vh;
}
.flickity-slideshow .carousel-cell img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.flickity-slideshow .carousel-cell {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}
 .flickity-slideshow .carousel-cell.is-selected {
   opacity: 1 !important;
}
.carousel-cell__number {
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 160px;
  font-size: 80px;
  color: white;
}
.overlay-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: block !important;
}
.flickity-mobile {
  display: none;
}
.flickity-slideshow .flickity-button,
.flickity-slideshow .flickity-button:hover {
  background: transparent;
}
.flickity-overlay {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.flickity-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: 0.3s ease;
}
.flickity-enabled.is-fade .flickity-slider &gt; * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider &gt; .is-selected {
  pointer-events: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flickity-slideshow .carousel-cell {
    height: 70vh;
  }
  .flickity-slideshow .carousel-cell img {
    height: 70vh;
  }
}
@media only screen and (max-width: 479px) {
  .flickity-desktop {
    display: none;
  }
  .flickity-mobile {
    display: block;
  }
}
