/* Sukcesje - catalog card tweaks (deployed as mu-plugins/sukcesje-catalog-tweaks.css).
   Hide the native WooCommerce "Promocja" sale flag ONLY on the Sukcesja na Start
   card (product 2565), so the custom ACF "NA START" ribbon is the only flag - matching
   the other Zestawy cards. Scoped to 2565; every other on-sale product is untouched.
   Covers the archive/loop cards (post-2565 / e-loop-item-2565) and the single product
   page (postid-2565). */
.post-2565 .c-flag.sale,
.e-loop-item-2565 .c-flag.sale,
li.product.post-2565 .c-flag.sale,
.postid-2565 .c-flag.sale {
    display: none !important;
}
