/*
 * ASHIDA-ZEST-MART — single continuous floral background
 * This file is loaded last on the public pages.
 */
html{
    min-height:100%;
    background:#f7d6e8 url('../images/home/site-background.jpeg') center top / cover no-repeat fixed !important;
}

body{
    min-height:100vh;
    margin:0;
    background:transparent !important;
    background-image:none !important;
}

/* Header and announcement reveal the same single background image. */
.site-announcement,
.site-header,
.site-header-inner,
.site-nav,
.site-actions,
.site-nav-two-lines{
    background:transparent !important;
    background-image:none !important;
}

/* New Arrivals reveals the same background instead of creating another gradient. */
.adc-new-arrivals-marquee,
.adc-marquee-window,
.adc-marquee-track,
.adc-marquee-heading{
    background:transparent !important;
    background-image:none !important;
}

/* Main sections reveal the same continuous background. */
.site-main,
.site-main > *,
.adc-home-hero,
.adc-home-hero-slide,
.adc-home-hero-copy,
.adc-editorial,
.adc-newsletter,
.adc-curated{
    background-color:transparent !important;
    background-image:none !important;
}

/* Keep the collection card image area clean; its lower overlay remains
   controlled by the existing card-overlay design. */
.adc-category-image{
    background:transparent !important;
}
