0 Winkelwagen
Toegevoegd aan winkelwagen
    Je hebt items in je mandje
    Je hebt 1 item in je mandje
      Totaal

      Dit vind je misschien ook leuk

      .dropdown-section h4 { cursor: pointer; background-color: #f4f4f4; padding: 10px; border: 1px solid #ccc; margin: 0; font-size: 18px; display: flex; justify-content: space-between; align-items: center; } .dropdown-content { display: none; list-style-type: none; padding: 10px 20px; margin: 0; background-color: #fff; border: 1px solid #ccc; border-top: none; } .dropdown-content li { margin-bottom: 5px; } .dropdown-section h4::after { content: "▶"; font-size: 14px; } .dropdown-section h4[aria-expanded="true"]::after { content: "▼"; } /* Dropdown Styling */ .dropdown { margin-bottom: 20px; } .dropdown-toggle { cursor: pointer; background-color: #f4f4f4; padding: 10px; border: 1px solid #ccc; margin: 0; font-size: 18px; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease; } .dropdown-toggle:hover { background-color: #e2e2e2; } .dropdown-list { display: none; list-style-type: none; padding: 10px 20px; margin: 0; background-color: #fff; border: 1px solid #ccc; border-top: none; } .dropdown-list li { margin-bottom: 5px; } .dropdown.open .dropdown-list { display: block; } .dropdown.open .dropdown-toggle:after { content: "▲"; /* Show up arrow when open */ } .dropdown .dropdown-toggle:after { content: "▼"; /* Show down arrow when closed */ }