TASTE-SAFE SENSORY PLAY AUSTRALIAN FAMILIES LOVE Dive into an ocean of fun! This expedition box is brimming with sensory delights and deep-sea activities that bring the magic of the ocean right to your home. Your Ocean Adventure Includes: Deep Blue Ocean dry tray play mix Sea Foam Science wet tray play mix Ocean Friend squirty toy Sea Creature 3D Puzzle Bubble wand Sea Critter pop-it fidget toy Dive deeper into all the wonders this box has to offer on our Little Explorers Blog! Our Ocean Adventures box is brimming with oceanic delights, inviting your little explorer to plunge into a world of vibrant colours, fascinating textures, and imaginative play! Each box is carefully curated to spark wonder and encourage hands-on discovery. /* Styles for the FAQ Accordion */ .faq-intro { font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; } .faq-category-title { /* This styles "About the Box", "Safety", etc. */ font-size: 1.8em; font-weight: bold; color: #333; margin-top: 40px; margin-bottom: 15px; /* The border-bottom and padding-bottom lines have been removed */ } .accordion-trigger { /* This is the clickable question button */ background-color: #ccbcd5; /* Your requested color */ color: #444; cursor: pointer; padding: 20px; width: 100%; border: none; text-align: left; outline: none; font-size: 1.1em; font-weight: 600; transition: background-color 0.2s ease; border-radius: 5px; margin-top: 8px; } .accordion-trigger:hover { background-color: #dac9e1; /* Your requested panel color */ } .accordion-trigger.active { background-color: #dac9e1; /* Your requested panel color */ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* This adds the "+" and "-" icons */ .accordion-trigger::after { content: '\002B'; /* This is a "+" sign */ color: #777; font-weight: bold; float: right; margin-left: 5px; transition: transform 0.2s ease; } .accordion-trigger.active::after { content: '\2212'; /* This is a "−" sign */ transform: rotate(360deg); } .accordion-panel { /* This is the answer panel (hidden by default) */ padding: 0 20px; background-color: #dac9e1; /* Your requested color */ max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, padding 0.3s ease-out; border: 1px solid #dac9e1; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; line-height: 1.7; } /* This class is added by JavaScript to show the panel */ .accordion-panel.show { padding: 20px 20px; border-top: 1px solid #ccbcd5; /* Border to match trigger color */ } .accordion-panel ul { list-style-type: disc; padding-left: 30px; margin-top: 10px; margin-bottom: 10px; } .accordion-panel p { margin-bottom: 15px; }