/* Hide LiteSpeed Web Server Footer Message */

/* Method 1: Hide by text content (requires JavaScript) */
div:contains("Proudly powered by LiteSpeed"),
div:contains("Please be advised that LiteSpeed"),
p:contains("Proudly powered by LiteSpeed"),
p:contains("Please be advised that LiteSpeed") {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Method 2: Hide common LiteSpeed classes/IDs */
.litespeed-footer,
#litespeed-footer,
.litespeed-powered,
.litespeed-disclaimer,
[class*="litespeed"],
[id*="litespeed"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Method 3: Hide footer elements that might contain LiteSpeed text */
footer div:last-child:contains("LiteSpeed"),
footer p:last-child:contains("LiteSpeed") {
    display: none !important;
}

/* Hide cart and wishlist icons */
.header-style-2 .attr-menu-2,
.header-style-2 .header-top .attr-menu-2,
.header-style-2 .header-bottom .attr-menu-2 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-style-2 .attr-menu-2 ul,
.header-style-2 .header-top .attr-menu-2 ul,
.header-style-2 .header-bottom .attr-menu-2 ul {
    display: none !important;
    visibility: hidden !important;
}

/* Hide cart and wishlist icons in all views */
.header-style-2 .attr-menu-2 ul li,
.header-style-2 .header-top .attr-menu-2 ul li,
.header-style-2 .header-bottom .attr-menu-2 ul li {
    display: none !important;
    visibility: hidden !important;
}

/* Hide cart and wishlist icons in mobile view */
@media (max-width: 991px) {
    .header-style-2 .attr-menu-2,
    .header-style-2 .header-top .attr-menu-2,
    .header-style-2 .header-bottom .attr-menu-2 {
        display: none !important;
        visibility: hidden !important;
    }
}
