/* ==========================================================================
   CATEGORY HEADERS - Dynamic System (Managed via WordPress Admin)
   ========================================================================== */

/* 
   DEPRECATED: This file is no longer used for category headers.
   
   Category headers are now managed via WordPress admin:
   - Go to Posts → Categories → Edit any category
   - Upload image, set colors, gradients
   - CSS is auto-generated dynamically
   
   See: /inc/category-headers.php
   Documentation: /CATEGORY-HEADERS-README.md
   
   This file is kept for reference only and can be deleted after
   all categories have been migrated to the new system.
*/

/* General Category Header Setup */
body.single-post .eltdf-container-inner {
    padding-top: 0 !important;
}

/* FASHION (Category 6) */
.category-6 .eltdf-title-image {
    display: none !important;
} 

.category-6 .fashion-des {
    bottom: 34px;
}

.fashion-des {
    background-color: black;
    margin-top: 0 !important;
    bottom: 10px;
    position: relative;
}

.fashion-des img {
    width: 60vw;
    max-height: 300px;
}

.category-6 .eltdf-container-inner {
    padding-top: 10px !important;
}

/* VIDEOS (Category 53) */
.page-id-18 .eltdf-title-holder {
    background: #535154 !important;
    background: linear-gradient(52deg, rgba(83, 81, 84, 1) 0%, rgba(98, 97, 99, 1) 61%, rgba(123, 121, 124, 1) 70%) !important;
}

.category-53 .eltdf-title-image {
    display: none !important;
}

.category-53 .video-des {
    bottom: 24px;
}

.video-des {
    background: #535154 !important;
    background-image: url(https://fashionxmag.com/wp-content/uploads/2025/09/Video.png), 
                      linear-gradient(52deg, rgba(83, 81, 84, 1) 0%, rgba(98, 97, 99, 1) 61%, rgba(123, 121, 124, 1) 70%) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    margin-top: 0 !important;
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}

/* CULTURE (Category 9) */
.category-9 .eltdf-title-image {
    display: none !important;
} 

.category-9 .culture-des {
    bottom: 23px;
}

.culture-des {
    background: rgb(206, 203, 199);
    background-image: url(https://fashionxmag.com/wp-content/uploads/2025/09/Culture.png), 
                      linear-gradient(52deg, rgba(83, 81, 84, 1) 0%, rgba(197, 194, 191, 1) 0%, rgba(206, 203, 199, 1) 100%);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 0 !important;
    position: relative;
    height: 300px;
}

.category-9 .eltdf-container-inner {
    padding-top: 10px !important;
}

/* LIFESTYLE (Category 8) */
.category-8 .eltdf-title-image {
    display: none !important;
} 

.category-8 .lifestyle-des {
    bottom: 24px;
}

.lifestyle-des {
    background: #770010;
    background-image: url(https://fashionxmag.com/wp-content/uploads/2025/09/Lifestyle.png),
                      linear-gradient(90deg, rgba(119, 0, 16, 1) 10%, rgba(158, 1, 31, 1) 90%);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 0 !important;
    position: relative;
    height: 300px;
}

.category-8 .eltdf-container-inner {
    padding-top: 10px !important;
}

/* BEAUTY (Category 7) */
.category-7 .eltdf-title-image {
    display: none !important;
} 

.category-7 .beauty-des {
    bottom: 24px;
}

.beauty-des {
    background-color: rgb(104, 6, 23);
    background-image: url(https://fashionxmag.com/wp-content/uploads/2025/09/Beauty.png), 
                      linear-gradient(90deg, rgba(131, 1, 25, 1) 10%, rgba(120, 6, 25, 1) 90%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0 !important;
    position: relative;
    height: 300px;
}

.category-7 .eltdf-container-inner {
    padding-top: 10px !important;
}
