/**
 * jp804-ecommerce-hosting-advantages.css
 * Page:  /en/ecommerce-platform/ecommerce-hosting  (page-id 268067)
 *        section.product-management-section.purple
 *        "Our online store hosting offers you these advantages"
 *
 * JP-804: replace the advantages illustration (product_management_gallery ->
 * jtl-shop-hosting-demo-ui.svg) with the client-supplied infographic
 * (restyle/imgs/img17.svg, committed here as jp804-hosting-advantages.svg).
 *
 * Client-side content:url swap (rule 2 — no uploads/DB mutation), page-scoped
 * to 268067. img17 is 600x600 (pure vector). This is the safe fix flagged
 * earlier: the page has 17 duplicate hosting-demo attachments + theme
 * .png->.svg twin substitution, so a DB repoint is unsafe — the page-scoped
 * content:url swap targets exactly the rendered gallery <img> on this one page.
 */
body.page-id-268067 section.product-management-section.purple
    .product-management-section__gallery-item img {
    content: url("jp804-hosting-advantages.svg") !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 645px !important;
    border: 0 !important;
}
