/* Hide default Magento elements that conflict with Hyva */

/* Hide panel wrapper with inline styles */
.panel.wrapper,
.panel.header,
div.panel.wrapper {
    display: none !important;
}

/* Hide header links */
.header.links,
ul.header.links {
    display: none !important;
}

/* Hide footer links */
.footer.links,
ul.footer.links {
    display: none !important;
}

/* Hide bugs section */
.bugs,
small.bugs {
    display: none !important;
}

/* Hide default minicart */
.showcart,
a.showcart,
.minicart-wrapper {
    display: none !important;
}

/* Hide compare products from default theme */
.compare.products-link,
[data-role="compare-products-link"] {
    display: none !important;
}

/* Hide default navigation sections */
.nav-sections,
.navigation-sections,
#store\\.menu {
    display: none !important;
}

/* Hide skip links */
.skip-link,
a.skip-link {
    display: none !important;
}

/* Hide panel with specific items */
.panel:has(.header.links),
.wrapper:has(.header.links) {
    display: none !important;
}