/* =========================
   PAGES WITH ELEMENTOR SLIDER
   Preload background image
   ========================= */

body.category-plastic-bakery-packaging .spi-top-section:not(:has(.swiper)),
body.category-tamper-evident-packaging .spi-top-section:not(:has(.swiper)),
body.category-sushi-trays .spi-top-section:not(:has(.swiper)) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* Bakery */
body.category-plastic-bakery-packaging .spi-top-section:not(:has(.swiper)) {
    background-image: url(/wp-content/uploads/2026/05/clear-bakery-containers-muffins-cookies-croissants-overhead.jpg);
}

/* Tamper Evident Packaging */
body.category-tamper-evident-packaging .spi-top-section:not(:has(.swiper)) {
    background-image: url(/wp-content/uploads/2025/07/Tamper-Evident-Hero-1-1920x1080-1.jpg);
}

/* Sushi Trays */
body.category-sushi-trays .spi-top-section:not(:has(.swiper)) {
    background-image: url(/wp-content/uploads/2024/12/sushi-trays-hero-1.jpg);
}