.item-box,
.item-box .product-item,
.product-item,
.product-item-picture-wrapper,
.picture-gallery,
.gallery,
.product-image-badges-host {
  position: relative;
}

.product-image-badges {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  z-index: 8;
  pointer-events: none;
}

html[dir="rtl"] .product-image-badges {
  right: auto;
  left: 10px;
}

.product-image-badges > * {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
}

.show-discount-percentage {
  display: inline-block;
  line-height: 1;
}

.show-discount-percentage span {
  display: inline-block;
  background: #e67e22;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0.35em 0.6em;
  border-radius: 4px;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.show-discount-percentage--detail span {
  font-size: 1rem;
  padding: 0.45em 0.75em;
}

.product-image-badges .new-product-badge,
.product-image-badges .show-discount-percentage {
  position: static;
}
