/* 1. THE SLIDER (Home Page Only) */
#index #home-slider, #index .carousel, #index .carousel-inner, #index .carousel-item {
    height: 100vh !important;
}
#index .carousel-item img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
#index .ratio-homeSlider::before { display: none !important; }

/* 2. THE HEADER (Floating on Home, Static elsewhere) */
#index #header { position: absolute; top: 0; width: 100%; z-index: 1000; }
body:not(#index) #header { position: relative; }

/* 3. THE LOOK (Global Transparency) */
#header, .header-top, .header-bottom { background: transparent !important; border: none !important; box-shadow: none !important; }

.header-top { background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)) !important; }
.header-bottom { background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3)) !important; }

/* 4. CLEANUP (Cart & Sidebars) */
.blockcart a span.visible-desktop, .blockcart a span:not(.cart-products-count) { display: none !important; }
#product #left-column, #category #left-column { display: none !important; }
#product #content-wrapper, #category #content-wrapper { width: 100% !important; }
