/* Hide only custom AugustPlus product-image stickers on the storefront. */
.products__item-badges .ui-badge.ap-sticker,
.sku__badges .ui-badge.ap-sticker {
  display: none !important;
}
