/** Shopify CDN: Minification failed

Line 71:1 Expected "}" to go with "{"

**/
.media_flex {
  display: flex;
  flex-wrap: wrap;
}
.media_flex .thumnail_list {
  width: 15%;
}
/*@media screen and (max-width: 989px) and (min-width: 750px) {
  .media_flex .thumnail_list {
    width: 100%;
    order: 2;
  }
}*/
@media screen and (max-width: 959px) {
  .media_flex .thumnail_list {
    width: 100%;
    order: 2;
  }
}
.media_flex .main_image {
  width: 85%;
}
/*@media screen and (max-width: 989px) and (min-width: 750px) {
  .media_flex .main_image {
    width: 100%;
    order: 1;
  }
}*/
@media screen and (max-width: 959px) {
  .media_flex .main_image {
    width: 100%;
    order: 1;
  }
}

@media screen and (min-width: 960px) {
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: none;
  }
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    flex-direction: column;
    height: 480px;
    overflow: scroll;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100%;
  }

@media screen and (min-width: 960px) {
.product__media-wrapper media-gallery {
     /* display: grid;
    grid-template-columns: 13% 85%;
    grid-gap: 2%;
  align-items: start;*/
  display: flex;
}
  .product__media-wrapper  .thumbnail-slider {
  order: 1;
      width: 15%;
    margin-right: 2%;
}
.product__media-wrapper  .main-product-slider {
  order: 2;
  width: 100%;
}
}