/**
 * Background Image Fallback Fixes
 * For pages where CDN background images aren't loading
 */

/* About Page - Hero Section */
.page-template-page-about .block_hrdd9dnuml {
    background-color: #2c2c2c !important;
    background-size: cover;
    background-position: center;
}

/* Buyers Page - Hero Section */
.page-template-page-buyers .ll-background:first-of-type {
    background-color: #2c2c2c !important;
    background-size: cover;
    background-position: center;
}

/* Sellers Page - Hero Section */
.page-template-page-sellers .ll-background:first-of-type {
    background-color: #2c2c2c !important;
    background-size: cover;
    background-position: center;
}

/* Force background images to load (disable lazy loading) */
.ll-background {
    background-attachment: scroll !important;
}
