/** Shopify CDN: Minification failed

Line 60:21 Expected identifier but found "."
Line 66:1 Expected "}" to go with "{"

**/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 749px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    /* height: 177.777vw; */
    /* width: 100vw;
    height: 100vw; */
    display: block;
  }
  .banner--small .banner__content,
  .banner--medium .banner__content,
  .banner--large .banner__content,
  .banner--adapt_image .banner__content {
    /* min-height: 177.777vw; */
    /* min-height: 125vw; */
    /* min-width: 100vw; */
    /* min-width: 100%;
    max-width: 1080px; */
    /* min-height: 100vw; */
    /* min-height: 100%; */
    /* width:300%; */
  }
}
@media screen and (max-width: 749px) {
.slide__content .image-block{
    min-height: 115vw !important;
}
.slide__content .image-block__image {
aspect-ratio: auto !important;
}
slideshow-slides{
    padding-bottom: 50px;
}

@media screen and (max-width: 749px) {
    .product-information .hidden--mobile, .product-information .mobile\:hidden {
        display: block !important;
    }

    
    /* slideshow-controls {
        display: none !important;
    } */
     .media-gallery__mobile-controls{
        display: none !important;
     }
    slideshow-arrows..mobile\:hidden{
        display: none !important;
    }
    .slideshow-control--previous, .slideshow-control--next{
        display: none !important;
    }
}