/** Shopify CDN: Minification failed

Line 83:10 Expected ":"

**/
.Product .c-hidden-All{
  display:none !important;
}
section.Product{
  max-width: 1150px;
}

/*Slideshow*/
.Product__Slideshow #Product--slideArrowLeft{
  position: absolute;
  top:0;
  bottom:0;
  left: -20px;
  right:auto;
  margin:auto;
  width:40px;
  height:40px;
  z-index: 4;
}
.Product__Slideshow #Product--slideArrowRight{
  position: absolute;
  top:0;
  bottom:0;
  left:auto;
  right:-20px;
  margin:auto;
  width:40px;
  height:40px;
  z-index: 4;
}
.Product__Slideshow #Product--slideArrowLeft:active,
.Product__Slideshow #Product--slideArrowRight:active{
  opacity:0.5;
}
@media screen and (max-width: 1007px){
  .Product__Slideshow #Product--slideArrowLeft,
  .Product__Slideshow #Product--slideArrowRight{
    display:none;
  }
}
/*
.Product__SlideshowNav .Product__SlideshowNavScroller{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.Product__SlideshowNav .Product__SlideshowNavScroller::-webkit-scrollbar{
  display: none;
}
*/
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav{
  margin: 10px 10px -10px 10px;
  text-align: center;
  display: block;
}
.Product__SlideshowNavImage.is-selected{
  border:none;
}
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage{
  --aspect-ratio: 1.0;
  display: inline-block;
  width: 17.666%;
  margin: 0;
  vertical-align: top;
}
@media screen and (max-width: 1007px){
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage{
    width:16%;
  }
}
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  height: 90%;
  width: 90%;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage.is-selected img{
  border: 1px solid currentColor;
}

/*Buy it with*/
@media screen and (min-width: 1008px){
  .ProductItem--horizontal .ProductItem__ImageWrapper {
    min-width: 97px;
  }
}

.ProductForm__Label .ProductForm__SelectedValue:before{
  content: " | ";
}


/*
  2022/4/1 Add Start
*/
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav{
  text-align: left;
}
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage{
  width:20%;
  padding:8px;
}
@media screen and (max-width: 1007px){
  .Product__Wrapper .ProductItem{
    display:flex;
    align-items: center;
  }
  .Product__Wrapper .ProductItem--horizontal .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Product__Wrapper .ProductItem--horizontal .ProductItem__ImageWrapper .AspectRatio {
    width: 65px;
  }
  .Product__Wrapper .ProductItem--horizontal .ProductItem__Info {
    padding: 0 10px;
    margin: 0;
    text-align: left;
  }
  .Product__Wrapper .related-Button{
    display:block !important;
    width:100px;
    flex: 1 0 100px;
    height: 48px;
    padding: 14px 0;
  }
}
@media screen and (min-width: 1008px){
  .ProductItem--horizontal .ProductItem__Info {
    margin: 0 15px 0 15px;
  }
}
.Product__Wrapper .related-Button{
  font-weight: 600;
  border-radius: 2px;
}
/*
  2022/4/1 Add End
*/