.product--images--bg use-animate.media-wrapper{
  background:var(--images--background);
}
product-gallery use-animate.media-wrapper{
  border-radius:22px;
}
.product--images--bg .thumbnail{
  background:var(--images--background);
}
.custom--banner--with--coll .product__accordion .accordion__content {
    font-size: 1.6rem;
}
@media screen and (max-width:749px){
  .custom--banner--with--coll .product__accordion .accordion__content {
    font-size: 1.4rem;
  }
}