.shop-gallery-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 18px;
  padding: 5px 0 3px;
}

.shop-gallery-dot {
  display: block;
  width: 7px;
  min-width: 7px;
  height: 7px;
  min-height: 7px;
  margin: 0;
  padding: 0;
  border: 1px solid #323232;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.shop-gallery-dot.is-active {
  background: #323232;
}

.shop-gallery-dot:focus-visible {
  outline: 2px solid #ff8b2b;
  outline-offset: 2px;
}
