/* =========================================
   DEUTSCH GO — DIRECT COLLECTIONS
   Match normal mobile menu items
========================================= */

button:has(a[href="/collections/netzwerk-neu"]),
button:has(a[href="/collections/BesteFreunde"]) {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: inherit !important;
}

/* Hide old disclosure icon completely */
button:has(a[href="/collections/netzwerk-neu"]) svg,
button:has(a[href="/collections/BesteFreunde"]) svg {
  display: none !important;
}

/* Remove old inner flex styling */
button:has(a[href="/collections/netzwerk-neu"]) > div,
button:has(a[href="/collections/BesteFreunde"]) > div {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Make them visually identical to the normal collection links */
button:has(a[href="/collections/netzwerk-neu"]) a,
button:has(a[href="/collections/BesteFreunde"]) a {
  display: block !important;

  width: 100% !important;

  padding: 12px 20px !important;

  color: rgb(17 24 39) !important;

  font: inherit !important;
  font-weight: 500 !important;
  line-height: inherit !important;

  text-align: inherit !important;
  text-decoration: none !important;

  cursor: pointer !important;

  background: transparent !important;
}