Are traditional bubbles really harmful?
Why Bubble Lick Bubbles?
/* Remove border around main product image */
.product__media,
.product__media-wrapper,
.media {
border: none !important;
box-shadow: none !important;
}
/* Remove border around thumbnails */
.thumbnail,
.thumbnail-list__item,
.thumbnail img {
border: none !important;
box-shadow: none !important;
}
.product__media img,
.thumbnail img {
outline: none !important;
}
.card,
.global-media-settings
.global-media-settings {
border: none !important;
}