/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
body {
}
.site-content, .main-content, #content { /* Sesuaikan selector dengan tema Anda */
    margin-top: 80px; /* Atau gunakan ini jika padding body tidak cukup */
}
.carousel, .hero-section, .slideshow {
    position: relative;
    z-index: 1; /* Lebih rendah dari z-index header (biasanya 999) */
}
.header, #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Pastikan tinggi */
    background: rgba(255, 255, 255, 0.95); /* Tambahkan transparansi jika perlu */
}
.hotdeal-section, .new-collection, .carousel-container {
    margin-top: 80px; /* Sesuaikan dengan tinggi header */
    padding-top: 20px; /* Tambahan ruang aman */
}