/* SKG Textiles - Replace Gradients with Real Fabric Images */

/* Override all gradient backgrounds with fabric images using !important */
div[style*="linear-gradient"] {
    background-image: url('https://images.unsplash.com/photo-1539109136881-3be0616acf4b?w=800&q=80') !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Target each fabric card specifically by finding its parent structure */
.card:nth-child(1) > div:first-child,
.card:nth-of-type(1) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1539109136881-3be0616acf4b?w=800&q=80') center/cover !important;
}

.card:nth-child(2) > div:first-child,
.card:nth-of-type(2) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1588668214407-6ea9a6d8c272?w=800&q=80') center/cover !important;
}

.card:nth-child(3) > div:first-child,
.card:nth-of-type(3) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1596068541566-4cc42e3956e3?w=800&q=80') center/cover !important;
}

.card:nth-child(4) > div:first-child,
.card:nth-of-type(4) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1602810319428-019690571b5b?w=800&q=80') center/cover !important;
}

.card:nth-child(5) > div:first-child,
.card:nth-of-type(5) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&q=80') center/cover !important;
}

.card:nth-child(6) > div:first-child,
.card:nth-of-type(6) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1571945153237-4929e783af4a?w=800&q=80') center/cover !important;
}

.card:nth-child(7) > div:first-child,
.card:nth-of-type(7) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1522878129833-838a904a0e9e?w=800&q=80') center/cover !important;
}

.card:nth-child(8) > div:first-child,
.card:nth-of-type(8) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1605737308426-c38ba25d3c94?w=800&q=80') center/cover !important;
}

.card:nth-child(9) > div:first-child,
.card:nth-of-type(9) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1503341960582-b45751874cf0?w=800&q=80') center/cover !important;
}

.card:nth-child(10) > div:first-child,
.card:nth-of-type(10) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1507680434567-5739c80be1ac?w=800&q=80') center/cover !important;
}

.card:nth-child(11) > div:first-child,
.card:nth-of-type(11) div[style*="gradient"] {
    background: url('https://images.unsplash.com/photo-1582042818820-1c856d7e5c66?w=800&q=80') center/cover !important;
}
