/* Dölj onödiga menyalternativ - Twenty Twenty-Five tema */
/* Dölj specifika page_id länkar: 2 (Sample Page), 15 (Shop), 17 (Checkout), 16 (Cart-länk, behåll ikonen) */

/* page_id=2 - Sample Page */
.wp-block-navigation a[href*="?page_id=2"],
.wp-block-navigation a[href*="/sample-page"],
.wp-block-navigation a[href*="sample"],
nav a[href*="?page_id=2"],
nav a[href*="/sample-page"],
nav a[href*="sample"],
.wp-block-navigation-item:has(a[href*="?page_id=2"]),
.wp-block-navigation-item:has(a[href*="/sample-page"]),
.wp-block-navigation-item:has(a[href*="sample"]),
nav li:has(a[href*="?page_id=2"]),
nav li:has(a[href*="/sample-page"]),
nav li:has(a[href*="sample"]) {
    display: none !important;
}

/* page_id=15 - Shop (dölj om det finns en annan Shop-länk) */
.wp-block-navigation a[href*="?page_id=15"],
nav a[href*="?page_id=15"],
.wp-block-navigation-item:has(a[href*="?page_id=15"]),
nav li:has(a[href*="?page_id=15"]) {
    display: none !important;
}

/* page_id=17 - Checkout */
.wp-block-navigation a[href*="?page_id=17"],
.wp-block-navigation a[href*="/checkout"],
.wp-block-navigation a[href*="checkout"]:not([href*="my-account"]),
nav a[href*="?page_id=17"],
nav a[href*="/checkout"],
nav a[href*="checkout"]:not([href*="my-account"]),
.wp-block-navigation-item:has(a[href*="?page_id=17"]),
.wp-block-navigation-item:has(a[href*="/checkout"]),
.wp-block-navigation-item:has(a[href*="checkout"]:not([href*="my-account"])),
nav li:has(a[href*="?page_id=17"]),
nav li:has(a[href*="/checkout"]),
nav li:has(a[href*="checkout"]:not([href*="my-account"])) {
    display: none !important;
}

/* page_id=16 - Cart (dölj länk, behåll ikonen) */
.wp-block-navigation a[href*="?page_id=16"]:not(.cart-contents),
.wp-block-navigation a[href*="/cart"]:not(.cart-contents),
nav a[href*="?page_id=16"]:not(.cart-contents),
nav a[href*="/cart"]:not(.cart-contents),
.wp-block-navigation-item:has(a[href*="?page_id=16"]:not(.cart-contents)),
.wp-block-navigation-item:has(a[href*="/cart"]:not(.cart-contents)),
nav li:has(a[href*="?page_id=16"]:not(.cart-contents)),
nav li:has(a[href*="/cart"]:not(.cart-contents)) {
    display: none !important;
}

/* För Twenty Twenty-Five specifikt */
.wp-block-navigation__responsive-container-content a[href*="?page_id=2"],
.wp-block-navigation__responsive-container-content a[href*="/sample-page"],
.wp-block-navigation__responsive-container-content a[href*="sample"],
.wp-block-navigation__responsive-container-content a[href*="?page_id=15"],
.wp-block-navigation__responsive-container-content a[href*="?page_id=17"],
.wp-block-navigation__responsive-container-content a[href*="/checkout"],
.wp-block-navigation__responsive-container-content a[href*="checkout"]:not([href*="my-account"]),
.wp-block-navigation__responsive-container-content a[href*="?page_id=16"]:not(.cart-contents),
.wp-block-navigation__responsive-container-content a[href*="/cart"]:not(.cart-contents) {
    display: none !important;
}

