/** Shopify CDN: Minification failed

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

**/
.custom-element.productshow .product__title * {
  font-size: 28px;
}
.custom-element.productshow .icon-with-text__item * {
  height: auto;
  max-width: 90px;
  width: 90px;
}

.custom-element.productshow .icon-with-text {
  flex-wrap: wrap;
  column-gap: 30px;
  justify-content: flex-start;
}

.custom-element.productshow .icon-with-text__item span {
  font-size: 9px;
}

.custom-element.productshow .icon-with-text__item {
  width: auto;
}

.custom-element.productshow .product__media-wrapper img {
  max-width: 100%;
  border-radius: 5px;
}

.custom-element.productshow .product__media-wrapper .lSPager > li {
}

@media only screen and (max-width: 749px) {

    .custom-element.productshow .product__info-wrapper {
 margin-top: 20px;
}