product-image-dots-component {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}

product-image-dots-component .dots-component-scroll-inner {
  display: flex;
  gap: 4px;
}

product-image-dots-component .dot {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #999999;
  cursor: pointer;
}

product-image-dots-component .dot.dot-active {
  background-color: #000000;
}
