/***CUSTOM CSS RULES FOR YOUR SITE***/

span.catalog-item-price-percent {
    display: none !important;
}

span.discount {
    display: none !important;
}

span.catalog-detail-item-price-percent {
    display: none !important;
}

/* PHP8/image stabilization: limit product images inside add-to-cart popup */
.popup-window img,
.catalog-detail-popup img,
.bx_item_detail img {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
}
