About this set
A warm, card-style navigation menu for shops and content sites. A plain Home link sits above three expandable sections, Shop, Stories and Help, each with a chevron that turns as it opens. Shop starts open with New arrivals marked as the current page, shown by a tinted row and an amber edge. Use it for a sidebar or a mobile menu where the sections have a handful of pages each and visitors benefit from seeing the whole outline at once. Each section is a native details element, so its summary is already a keyboard-operable disclosure that screen readers announce as expanded or collapsed, and opening and closing need no script. A few optional lines add Esc to close the section you are in and return focus to its summary. Sections open independently, so several can be expanded together. The Bootstrap version rebuilds the same design on .accordion with the Collapse plugin, drawing the chevron through –bs-accordion-btn-icon. The Tailwind version keeps details and summary and styles them with group-open utilities.
What’s included
- Native details and summary sections
- Chevron that rotates as a section opens
- Current page marked with aria-current and an amber edge
- Sections open independently
- Optional Esc to close the section in focus
Accessibility
The menu is a nav labelled Shop containing nested lists, so screen readers report how many links each section holds. Each summary is announced as a button with its expanded state and toggles with Enter or Space; in the Bootstrap version the accordion buttons carry aria-expanded. Links and summaries show a 2px amber outline on keyboard focus, and the chevron and hover transitions stop under prefers-reduced-motion.
Customise it
Change the card, hover and open colours in .acn and .acn summary (plain CSS), the --bs-accordion-* variables on .acn .accordion (Bootstrap) or the --color-acn-* theme colours (Tailwind). The chevron colour is #8f8067.



















