/* /sale/ — Gutenberg: core/heading «Акция» + блок wd/products (.ss-sale-products).
   Грузится только на этой странице (inc/enqueue.php: page-<slug>.css). */

/* Нижний отступ до футера как в WPB-версии (там его давал .wd-wpb внутри float-колонки).
   Селектор 0,2,0 — перебивает тему: .entry-content>:where(*:last-child){margin-bottom:0}
   и инлайновый .wd-wpb{margin-bottom:30px}, который исчезнет после отключения WPBakery. */
.entry-content > .ss-sale-products { margin-bottom: 30px; }
