Build a bustling bee garden, then watch it bloom with magic and honey! It's a hands-on invitation to create, learn, and imagine a magical world buzzing with nature's wonders. What's in the Box: Little Bee Keeper dry tray play set Flower Petal Potion kit Make your own "Honey" Pot Buzz into all the wonders this box has to offer on our Little Explorers Blog! A vibrant, beautiful world of a bustling bees is ready for you and your little explorers to enjoy right from your living room! Designed to inspire your child's imagination and artistic flair, we've curated four special hands-on projects for endless creative play. NEW: Add a beautifully 3D printed Eco Sensory Play Tray for just $9.95 | SAVE $5 /* 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; }