/* Product badge on shop, archive and homepage carousels */

.at-sp-loop-tag {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  z-index: 5;
  max-width: 9.5rem;
  padding: 3px 8px;
  border-radius: 6px;
  background: #e45c94;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  pointer-events: none;
}

.iran-koodak-img,
.product-list-1 > a:has(img),
.product-list-1 a:has(> img) {
  position: relative;
  display: block;
}

.add_to_cart_button .at-sp-loop-tag,
.button .at-sp-loop-tag,
.farnam-add-to-cart-42214 .at-sp-loop-tag {
  display: none !important;
}
