/* PRODUCT_GALLERY_CURRENT_TOTAL_INDEX_BADGE_PHASE_01 — main gallery index badge */

.woocommerce-product-gallery .wd-carousel-container:not(.wd-gallery-thumb),
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
}

.okgs-gallery-index-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.okgs-gallery-index-badge__current {
  font-weight: 700;
}

.okgs-gallery-index-badge__rest {
  font-weight: 400;
}

@media (max-width: 991px) {
  .okgs-gallery-index-badge {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    padding: 4px 10px;
  }
}
