/**
 * jp807-ebay-erp-advantages.css
 * Page:  /en/marketplace-integration/ebay-erp  (page-id 294191)
 *        section.product-management-section.purple
 *        "Why a eBay merchandise management system with JTL?"
 *
 * JP-807: replace the advantages illustration (product_management_gallery ->
 * jtl-eazyauction-marcetplace-ebay-demo.svg) with the client-supplied
 * high-resolution eBay infographic (restyle/imgs/img18.svg, committed here as
 * jp807-ebay-advantages.svg).
 *
 * Client-side content:url swap (rule 2 — no uploads/DB mutation), page-scoped
 * to 294191 so the shared gallery elsewhere is untouched. img18 is 601x600.
 */
body.page-id-294191 section.product-management-section.purple
    .product-management-section__gallery-item img {
    content: url("jp807-ebay-advantages.svg") !important;
    aspect-ratio: 601 / 600 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 645px !important;
    border: 0 !important;
}
