/* @trumpf/ux.integration-web-styleguide v5.26.0 */ 
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.ux-iws-product-info__attributes--machine {
  max-height: 3em;
  overflow: hidden;
}
.ux-iws-product-info__headline {
  max-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ux-iws-product-info__alert--error {
  border: 1px solid #ff0201;
}
.ux-iws-product-info__alert--warning {
  background-color: #e7e7e7;
}

/*# sourceMappingURL=shop-product-info.css.map */
