/** Shopify CDN: Minification failed

Line 100:23 Expected "*/" to terminate multi-line comment

**/
/* Product Item */
.image-first {
  height: 100%;
}

.product-item-container {
  position: relative;
}

.gallery-image {
  height: 100%;
}
.product-item-description,
.product-item-description h4,
.sizes-onhov {
  color: #000;
  text-decoration: none;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
}
.sizes-onhov {
  position: absolute;
  top: 0;
  padding: 20px;
  opacity: 0;
}
.product-item-description {
  width: 100%;
  text-align: center;
}
.reveal .image-hidden {
  display: block !important;
  visibility: visible;
}

.reveal {
  position: relative;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
}

.product-item__reveal {
    padding-bottom: unset;
    height: auto;
}

.product-item__image-wrapper,
.product-item__image-wrapper img {
    width: 100%;
    height: 100%;
}

.reveal .image-hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.reveal:hover .image-hidden,
.reveal:hover .sizes-onhov {
  z-index: 5;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .reveal:hover .image-hidden {
    opacity: 0;
  }
  .reveal:hover .sizes-onhov {
    z-index: 1000;
    opacity: 1;
  }
  .sizes-onhov {
    padding: 10px;
  }
  .product-item-description,
  .product-item-description p,
  .view-more__container,
  .sizes-onhov {
    font-size: 10px !important;
  }
}
@media (any-pointer: coarse) {
  .reveal:hover .sizes-onhov {
    z-index: 1000;
    opacity: 1;
  }
}
/* End Product Item * /