/* Too much conflicts with overflow:hidden from swiper and slick carousels, so I hide second iframe */
.product-miniature .trustpilot-widget iframe {
  pointer-events: none;
  position: relative;
  z-index: 0;
  width: 160px !important;
}
.product-miniature .trustpilot-widget iframe + iframe {
  /*min-width: 160px !important;*/
  display: none !important;
}
