/* ==================================================
   COCKTAILS FOR CRITTERS — PURPLE BACKGROUND
================================================== */

.section__content.bg-main-purple {
    background-color: #fffaf2 !important;

    background-image:
        url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/cfc-light-15-scaled.webp") !important;

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 400% auto !important;
}

/* Remove theme background from inner content */

.section__content.bg-main-purple .row-content {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}
