/* PDP: remove color/image swatch dot borders */
.main-product .color__swatch-dot--color::before,
.main-product .color__swatch-dot--image::before {
  border-color: transparent !important;
}
