.experience-productThumbnail .product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.experience-productThumbnail .product-thumb-image-wrapper {
  margin-right: 0.75rem;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.experience-productThumbnail .product-thumb-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.experience-productThumbnail .product-thumb-name {
  margin-bottom: 0.75rem;
}
.experience-productThumbnail .price,
.experience-productThumbnail span {
  font-size: inherit;
  line-height: inherit;
}