{"title":"0 - 2 Years","description":null,"products":[{"product_id":"baby-biochemist-dna-childrens-book","title":"Baby Biochemist DNA Children's Book","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles *\/\n  body {\n    margin: 0;\n    padding: 0 15px;\n    font-family: Arial, sans-serif;\n  }\n  \n  * {\n    font-family: Arial, sans-serif;\n  }\n  \n  img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .logo {\n    max-width: 250px;\n    margin: 20px auto;\n  }\n  \n  .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  \n  .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .content-section {\n    margin: 20px 0;\n  }\n  \n  .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  p {\n    line-height: 1.5;\n    margin: 15px 0;\n  }\n  \n  .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .large-title {\n      font-size: 28px !important;\n    }\n    \n    .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: Arial, sans-serif;\n  }\n  \n  .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .accordion-title {\n    font-size: 16pt;\n    font-weight: bold;\n    color: #333;\n    margin: 0;\n  }\n  \n  .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .accordion-content {\n    display: none;\n  }\n  \n  .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n  \n  \/* Button styling *\/\n  .view-all-button {\n    display: block;\n    width: 100%;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n  }\n  \n  .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .button-arrow-hover {\n    display: none;\n  }\n  \n  .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Multi-Buy Table Styles *\/\n  .multi-buy-container {\n    width: 100%;\n    max-width: 500px;\n    font-family: Arial, sans-serif;\n    margin: 30px 0;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n  }\n  \n  .multi-buy-table {\n    border-collapse: collapse;\n    width: 100%;\n  }\n  \n  .multi-buy-heading {\n    background: linear-gradient(135deg, #00ae5f, #009e4f);\n    color: white;\n    padding: 15px;\n    text-align: center;\n    font-size: 24px;\n    font-weight: bold;\n    font-family: Arial, sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);\n  }\n  \n  .multi-buy-table th {\n    background: linear-gradient(to bottom, #00ae5f, #009e4f);\n    color: white;\n    padding: 12px 15px;\n    text-align: left;\n    font-size: 18px;\n    font-weight: 600;\n    font-family: Arial, sans-serif;\n    border: none;\n    position: relative;\n  }\n  \n  .multi-buy-table th:after {\n    content: '';\n    position: absolute;\n    top: 0;\n    right: 0;\n    height: 100%;\n    width: 1px;\n    background-color: rgba(255, 255, 255, 0.3);\n  }\n  \n  .multi-buy-table th:last-child:after {\n    display: none;\n  }\n  \n  .multi-buy-table td {\n    padding: 15px;\n    transition: all 0.2s;\n    border: none;\n    border-bottom: 1px solid #eaeaea;\n  }\n  \n  .multi-buy-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .multi-buy-table tr:nth-child(odd) td {\n    background-color: #e8f5ee;\n  }\n  \n  .multi-buy-table tr:nth-child(even) td {\n    background-color: #ffffff;\n  }\n  \n  .multi-buy-table tr:hover td {\n    background-color: #d6f4e4;\n  }\n  \n  .buy-column {\n    width: 40%;\n    text-align: center;\n    font-family: Arial, sans-serif;\n  }\n  \n  .discount-column {\n    width: 60%;\n    text-align: center;\n    font-family: Arial, sans-serif;\n  }\n  \n  .qty-text {\n    font-weight: bold;\n    font-size: 22px;\n    color: #2a2a2a;\n    position: relative;\n    display: inline-block;\n    font-family: Arial, sans-serif;\n  }\n  \n  .discount {\n    font-weight: bold;\n    font-size: 22px;\n    color: #2a2a2a;\n    position: relative;\n    display: inline-block;\n    font-family: Arial, sans-serif;\n  }\n  \n  .best-value {\n    position: relative;\n  }\n  \n  .best-value td:last-child::after {\n    content: '★ Best Value';\n    position: absolute;\n    top: 0;\n    right: 0;\n    font-size: 12px;\n    background-color: #00ae5f;\n    color: white;\n    padding: 3px 8px;\n    border-radius: 0 0 0 8px;\n    font-weight: bold;\n    font-family: Arial, sans-serif;\n  }\n  \n  .note-row td {\n    background-color: #f8f8f8 !important;\n    font-size: 13px;\n    color: #555;\n    padding: 12px;\n    text-align: left;\n    line-height: 1.4;\n    font-style: italic;\n    border-top: 1px solid #eaeaea;\n    font-family: Arial, sans-serif;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"title-section\"\u003e\n  \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Baby_University_Logo.png?v=1722614211\" alt=\"Baby University Logo\"\u003e\n  \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW - \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\" class=\"large-title\"\u003eBaby Biochemist\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\" class=\"medium-title\"\u003eDNA\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #7c1850; font-weight: bold;\" class=\"medium-title\"\u003eChildren's Educational Board Book\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n  \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: #0f1111; font-weight: bold;\" class=\"content-text\"\u003eThe bestselling Baby University series is expanding with even more fascinating science for kids! Follow along as biochemist author Cara Florance turns complex topics into exciting, accessible adventures for your little learners!\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: #0f1111;\" class=\"content-text\"\u003eIntroduce your budding genius to their body's ultimate messenger: DNA! Through simple, colorful illustrations and adorable characters, kids will learn all about how these amazing, twisty molecules give instructions to our cells and keep our bodies running smoothly. Packed with great information and scientific fun, the fantastic feats of DNA will keep any curious kid turning page after page!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n  \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #2b00ff; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n  \u003cdiv style=\"padding-left: 20px;\"\u003e\n    \u003cp\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eDNA Children's Board Book\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n  \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: red; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e3+ \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYears\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Multi-Buy Table for Baby University Books --\u003e\n\u003cdiv style=\"width: 100%;\" class=\"multi-buy-container\"\u003e\n  \u003ctable style=\"width: 100%;\" class=\"multi-buy-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth class=\"multi-buy-heading\" colspan=\"2\"\u003eBaby University Multi-Buy Pricing\u003c\/th\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eBuy Any\u003c\/th\u003e\n        \u003cth\u003eGet\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e2 x Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e5% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e3 x Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e10% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e4 x Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e15% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"best-value\"\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e5 or more Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e20% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"note-row\"\u003e\n        \u003ctd colspan=\"2\"\u003e* To receive the multi-buy discount, you must purchase all Baby University Books in a single transaction. Discounts will be applied automatically during checkout based on the total number of Baby University Books in your shopping cart. The discount applies to both multiples of the same Baby University Book title or a combination of different Baby University book titles from the range.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"width: 100%; max-width: 500px; margin: 30px 0;\"\u003e\n  \u003ca href=\"https:\/\/hectic.gifts\/collections\/baby-university-books\" class=\"view-all-button\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL BABY UNIVERSITY BOOK TITLES\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- Accordion Menu --\u003e\n\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e• 24 Pages\u003c\/p\u003e\n        \u003cp\u003e• Educational\u003c\/p\u003e\n        \u003cp\u003e• Created by Clara Florence who is a biochemist, astrobiology, cotto candy spinning and radiation decontamination.\u003c\/p\u003e\n        \u003cp\u003e• Easy to read and understand\u003c\/p\u003e\n        \u003cp\u003e• Illustrated\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eAbout DNA\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDNA (Deoxyribonucleic Acid)\u003c\/strong\u003e is a molecule that carries the genetic instructions used in the growth, development, functioning, and reproduction of all known living organisms.\u003c\/p\u003e\n        \u003cp\u003eThis Baby Biochemist book introduces the concept of DNA to young children through simple explanations and engaging illustrations, making this complex topic approachable for early learners.\u003c\/p\u003e\n        \u003cp\u003eChildren will learn about the basic structure of DNA, how it stores information, and why it's important for all living things.\u003c\/p\u003e\n        \u003cp\u003eThe book uses age-appropriate analogies and examples to help children understand how DNA works as the \"instruction manual\" for our bodies.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eBook Specifications\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePublisher:\u003c\/strong\u003e Sourcebooks Explore (January 1, 2025)\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eLanguage:\u003c\/strong\u003e English\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBoard book:\u003c\/strong\u003e 24 pages\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eISBN-10:\u003c\/strong\u003e 1728387612\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eISBN-13:\u003c\/strong\u003e 978-1728387611\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eReading age:\u003c\/strong\u003e 3 - 6 years\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 20 × 20 × 1 cm\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eAbout Baby University\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eBaby University\u003c\/strong\u003e is a series of educational board books that introduces complex scientific concepts to very young children in simple, engaging ways.\u003c\/p\u003e\n        \u003cp\u003eThe Baby Biochemist: DNA book is created by Cara Florance, who is a biochemist specializing in astrobiology, cotton candy spinning, and radiation decontamination.\u003c\/p\u003e\n        \u003cp\u003eEach book in the series takes a complex scientific topic and breaks it down into approachable concepts with colorful illustrations and simple language that even the youngest readers can enjoy.\u003c\/p\u003e\n        \u003cp\u003eThe Baby University series covers a wide range of STEM topics including quantum physics, rocket science, general relativity, thermodynamics, and biochemistry with titles exploring DNA and other molecular concepts.\u003c\/p\u003e\n        \u003cp\u003eThese books have become popular with parents who want to foster an early interest in science and provide a foundation for future scientific learning.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eEducational Benefits\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eEarly STEM Education:\u003c\/strong\u003e Introduces foundational science concepts to young children in an accessible way.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eVocabulary Building:\u003c\/strong\u003e Exposes children to scientific terminology early, building a foundation for future learning.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eVisual Learning:\u003c\/strong\u003e Colorful illustrations help children visualize complex scientific concepts.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eParent-Child Bonding:\u003c\/strong\u003e Creates opportunities for discussion and shared learning between parents and children.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eScientific Curiosity:\u003c\/strong\u003e Encourages questions and an early interest in how the world works.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\n  \u003cimg class=\"footer-image\" alt=\"Baby University DNA Footer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Baby_Universirty_DNA_Footer_Shopify.png?v=1735379468\"\u003e\n\u003c\/p\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  function toggleAccordion(element) {\n    var content = element.nextElementSibling;\n    var icon = element.querySelector('.accordion-icon');\n    \n    if (content.style.display === \"block\") {\n      content.style.display = \"none\";\n      icon.textContent = \"+\";\n      icon.style.transform = \"none\";\n    } else {\n      content.style.display = \"block\";\n      icon.textContent = \"+\";\n      icon.style.transform = \"rotate(45deg)\";\n    }\n  }\n\u003c\/script\u003e","brand":"Baby University","offers":[{"title":"Default Title","offer_id":41590285697047,"sku":"HG632","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/BabyUniversityDNABook1.png?v=1730026926"},{"product_id":"baby-biochemist-rna-childrens-book","title":"Baby Biochemist RNA Children's Book","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles *\/\n  body {\n    margin: 0;\n    padding: 0 15px;\n    font-family: Arial, sans-serif;\n  }\n  \n  * {\n    font-family: Arial, sans-serif;\n  }\n  \n  img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .logo {\n    max-width: 250px;\n    margin: 20px auto;\n  }\n  \n  .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  \n  .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .content-section {\n    margin: 20px 0;\n  }\n  \n  .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  p {\n    line-height: 1.5;\n    margin: 15px 0;\n  }\n  \n  .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .large-title {\n      font-size: 28px !important;\n    }\n    \n    .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: Arial, sans-serif;\n  }\n  \n  .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .accordion-title {\n    font-size: 16pt;\n    font-weight: bold;\n    color: #333;\n    margin: 0;\n  }\n  \n  .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .accordion-content {\n    display: none;\n  }\n  \n  .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n  \n  \/* Button styling *\/\n  .view-all-button {\n    display: block;\n    width: 100%;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n  }\n  \n  .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .button-arrow-hover {\n    display: none;\n  }\n  \n  .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Multi-Buy Table Styles *\/\n  .multi-buy-container {\n    width: 100%;\n    max-width: 500px;\n    font-family: Arial, sans-serif;\n    margin: 30px 0;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n  }\n  \n  .multi-buy-table {\n    border-collapse: collapse;\n    width: 100%;\n  }\n  \n  .multi-buy-heading {\n    background: linear-gradient(135deg, #00ae5f, #009e4f);\n    color: white;\n    padding: 15px;\n    text-align: center;\n    font-size: 24px;\n    font-weight: bold;\n    font-family: Arial, sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);\n  }\n  \n  .multi-buy-table th {\n    background: linear-gradient(to bottom, #00ae5f, #009e4f);\n    color: white;\n    padding: 12px 15px;\n    text-align: left;\n    font-size: 18px;\n    font-weight: 600;\n    font-family: Arial, sans-serif;\n    border: none;\n    position: relative;\n  }\n  \n  .multi-buy-table th:after {\n    content: '';\n    position: absolute;\n    top: 0;\n    right: 0;\n    height: 100%;\n    width: 1px;\n    background-color: rgba(255, 255, 255, 0.3);\n  }\n  \n  .multi-buy-table th:last-child:after {\n    display: none;\n  }\n  \n  .multi-buy-table td {\n    padding: 15px;\n    transition: all 0.2s;\n    border: none;\n    border-bottom: 1px solid #eaeaea;\n  }\n  \n  .multi-buy-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .multi-buy-table tr:nth-child(odd) td {\n    background-color: #e8f5ee;\n  }\n  \n  .multi-buy-table tr:nth-child(even) td {\n    background-color: #ffffff;\n  }\n  \n  .multi-buy-table tr:hover td {\n    background-color: #d6f4e4;\n  }\n  \n  .buy-column {\n    width: 40%;\n    text-align: center;\n    font-family: Arial, sans-serif;\n  }\n  \n  .discount-column {\n    width: 60%;\n    text-align: center;\n    font-family: Arial, sans-serif;\n  }\n  \n  .qty-text {\n    font-weight: bold;\n    font-size: 22px;\n    color: #2a2a2a;\n    position: relative;\n    display: inline-block;\n    font-family: Arial, sans-serif;\n  }\n  \n  .discount {\n    font-weight: bold;\n    font-size: 22px;\n    color: #2a2a2a;\n    position: relative;\n    display: inline-block;\n    font-family: Arial, sans-serif;\n  }\n  \n  .best-value {\n    position: relative;\n  }\n  \n  .best-value td:last-child::after {\n    content: '★ Best Value';\n    position: absolute;\n    top: 0;\n    right: 0;\n    font-size: 12px;\n    background-color: #00ae5f;\n    color: white;\n    padding: 3px 8px;\n    border-radius: 0 0 0 8px;\n    font-weight: bold;\n    font-family: Arial, sans-serif;\n  }\n  \n  .note-row td {\n    background-color: #f8f8f8 !important;\n    font-size: 13px;\n    color: #555;\n    padding: 12px;\n    text-align: left;\n    line-height: 1.4;\n    font-style: italic;\n    border-top: 1px solid #eaeaea;\n    font-family: Arial, sans-serif;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"title-section\"\u003e\n  \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Baby_University_Logo.png?v=1722614211\" alt=\"Baby University Logo\"\u003e\n  \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW - \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\" class=\"large-title\"\u003eBaby Biochemist\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\" class=\"medium-title\"\u003eRNA\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #7c1850; font-weight: bold;\" class=\"medium-title\"\u003eChildren's Educational Board Book\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n  \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: #0f1111; font-weight: bold;\" class=\"content-text\"\u003eThe bestselling Baby University series is expanding with even more fascinating science for kids! Follow along as biochemist author Cara Florance turns complex topics into exciting, accessible adventures for your little learners!\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: #0f1111;\" class=\"content-text\"\u003eIntroduce your budding genius to the superheroes of the human body: RNA! Through simple, colourful illustrations and adorable characters, kids will learn all about how this multitalented molecule does all kinds of chores around our bodies―from sending messages, making workers, giving instructions, and more!\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: #0f1111;\" class=\"content-text\"\u003ePacked with great information and scientific fun, the fantastic feats of RNA will keep any curious kid turning page after page!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n  \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #2b00ff; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n  \u003cdiv style=\"padding-left: 20px;\"\u003e\n    \u003cp\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eRNA Children's Board Book\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n  \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: red; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e3+ \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYears\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Multi-Buy Table for Baby University Books --\u003e\n\u003cdiv style=\"width: 100%;\" class=\"multi-buy-container\"\u003e\n  \u003ctable style=\"width: 100%;\" class=\"multi-buy-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth class=\"multi-buy-heading\" colspan=\"2\"\u003eBaby University Multi-Buy Pricing\u003c\/th\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eBuy Any\u003c\/th\u003e\n        \u003cth\u003eGet\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e2 x Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e5% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e3 x Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e10% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e4 x Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e15% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"best-value\"\u003e\n        \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e5 or more Books\u003c\/span\u003e\u003c\/td\u003e\n        \u003ctd class=\"discount-column\"\u003e\u003cspan class=\"discount\"\u003e20% Off\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"note-row\"\u003e\n        \u003ctd colspan=\"2\"\u003e* To receive the multi-buy discount, you must purchase all Baby University Books in a single transaction. Discounts will be applied automatically during checkout based on the total number of Baby University Books in your shopping cart. The discount applies to both multiples of the same Baby University Book title or a combination of different Baby University book titles from the range.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"width: 100%; max-width: 500px; margin: 30px 0;\"\u003e\n  \u003ca href=\"https:\/\/hectic.gifts\/collections\/baby-university-books\" class=\"view-all-button\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL BABY UNIVERSITY BOOK TITLES\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- Accordion Menu --\u003e\n\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e• 24 Pages\u003c\/p\u003e\n        \u003cp\u003e• Educational\u003c\/p\u003e\n        \u003cp\u003e• Created by Cara Florance who is a biochemist, astrobiology, cotto candy spinning and radiation decontamination.\u003c\/p\u003e\n        \u003cp\u003e• Easy to read and understand\u003c\/p\u003e\n        \u003cp\u003e• Illustrated\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eAbout RNA\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eRNA (Ribonucleic Acid)\u003c\/strong\u003e is a molecule essential for various biological roles in the coding, decoding, regulation, and expression of genes.\u003c\/p\u003e\n        \u003cp\u003eThis Baby Biochemist book introduces the concept of RNA to young children through simple explanations and engaging illustrations, making this complex topic approachable for early learners.\u003c\/p\u003e\n        \u003cp\u003eChildren will learn how RNA serves as a messenger in the body, helping to carry out instructions from DNA and perform various critical functions in our cells.\u003c\/p\u003e\n        \u003cp\u003eThe book uses age-appropriate analogies and examples to help children understand RNA as one of the \"superheroes\" of our body that helps keep everything working properly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eBook Specifications\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePublisher:\u003c\/strong\u003e Sourcebooks Explore (September 1, 2020)\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eLanguage:\u003c\/strong\u003e English\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBoard book:\u003c\/strong\u003e 24 pages\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eISBN-10:\u003c\/strong\u003e 1492694053\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eISBN-13:\u003c\/strong\u003e 978-1492694052\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eReading age:\u003c\/strong\u003e Baby - 3 years\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eLexile measure:\u003c\/strong\u003e AD660L\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eGrade level:\u003c\/strong\u003e Preschool - Kindergarten\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 20 × 20 × 1 cm\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eAbout Baby University\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eBaby University\u003c\/strong\u003e is a series of educational board books that introduces complex scientific concepts to very young children in simple, engaging ways.\u003c\/p\u003e\n        \u003cp\u003eThe Baby Biochemist: RNA book is created by Cara Florance, who is a biochemist specializing in astrobiology, cotton candy spinning, and radiation decontamination.\u003c\/p\u003e\n        \u003cp\u003eEach book in the series takes a complex scientific topic and breaks it down into approachable concepts with colorful illustrations and simple language that even the youngest readers can enjoy.\u003c\/p\u003e\n        \u003cp\u003eThe Baby University series covers a wide range of STEM topics including quantum physics, rocket science, general relativity, thermodynamics, and biochemistry with titles exploring RNA, DNA and other molecular concepts.\u003c\/p\u003e\n        \u003cp\u003eThese books have become popular with parents who want to foster an early interest in science and provide a foundation for future scientific learning.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eEducational Benefits\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eEarly STEM Education:\u003c\/strong\u003e Introduces foundational science concepts to young children in an accessible way.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eVocabulary Building:\u003c\/strong\u003e Exposes children to scientific terminology early, building a foundation for future learning.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eVisual Learning:\u003c\/strong\u003e Colorful illustrations help children visualize complex scientific concepts.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eParent-Child Bonding:\u003c\/strong\u003e Creates opportunities for discussion and shared learning between parents and children.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eScientific Curiosity:\u003c\/strong\u003e Encourages questions and an early interest in how the world works.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n      \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\n  \u003cimg class=\"footer-image\" alt=\"Baby University RNA Book Footer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Baby_University_RNA_Book_Footer_Shopify.png?v=1735461790\"\u003e\n\u003c\/p\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  function toggleAccordion(element) {\n    var content = element.nextElementSibling;\n    var icon = element.querySelector('.accordion-icon');\n    \n    if (content.style.display === \"block\") {\n      content.style.display = \"none\";\n      icon.textContent = \"+\";\n      icon.style.transform = \"none\";\n    } else {\n      content.style.display = \"block\";\n      icon.textContent = \"+\";\n      icon.style.transform = \"rotate(45deg)\";\n    }\n  }\n\u003c\/script\u003e","brand":"Baby University","offers":[{"title":"Default Title","offer_id":41590331965463,"sku":"HG630","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/BabyUniversityRNABabiesBook1.png?v=1730027390"},{"product_id":"new-fisher-price-little-people-harry-potter-and-the-chamber-of-secrets-collect","title":"NEW - Fisher Price Little People Harry Potter and The Chamber of Secrets Collectors Edition","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto; \/* Remove top margin, keep bottom *\/\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500; \/* Changed from bold to 500 for Oswald Medium *\/\n    font-family: 'Oswald', sans-serif; \/* Set to Oswald Medium *\/\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black; \/* Ensure accordion content is black *\/\n    margin-bottom: 10px;\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: red; font-weight: bold;\"\u003eFisher-Price \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0c914f; font-weight: bold;\"\u003eHarry \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0c914f; font-weight: bold;\"\u003ePotter \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0c914f; font-weight: bold;\"\u003eand \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0c914f; font-weight: bold;\"\u003ethe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eChamber \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eof \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eSecrets\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 30pt; color: #404040; font-weight: bold;\"\u003eMovie \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 30pt; color: #404040; font-weight: bold;\"\u003eEdition \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 30pt; color: #404040; font-weight: bold;\"\u003eCollectors \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 30pt; color: #404040; font-weight: bold;\"\u003eSet\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eWizarding World fans can relive Harry's dramatic second year at Hogwarts School of Witchcraft \u0026amp; Wizardry with this special edition Little People Collector set commemorating the film, Harry Potter and the Chamber of Secrets.\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis must-have figure set includes Harry Potter, Ginny Weasley, young Tom Riddle and the venomous Basilisk, all styled like Little People figurines. Arriving in a window box package that brings to life Salazar Slytherin's mysterious Chamber of Secrets in gorgeous detail, this set is perfect for any collector's display shelf.\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eOwn Your Fandom\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eShowcase your pop culture obsession with Little People Collector sets from Fisher-Price. From cult-classic films and award-winning television series to iconic music, sports and cultural phenomena, each collectable figure pack presents a window into a unique world where your favorite superstar squads are brought to life in signature Little People style. Intricately designed for fans, by fans, Little People Collector sets bring memorable moments to life – for the kid in all of us.\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; font-weight: bold; color: black;\"\u003e1 x \u003c\/span\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eHarry Potter with Sword of Gryffindor Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; font-weight: bold; color: black;\"\u003e1 x \u003c\/span\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eGinny Weasley with Tom Riddle's Diary Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; font-weight: bold; color: black;\"\u003e1 x \u003c\/span\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eYoung Tom Riddle Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; font-weight: bold; color: black;\"\u003e1 x \u003c\/span\u003e\n        \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe Basilisk Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003emonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cdiv style=\"width: 100%; max-width: 500px; margin: 0 0 40px 0;\"\u003e\n    \u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n      \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTORS\n      \u003cspan class=\"button-arrow\"\u003e\n        \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n        \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003e• Little People Collector™\u003c\/strong\u003e Harry Potter and the Chamber of Secrets\u003c\/p\u003e\n          \u003cp\u003e• Special edition set commemorating the second film in the Harry Potter series\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003e• Includes:\u003c\/strong\u003e Harry Potter with the sword of Gryffindor and the Basilisk fang, Ginny Weasley with Tom Riddle's diary, young Tom Riddle, and the Basilisk\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and is styled in the character's signature look\u003c\/p\u003e\n          \u003cp\u003e• Display-worthy window box package featuring the mysterious Chamber of Secrets, plus hidden details for fans to discover\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Movie Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HVG46\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735203574\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRelease Date:\u003c\/strong\u003e 2024\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Weight:\u003c\/strong\u003e 0.5 kgs\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e30\u003c\/strong\u003e cm x \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e4\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eHarry Potter and the Chamber of Secrets\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eHarry Potter and the Chamber of Secrets\u003c\/strong\u003e is the second installment in the beloved Harry Potter film series, released in 2002 and directed by Chris Columbus.\u003c\/p\u003e\n          \u003cp\u003eIn this adventure, Harry returns for his second year at Hogwarts School of Witchcraft and Wizardry only to discover that the legendary Chamber of Secrets has been opened and the heir of Slytherin is unleashing a terrifying monster upon the school.\u003c\/p\u003e\n          \u003cp\u003eAs students become petrified by the mysterious Basilisk, Harry, Ron, and Hermione must solve the riddle of the Chamber before it's too late. Harry's journey leads him to discover a connection between young Ginny Weasley, a mysterious diary belonging to former student Tom Riddle, and the dark secrets of Hogwarts' past.\u003c\/p\u003e\n          \u003cp\u003eThe film culminates in Harry's dramatic confrontation with the memory of Tom Riddle (the young Lord Voldemort) and the deadly Basilisk in Salazar Slytherin's hidden Chamber, where he must save Ginny and stop Riddle from returning to power.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eFisher-Price Little People Collector sets bring iconic characters and shows to life in the distinctive Little People style.\u003c\/p\u003e\n          \u003cp\u003eLaunched in 2019, the collectible line blends the nostalgia of classic Fisher-Price toys with pop culture characters from TV, movies, and music. The series has featured sets inspired by \u003cem\u003eThe Office\u003c\/em\u003e, \u003cem\u003eLord of the Rings\u003c\/em\u003e, \u003cem\u003eGolden Girls\u003c\/em\u003e, \u003cem\u003eTed Lasso\u003c\/em\u003e, \u003cem\u003eMasters of the Universe\u003c\/em\u003e, and many more beloved franchises.\u003c\/p\u003e\n          \u003cp\u003eEach set is designed with adult collectors in mind, featuring premium details and packaging while maintaining the charming aesthetic that has made Little People toys beloved for generations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Harry_Potter_and_The_Chamber_of_Secrets_Footer_Shopify.png?v=1731061060\" alt=\"Fisher Price Little People Harry Potter and The Chamber of Secrets Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":41593042403351,"sku":"HG604","price":59.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleHarryPotterTheChamberofSecretsCollectorsSet1.png?v=1731116489"},{"product_id":"new-fisher-price-little-people-tmnt-villians-collectors-edition","title":"NEW - Fisher Price Little People TMNT Villians Collectors Edition","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500; \/* Changed from bold to 500 for Oswald Medium *\/\n    font-family: 'Oswald', sans-serif; \/* Set to Oswald Medium *\/\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black; \/* Ensure accordion content is black *\/\n    margin-bottom: 10px;\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #00b050; font-weight: bold;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e - \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: red; font-weight: bold;\" class=\"large-title\"\u003eFisher \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: red; font-weight: bold;\" class=\"large-title\"\u003ePrice \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\" class=\"large-title\"\u003eLittle \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2b00ff; font-weight: bold;\" class=\"large-title\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eTeenage \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eMutant \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eNinja \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eTurtles \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eVillains\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 30pt; color: #833e15; font-weight: bold;\" class=\"medium-title\"\u003eSpecial \u003c\/span\u003e\n      \u003cspan style=\"font-size: 30pt; color: #833e15; font-weight: bold;\" class=\"medium-title\"\u003eCollectors \u003c\/span\u003e\n      \u003cspan style=\"font-size: 30pt; color: #833e15; font-weight: bold;\" class=\"medium-title\"\u003eEdition \u003c\/span\u003e\n      \u003cspan style=\"font-size: 30pt; color: #833e15; font-weight: bold;\" class=\"medium-title\"\u003eSet\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003ePower up with a fresh pizza delivery and prepare for battle with this special edition Little People Collector Teenage Mutant Ninja Turtles: Villains figure set from Fisher-Price.\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis must-have set includes 4 of the Turtles' most bodacious bad guys, including Shredder, Krang, and Shredder's henchmen, Bebop and Rocksteady. Arriving in a window box package featuring Krang's Technodrome lair, plus fun hidden details to discover, this figure set is the perfect gift for any TMNT fan.\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan style=\"font-size: 18pt; color: #2b00ff; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\n        \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\n        \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eShredder Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\n        \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eKrang Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\n        \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eBebop Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\n        \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eRocksteady Figurine\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan style=\"font-size: 18pt; color: red; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e12+ \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003emonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\n    \u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\" class=\"view-all-button\"\u003e\n      \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTORS\n      \u003cspan class=\"button-arrow\"\u003e\n        \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n        \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• \u003cstrong\u003eLittle People Collector™\u003c\/strong\u003e Teenage Mutant Ninja Turtles: Villains\u003c\/p\u003e\n          \u003cp\u003e• Special edition set featuring iconic TMNT antagonists\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eIncludes:\u003c\/strong\u003e Shredder, leader of the Foot Clan; Krang, of the Utrom alien race from Dimension X; plus Shredder's henchmen, Bebop and Rocksteady\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands just over 6.35 cm (2.5 inches) tall\u003c\/p\u003e\n          \u003cp\u003e• Perfect for TMNT fans and collectors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Animation Series Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HVG60\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735203727\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Weight:\u003c\/strong\u003e 0.45 kgs\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 28 cm x 19 cm x 6 cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eTMNT History\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eTeenage Mutant Ninja Turtles\u003c\/strong\u003e began as a comic book created by Kevin Eastman and Peter Laird in 1984. The concept quickly grew into an animated series, toy line, and global phenomenon that has endured for decades.\u003c\/p\u003e\n          \u003cp\u003eThis set features four of the most iconic villains from the franchise:\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eShredder:\u003c\/strong\u003e The main antagonist and leader of the Foot Clan. Born as Oroku Saki, he has a personal vendetta against Splinter, the Turtles' mentor. With his bladed armor and martial arts skills, he has been the Turtles' primary enemy since the beginning.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eKrang:\u003c\/strong\u003e A disembodied brain from Dimension X who often appears in a robotic body. Krang is the intellectual villain who operates from his mobile fortress, the Technodrome, and frequently partners with Shredder to conquer Earth.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBebop and Rocksteady:\u003c\/strong\u003e Originally human street thugs who were mutated into a warthog and rhinoceros, respectively. They serve as Shredder's bumbling but powerful henchmen, providing muscle and comic relief throughout the series.\u003c\/p\u003e\n          \u003cp\u003eThroughout its various iterations—comics, multiple animated series, live-action films, and video games—TMNT has maintained a strong presence in pop culture, with each generation discovering the pizza-loving heroes in a half-shell and their colorful rogues' gallery of villains.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eFisher-Price Little People Collector sets bring iconic characters and shows to life in the distinctive Little People style.\u003c\/p\u003e\n          \u003cp\u003eLaunched in 2019, the collectible line blends the nostalgia of classic Fisher-Price toys with pop culture characters from TV, movies, and music. The series has featured sets inspired by \u003cem\u003eThe Office\u003c\/em\u003e, \u003cem\u003eLord of the Rings\u003c\/em\u003e, \u003cem\u003eGolden Girls\u003c\/em\u003e, \u003cem\u003eTed Lasso\u003c\/em\u003e, \u003cem\u003eMasters of the Universe\u003c\/em\u003e, and many more beloved franchises.\u003c\/p\u003e\n          \u003cp\u003eEach set is designed with adult collectors in mind, featuring premium details and packaging while maintaining the charming aesthetic that has made Little People toys beloved for generations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Teenage_Mutant_Ninja_Turtles_Villians_Collectors_Set_Footer_Shopify.png?v=1731132468\" alt=\"Fisher Price Little People Teenage Mutant Ninja Turtles Villains Collectors Set Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":41652361986071,"sku":"HG0662","price":59.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleTeenageMutantNinjaTurtlesVilliansCollectorsSet1.png?v=1731133549"},{"product_id":"new-fisher-price-retro-toy-series-music-box-record-player-1971-design","title":"NEW - Fisher-Price Retro Toy Series - Music Box Record Player (1971 Design)","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n    word-spacing: 2px;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important; \/* Force all main body copy to be black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important;\n    margin-bottom: 10px;\n  }\n  \n  \/* View All Button Styles *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* TV Container styles *\/\n  .product-description .tv-container {\n    position: relative;\n    width: 600px;\n    margin: 50px auto;\n    max-width: 100%;\n  }\n\n  .product-description .tv-frame {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .video-container {\n    position: absolute;\n    z-index: 1;\n    \/* Desktop default positioning *\/\n    width: 420px;\n    height: 340px;\n    top: calc(50% - 170px);\n    left: calc(50% - 255px);\n  }\n\n  .product-description .video-container iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  \/* Mobile-specific adjustments *\/\n  @media (max-width: 768px) {\n    .product-description .tv-container {\n      margin: 30px auto;\n    }\n    \n    .product-description .video-container {\n      width: 72% !important;\n      height: 84% !important;\n      top: 8% !important;\n      left: 6% !important;\n    }\n  }\n\n  \/* Tablet adjustments - Slightly reduce width to move right side a fraction more left *\/\n  @media screen and (min-width: 500px) and (max-width: 1400px) and (orientation: landscape) {\n    .product-description .video-container {\n      width: 370px !important;\n      height: 280px !important;\n      top: calc(50% - 140px) !important;\n      left: calc(50% - 220px) !important;\n    }\n  }\n\n  \/* Alternative tablet query - portrait orientation *\/\n  @media screen and (min-width: 500px) and (max-width: 1400px) and (orientation: portrait) {\n    .product-description .video-container {\n      width: 370px !important;\n      height: 280px !important;\n      top: calc(50% - 140px) !important;\n      left: calc(50% - 220px) !important;\n    }\n  }\n\n  \/* Desktop-specific positioning - only for very large screens *\/\n  @media screen and (min-width: 1500px) {\n    .product-description .video-container {\n      width: 445px !important;\n      height: 340px !important;\n      top: calc(50% - 170px) !important;\n      left: calc(50% - 270px) !important;\n      border: none !important;\n      background-color: transparent !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Logo.png?v=1724940105\" alt=\"Fisher-Price Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e - \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eClassic\u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #905400; font-weight: bold;\"\u003eRetro\u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eMusic Box\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eRecord Player\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"medium-title\" style=\"font-size: 24pt; color: #002cfd; font-weight: bold;\"\u003eYesterday's Classics\u003c\/span\u003e \u003cspan class=\"medium-title\" style=\"font-size: 24pt; color: #333333; font-weight: bold;\"\u003e - \u003c\/span\u003e \u003cspan class=\"medium-title\" style=\"font-size: 24pt; color: #ac0047; font-weight: bold;\"\u003efor the kids of today!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eA timeless classic that has brought music to children's ears for generations\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #905400; font-weight: bold;\"\u003eFirst introduced in 1971, now available again!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eClassic Design:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFirst introduced to the world in 1971, The Fisher-Price Music Box Record Player has brought music to children's ears for generations and still gets nominated as the best Fisher-Price toy by those that were lucky enough to own one. Thanks to the team at Basic Fun, this endearing classic is now available again for a whole new generation of children to enjoy, as part of the Fisher-Price Classic Retro Toy Series to celebrate their 90th Birthday! (2020)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eSimple Mechanical Design\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis item uses the same basic 1971 design and to play music, simply place one of the five double-sided records on the turntable, wind it up and place the needle on the record. It delivers the classic music box rendition of 10 different timeless nursery rhyme melodies. When not being played with, the records store conveniently inside the record player and the carry handle enables children to carry it with them when on the move.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cdiv class=\"tv-container\"\u003e\n\u003cimg class=\"tv-frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Old_TV_Image.png?v=1739881305\" alt=\"Old TV\"\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/LcrY4-Kubv4\" title=\"YouTube video player\"\u003e\n        \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"padding-left: 20px;\"\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFisher-Price Classic Retro Record Player\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e5 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eDouble-sided Records\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e10 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eClassic Tunes\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eStorage Case with Carry Handle\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e18+ \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- View All Button --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-retro-series-toys\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL FISHER-PRICE TOYS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- Accordion Menu --\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eMusical Selections\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• Jack and Jill\u003c\/p\u003e\n\u003cp\u003e• Humpty Dumpty\u003c\/p\u003e\n\u003cp\u003e• Twinkle, Twinkle, Little Star\u003c\/p\u003e\n\u003cp\u003e• Au Clair De La Lune\u003c\/p\u003e\n\u003cp\u003e• London Bridge\u003c\/p\u003e\n\u003cp\u003e• Oh Where Has My Little Dog Gone\u003c\/p\u003e\n\u003cp\u003e• Children's Marching Song\u003c\/p\u003e\n\u003cp\u003e• Camptown Races\u003c\/p\u003e\n\u003cp\u003e• Hickory, Dickory, Dock\u003c\/p\u003e\n\u003cp\u003e• The Farmer in the Dell\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• \u003cstrong\u003eAUTHENTIC 1971 DESIGN:\u003c\/strong\u003e Faithful reproduction of the iconic Fisher-Price Music Box Record Player that delighted children for generations\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWIND-UP MECHANISM:\u003c\/strong\u003e No batteries required - classic mechanical wind-up operation just like the original\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003e10 NURSERY RHYMES:\u003c\/strong\u003e 5 double-sided records with 10 classic tunes in charming music box style\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eEDUCATIONAL VALUE:\u003c\/strong\u003e Develops fine motor skills, cause-and-effect understanding, and musical appreciation\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003ePORTABLE DESIGN:\u003c\/strong\u003e Built-in storage for all 5 records plus convenient carry handle for music on the go\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003e90TH ANNIVERSARY:\u003c\/strong\u003e Part of the Classic Retro Toy Series celebrating Fisher-Price's 90th birthday (2020)\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eCOLLECTIBLE VALUE:\u003c\/strong\u003e Nostalgic treasure for adults and timeless toy for today's children\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Fisher-Price Classic Retro Music Box Record Player\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price (produced by Basic Fun)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Classic Retro Toy Series\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 01697\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 014397016971\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e \u003cstrong\u003e18+\u003c\/strong\u003e months\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePower Source:\u003c\/strong\u003e Wind-up mechanical (no batteries required)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eContents:\u003c\/strong\u003e 1 record player, 5 double-sided records (10 songs), storage case with handle\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Durable plastic construction\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e23\u003c\/strong\u003e cm x \u003cstrong\u003e20\u003c\/strong\u003e cm x \u003cstrong\u003e14\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eHow It Works\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eSimple Operation:\u003c\/strong\u003e This classic toy works just like a real record player, but sized perfectly for little hands. Children can select one of the five colourful double-sided records, each with a different nursery rhyme tune.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWind-Up Mechanism:\u003c\/strong\u003e The authentic wind-up mechanism creates the classic music box sound that generations have enjoyed since 1971. No electronics means more imaginative play and no need for batteries!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInteractive Design:\u003c\/strong\u003e Kids place the record on the turntable, wind it up using the easy-grip winding mechanism, and place the needle on the record to hear the melody play. This encourages fine motor skills and cause-and-effect learning.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBuilt-In Storage:\u003c\/strong\u003e When playtime is over, all five records store neatly inside the record player case, keeping everything organised and preventing lost pieces.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePortable Fun:\u003c\/strong\u003e The built-in handle makes it easy for children to carry their music player wherever they go - perfect for visits to grandparents or playing in different rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eFrom the Manufacturer\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eIn 1930, Fisher-Price set standards for each of their toys that are still in place today. These standards included: Intrinsic play value, ingenuity, strong construction, good value and action.\u003c\/p\u003e\n\u003cp\u003eThe goal was to create toys that appealed to a child's imagination and encouraged interactive play. Toys that satisfied the natural interests of each age level and that looked and acted as toys should. Toys that combined whimsy, action, sound, and that made growing up a delightful experience.\u003c\/p\u003e\n\u003cp\u003eThis Classic Music Box Record Player embodies all of these principles, providing a hands-on musical experience that engages children's senses and imagination without relying on electronic sounds or flashing lights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eFisher-Price Legacy\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eTimeless Appeal:\u003c\/strong\u003e This Classic Record Player has been delighting children since 1971 and remains one of Fisher-Price's most beloved and requested classic toys. Many adults who played with the original as children are now excited to share the same experience with their own kids and grandchildren.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e90 Years of Excellence:\u003c\/strong\u003e As part of Fisher-Price's 90th birthday celebration (2020), this retro reissue honours the company's long history of creating toys that combine learning with fun. The Classic Retro Toy Series brings back the most cherished designs from Fisher-Price's extensive archive.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTrusted Quality:\u003c\/strong\u003e For generations, Fisher-Price has been synonymous with durable, safe, and developmentally appropriate toys that grow with children and provide years of enjoyment. The company's commitment to quality ensures that this record player will withstand the enthusiastic play of many children.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCollectible Value:\u003c\/strong\u003e This faithful reproduction of the 1971 classic has become a treasured item not just for children but for collectors and parents who want to share their own childhood memories. Many families display the record player as a nostalgic piece while still allowing children to play with it.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEducational Philosophy:\u003c\/strong\u003e Fisher-Price has always believed in learning through play. This record player teaches children about music, cause and effect, and how mechanical devices work, all while providing the simple joy of listening to familiar melodies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eDelivery Information\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eFree Australian Shipping:\u003c\/strong\u003e We offer complimentary standard shipping on all orders within Australia.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProcessing Time:\u003c\/strong\u003e Orders are typically processed within 1-2 business days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery Time:\u003c\/strong\u003e Standard delivery usually takes 5-7 business days, depending on your location.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTracking:\u003c\/strong\u003e You'll receive a tracking number via email once your order has been dispatched.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInternational Shipping:\u003c\/strong\u003e We also ship internationally. Rates and delivery times vary by destination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eCustomer Feedback:\u003c\/strong\u003e The Fisher-Price Classic Retro Music Box Record Player has received wonderful reviews from nostalgic parents and delighted children alike.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat Customers Love:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e• Authentic reproduction that brings back childhood memories\u003c\/p\u003e\n\u003cp\u003e• Charming music box sound quality\u003c\/p\u003e\n\u003cp\u003e• No batteries required - pure mechanical operation\u003c\/p\u003e\n\u003cp\u003e• Durable construction that withstands enthusiastic play\u003c\/p\u003e\n\u003cp\u003e• Perfect gift for new parents who remember the original\u003c\/p\u003e\n\u003cp\u003e• Convenient storage keeps all records in one place\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eParent Notes:\u003c\/strong\u003e Many reviewers note the joy of introducing their children to the same toy they loved as kids. Parents appreciate the screen-free entertainment and the opportunity to teach children about how mechanical toys work. The nostalgic factor makes this a popular gift from grandparents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Record_Player_Footer_Shopify.png?v=1737208019\" alt=\"Fisher Price Record Player Footer\"\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":41661872177175,"sku":"HG209","price":89.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceRecordPlayer1.png?v=1737208863"},{"product_id":"new-future-ceo-sippy-cup-for-infants-and-babies","title":"NEW 'Future CEO' Sippy Cup for Infants and Babies","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500; \/* Changed from bold to 500 for Oswald Medium *\/\n    font-family: 'Oswald', sans-serif; \/* Set to Oswald Medium *\/\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black; \/* Ensure accordion content is black *\/\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Gamago_Logo.png?v=1727528973\" alt=\"Gamago Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e - \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #007e46; font-weight: bold;\" class=\"large-title\"\u003eGamago\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eFuture \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eCEO\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eSippy \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCup \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003efor \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eInfants \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eand \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eBabies\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #fb0034; font-weight: bold;\" class=\"large-title\"\u003e(6 \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #fb0034; font-weight: bold;\" class=\"large-title\"\u003eMonths+)\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eIntroducing the Gamago Future CEO Sippy Cup: Where Ambition Meets Hydration!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eIs your little one destined for the corner office? Start their journey to the top with the Gamago Future CEO Sippy Cup - the perfect blend of fun, function, and forward-thinking!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis isn't just a sippy cup; it's a statement piece for the playground power players of tomorrow. Crafted from durable, BPA-free plastic, this cup is as tough as the business world your tiny tycoon is preparing to conquer. With a generous 1207 ml capacity, there's plenty of room for that all-important babycino or board meeting beverage of choice.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eSafety meets style with this BPA-free cup, ensuring your future leader can sip safely while strategizing their next playground acquisition. The removable lid clicks firmly into place, protecting against spills and hostile takeovers. Suitable for CEOs-in-training aged 6 months and up, this sippy cup is more than just a drinking vessel - it's an investment in your child's ambitious future.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFuture CEO Sippy Cup\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e6 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eMonths+\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Sleek, executive-inspired design\u003c\/p\u003e\n          \u003cp\u003e• Secure, removable lid to prevent boardroom spills\u003c\/p\u003e\n          \u003cp\u003e• Easy-grip shape perfect for little hands\u003c\/p\u003e\n          \u003cp\u003e• Dishwasher safe for busy executive parents\u003c\/p\u003e\n          \u003cp\u003e• Compact enough for any nappy bag briefcase\u003c\/p\u003e\n          \u003cp\u003e• Generous 1207 ml capacity\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Gamago\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Gamago Baby\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e LA1623\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810328020174\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e BPA-free plastic\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 1207 ml\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Dishwasher safe\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e8.5\u003c\/strong\u003e cm x \u003cstrong\u003e8.5\u003c\/strong\u003e cm x \u003cstrong\u003e11\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Gamago\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eGamago\u003c\/strong\u003e is a San Francisco-based design company known for creating fun, quirky, and innovative lifestyle products that bring joy to everyday items.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2001, Gamago has built a reputation for transforming ordinary household objects into conversation pieces with their unique blend of humor, functionality, and creative design.\u003c\/p\u003e\n          \u003cp\u003eThe company specializes in kitchenware, baby products, office supplies, and lifestyle accessories that combine practicality with playful concepts.\u003c\/p\u003e\n          \u003cp\u003eGamago's designs have been featured in numerous publications and have won several design awards for their ability to inject personality and whimsy into everyday objects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDevelopmental Benefits\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFine Motor Skills:\u003c\/strong\u003e The easy-grip design helps babies develop hand coordination and strengthens muscles as they learn to hold and drink from the cup independently.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTransition Skills:\u003c\/strong\u003e The sippy cup helps babies transition from bottle to regular cups, developing important self-feeding skills.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eIndependence:\u003c\/strong\u003e Using a sippy cup encourages self-reliance and confidence as babies learn to manage their own hydration needs.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCognitive Growth:\u003c\/strong\u003e The playful design stimulates imagination and introduces babies to symbolic play and humor concepts.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSocial Development:\u003c\/strong\u003e The humorous design can serve as a conversation starter, encouraging social interaction between parents, caregivers, and other children.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eCare Instructions\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDishwasher Use:\u003c\/strong\u003e Safe to clean in the top rack of the dishwasher.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHand Washing:\u003c\/strong\u003e Can also be washed by hand using warm, soapy water. Rinse thoroughly and allow to air dry.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAssembly\/Disassembly:\u003c\/strong\u003e The lid can be removed for thorough cleaning. Ensure all parts are completely dry before reassembling.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSterilizing:\u003c\/strong\u003e Not suitable for sterilizers or boiling water. Use dishwasher or hand washing only.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e Store in a clean, dry place when not in use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Gamago_Future_CEO_Sippy_Cup_Footer_Shopify.png?v=1735908755\" alt=\"Gamago Future CEO Sippy Cup Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Gamago","offers":[{"title":"Default Title","offer_id":41691010400279,"sku":"HG0114","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FutureCEOSippyCup1.png?v=1730279537"},{"product_id":"fisher-price-little-people-musical-christmas-train","title":"Fisher Price Little People Musical Christmas Train","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* TV Container styles *\/\n  .product-description .tv-container {\n    position: relative;\n    width: 600px;\n    margin: 50px auto;\n    max-width: 100%;\n  }\n\n  .product-description .tv-frame {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .video-container {\n    position: absolute;\n    z-index: 1;\n    \/* Desktop default positioning *\/\n    width: 420px;\n    height: 340px;\n    top: calc(50% - 170px);\n    left: calc(50% - 255px);\n  }\n\n  .product-description .video-container iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  \/* Mobile-specific adjustments *\/\n  @media (max-width: 768px) {\n    .product-description .tv-container {\n      margin: 30px auto;\n    }\n    \n    .product-description .video-container {\n      width: 72% !important;\n      height: 84% !important;\n      top: 8% !important;\n      left: 6% !important;\n    }\n  }\n\n  \/* Tablet adjustments - Slightly reduce width to move right side a fraction more left *\/\n  @media screen and (min-width: 500px) and (max-width: 1400px) and (orientation: landscape) {\n    .product-description .video-container {\n      width: 370px !important;\n      height: 280px !important;\n      top: calc(50% - 140px) !important;\n      left: calc(50% - 220px) !important;\n    }\n  }\n\n  \/* Alternative tablet query - portrait orientation *\/\n  @media screen and (min-width: 500px) and (max-width: 1400px) and (orientation: portrait) {\n    .product-description .video-container {\n      width: 370px !important;\n      height: 280px !important;\n      top: calc(50% - 140px) !important;\n      left: calc(50% - 220px) !important;\n    }\n  }\n\n  \/* Desktop-specific positioning - only for very large screens *\/\n  @media screen and (min-width: 1500px) {\n    .product-description .video-container {\n      width: 445px !important;\n      height: 340px !important;\n      top: calc(50% - 170px) !important;\n      left: calc(50% - 270px) !important;\n      border: none !important;\n      background-color: transparent !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px; \n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500; \/* Changed from bold to 500 for Oswald Medium *\/\n    font-family: 'Oswald', sans-serif; \/* Set to Oswald Medium *\/\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black; \/* Ensure accordion content is black *\/\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg alt=\"Little People Collector Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" class=\"logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e- \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0000; font-weight: bold;\" class=\"large-title\"\u003eFisher \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0000; font-weight: bold;\" class=\"large-title\"\u003ePrice\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #0066cc; font-weight: bold;\" class=\"large-title\"\u003eLittle \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0066cc; font-weight: bold;\" class=\"large-title\"\u003ePeople \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #9b2166; font-weight: bold;\" class=\"large-title\"\u003eMusical\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eChristmas \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eTrain\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eAll aboard for holiday cheer with the Little People Musical Christmas Train from Fisher-Price!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis push-along toy train features holly-jolly music, festive sounds, and fun surprises plus Santa, his elf and a reindeer to ride along. Toddlers can bring the holiday magic to life by rolling the train along or pressing down on the conductor's seat to activate the music, sounds and actions.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eColours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdiv class=\"tv-container\"\u003e\n      \u003cimg class=\"tv-frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Old_TV_Image.png?v=1739881305\" alt=\"Old TV\"\u003e\n      \n      \u003cdiv class=\"video-container\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/rXzrAMLSTEE\" title=\"YouTube video player\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #0039f3; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFisher Price Christmas Train\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eSanta Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eReindeer Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1+ \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYears\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/christmas\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL CHRISTMAS ITEMS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Fisher-Price Little People Toddler Toy Musical Christmas Train with Santa Elf \u0026amp; Reindeer Figures for Kids Ages 1+ Years\u003c\/p\u003e\n          \u003cp\u003e• Press the conductor's seat to hear festive tunes and sounds\u003c\/p\u003e\n          \u003cp\u003e• Roll the train along for fun actions in the train cars: teeter-totter rocks up \u0026amp; down and figure spins\u003c\/p\u003e\n          \u003cp\u003e• Includes a musical engine, 2 detachable train cars, plus 3 figures: Santa, his elf, and a reindeer\u003c\/p\u003e\n          \u003cp\u003e• Helps foster fine motor skills and encourages imaginative play \u0026amp; storytelling for toddlers and preschool kids ages 1 to 5 years old\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e Little People\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Type:\u003c\/strong\u003e Musical Christmas Train\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 910333\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 746775109400\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 1+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlayers:\u003c\/strong\u003e 1 or more\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e40\u003c\/strong\u003e cm x \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e9.5\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Battery operated (batteries not included)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Durable plastic construction\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Fisher-Price Little People\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eBrand Heritage:\u003c\/strong\u003e Fisher-Price Little People has been a beloved toy line for over 50 years, creating imaginative play experiences that help children develop important skills while having fun.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEducational Value:\u003c\/strong\u003e Little People toys are designed to foster creativity, storytelling, and social-emotional learning through hands-on play experiences that encourage children to explore their world.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSafety First:\u003c\/strong\u003e All Fisher-Price toys undergo rigorous safety testing to meet the highest standards, ensuring peace of mind for parents and safe play for children.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDevelopmental Benefits:\u003c\/strong\u003e Little People toys help develop fine motor skills, hand-eye coordination, and imaginative thinking while introducing concepts like cause and effect.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHoliday Tradition:\u003c\/strong\u003e The Christmas Train continues Fisher-Price's tradition of creating special holiday-themed toys that bring families together and create lasting memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eChristmas Fun Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eMusical Magic:\u003c\/strong\u003e Press the conductor's seat to activate festive Christmas tunes and holiday sounds that bring the Christmas spirit to life.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInteractive Movement:\u003c\/strong\u003e Roll the train along to see fun actions in each car - watch the teeter-totter rock up and down while figures spin around!\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eChristmas Characters:\u003c\/strong\u003e Includes beloved holiday figures including Santa Claus, his helpful elf, and a friendly reindeer ready for Christmas adventures.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eModular Design:\u003c\/strong\u003e Features a musical engine plus 2 detachable train cars that can be rearranged for different play configurations.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHoliday Storytelling:\u003c\/strong\u003e Perfect for creating Christmas stories and holiday adventures that spark imagination and seasonal excitement.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Musical_Christmas_Train_Shopify_Footer.jpg?v=1757152517\" alt=\"Fisher Price Little People Musical Christmas Train Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":43061979676695,"sku":"HG0780","price":99.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Musical_Christmas_Train_01.jpg?v=1757152844"},{"product_id":"fisher-price-will-grace-tv-series-little-people-collector-set","title":"Fisher Price - Will \u0026 Grace TV Series Little People Collector Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg alt=\"Little People Collector Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" class=\"logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e- \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eLittle \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003ePeople\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCollectors \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eSeries\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #7030a0; font-weight: bold;\" class=\"large-title\"\u003eWill \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #7030a0; font-weight: bold;\" class=\"large-title\"\u003e\u0026amp; \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #7030a0; font-weight: bold;\" class=\"large-title\"\u003eGrace \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eEdition\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px;\" class=\"content-section\"\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eWell well well. It's a giant leap for man-on-mankind, it's the special edition Little People Collector set celebrating the hit TV series, Will \u0026amp; Grace!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFans of the Emmy award-winning series can relive all their favourite moments with this collectible figure set, which features Will, Grace, Jack and Karen all reimagined in signature Little People style.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThe funny foursome arrives in a decorative window box package styled like Will and Grace's Manhattan apartment to make an excellent addition to your fan collection. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"padding-left: 20px;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWill Truman Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGrace Adler Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eJack McFarland Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eKaren Walker Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1+ \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYear\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- View All Button --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- Accordion Menu --\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• Special edition Little People Collector set celebrating the Emmy award-winning TV show\u003c\/p\u003e\n\u003cp\u003e• Features Will Truman, Grace Adler, Jack McFarland, and Karen Walker\u003c\/p\u003e\n\u003cp\u003e• Each figure styled in signature character look with authentic details\u003c\/p\u003e\n\u003cp\u003e• Decorative window box package styled like Will and Grace's Manhattan apartment\u003c\/p\u003e\n\u003cp\u003e• Fun hidden details for fans to discover throughout the packaging\u003c\/p\u003e\n\u003cp\u003e• Perfect for display in collections or as nostalgic home décor\u003c\/p\u003e\n\u003cp\u003e• Officially licensed Fisher-Price Little People Collector product\u003c\/p\u003e\n\u003cp\u003e• Celebrates the iconic friendship and hilarious moments from the series\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HVG54\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735203635\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 1+ years (Collector item - recommended for display)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box styled as Manhattan apartment\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e28\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e20\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Will \u0026amp; Grace\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eWill \u0026amp; Grace\u003c\/strong\u003e is an American sitcom that originally aired on NBC from 1998 to 2006, with a revival series from 2017 to 2020. The show follows the lives of gay lawyer Will Truman and interior designer Grace Adler, along with their flamboyant friend Jack McFarland and wealthy socialite assistant Karen Walker.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The series was groundbreaking for featuring gay principal characters and addressing LGBTQ+ issues with humour and heart. It received widespread critical acclaim and is credited with helping to change American attitudes toward the gay community.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAwards Success:\u003c\/strong\u003e Will \u0026amp; Grace won 18 Emmy Awards throughout its run, including Outstanding Comedy Series, and received numerous other accolades for its writing, acting, and cultural significance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e The show's witty dialogue, memorable catchphrases, and strong character dynamics have made it a beloved sitcom that continues to attract new fans through streaming platforms.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCharacter Chemistry:\u003c\/strong\u003e The dynamic between the four main characters - Will's sensibility, Grace's neuroses, Jack's exuberance, and Karen's sharp wit - created a perfect comedic ensemble that defined a generation of television comedy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eWill Truman:\u003c\/strong\u003e Played by Eric McCormack, Will is a successful gay lawyer living in New York City. He's the straight man (pun intended) of the group, known for his wit, loyalty, and occasional uptightness. Despite his reserved nature, he's deeply caring and serves as the emotional anchor for his friends.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGrace Adler:\u003c\/strong\u003e Portrayed by Debra Messing, Grace is a talented interior designer with a neurotic personality and hopeless romantic streak. She's Will's best friend since college, and their relationship forms the emotional core of the series. Her quirky behaviour and relationship struggles provide much of the show's heart.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eJack McFarland:\u003c\/strong\u003e Sean Hayes brought to life Jack, the flamboyant, eternally optimistic actor and Will's friend. Jack's over-the-top personality, theatrical aspirations, and hilarious antics make him one of TV's most memorable comedy characters. His catchphrases and physical comedy became iconic.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKaren Walker:\u003c\/strong\u003e Megan Mullally's Karen is Grace's wealthy, pill-popping, martini-loving assistant who rarely works but always steals the scene. Her sharp tongue, outrageous behaviour, and complicated relationship with her much older husband provided some of the show's biggest laughs and most quotable lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series reimagines beloved pop culture icons, television shows, and cultural moments in the classic Little People style that generations have grown up with.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While Little People traditionally target young children, the Collector series is designed for adult fans who want to celebrate their favourite shows and characters in a fun, nostalgic format.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDisplay Quality:\u003c\/strong\u003e Each set features premium packaging designed for display, with attention to detail that honours both the Little People aesthetic and the source material being celebrated.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLimited Editions:\u003c\/strong\u003e Collector sets often become sought-after items, with certain releases appreciating in value over time as fans rush to complete their collections.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e These sets make excellent gifts for fans of the original shows, combining childhood nostalgia with adult appreciation for quality television and pop culture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930 in East Aurora, New York, Fisher-Price has been creating quality toys for nearly a century, becoming one of the world's most trusted names in children's products.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLittle People Legacy:\u003c\/strong\u003e Introduced in 1950, Little People have been a cornerstone of Fisher-Price's product line for over 70 years. Originally wooden peg figures, they've evolved into the colourful, chunky figures known today.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring that every product meets or exceeds industry requirements whilst providing engaging play experiences.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The company has consistently adapted to changing times whilst maintaining its core values, expanding from classic toys to include modern licenses and collector-focused products.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Fisher-Price toys, particularly Little People, are often passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eDisplay Options:\u003c\/strong\u003e Keep figures in original packaging for maximum collectible value, or remove for closer display. The decorative box is designed to showcase the figures even when closed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackaging Details:\u003c\/strong\u003e The Manhattan apartment-styled window box includes hidden details that fans of the show will appreciate, making the packaging itself a collectible piece.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e If removed from packaging, store figures in a cool, dry place away from direct sunlight to prevent colour fading and material degradation.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If needed, gently wipe figures with a slightly damp cloth. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Consider displaying alongside other Little People Collector sets to create a comprehensive pop culture display celebrating your favourite shows and characters.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eValue Preservation:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact will help preserve its value for serious collectors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca href=\"https:\/\/hectic.gifts\/pages\/contact\" rel=\"noopener noreferrer\" style=\"color: #0066cc; text-decoration: underline;\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg alt=\"Little People Will \u0026amp; Grace Collector Edition Footer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Will_Grace_Collectors_Edition_Shopify_Footer.jpg?v=1758874297\" class=\"footer-image\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":43469697548311,"sku":"HG0943","price":59.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleWill_GraceCollectorsSet1.jpg?v=1758874373"},{"product_id":"fisher-price-superman-little-people-collector-set","title":"Fisher Price - Superman Little People Collector Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollector \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0047AB; font-weight: bold;\"\u003eSuperman \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #DC143C; font-weight: bold;\"\u003eThrough \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #DC143C; font-weight: bold;\"\u003eThe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #DC143C; font-weight: bold;\"\u003eAges\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eLike Kryptonite, this Little People Collector Superman Through the Ages set will make fans weak in the knees.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eCelebrate your love for the Man of Steel with this special edition figure set featuring 4 iconic Superman looks reimagined in signature Little People style. This collectable set captures some of fans' most favourite moments from the DC Super Hero's history, including his first appearance in classic blue and red, to his dark recovery suit following the Death of Superman storyline, to an older weary Superman, and his memorable electric transformation.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative package inspired by the comic book covers, this Little People Collector set is the perfect addition to any Superman fan's collection. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eGolden Age Superman Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eBlack Suit Superman Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eKingdom Come Superman Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eSuperman Blue Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYear\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating iconic Superman moments\u003c\/p\u003e\n          \u003cp\u003e• Four authentic Superman variants representing different comic book eras\u003c\/p\u003e\n          \u003cp\u003e• Golden Age Superman in classic blue and red costume\u003c\/p\u003e\n          \u003cp\u003e• Black Suit Superman from the Death of Superman recovery storyline\u003c\/p\u003e\n          \u003cp\u003e• Kingdom Come Superman representing an older, weary Man of Steel\u003c\/p\u003e\n          \u003cp\u003e• Superman Blue featuring his memorable electric transformation\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall in signature Little People style\u003c\/p\u003e\n          \u003cp\u003e• Decorative package inspired by iconic comic book covers\u003c\/p\u003e\n          \u003cp\u003e• Perfect for display in collections or as nostalgic home décor\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JFD63\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735294480\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 1+ years (Collector item - recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative box inspired by comic book covers\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e28\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e20\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Superman\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eSuperman\u003c\/strong\u003e is one of the most iconic superheroes in comic book history, created by writer Jerry Siegel and artist Joe Shuster. First appearing in Action Comics #1 in 1938, Superman established many of the conventions of the superhero genre and remains a cultural icon nearly 90 years later.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Man of Steel:\u003c\/strong\u003e Born Kal-El on the planet Krypton, Superman was sent to Earth as an infant before his home world's destruction. Raised as Clark Kent in Smallville, Kansas, he uses his extraordinary powers to fight for truth, justice, and a better tomorrow.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Superman has transcended comic books to become a symbol of hope and heroism in popular culture. His iconic \"S\" shield is one of the most recognisable symbols worldwide, representing strength, compassion, and unwavering moral principles.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEvolution Through Ages:\u003c\/strong\u003e Over decades of publication, Superman has evolved through different artistic and narrative interpretations, from the Golden Age's simple heroics to modern complex storytelling that explores what it means to be both human and god-like.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e Superman continues to inspire new generations through comics, films, television, and merchandise, proving that the simple concept of a hero who chooses to do good remains timelessly powerful.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Superman Variants\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eGolden Age Superman:\u003c\/strong\u003e The original Superman from Action Comics #1 (1938), featuring the classic blue suit with red cape, trunks, and boots, along with the iconic yellow and red \"S\" shield. This version represents Superman's debut and the birth of the superhero genre, establishing the template that countless heroes would follow.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBlack Suit Superman:\u003c\/strong\u003e Following the epic \"Death of Superman\" storyline (1992-1993), Superman returned wearing a black recovery suit with a silver shield. This costume symbolised his resurrection and healing period, becoming one of the most memorable visual changes in comic book history and representing themes of death, rebirth, and renewal.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eKingdom Come Superman:\u003c\/strong\u003e From Mark Waid and Alex Ross's acclaimed 1996 graphic novel \"Kingdom Come,\" this version shows an older, greyer Superman who has become disillusioned with humanity. His modified costume and weathered appearance represent a darker, more complex take on the character, exploring themes of legacy, responsibility, and hope in a morally ambiguous world.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSuperman Blue:\u003c\/strong\u003e During 1997-1998, Superman gained electricity-based powers and wore a striking blue and white containment suit. This dramatic transformation, whilst controversial, represented one of the boldest reimaginings of the character. Superman Blue showcases the character's ability to evolve and adapt whilst maintaining his core heroic values.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e Whilst traditional Little People toys target young children, the Collector series is specifically designed for adult fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInvestment Quality:\u003c\/strong\u003e Limited edition collector sets often appreciate in value over time, particularly special editions featuring iconic characters like Superman.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eSuperman's Comic Legacy\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eBirth of a Genre:\u003c\/strong\u003e Superman's debut in Action Comics #1 (1938) didn't just introduce a character—it created the superhero genre. His success spawned countless imitators and established the visual and narrative conventions that define superhero comics to this day.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGolden Age Foundation:\u003c\/strong\u003e During the Golden Age of Comics (1938-1956), Superman established himself as the template for superhero stories, combining extraordinary powers with a strong moral compass and dual identity. These early stories laid the groundwork for decades of storytelling.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDeath of Superman:\u003c\/strong\u003e The 1992 storyline \"The Death of Superman\" became a cultural phenomenon, with mainstream media coverage and collectors rushing to buy copies. Superman's battle with Doomsday and subsequent death proved that even the most invincible hero could face genuine stakes.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eKingdom Come Era:\u003c\/strong\u003e Alex Ross and Mark Waid's \"Kingdom Come\" (1996) presented a mature, contemplative take on Superman's future, exploring what happens when heroes age and the world becomes more morally complex. This critically acclaimed work elevated superhero comics to literature.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eModern Interpretations:\u003c\/strong\u003e Superman continues to evolve in comics, with contemporary writers exploring his immigrant identity, the responsibilities of power, and what it means to be a symbol of hope in complex times.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that children who grew up with Little People are now adults who appreciate nostalgic, well-crafted collectibles.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative package is designed to showcase the figures whilst remaining sealed, with comic book-inspired artwork throughout that rewards close examination.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to represent different eras of Superman's history or displayed alongside other DC memorabilia.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets to create a comprehensive pop culture collection celebrating your favourite films and shows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Superman_Collector_Series_Shopify_Footer.jpg?v=1758898529\" alt=\"Little People Superman Through The Ages Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":43470583169047,"sku":"HG0947","price":59.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleSupermanCollectorsEdition1.jpg?v=1758899248"},{"product_id":"fisher-price-little-people-harry-potter-and-the-order-of-the-phoenix-collector","title":"Fisher Price Little People Harry Potter and The Order of the Phoenix Collector","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollector \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003eHarry \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003ePotter \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003eand \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003ethe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003eOrder \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003eof \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003eThe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7f160e; font-weight: bold;\"\u003ePhoenix\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eWitches, wizards, and Muggle fans alike can relive their favourite moments from Harry's 5th year at Hogwarts with this special edition Little People Collector set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eCelebrating the 5th movie in the series, Harry Potter and the Order of the Phoenix, this commemorative figure set recreates Harry Potter, Alastor 'Mad-Eye' Moody, Dolores Umbridge and Harry's stag Patronus in signature Little People style with each character's iconic look from the film.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFans will love displaying the decorative window box package, which features memorable locations from the movie, including Number 12 Grimmauld Place and the Room of Requirement, plus fun hidden details to explore.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eColours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eHarry Potter Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eAlastor 'Mad-Eye' Moody Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eDolores Umbridge Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eHarry's Stag Patronus Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYear\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector celebrating the 5th film in the series, Harry Potter and the Order of the Phoenix\u003c\/p\u003e\n          \u003cp\u003e• Includes 4 characters from the film: Harry Potter, Alastor 'Mad-Eye' Moody, Dolores Umbridge, and Harry's stag Patronus\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and is styled in the character's memorable look\u003c\/p\u003e\n          \u003cp\u003e• Patronus figure is designed in translucent plastic to mimic the creature's ethereal presence\u003c\/p\u003e\n          \u003cp\u003e• Decorative window box package features familiar locations from the movie, including the Room of Requirement \u0026amp; Number 12 Grimmauld Place\u003c\/p\u003e\n          \u003cp\u003e• Perfect for display in collections or as nostalgic home décor\u003c\/p\u003e\n          \u003cp\u003e• The magic continues with more Little People Collector Harry Potter figure sets to expand your collection! (Each sold separately \u0026amp; subject to availability.)\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JDG32\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735283316\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 1+ years (Collector item - recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box featuring locations from the film\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e18\u003c\/strong\u003e cm x \u003cstrong\u003e11\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Harry Potter and the Order of the Phoenix\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Fifth Film:\u003c\/strong\u003e Harry Potter and the Order of the Phoenix (2007) is the fifth instalment in the beloved Harry Potter film series, based on J.K. Rowling's 2003 novel of the same name. The film marked a darker turn in the series as Harry faced new challenges in his fifth year at Hogwarts.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e Following Voldemort's return, Harry finds himself increasingly isolated as the Ministry of Magic refuses to believe the Dark Lord has returned. The tyrannical Dolores Umbridge is installed at Hogwarts, leading Harry to form Dumbledore's Army to secretly teach his fellow students defensive magic.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eKey Characters in This Set:\u003c\/strong\u003e This collector set features four pivotal characters from the film. Harry Potter leads his peers in resistance against Umbridge's oppressive regime. Alastor 'Mad-Eye' Moody, a legendary Auror and member of the Order of the Phoenix, represents the fight against dark forces. Dolores Umbridge embodies bureaucratic tyranny. Harry's stag Patronus represents hope and protection against darkness.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The Order of the Phoenix explored themes of resistance, leadership, and the importance of standing up against injustice, resonating with audiences worldwide and cementing Harry Potter's place as a cultural phenomenon.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e Whilst traditional Little People toys target young children, the Collector series is specifically designed for adult fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInvestment Quality:\u003c\/strong\u003e Limited edition collector sets often appreciate in value over time, particularly special editions featuring iconic properties like Harry Potter.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eHarry Potter:\u003c\/strong\u003e The Boy Who Lived returns for his fifth year at Hogwarts, where he must navigate not only the return of Voldemort but also the Ministry's denial and persecution. Harry emerges as a leader, forming Dumbledore's Army to teach his fellow students how to defend themselves.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAlastor 'Mad-Eye' Moody:\u003c\/strong\u003e A legendary Auror and founding member of the Order of the Phoenix, Moody is known for his magical eye, his paranoia (which has kept him alive), and his unwavering dedication to fighting dark wizards. His motto \"Constant vigilance!\" reflects his battle-hardened wisdom.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDolores Umbridge:\u003c\/strong\u003e The Senior Undersecretary to the Minister of Magic who becomes Hogwarts High Inquisitor, Umbridge represents bureaucratic evil hiding behind a facade of sweetness. Her pink cardigans and kitten plates mask a cruel and power-hungry nature that makes her one of the series' most despised villains.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHarry's Stag Patronus:\u003c\/strong\u003e Harry's Patronus takes the form of a stag, the same form as his father James Potter's Animagus. The Patronus represents Harry's happiest memories and his connection to his parents, serving as a powerful shield against Dementors and symbolising hope in the darkest times.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Harry_Potter_and_the_Order_of_The_Phoenix_Collectors_Edition_Shopify_Footer_b2da7aa9-51f7-4292-8a0c-39a0aa15469b.jpg?v=1761056693\" alt=\"Little People Harry Potter and the Order of the Phoenix Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":43541933096983,"sku":"HG0957","price":69.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Harry_Potter_and_the_Order_of_The_Phoenix_Collectors_Set_1.jpg?v=1761057453"},{"product_id":"new-fisher-price-little-people-peanuts-a-charlie-brown-christmas-collector-set","title":"NEW Fisher Price - Little People Peanuts A Charlie Brown Christmas Collector Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n    word-spacing: 2px;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important; \/* Force all main body copy to be black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important;\n    margin-bottom: 10px;\n  }\n  \n  \/* View All Button Styles *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e - \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle People\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollector Series\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003ePeanuts\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #a7502d; font-weight: bold;\"\u003eA\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2663a6; font-weight: bold;\"\u003e Charlie Brown\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #a7502d; font-weight: bold;\"\u003e Christmas\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eRemember what the holidays are all about with the Peanuts gang and this special edition Little People Collector A Charlie Brown Christmas set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eInspired by the iconic 1965 animated special, this collectable set features Charlie Brown, his dog Snoopy, Lucy Van Pelt and her brother Linus, all reimagined in signature Little People style.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package styled with festive imagery and hidden details from the special, this Little People Collector set is a great addition to your holiday display.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eColours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eCharlie Brown Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eLucy van Pelt Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eLinus van Pelt Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eSnoopy Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYear\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the iconic 1965 animated TV special, A Charlie Brown Christmas\u003c\/p\u003e\n          \u003cp\u003e• Includes Charlie Brown in his winter attire holding an ornament, Snoopy in a festive hat, Lucy Van Pelt holding her nickel jar, and Linus Van Pelt holding his blanket\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and features signature Little People styling\u003c\/p\u003e\n          \u003cp\u003e• Display your fandom! This collectable set arrives in a decorative window box package featuring memorable imagery from the special\u003c\/p\u003e\n          \u003cp\u003e• Perfect for display in collections or as nostalgic home décor\u003c\/p\u003e\n          \u003cp\u003e• Great for grown-ups, Peanuts fans, and collectors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eSpecifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Little People Collector Peanuts A Charlie Brown Christmas\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JFD78\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735294367\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e1+\u003c\/strong\u003e year (Collector item - recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box with festive imagery and hidden details\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e22\u003c\/strong\u003e cm x \u003cstrong\u003e12.5\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout A Charlie Brown Christmas\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eA Charlie Brown Christmas\u003c\/strong\u003e is a 1965 animated television special based on the comic strip Peanuts by Charles M. Schulz. The special tells the story of Charlie Brown's search for the true meaning of Christmas whilst directing a Christmas play and selecting a Christmas tree.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHoliday Classic Status:\u003c\/strong\u003e The special has become an enduring holiday tradition, airing on television every year since its debut. Its gentle message about the commercialisation of Christmas and the importance of simple pleasures has resonated with audiences for nearly six decades.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The special introduced audiences to the now-iconic Vince Guaraldi jazz soundtrack, including \"Linus and Lucy\" and \"Christmas Time Is Here.\" The sparse, scraggly Christmas tree that Charlie Brown selects has become a symbol of finding beauty in imperfection.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMemorable Moments:\u003c\/strong\u003e Linus's recitation of the Nativity story from the Gospel of Luke, Snoopy's decorated doghouse contest entry, and the transformation of Charlie Brown's little tree have become defining moments of television history.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e A Charlie Brown Christmas won Emmy and Peabody Awards and continues to be beloved by multiple generations, teaching valuable lessons about kindness, friendship, and the true meaning of the holidays.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eCharlie Brown:\u003c\/strong\u003e The loveable underdog and eternal optimist despite constant disappointments. In this set, Charlie Brown appears in his winter attire holding a Christmas ornament, representing his role as director of the Christmas play and his quest to find the perfect tree. His perseverance and good heart make him the emotional centre of the special.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSnoopy:\u003c\/strong\u003e Charlie Brown's imaginative and independent-minded beagle. In this set, Snoopy wears a festive hat, ready to participate in the holiday celebrations. In the special, Snoopy decorates his doghouse for a neighbourhood display contest, adding comic relief whilst also showing his creative spirit.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLucy Van Pelt:\u003c\/strong\u003e The bossy, opinionated friend who nevertheless has Charlie Brown's best interests at heart. This figure shows Lucy holding her psychiatric help nickel jar, referencing her famous \"The Doctor Is In\" booth where she dispenses advice for five cents. Despite her tough exterior, Lucy genuinely wants to help Charlie Brown feel better.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLinus Van Pelt:\u003c\/strong\u003e Lucy's younger brother and Charlie Brown's best friend, known for carrying his security blanket everywhere. In the special's most moving scene, Linus explains the true meaning of Christmas by reciting from the Gospel of Luke. This figure shows Linus with his inseparable blanket, representing comfort, wisdom, and innocence.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e Whilst traditional Little People toys target young children, the Collector series is specifically designed for adult fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInvestment Quality:\u003c\/strong\u003e Limited edition collector sets often appreciate in value over time, particularly special editions featuring iconic holiday classics like A Charlie Brown Christmas.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003ePeanuts Legacy\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eCharles M. Schulz:\u003c\/strong\u003e The creator of Peanuts, Charles M. Schulz wrote and illustrated the comic strip for nearly 50 years, from 1950 to 2000. His gentle humour and profound observations about childhood, friendship, and life made Peanuts one of the most influential comic strips in history.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Phenomenon:\u003c\/strong\u003e At its peak, Peanuts appeared in over 2,600 newspapers with a readership of 355 million in 75 countries. The characters have been translated into 21 languages and have appeared in countless adaptations, merchandise, and cultural references.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTimeless Themes:\u003c\/strong\u003e Schulz's work explored universal themes of anxiety, disappointment, hope, and kindness through the lens of childhood. His characters dealt with real emotions and situations that resonated with both children and adults.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHoliday Specials:\u003c\/strong\u003e Beyond A Charlie Brown Christmas, Peanuts holiday specials including It's the Great Pumpkin, Charlie Brown and A Charlie Brown Thanksgiving became annual television traditions that continue to air decades later.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Impact:\u003c\/strong\u003e The Peanuts characters remain cultural icons, appearing on everything from NASA spacecraft to museum exhibitions, demonstrating the lasting impact of Schulz's gentle wisdom and artistic vision.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that children who grew up with Little People are now adults who appreciate nostalgic, well-crafted collectibles.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative window box is designed to showcase the figures whilst remaining sealed, with festive imagery and hidden details throughout that reward close examination.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to recreate favourite scenes from the special or displayed alongside other Peanuts memorabilia.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets to create a comprehensive pop culture collection celebrating your favourite films and shows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Peanuts_A_Charlie_Brown_Christmas_Collectors_Edition_Shopify_Footer.jpg?v=1765702649\" alt=\"Little People Peanuts A Charlie Brown Christmas Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":44101556305943,"sku":"HG090560","price":69.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeoplePeanutsACharlieBrownChristmasCollectorsEdition1.jpg?v=1765703681"},{"product_id":"new-fisher-price-cutest-chef-gift-set","title":"NEW - Fisher Price Cutest Chef Gift Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n    word-spacing: 2px;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important; \/* Force all main body copy to be black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important;\n    margin-bottom: 10px;\n  }\n  \n  \/* View All Button Styles *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Logo_0b2f15ce-9853-4218-8030-1ca06272867d.png?v=1765861306\" alt=\"Fisher-Price Logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e - \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eFisher-Price\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eCutest Chef Gift Set\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eThe noodles are al dente. The meatball well seasoned. But this oven mitt, now that's delicioso!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWith the Fisher-Price Cutest Chef Gift Set, your baby is the boss of the kitchen. This 4-piece set of cooking-themed infant toys includes a crinkle recipe card, play tongs with a meatball spinner, a chewy oven mitt teether, and a wearable chef's apron bib—great for meal time and for critiquing the line cook's mise en place.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eChef's Apron Bib\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eOven Mitt Teether\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePlay Tongs with Meatball Spinner\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eCrinkle Recipe Card\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e3+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/baby-toys\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL BABY TOYS \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• \u003cstrong\u003e4-Piece Cooking Set:\u003c\/strong\u003e Complete set of cooking-themed infant toys to help keep baby entertained at home or when dining out\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMachine-Washable Bib:\u003c\/strong\u003e Chef's apron bib helps keep baby clean at meal time and can be easily washed\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eBPA-Free Teether:\u003c\/strong\u003e Oven mitt designed specifically for teething babies, safe and soothing for sore gums\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSensory Stimulation:\u003c\/strong\u003e Crinkle recipe card and tongs with meatball spinner provide hands-on sensory play\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSafe Materials:\u003c\/strong\u003e BPA-free construction ensures safe play for your little chef\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePortable Entertainment:\u003c\/strong\u003e Perfect size for taking along to restaurants or visits with family\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eEarly Development:\u003c\/strong\u003e Encourages hand-eye coordination, fine motor skills, and imaginative play from 3 months and older\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eSpecifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Fisher-Price Cutest Chef Gift Set\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e GJD48\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 887961809589\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Pieces:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e3+\u003c\/strong\u003e months\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e BPA-free plastic, fabric (machine-washable bib)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Bib is machine-washable; wipe other pieces clean with damp cloth\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSet Includes:\u003c\/strong\u003e Chef's apron bib, oven mitt teether, play tongs with meatball spinner, crinkle recipe card\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e31\u003c\/strong\u003e cm x \u003cstrong\u003e28\u003c\/strong\u003e cm x \u003cstrong\u003e7\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDevelopmental Benefits\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFine Motor Skills:\u003c\/strong\u003e Grasping the tongs, manipulating the meatball spinner, and handling the crinkle card all help develop hand strength and coordination essential for future skills like writing and self-feeding.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSensory Development:\u003c\/strong\u003e The variety of textures—crinkly fabric, smooth plastic, soft teether—provides rich sensory experiences that help babies understand their world through touch and sound.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTeething Relief:\u003c\/strong\u003e The BPA-free oven mitt teether provides safe relief for sore gums during the teething process, with a shape that's easy for little hands to hold.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCause and Effect:\u003c\/strong\u003e The meatball spinner teaches babies that their actions have results, an important cognitive milestone as they learn to interact with their environment.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eImaginative Play:\u003c\/strong\u003e Even at a young age, babies begin to understand pretend play. These cooking-themed toys lay the foundation for more complex imaginative play as they grow.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSocial Development:\u003c\/strong\u003e Using these toys during family meals helps babies feel included in dining experiences, fostering social connections and mealtime routines.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Details\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eChef's Apron Bib:\u003c\/strong\u003e This wearable bib features adorable chef's apron styling that makes mealtime fun whilst keeping baby's clothes clean. The bib is machine-washable for easy cleaning after messy meals.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOven Mitt Teether:\u003c\/strong\u003e Designed specifically for teething babies, this BPA-free oven mitt provides safe, soothing relief for sore gums. The textured surface and easy-grip shape make it perfect for little hands.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlay Tongs with Meatball Spinner:\u003c\/strong\u003e These baby-safe tongs feature a spinning meatball that captivates baby's attention and encourages reaching and grasping. The spinner rewards baby's manipulation with movement and sound.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCrinkle Recipe Card:\u003c\/strong\u003e This soft, crinkly card makes satisfying sounds when touched, providing auditory stimulation that babies find fascinating. The contrasting patterns also support visual development.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePortable Design:\u003c\/strong\u003e All pieces are lightweight and perfectly sized for little hands, making them ideal for taking along to restaurants, visits with family, or anywhere you need to keep baby entertained.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eMealtime Made Fun\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eRestaurant Ready:\u003c\/strong\u003e Dining out with a baby can be challenging, but this portable set provides engaging entertainment that keeps little ones occupied whilst waiting for food or during family meals.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFamily Inclusion:\u003c\/strong\u003e The cooking theme helps babies feel like part of family cooking and dining activities, even before they can actively participate in meal preparation.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePositive Associations:\u003c\/strong\u003e Using fun, engaging toys during mealtime helps create positive associations with eating and dining experiences, which can support healthy eating habits as baby grows.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDistraction-Free Feeding:\u003c\/strong\u003e For babies who are easily distracted during feeding, having special mealtime toys can help establish a routine and create focus during eating times.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eClean-Up Made Easy:\u003c\/strong\u003e The machine-washable bib and wipe-clean toys make post-meal cleanup simple and stress-free for busy parents.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Quality\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eTrusted Brand:\u003c\/strong\u003e Fisher-Price has been creating quality toys for nearly a century, with a reputation for safety, durability, and developmental appropriateness that parents worldwide trust.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSafety Standards:\u003c\/strong\u003e All Fisher-Price products meet or exceed rigorous safety standards. This set is BPA-free and designed specifically for the developmental stage of infants 3 months and older.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThoughtful Design:\u003c\/strong\u003e Every element of this set has been carefully designed with baby's development in mind, from the easy-grip shapes to the varied textures and sounds.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDurability:\u003c\/strong\u003e Fisher-Price toys are built to withstand the rigours of baby play, including dropping, throwing, and chewing—behaviours that are normal and important for infant development.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge-Appropriate:\u003c\/strong\u003e The Cutest Chef Gift Set is specifically designed for babies 3 months and older, with features that match the developmental capabilities and interests of this age group.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eGift Giving\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePerfect Baby Gift:\u003c\/strong\u003e This complete set makes an excellent gift for baby showers, first birthdays, or welcoming a new baby. The cooking theme is unique and charming whilst being genuinely useful.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReady to Gift:\u003c\/strong\u003e The set comes beautifully packaged and ready for gift giving, eliminating the need for additional wrapping or preparation.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePractical and Fun:\u003c\/strong\u003e Unlike toys that only provide entertainment, this set combines fun with functionality—the bib serves a practical purpose whilst the other pieces engage and delight.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFirst Toy Set:\u003c\/strong\u003e For new parents, this makes an excellent first themed toy set, introducing baby to the concept of coordinated play items around a specific theme.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAffordable Quality:\u003c\/strong\u003e The Cutest Chef Gift Set offers exceptional value, providing four distinct play items at a price point accessible to most gift-givers.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUniversal Appeal:\u003c\/strong\u003e Cooking and food are universal experiences, making this set appropriate for families of all backgrounds and cultures.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eCare \u0026amp; Safety\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning Instructions:\u003c\/strong\u003e The chef's apron bib is machine-washable for easy care. Other pieces can be wiped clean with a damp cloth and mild soap. Allow all pieces to air dry completely before use.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSafety Inspection:\u003c\/strong\u003e Regularly inspect all pieces for signs of wear, tears, or damage. Discontinue use if any piece shows damage that could create a safety hazard.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eChoking Hazard Warning:\u003c\/strong\u003e Whilst designed for babies 3 months and older, always supervise play. Ensure all pieces remain intact and in good condition.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store in a clean, dry place when not in use. Keeping pieces together helps maintain the complete set and makes them easy to find for mealtime or outings.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBPA-Free Assurance:\u003c\/strong\u003e All plastic components are BPA-free, meeting current safety standards for products intended for use by infants and young children.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Cutest_Chef_Gift_Set_Footer_Shopify.jpg?v=1765861789\" alt=\"Fisher-Price Cutest Chef Gift Set Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":44105646276631,"sku":"HG090563","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher-PriceCutestChefGiftSet1.jpg?v=1765861802"},{"product_id":"new-fisher-price-fidget-activity-view-master-toy","title":"NEW Fisher-Price Fidget Activity View-Master Toy","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFisher-Price Fidget Activity View-Master Toy\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@500\u0026amp;family=Rubik\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n    word-spacing: 2px;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important; \/* Force all main body copy to be black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px; \n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', Arial, sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Logo_0b2f15ce-9853-4218-8030-1ca06272867d.png?v=1765861307\" alt=\"Fisher-Price Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e- \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eFisher-Price\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #203864; font-weight: bold;\" class=\"large-title\"\u003eFidget \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #203864; font-weight: bold;\" class=\"large-title\"\u003eActivity\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eView-Master \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eToy\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-top: 50px;\" class=\"content-section\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eThe iconic Fisher-Price View-Master has been reimagined as a fidget activity toy to keep your baby's hands busy with skill-building fun all playtime long!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThe Fidget Activity Viewer features a lever to pull to get the \"photo\" disc spinning around, just like the original toy, plus a colourful bead bar and mirror for additional sensory play.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAs little ones explore the engaging activities, important skills like dexterity and hand-eye coordination are being fostered. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFisher-Price Fidget Activity View-Master Toy\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e6+ \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eMonths\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/baby-toys\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL BABY TOYS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• \u003cstrong\u003eInspired by the Classic View-Master:\u003c\/strong\u003e Fidget activity toy for babies inspired by the classic Fisher-Price View-Master toy\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eInteractive Spinning Disc:\u003c\/strong\u003e Pull the lever or bat the \"photo\" disc to see it spin around – just like the original toy!\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eColourful Bead Bar:\u003c\/strong\u003e Slide the beads around the bead bar for fine motor skill development\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eShiny Mirror:\u003c\/strong\u003e Shiny mirror encourages visual skill development and self-discovery\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSkill Development:\u003c\/strong\u003e This toy helps foster fine motor skills, sensory skills, and introduces the fun of cause \u0026amp; effect for babies and toddlers ages 6 months and older\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Fidget Activity View-Master Toy\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKD58\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735347278\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 6+ Months\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e9.5\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e Spinning disc, bead bar, mirror\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Colours and decorations may vary\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout View-Master\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eA Classic Reimagined.\u003c\/strong\u003e The View-Master has been an iconic toy for generations, originally created in 1939 as a 3D viewing device that transported children to different worlds through stereoscopic images.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEvolution of Play.\u003c\/strong\u003e This fidget activity toy pays homage to the original View-Master while introducing modern sensory play elements that support early childhood development.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price Legacy.\u003c\/strong\u003e As part of the Fisher-Price family, this reimagined View-Master carries on the tradition of creating toys that help babies and toddlers reach developmental milestones through play.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Fisher-Price\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price\u003c\/strong\u003e is a beloved toy brand that has been creating quality products for children since 1930. With nearly a century of experience, Fisher-Price understands what children need at every stage of development.\u003c\/p\u003e\n          \u003cp\u003eThe company's mission is to help parents give their children the best possible start in life by creating toys that encourage learning through play. Every Fisher-Price toy is designed with careful attention to safety, durability, and developmental value.\u003c\/p\u003e\n          \u003cp\u003eFrom classic toys that have delighted generations to innovative new products that reflect modern understanding of child development, Fisher-Price continues to be a trusted name in children's toys worldwide.\u003c\/p\u003e\n          \u003cp\u003eThe brand's commitment to quality and child development has made it a favourite among parents, caregivers, and educators for introducing babies and toddlers to the joys of discovery, imagination, and learning through play.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Baby_Toy_Fidget_View-Master_Shopify_Footer.jpg?v=1768287536\" alt=\"Fisher-Price Fidget Activity View-Master Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":44170658676759,"sku":"HG090572","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceBabyToyFidgetView-Master1.jpg?v=1768287554"},{"product_id":"new-fisher-price-little-people-mighty-morphin-power-rangers-collectors-set","title":"NEW Fisher Price - Little People Mighty Morphin Power Rangers Collectors Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Fisher-Price Little People Collector Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eFisher-Price\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2663a6; font-weight: bold;\"\u003eMighty \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2663a6; font-weight: bold;\"\u003eMorphin\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7a6daa; font-weight: bold;\"\u003ePower \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7a6daa; font-weight: bold;\"\u003eRangers\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eEdition \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSet\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eIt's Morphin' Time!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eGreen Ranger Tommy holds the character's signature Dragon Dagger.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eEach figure is styled with the Ranger's colourful armour and Power Morpher.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePowerful being Zordon is depicted on package in a convex tube representing the Power Chamber.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eOwn Your Fandom\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eShowcase your pop culture obsession with Little People Collector sets from Fisher-Price. From cult-classic films and award-winning television series to iconic music, sports and cultural phenomena, each collectable figure pack presents a window into a unique world where your favourite superstar squads are brought to life in signature Little People style. Intricately designed for fans, by fans, Little People Collector sets bring memorable moments to life – for the kid in all of us.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"padding-left: 20px;\"\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eTommy Figurine (Green Ranger)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eJason Figurine (Red Ranger)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eKimberly Figurine (Pink Ranger)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eTrini Figurine (Yellow Ranger)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eBilly Figurine (Blue Ranger)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eZack Figurine (Black Ranger)\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1+ \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYear\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- View All Button --\u003e\n\u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- Accordion Menu --\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• Special edition Little People Collector set celebrating the popular 1990s series, Mighty Morphin Power Rangers\u003c\/p\u003e\n\u003cp\u003e• Includes 6 figures styled like the original Power Rangers team: Tommy (Green), Jason (Red), Kimberly (Pink), Trini (Yellow), Billy (Blue) and Zack (Black)\u003c\/p\u003e\n\u003cp\u003e• Each figure stands over 2.5 inches tall and is styled with the character's iconic armour with Zord-themed helmet and Power Morpher belt\u003c\/p\u003e\n\u003cp\u003e• Green Ranger Tommy features his signature Dragon Dagger weapon\u003c\/p\u003e\n\u003cp\u003e• Display your fandom! Set arrives in a decorative window box package featuring Zordon, Alpha 5, and the team's Command Centre\u003c\/p\u003e\n\u003cp\u003e• Perfect for adults, Power Rangers fans, and collectors of 1990s nostalgia\u003c\/p\u003e\n\u003cp\u003e• Complete original team lineup from the first season of the groundbreaking series\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JDG29\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735283361\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 6 (Complete original team)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 1+ years (Collector item - recommended for display)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAccessories:\u003c\/strong\u003e Dragon Dagger for Green Ranger\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box featuring Command Centre with Zordon and Alpha 5\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e22\u003c\/strong\u003e cm x \u003cstrong\u003e12.5\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Mighty Morphin Power Rangers\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eMighty Morphin Power Rangers\u003c\/strong\u003e premiered in 1993 and became a cultural phenomenon, introducing North American audiences to the Japanese Super Sentai genre. The series combined martial arts action, teamwork, monster battles, and giant robot combat into a formula that captivated children and created a merchandising empire.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e Five ordinary teenagers from Angel Grove are chosen by the intergalactic sage Zordon to become Power Rangers, defending Earth from the evil Rita Repulsa and her monsters. When danger calls, they morph into colour-coded heroes with unique Zords (giant robotic dinosaurs) that can combine into the mighty Megazord.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Power Rangers became one of the most successful children's franchises in television history, spawning over 25 different series, numerous films, endless merchandise, and influencing an entire generation. The show's message of teamwork, diversity, and standing up for what's right resonated with audiences worldwide.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFormat Innovation:\u003c\/strong\u003e The series cleverly adapted footage from Super Sentai (Japanese series), combining it with American-filmed character scenes. This hybrid approach created a cost-effective format that allowed for spectacular action sequences whilst building character relationships familiar to Western audiences.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e Nearly 30 years after its debut, Power Rangers remains a active franchise with new series, films, comics, and a devoted fanbase. The original Mighty Morphin Power Rangers series holds special nostalgia for millennials who grew up watching these heroes defend Earth every weekday afternoon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eThe Rangers\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eTommy Oliver - Green Ranger:\u003c\/strong\u003e Originally introduced as a villain under Rita's spell, Tommy became the team's most iconic member. The Green Ranger wielded the Dragon Dagger, which could summon the Dragonzord and control it like a flute. Tommy's redemption arc and ongoing storylines throughout the franchise made him a fan favourite, later becoming the White Ranger, Red Zeo Ranger, and other incarnations across multiple series.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eJason Lee Scott - Red Ranger:\u003c\/strong\u003e The natural leader of the team and the original Red Ranger, Jason piloted the Tyrannosaurus Dinozord. His strong sense of justice and martial arts expertise made him the team's foundation. Jason embodied the traditional hero archetype—brave, honourable, and always willing to put himself in danger to protect others.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKimberly Ann Hart - Pink Ranger:\u003c\/strong\u003e A skilled gymnast who brought grace and agility to the team, Kimberly piloted the Pterodactyl Dinozord. She proved that feminine heroes could be powerful fighters whilst maintaining their personality. Kimberly's character challenged stereotypes about \"girl power,\" showing strength, vulnerability, and genuine friendship with both male and female teammates.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTrini Kwan - Yellow Ranger:\u003c\/strong\u003e Wise beyond her years and trained in kung fu, Trini piloted the Sabre-Toothed Tiger Dinozord. She served as the team's voice of reason and was particularly close to Billy, often translating his technical jargon. Trini's character represented diversity and intelligence, making her a role model for young viewers seeking representation in heroes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBilly Cranston - Blue Ranger:\u003c\/strong\u003e The team's resident genius and tech expert, Billy piloted the Triceratops Dinozord. Initially portrayed as a stereotypical nerd, Billy's character grew to show that intelligence is a superpower. His technical skills often saved the team, and his character arc from insecure to confident inspired viewers that being smart is heroic.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eZack Taylor - Black Ranger:\u003c\/strong\u003e The team's fun-loving spirit who brought energy and dance-inspired fighting techniques, Zack piloted the Mastodon Dinozord. His \"Hip Hop Kido\" fighting style made battles entertaining whilst showcasing diverse martial arts influences. Zack's character demonstrated that heroes could be serious about duty whilst maintaining joy and personality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eZordon \u0026amp; Alpha 5\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eZordon of Eltar:\u003c\/strong\u003e An ancient, powerful being trapped in a time warp by Rita Repulsa, Zordon appears to the Rangers as a giant floating head in an energy tube within the Command Centre. His wisdom and guidance shape the Rangers from ordinary teenagers into Earth's greatest defenders. Zordon represents the mentor archetype—powerful but limited, able to provide knowledge and tools but requiring young heroes to actually fight the battles.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAlpha 5:\u003c\/strong\u003e Zordon's loyal robot assistant, Alpha 5 maintains the Command Centre and provides technical support to the Rangers. With his distinctive \"Ai yi yi!\" catchphrase and endearing personality, Alpha brought comic relief whilst being genuinely helpful. The character showed that support staff are crucial to any hero team's success.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Command Centre:\u003c\/strong\u003e The Rangers' headquarters hidden in the California desert mountains, the Command Centre serves as their mission control and sanctuary. This is where Zordon briefs them on threats, where they teleport for emergencies, and where the team bonds between battles. The Command Centre represents the importance of having a home base and support system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCommunication Technology:\u003c\/strong\u003e The Rangers' wrist-mounted communicators allowed instant contact with Zordon and Alpha, whilst also serving as their morphing devices. This integrated technology showcased how preparation and proper equipment empower heroes to respond to threats quickly.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Viewing Globe:\u003c\/strong\u003e This spherical device in the Command Centre allowed Zordon and the Rangers to monitor threats anywhere on Earth. It represented surveillance technology used for protection rather than invasion of privacy, teaching viewers about responsible use of information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eZords \u0026amp; Megazords\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Dinozords:\u003c\/strong\u003e Each Ranger controls a dinosaur-themed Zord that reflects their colour and personality. These massive robotic creatures can fight independently or combine into the mighty Megazord. The dinosaur theme connected prehistoric power with futuristic technology, creating an appealing blend for young audiences.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMegazord Formation:\u003c\/strong\u003e When threats become too great, the Rangers call out \"We need Dinozord power!\" and their Zords combine into the Megazord. This transformation sequence became iconic, teaching children about the power of combining individual strengths into a greater whole. The Megazord wielded the Power Sword for finishing attacks.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDragonzord:\u003c\/strong\u003e Tommy's personal Zord, summoned by playing the Dragon Dagger like a flute, the Dragonzord could fight independently or combine with the Megazord to create the Mega Dragonzord configuration. This gave the Green Ranger unique versatility and showed how new team members can enhance existing dynamics.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eZord Mythology:\u003c\/strong\u003e The Zords were presented as ancient weapons created to protect Earth, hidden until needed. This mythological aspect gave the Rangers a connection to heroic lineages throughout history, suggesting that every generation has its defenders and that they're part of something greater than themselves.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMerchandising Impact:\u003c\/strong\u003e The Zords became massive toy successes, with children recreating battles and transformations at home. The toy line taught engineering concepts through assembly whilst encouraging imaginative play where kids became the Rangers protecting their own worlds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003e1990s Cultural Phenomenon\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eMerchandise Empire:\u003c\/strong\u003e Power Rangers became one of the most successful toy franchises of the 1990s, with action figures, Zords, playsets, costumes, video games, and countless other products generating billions in sales. The franchise demonstrated how television could launch comprehensive merchandising ecosystems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMoral Lessons:\u003c\/strong\u003e Each episode incorporated lessons about friendship, honesty, perseverance, and doing the right thing. The show balanced action entertainment with genuine attempts to teach positive values, making parents more comfortable with the martial arts content.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDiversity Representation:\u003c\/strong\u003e For the 1990s, Power Rangers was notably diverse, featuring heroes of different ethnicities working as equals. Whilst not perfect, the show presented teamwork across racial lines as natural and powerful, providing representation for children who rarely saw heroes who looked like them.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAfter-School Phenomenon:\u003c\/strong\u003e Power Rangers dominated after-school television time slots, becoming a daily ritual for millions of children. The show created shared experiences—kids at school would discuss the latest episode, recreate fights at recess, and bond over their favourite Rangers.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eParental Concerns:\u003c\/strong\u003e The show's martial arts violence sparked debates amongst parents and educators about appropriate children's content. These discussions reflected broader 1990s conversations about media influence on youth behaviour, ultimately contributing to television rating systems and parental controls.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMusical Legacy:\u003c\/strong\u003e The Power Rangers theme song became instantly recognisable, with its rock-driven sound and repeated \"Go Go Power Rangers!\" hook. The soundtrack contributed to the show's energy and remains nostalgic for adults who watched as children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePower Rangers Perfect Fit:\u003c\/strong\u003e Power Rangers' colourful characters, team dynamic, and nostalgic appeal make it ideal for the Little People treatment. The simplified style maintains each Ranger's distinctive colour whilst capturing their personality in miniature form.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated. This Power Rangers set's window box recreates the Command Centre with Zordon and Alpha 5.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eComplete Team:\u003c\/strong\u003e This set includes all six members of the original team, allowing collectors to display the complete Mighty Morphin Power Rangers lineup. Having the full team emphasises the show's core message about teamwork and unity.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAttention to Detail:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures authentic details—colour-specific armour, Zord-themed helmets, Power Morpher belts, and Tommy's Dragon Dagger. This attention to accuracy satisfies collectors whilst maintaining Little People charm.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, millennials who watched Power Rangers as children, and collectors of 1990s pop culture memorabilia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that children who grew up with Little People are now adults who appreciate nostalgic, well-crafted collectibles celebrating their favourite franchises from childhood.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories of both the toys and the shows they celebrate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative window box is designed to showcase the figures whilst remaining sealed, with Power Rangers-inspired artwork throughout that recreates the Command Centre setting and rewards close examination.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to recreate team formations, battle poses, or Command Centre briefings. Tommy's Dragon Dagger adds display versatility.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeam Lineup Display:\u003c\/strong\u003e The complete six-figure set allows for creative arrangements—colour coordination, action poses, or recreating memorable team moments from the series. Having all Rangers together emphasises the unity that made them heroes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors, particularly given the set's representation of the complete original team.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading, especially important for maintaining the vibrant colours of each Ranger's distinctive armour. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water. Take care with Tommy's Dragon Dagger accessory.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets or with Power Rangers memorabilia to create a comprehensive display celebrating 1990s pop culture and the franchise's enduring legacy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Mighty_Morphin_Power_Rangers_Shopify_Footer.jpg?v=1769684530\" alt=\"Little People Mighty Morphin Power Rangers Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":44221266788375,"sku":"HG0859","price":79.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleMightyMorphinPowerRangersCollectorsSet1.png?v=1769684690"},{"product_id":"new-fisher-price-little-people-toy-story-figurines-set","title":"NEW - Fisher Price Little People Toy Story Figurines Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    body { background: #fff; margin: 0; padding: 20px; }\n  \u003c\/style\u003e\n\u003c!-- ===== SHOPIFY SNIPPET STARTS HERE ===== --\u003e\n\u003cp\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black;\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- TITLE SECTION --\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg alt=\"Fisher-Price Little People Collector Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" class=\"logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e- \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eLittle \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003ePeople\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eToy \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eStory\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eFigurines \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e(Set \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eof \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e4)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO COPY --\u003e\n\u003cdiv style=\"margin-top: 50px;\" class=\"content-section\"\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eTo infinity and beyond! Kids can act out fun stories with some of their favourite characters from Disney and Pixar's Toy Story with this Little People figure set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis 4-piece figure set includes Woody, Buzz Lightyear, Bo Peep and Rex — all sized just right for small hands to grasp and move, helping to strengthen dexterity as toddlers imagine their own adventures with the toys.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eBring these figures to any Little People vehicle or playset to expand the storytelling fun! Additional toys are sold separately and subject to availability. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INCLUDES --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"padding-left: 20px;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWoody Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eBuzz Lightyear Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eBo Peep Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eRex Figurine\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AGE RECOMMENDATION --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e18 \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eMonths+\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VIEW ALL BUTTON --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- ACCORDION --\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• Little People figure set featuring 4 iconic characters from Disney and Pixar's Toy Story\u003c\/p\u003e\n\u003cp\u003e• Includes Woody, Buzz Lightyear, Bo Peep, and Rex — the gang's all here!\u003c\/p\u003e\n\u003cp\u003e• Figures are sized just right for small hands to grasp and move with ease\u003c\/p\u003e\n\u003cp\u003e• Helps strengthen dexterity and fine motor skills as toddlers play\u003c\/p\u003e\n\u003cp\u003e• Encourages imaginative play and early storytelling skills\u003c\/p\u003e\n\u003cp\u003e• Compatible with other Little People vehicles and playsets to expand the fun (each sold separately)\u003c\/p\u003e\n\u003cp\u003e• Perfect gift for Toy Story fans aged 18 months and older\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Specifications --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKB07\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735345304\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4 (Woody, Buzz Lightyear, Bo Peep, Rex)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 18 months+\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Works with other Little People vehicles and playsets\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e20\u003c\/strong\u003e cm x \u003cstrong\u003e15\u003c\/strong\u003e cm x \u003cstrong\u003e5\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About Toy Story --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Toy Story\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eToy Story\u003c\/strong\u003e is the landmark 1995 computer-animated film from Pixar Animation Studios and Walt Disney Pictures — the world's first feature-length CGI animated film and one of the most beloved family franchises of all time.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e When a new toy, Buzz Lightyear, arrives in Andy's room, cowboy Woody finds his place as the favourite toy threatened. Their rivalry gives way to an unlikely friendship as the two must work together to find their way home. The film's central theme — that the love between a child and their toys is something to be cherished — resonated with audiences of all ages around the world.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eA Franchise is Born:\u003c\/strong\u003e The original film spawned three sequels — Toy Story 2 (1999), Toy Story 3 (2010), and Toy Story 4 (2019) — along with short films, TV specials, theme park attractions, and an enormous range of merchandise. Each film was acclaimed critically and commercially, with Toy Story 3 and 4 both earning over $1 billion USD at the box office.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Toy Story fundamentally changed animation and introduced generations of children — and their parents — to Woody, Buzz, and the gang. The franchise's themes of friendship, loyalty, change, and letting go have made it one of the most emotionally resonant series in cinema history.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- The Characters --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eWoody:\u003c\/strong\u003e The pull-string cowboy doll voiced by Tom Hanks is the heart and soul of the franchise. Andy's favourite toy and natural leader of the bedroom gang, Woody is loyal, brave, and endlessly quotable. His trademark cowboy hat, plaid shirt, and sheriff's badge are instantly recognisable — and his journey from jealous rival to devoted friend is one of the most satisfying character arcs in animated film.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBuzz Lightyear:\u003c\/strong\u003e The delusional space ranger voiced by Tim Allen who genuinely believes he's a real Space Ranger on a mission to defeat Emperor Zurg. His catchphrase \"To infinity and beyond!\" has become one of the most iconic lines in cinema. Buzz's gradual acceptance that he is, in fact, a toy — and that being a toy is something worth being — forms the emotional core of the original film.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBo Peep:\u003c\/strong\u003e The porcelain shepherdess voiced by Annie Potts started as a supporting character in the first two films before returning in Toy Story 4 as a confident, independent adventurer. Having been given away years earlier, Bo has forged a new life as a lost toy who helps others — a reinvented character who became a fan favourite all over again.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRex:\u003c\/strong\u003e The anxious, loveable Tyrannosaurus rex voiced by Wallace Shawn is one of the franchise's most endearing characters. Despite being a T. rex, Rex is terrified of nearly everything and deeply insecure about not being scary enough. His warmth, enthusiasm, and catastrophic overthinking make him a perennial favourite for children and adults alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About Little People --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Little People\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eA Toddler Classic:\u003c\/strong\u003e Little People by Fisher-Price have been a staple of early childhood play for over six decades. Recognised by their chunky, rounded shape and bright colours, they are designed specifically for small hands — easy to grasp, safe to play with, and irresistible to toddlers.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLearning Through Play:\u003c\/strong\u003e Little People figures encourage imaginative play and early storytelling skills, helping toddlers develop language, creativity, and social understanding as they act out scenes and invent adventures for their favourite characters.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExpandable Universe:\u003c\/strong\u003e The Little People range includes figures, vehicles, playsets, and themed collections spanning a wide variety of beloved franchises and everyday scenarios. Figures are designed to be compatible across the range, allowing children to mix and match their collections for endless play possibilities.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDisney and Pixar Partnerships:\u003c\/strong\u003e Fisher-Price's collaboration with Disney and Pixar brings some of the most beloved animated characters to life in Little People form — making it easy for toddlers to play alongside the characters they know and love from the screen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fisher-Price Heritage --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and safe, engaging play experiences for the very youngest children.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since their introduction in the 1950s, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today — maintaining their iconic chunky shape whilst adding personality, character detail, and compatibility across an ever-expanding play universe.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuality and Safety:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards across all their products, ensuring every toy is durable, non-toxic, and designed with toddler safety as the absolute priority.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGenerations of Play:\u003c\/strong\u003e Little People toys have become treasured across generations, with parents introducing their own children to the same figures they grew up with. That cross-generational appeal — combined with beloved franchise characters — makes these sets as meaningful to parents as they are fun for their little ones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Delivery \u0026 Returns --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3-5 business days for standard shipping; 1-2 business days for express shipping.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca href=\"https:\/\/hectic.gifts\/pages\/contact\" rel=\"noopener noreferrer\" style=\"color: #0066cc; text-decoration: underline;\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Reviews --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END ACCORDION --\u003e \u003c!-- FOOTER IMAGE --\u003e\n\u003cp\u003e\u003cimg alt=\"Fisher-Price Little People Toy Story Figurines Set of 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Toy_Story_Figurines_Shopify_Footer.jpg?v=1773901979\" class=\"footer-image\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- END .product-description --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ===== SHOPIFY SNIPPET ENDS HERE ===== --\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":44782799355927,"sku":"HG090604","price":39.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleToyStoryFigurines1.jpg?v=1773901996"},{"product_id":"new-fisher-price-little-people-masters-of-the-universe-evil-warriors-collector","title":"NEW Fisher Price- Little People Masters of The Universe Evil Warriors Collector","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFisher-Price Little People Collector – Masters of the Universe Evil Warriors\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003ebody { background: #fff; margin: 0; padding: 20px; }\u003c\/style\u003e\n\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e\n\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black;\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #496ba8; font-weight: bold;\"\u003eMasters \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #496ba8; font-weight: bold;\"\u003eof \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #496ba8; font-weight: bold;\"\u003eThe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #496ba8; font-weight: bold;\"\u003eUniverse\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #7b2d8b; font-weight: bold;\"\u003eEvil \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #7b2d8b; font-weight: bold;\"\u003eWarriors \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #7b2d8b; font-weight: bold;\"\u003eEdition\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eMOTU fans can tap into their dark sides to wage war and conquer planet Eternia with this special edition Little People Collector Masters of the Universe: Evil Warriors set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis collectable figure set features four iconic villain characters reimagined in signature Little People style — Skeletor with his Havoc Staff, the sorceress Evil-Lyn, and henchmen Trap Jaw and Tri-Klops.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package styled like the throne room of Snake Mountain, this Little People Collector set is a great addition to any MOTU fan's collection. Look for additional Little People Collector Masters of the Universe sets to grow your display (sold separately and subject to availability).\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eColours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eSkeletor Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eEvil-Lyn Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eTrap Jaw Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eTri-Klops Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12 \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths+\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the Evil Warriors of Eternia from the classic Masters of the Universe series\u003c\/p\u003e\n          \u003cp\u003e• Includes Skeletor with his iconic Havoc Staff, Evil-Lyn, Trap Jaw, and Tri-Klops with rotating head and three eyes\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 6.35 cm (2.5 inches) tall, styled in their classic character look\u003c\/p\u003e\n          \u003cp\u003e• Set arrives in a decorative window box styled like the throne room of Snake Mountain, with hidden details for fans to discover\u003c\/p\u003e\n          \u003cp\u003e• Perfect for display — look for additional Little People Collector Masters of the Universe sets (sold separately, subject to availability)\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKR64\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 0194735355228\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12 months+ (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 6.35 cm (2.5 inches) tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box styled as the Snake Mountain throne room\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e21\u003c\/strong\u003e cm x \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Masters of the Universe\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eBy the Power of Grayskull:\u003c\/strong\u003e Masters of the Universe — commonly known as MOTU — is one of the most iconic fantasy action franchises ever created. Launched by Mattel in 1982 as a toy line, it quickly expanded into an animated television series, comics, and films that captivated a generation of children worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe World of Eternia:\u003c\/strong\u003e Set on the magical planet Eternia, the series centres on the eternal struggle between the heroic He-Man and the forces of good against the villainous Skeletor and his Evil Warriors, who endlessly scheme to seize control of Castle Grayskull and its limitless power.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Legacy:\u003c\/strong\u003e With its unforgettable characters, vibrant animation, and morality-driven storylines, Masters of the Universe left a lasting impression on popular culture. The franchise has been revived multiple times across decades, including the acclaimed Netflix series and ongoing toy lines, proving its enduring appeal.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Evil Warriors:\u003c\/strong\u003e Skeletor's infamous Evil Warriors are some of the most recognisable villains in cartoon history. From the skull-faced sorcerer himself to his cunning and ambitious henchmen, each character brought a unique menace to the battle for Eternia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eSkeletor:\u003c\/strong\u003e The undisputed lord of destruction and arch-nemesis of He-Man, Skeletor is one of the greatest villains in animated history. Armed with his iconic Havoc Staff and driven by an insatiable desire to conquer Castle Grayskull, his blue-skinned, skull-faced appearance and theatrical menace have made him a pop culture icon for over four decades.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEvil-Lyn:\u003c\/strong\u003e The most powerful and cunning sorceress in Skeletor's ranks, Evil-Lyn is as ambitious as she is dangerous. Wielding formidable magical abilities, she is widely regarded as one of the most compelling characters in the MOTU universe — an ally to Skeletor, but always with an agenda of her own.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTrap Jaw:\u003c\/strong\u003e A cyborg warrior with a mechanical arm capable of attaching various weapons and tools, and a powerful jaw strong enough to bite through anything. Trap Jaw's fearsome appearance and brute strength make him one of Skeletor's most imposing henchmen on the battlefield.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTri-Klops:\u003c\/strong\u003e A skilled warrior and tracker whose rotating helmet features three different eyes — each granting him a unique vision ability including night vision, laser sight, and the power to see great distances. Tri-Klops combines cunning with combat expertise, making him a dangerous and versatile member of the Evil Warriors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for adult fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic looks.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia alike.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that children who grew up with Little People are now adults who appreciate nostalgic, well-crafted collectibles.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Masters_of_The_Universe_Evil_Warriors_Limited_Edition_Collectors_Edition_Shopify_Footer.jpg?v=1776846883\" alt=\"Fisher-Price Little People Masters of the Universe Evil Warriors Collectors Edition Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        if (content.style.display === 'block') {\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":45072119922711,"sku":"HG0090591","price":69.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleMastersofTheUniverseEvilWarriorsCollectorsEdition1.jpg?v=1776847087"},{"product_id":"new-fisher-price-little-people-cat-in-the-hat-collector-set","title":"NEW Fisher Price - Little People Cat in The Hat Collector Set","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eFisher-Price Little People Collector – Dr. Seuss The Cat in the Hat – Hectic Gifts Preview\u003c\/title\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003ebody { background: #fff; margin: 0; padding: 20px; }\u003c\/style\u003e\n\n\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important;\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; margin-right: 12px;\"\u003eLittle\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003eCollectors\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #154494; font-weight: bold; margin-right: 12px;\"\u003eDr\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #154494; font-weight: bold;\"\u003eSeuss\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0000; font-weight: bold; margin-right: 12px;\"\u003eThe\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0000; font-weight: bold; margin-right: 12px;\"\u003eCat\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0000; font-weight: bold; margin-right: 12px;\"\u003ein\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0000; font-weight: bold; margin-right: 12px;\"\u003eThe\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0000; font-weight: bold;\"\u003eHat\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eReaders both young and young-at-heart can relive the hilarious hijinks of the classic 1957 children's book with this special edition Little People Collector Dr. Seuss's The Cat in the Hat set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis collectable figure set features the iconic Cat in his striped top hat and red bowtie, plus the chaotic duo Thing One and Thing Two — all reimagined in signature Little People style.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package featuring the children's house with fun hidden details to discover, this Little People Collector set is a great gift for any Dr. Seuss fan, grown-up reader, or collector. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eCat in the Hat Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThing One Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThing Two Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12 \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths+\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set inspired by the classic 1957 children's book The Cat in the Hat by Dr. Seuss\u003c\/p\u003e\n          \u003cp\u003e• 3 figures! Includes the Cat holding the children's pet fish in a teapot, plus the chaotic duo Thing One and Thing Two\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and is styled in the character's memorable look from the book\u003c\/p\u003e\n          \u003cp\u003e• Arrives in a decorative window box package featuring the children's house, with fun hidden details for fans to discover\u003c\/p\u003e\n          \u003cp\u003e• A perfect gift for Dr. Seuss fans, grown-up readers, and collectors of pop culture memorabilia\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKR58\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735355082\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 3\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12 months+ (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box featuring the children's house\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e15\u003c\/strong\u003e cm x \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout The Cat in the Hat\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eA Literary Legend:\u003c\/strong\u003e The Cat in the Hat was written and illustrated by Theodor Seuss Geisel — better known as Dr. Seuss — and published in 1957. It was conceived as a response to the dull, repetitive readers used in schools at the time, with the goal of teaching children to read through a story that was genuinely fun and engaging.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e On a cold, rainy day when two young children are stuck inside with nothing to do, a tall anthropomorphic cat wearing a distinctive red and white striped hat arrives uninvited and proceeds to turn the house upside down with wild games, acrobatics, and the introduction of the mischievous Thing One and Thing Two.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The book was an immediate sensation, revolutionising the way children's literacy was approached and launching Dr. Seuss into global stardom. It has sold over 10 million copies and has never been out of print, cementing its place as one of the most beloved children's books of all time.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Relevance:\u003c\/strong\u003e Nearly seven decades after its publication, The Cat in the Hat continues to delight new generations of readers worldwide, remaining a staple of early childhood bookshelves, classrooms, and pop culture celebrations of the joy of reading.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Cat in the Hat:\u003c\/strong\u003e The Cat is one of the most iconic characters in children's literature — a tall, mischievous, fast-talking feline in a towering red and white striped hat and a red bowtie. He arrives out of nowhere to fill a dreary day with chaos, creativity, and laughter, all whilst somehow maintaining a breezy confidence that things will work out in the end. In this set he is depicted holding the children's pet fish in a teapot, a nod to one of the book's most memorable running gags.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThing One:\u003c\/strong\u003e One half of the infamous duo unleashed from the Cat's large red box, Thing One is a wild-haired, boiler-suited bundle of pure chaotic energy. He and his twin exist purely to cause as much delightful mayhem as possible — flying kites indoors, crashing toy cars, and generally turning the house into a spectacular mess.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThing Two:\u003c\/strong\u003e Identical to Thing One in every way, Thing Two is the other half of the unstoppable pair. Together, the Things represent the irresistible pull of fun and imagination — the idea that sometimes a little chaos is exactly what a boring day needs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Dr. Seuss\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Man Behind the Magic:\u003c\/strong\u003e Theodor Seuss Geisel (1904–1991), known worldwide as Dr. Seuss, was an American children's author, political cartoonist, poet, animator, and filmmaker. Over a career spanning more than five decades, he created some of the most beloved and enduring works in children's literature.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Legacy of Imagination:\u003c\/strong\u003e Dr. Seuss published 46 children's books, many of which have become cultural touchstones — including How the Grinch Stole Christmas!, Green Eggs and Ham, One Fish Two Fish Red Fish Blue Fish, and of course, The Cat in the Hat. His books have been translated into more than 20 languages and have sold hundreds of millions of copies worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLiteracy Champion:\u003c\/strong\u003e Dr. Seuss was a passionate advocate for childhood literacy. His books were deliberately crafted to be engaging and accessible, using inventive rhymes, made-up words, and simple vocabulary to make reading a joyful experience rather than a chore.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTimeless Appeal:\u003c\/strong\u003e More than three decades after his passing, Dr. Seuss's imaginative worlds and lovable characters continue to captivate children and adults alike, proving that great storytelling — and a little nonsense — truly stands the test of time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for adult fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic looks.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia alike.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that children who grew up with Little People are now adults who appreciate nostalgic, well-crafted collectibles.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\" style=\"transform: rotate(45deg);\"\u003e−\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: block;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cscript async src=\"https:\/\/cdn-widgetsrepository.yotpo.com\/v1\/loader\/u8Gg9jbAK93FxpBHKBEDBZqJf9c5vu6LnW29WyYI\"\u003e\u003c\/script\u003e\n          \u003cdiv class=\"yotpo-widget-instance\" data-yotpo-instance-id=\"1001765\" data-yotpo-product-id=\"8804006526999\" data-yotpo-name=\"{{ product.title | escape }}\" data-yotpo-url=\"{{ shop.url }}{{ product.url }}\" data-yotpo-image-url=\"{{ product.featured_image | product_img_url: 'grande' }}\" data-yotpo-price=\"{{ product.price | divided_by: 100.00 }}\" data-yotpo-currency=\"{{ shop.currency }}\" data-yotpo-description=\"{{ product.description | escape }}\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Dr_Suess_The_Cat_in_The_Hat_Collectors_Edition_Shopify_Footer.jpg?v=1776864600\" alt=\"Fisher-Price Little People Dr. Seuss The Cat in the Hat Collectors Edition Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        if (content.style.display === 'block') {\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          content.style.display = 'block';\n          icon.textContent = '−';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45073221615639,"sku":"HG0090592","price":59.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleCatinTheHatCollectorsEdition1.jpg?v=1776864622"},{"product_id":"new-fisher-price-little-people-elton-john-collectors-set-little-golden-book","title":"NEW Fisher Price - Little People Elton John Collectors Set \u0026 Little Golden Book","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo-container {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 20px;\n    flex-wrap: wrap;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .logo-container img {\n    max-width: 130px;\n    width: auto;\n    height: auto;\n    display: inline-block;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black;\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n\n    .product-description .logo-container img {\n      max-width: 100px;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cdiv class=\"logo-container\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_Golden_Books_Logo.jpg?v=1728529465\" alt=\"Little Golden Books Logo\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff69b4; font-weight: bold;\"\u003eElton \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff69b4; font-weight: bold;\"\u003eJohn \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eEdition\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\"\u003e\u0026amp; \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\"\u003eBONUS\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff69b4; font-weight: bold;\"\u003eElton \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff69b4; font-weight: bold;\"\u003eJohn \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #c8972b; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #c8972b; font-weight: bold;\"\u003eGolden \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #c8972b; font-weight: bold;\"\u003eBook\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eLadies and gentlemen, celebrate Elton John with this special edition Little People Collector figure set from Fisher-Price — complete with a BONUS Elton John Biography Little Golden Book!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe set features the superstar styled down to Little People size and highlights three decades of Elton's career: the 1970s, with a vibrant gold jacket with white fur epaulettes; the 1980s, with a glitzy black suit covered in silver stars plus a pink mohawk wig; and the 1990s, with a chic, monochromatic shiny red ensemble.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eEach figure is highly detailed right down to the signature glasses, and arrives in a display-worthy package inspired by Elton John's imagery-driven songs and vibrant personality. This is a must-have for any fan or collector of this larger-than-life performer.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe included Little Golden Book about Elton John — the Grammy Award-winning singer, pianist, and composer known for hits including \"Your Song\" and \"Benny and the Jets\" — is an inspiring read-aloud for young children as well as their parents and grandparents who are Elton fans. Adult fans and collectors of Elton John memorabilia will love this special bundle.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003e1970s Elton John Figurine — vibrant gold jacket with white fur epaulettes\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003e1980s Elton John Figurine — glitzy black suit covered in silver stars with a pink mohawk wig\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003e1990s Elton John Figurine — chic, monochromatic shiny red ensemble\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eElton John Biography Little Golden Book\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12 \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths+\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the incredible career of Sir Elton John — one of the world's greatest and best-selling solo artists\u003c\/p\u003e\n          \u003cp\u003e• Three highly detailed figures each commemorating an iconic decade of Elton's style: the 1970s gold jacket, 1980s silver star suit with pink mohawk, and 1990s red ensemble\u003c\/p\u003e\n          \u003cp\u003e• Every figure is detailed right down to Elton's signature glasses; each stands over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e• Arrives in a display-worthy package featuring fun details that capture Elton John's vibrant personality and unforgettable song lyrics\u003c\/p\u003e\n          \u003cp\u003e• Includes a BONUS Elton John Biography Little Golden Book — an inspiring read-aloud for Elton fans of all ages\u003c\/p\u003e\n          \u003cp\u003e• A perfect gift for adult collectors, music lovers, and fans of The Rocket Man\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Fisher-Price Little People Collector Elton John Edition with Bonus Little Golden Book\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturers:\u003c\/strong\u003e Fisher-Price (figures) \u0026amp; Little Golden Books (book)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Numbers:\u003c\/strong\u003e HVG78 (Little People Set) \/ 55101500 (Little Golden Book)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 4748142374776\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 3\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12 months+ (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Display-worthy box inspired by Elton John's imagery-driven songs\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e10\u003c\/strong\u003e cm x \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Elton John\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eA Legend of Popular Music:\u003c\/strong\u003e Sir Elton Hercules John CBE was born Reginald Kenneth Dwight in Pinner, Middlesex, England in 1947. From his earliest recordings in the late 1960s to his record-breaking farewell Goodbye Yellow Brick Road tour, he has remained one of the most beloved, enduring, and influential performers in the history of popular music.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Career Spanning Decades:\u003c\/strong\u003e Elton John has sold over 300 million records worldwide, making him one of the best-selling music artists of all time. His extraordinary career has produced hit after iconic hit — from \"Crocodile Rock\" and \"Rocket Man\" to \"Tiny Dancer,\" \"Don't Let the Sun Go Down on Me,\" and \"I'm Still Standing\" — a catalogue that has defined the soundtrack of generations.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSir Elton John:\u003c\/strong\u003e In 1998, Elton John was knighted by Queen Elizabeth II for his services to music and charitable causes, becoming Sir Elton John. He is also celebrated for his extensive philanthropy, particularly through the Elton John AIDS Foundation, which he established in 1992 and which has raised hundreds of millions of dollars for HIV\/AIDS programmes worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Three Looks in This Set:\u003c\/strong\u003e The three figures in this collector set each celebrate a distinct era of Elton's legendary style — the extravagant glam rock of the 1970s, the flamboyant showmanship of the 1980s, and the slightly more refined but still brilliantly theatrical elegance of the 1990s, capturing the visual evolution of one of music's greatest performers.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout the Little Golden Book\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eAn Iconic Series:\u003c\/strong\u003e Little Golden Books have been beloved by children and families since their introduction in 1942. Known for their distinctive gold-foil spine and warm, accessible storytelling, they have introduced generations of young readers to beloved characters, inspiring figures, and important stories — selling over two billion copies worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Elton John Biography:\u003c\/strong\u003e This Little Golden Book tells the story of Elton John — the Grammy Award-winning singer, pianist, and composer behind some of the most recognisable songs ever written. Written in an age-appropriate, engaging style, it celebrates his musical journey from a shy boy in England to one of the greatest entertainers the world has ever seen.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFor All Ages:\u003c\/strong\u003e Whilst Little Golden Books are designed as read-alouds for young children, this biography is equally charming for parents, grandparents, and fans who want to share the story of The Rocket Man with the next generation — making it a truly cross-generational gift.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Perfect Companion:\u003c\/strong\u003e Paired with the Little People Collector figure set, this Little Golden Book transforms the bundle into a complete Elton John celebration — part collectible display piece, part cherished children's book, and wholly a tribute to one of music's most extraordinary lives.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, musicians, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for adult fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for adult fans who want to celebrate their favourite entertainment properties and cultural icons in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the subject being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the subject through careful attention to costume details, accessories, and iconic looks — as seen in the three brilliantly detailed Elton John figures in this set.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the featured artist or property, and collectors of pop culture memorabilia alike.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that children who grew up with Little People are now adults who appreciate nostalgic, well-crafted collectibles celebrating the icons they love.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\" style=\"transform: rotate(45deg);\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: block;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cscript src=\"https:\/\/cdn-widgetsrepository.yotpo.com\/v1\/loader\/u8Gg9jbAK93FxpBHKBEDBZqJf9c5vu6LnW29WyYI?\" async=\"\"\u003e\u003c\/script\u003e\n          \u003cdiv class=\"yotpo-widget-instance\" data-yotpo-instance-id=\"1001765\" data-yotpo-product-id=\"8810350379031\" data-yotpo-name=\"{{ product.title | escape }}\" data-yotpo-url=\"{{ shop.url }}{{ product.url }}\" data-yotpo-image-url=\"{{ product.featured_image | product_img_url: 'grande' }}\" data-yotpo-price=\"{{ product.price | divided_by: 100.00 }}\" data-yotpo-currency=\"{{ shop.currency }}\" data-yotpo-description=\"{{ product.description | escape }}\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Elton_JOhn_Collectors_Edition_Figurines_Bonus_Elton_JOhn_Biography_Little_Golden_Book_Shopify_Footer.png?v=1777382894\" alt=\"Fisher-Price Little People Elton John Collectors Edition with Bonus Little Golden Book Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        if (content.style.display === 'block') {\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45094982156311,"sku":"HG0090597","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Slide1.jpg?v=1777382930"},{"product_id":"new-fisher-price-little-people-disney-princess-the-little-mermaid-twin-pack","title":"NEW Fisher Price - Little People Disney Princess The Little Mermaid Twin Pack","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFisher-Price Little People Disney Princess – The Little Mermaid Series\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003ebody { background: #fff; margin: 0; padding: 20px; }\u003c\/style\u003e\n\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black;\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Logo.jpg?v=1777534160\" alt=\"Little People Logo\"\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff69b4; font-weight: bold;\"\u003eDisney \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff69b4; font-weight: bold;\"\u003ePrincess\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #154494; font-weight: bold;\"\u003eThe \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #154494; font-weight: bold;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #154494; font-weight: bold;\"\u003eMermaid \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #154494; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eKids can recreate their favourite movie moments and imagine new undersea adventures of their own with these Little People figure sets featuring Disney Princess characters!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis set includes Ariel and her bestie Flounder — two character figures sized just right for toddler hands to grasp and move, and styled like the beloved characters from Disney's The Little Mermaid.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThese figures can be brought to any Little People playset for more toddler-friendly imaginative play, and are sized to help little ones strengthen fine motor skills whilst sparking creative storytelling. Young fans will love imagining fun stories with their Disney Princess besties! Additional figure sets and playsets are sold separately and subject to availability.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eAriel Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFlounder Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12 \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths+\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/little-people\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE ITEMS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Collection of Little People figure sets featuring Disney Princess characters and their best friends\u003c\/p\u003e\n          \u003cp\u003e• Includes 2 characters — Ariel and Flounder — from Disney's The Little Mermaid\u003c\/p\u003e\n          \u003cp\u003e• Figures sized just right for small hands to grasp and move, helping to strengthen fine motor skills\u003c\/p\u003e\n          \u003cp\u003e• Bring these figures to any Little People playset for more toddler-friendly pretend play (playsets sold separately and subject to availability)\u003c\/p\u003e\n          \u003cp\u003e• Encourages imaginative storytelling play for toddlers and preschool kids ages 18 months to 5 years\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Little People Disney Princess The Little Mermaid Series — Ariel \u0026amp; Flounder Figure Set\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HVT58\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735208258\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 2\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e 12 months+\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e12\u003c\/strong\u003e cm x \u003cstrong\u003e9\u003c\/strong\u003e cm x \u003cstrong\u003e5.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout The Little Mermaid\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eA Disney Classic:\u003c\/strong\u003e Disney's The Little Mermaid, released in 1989, is one of the most beloved animated films in the studio's history. Based on Hans Christian Andersen's fairy tale, the film tells the story of Ariel — a curious and free-spirited mermaid princess who dreams of life on land — and her adventures above and below the waves.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAriel:\u003c\/strong\u003e As the red-haired, green-tailed daughter of King Triton, Ariel is one of Disney's most iconic princesses. Her adventurous spirit, love of human artefacts, and beautiful singing voice have made her a favourite of children and adults worldwide for over three decades. Her friendship with Flounder is one of the warmest and most enduring in the Disney canon.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFlounder:\u003c\/strong\u003e Despite his name suggesting otherwise, Flounder is actually a tropical fish — Ariel's loyal, lovable, and occasionally nervous best friend. Whilst he may sometimes be a little reluctant to join Ariel's more daring escapades, his devotion to her is absolute, and he is always there when she needs him most.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e The Little Mermaid sparked a creative renaissance at Disney and launched the beloved Disney Princess franchise. Its songs, characters, and magical undersea world have captivated generations of children, making Ariel and Flounder perennial favourites in playrooms around the world.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Fisher-Price Little People\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eA Toy Box Staple:\u003c\/strong\u003e Fisher-Price Little People have been a beloved fixture in children's playrooms since 1950, when they first appeared as simple wooden peg figures. Today, the range features brightly coloured, rounded plastic figures designed specifically for little hands — safe, durable, and irresistibly fun.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDesigned for Development:\u003c\/strong\u003e Little People figures are sized and shaped with toddler development in mind. Their chunky, easy-to-grasp form helps strengthen fine motor skills, whilst the open-ended, character-driven play they inspire supports imaginative thinking, storytelling, and social-emotional development.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDisney Partnership:\u003c\/strong\u003e The collaboration between Fisher-Price and Disney brings some of the world's most beloved animated characters into the Little People format, allowing young fans to play with and alongside their favourite Disney friends in a way that is perfectly suited to their age and developmental stage.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExpandable Play:\u003c\/strong\u003e The Disney Princess Little People figure sets are designed to work together with Little People playsets, making them a wonderful starting point for a growing collection. Additional figure sets and playsets featuring other Disney Princess characters are available separately.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Disney_Princess_The_Little_Mermaid_Figurines_Shopify_Footer.jpg?v=1777534622\" alt=\"Fisher-Price Little People Disney Princess The Little Mermaid Series Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        if (content.style.display === 'block') {\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45101986021399,"sku":"HG0090598","price":22.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleDisneyPrincessTheLittleMermaidFigurines1.jpg?v=1777534644"},{"product_id":"new-fisher-price-little-people-the-simpsons-collectors-edition","title":"NEW Fisher Price- Little People The Simpsons Collectors Edition","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important; \/* Force all main body copy to be black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500; \/* Oswald Medium *\/\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important; \/* Force accordion content to be black *\/\n    margin-bottom: 10px;\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e - \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eLittle People\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eSimpsons\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eCollectors \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eSeries\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eAy carumba! One of the most iconic families has entered the Little People Collector world with this special edition set featuring The Simpsons!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFans can celebrate the longest-running American animated series with this collectable figure set featuring Homer, Marge, Maggie, Bart and Lisa, all reimagined in signature Little People style.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eArriving in a decorative window box package that brings the family's home in Springfield to life, this Little People Collector set is the perfect addition to any fan's collection.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eColours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eHomer Simpson Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eMarge Simpson Figurine (holding baby Maggie)\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eBart Simpson Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eLisa Simpson Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e12 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eMonths+\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the longest-running American animated series, The Simpsons.\u003c\/p\u003e\n          \u003cp\u003e• Includes Homer, Marge holding baby Maggie, Bart and Lisa.\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and is styled in the character's signature look.\u003c\/p\u003e\n          \u003cp\u003e• Display your fandom! Set arrives in a decorative window box package styled like the family's iconic home in Springfield, plus fun hidden details for fans to discover.\u003c\/p\u003e\n          \u003cp\u003e• For grown-ups, fans and collectors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price (Mattel)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTheme:\u003c\/strong\u003e The Simpsons\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigures Included:\u003c\/strong\u003e Homer, Marge (holding baby Maggie), Bart, Lisa\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches (approx. 6.4 cm)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12 months+\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HXM72\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735234318\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e21\u003c\/strong\u003e cm x \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout The Simpsons\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eThe Simpsons is the longest-running American animated series and scripted primetime television series, first premiering in 1989.\u003c\/p\u003e\n          \u003cp\u003eCreated by Matt Groening, the show follows the everyday (mis)adventures of the Simpson family – Homer, Marge, Bart, Lisa and baby Maggie – in the fictional town of Springfield.\u003c\/p\u003e\n          \u003cp\u003eKnown for its satire, memorable characters and countless catchphrases, The Simpsons has become a cultural institution loved by generations of fans around the world.\u003c\/p\u003e\n          \u003cp\u003eThis Little People Collector set celebrates that legacy, reimagining the family in the charming, collectable Little People style.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Little People Collector\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eLittle People Collector is a special range from Fisher-Price designed for adult fans and collectors rather than everyday toddler play.\u003c\/p\u003e\n          \u003cp\u003eEach set reimagines beloved characters from film, television and pop culture in the iconic, chunky Little People style.\u003c\/p\u003e\n          \u003cp\u003eSets arrive in decorative, display-ready window box packaging, often with fun hidden details for fans to discover.\u003c\/p\u003e\n          \u003cp\u003eThey make a charming gift and a great addition to any pop-culture collection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\" style=\"transform: rotate(45deg);\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: block;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cscript src=\"https:\/\/cdn-widgetsrepository.yotpo.com\/v1\/loader\/u8Gg9jbAK93FxpBHKBEDBZqJf9c5vu6LnW29WyYI?\" async=\"\"\u003e\u003c\/script\u003e\n          \u003cdiv class=\"yotpo-widget-instance\" data-yotpo-instance-id=\"1001765\" data-yotpo-product-id=\"8848050683927\" data-yotpo-name=\"{{ product.title | escape }}\" data-yotpo-url=\"{{ shop.url }}{{ product.url }}\" data-yotpo-image-url=\"{{ product.featured_image | product_img_url: 'grande' }}\" data-yotpo-price=\"{{ product.price | divided_by: 100.00 }}\" data-yotpo-currency=\"{{ shop.currency }}\" data-yotpo-description=\"{{ product.description | escape }}\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_The_Simpsons_Collectors_Series_Shopify_Footer.jpg?v=1780573369\" alt=\"Fisher-Price Little People The Simpsons Collectors Series Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45190656983063,"sku":"HG090625","price":69.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleTheSimpsonsCollectorsSeries1.jpg?v=1780573391"},{"product_id":"new-fisher-price-little-people-the-devil-wears-prada-collectors-edition","title":"NEW Fisher Price- Little People The Devil Wears Prada Collectors Edition","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  \n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n  \n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n  \n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  \n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  \n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  \n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  \n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important; \/* Force all main body copy to be black *\/\n  }\n  \n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  \n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    \n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    \n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  \n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500; \/* Oswald Medium *\/\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n  \n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  \n  .product-description .accordion-content {\n    display: none;\n  }\n  \n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n  \n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important; \/* Force accordion content to be black *\/\n    margin-bottom: 10px;\n  }\n  \n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n  \n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n  \n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  \n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  \n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  \n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n  \n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003e - \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eLittle People\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eDevil \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eWears \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003ePrada\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eCollectors \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eSeries\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eAlright everyone, gird your loins! Fans of the iconic 2006 film The Devil Wears Prada can celebrate their love of fashion and cutting remarks with this special edition Little People Collector set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis collectable figure set reimagines 4 memorable characters in signature Little People style, including Runway magazine editor-in-chief Miranda Priestly plus Andy, Nigel and Emily. Arriving in a decorative window box package inspired by the offices of Runway magazine, this Little People Collector set is the perfect gift for any movie fan.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThat's all. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAndrea 'Andy' Sachs Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eMiranda Priestly Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eNigel Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eEmily Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e12 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eMonths+\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the iconic 2006 film, The Devil Wears Prada.\u003c\/p\u003e\n          \u003cp\u003e• Includes 4 characters: Andrea \"Andy\" Sachs, Miranda Priestly, Nigel and Emily.\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches and features styling inspired by the movie.\u003c\/p\u003e\n          \u003cp\u003e• Display your fandom! Set arrives in a decorative window box package styled like the memorable offices of Runway magazine, with fun hidden details for fans to discover.\u003c\/p\u003e\n          \u003cp\u003e• For fashionable grown-ups, movie fans and collectors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price (Mattel)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTheme:\u003c\/strong\u003e The Devil Wears Prada\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigures Included:\u003c\/strong\u003e Andrea 'Andy' Sachs, Miranda Priestly, Nigel, Emily\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches (approx. 6.4 cm)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12 months+\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKR84\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735355051\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e21\u003c\/strong\u003e cm x \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout The Devil Wears Prada\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eThe Devil Wears Prada is a 2006 comedy-drama film based on Lauren Weisberger's bestselling novel of the same name.\u003c\/p\u003e\n          \u003cp\u003eIt follows aspiring journalist Andrea \"Andy\" Sachs, who lands a job as junior assistant to Miranda Priestly, the formidable editor-in-chief of Runway fashion magazine.\u003c\/p\u003e\n          \u003cp\u003eStarring Meryl Streep as Miranda and Anne Hathaway as Andy, the film became a beloved modern classic, celebrated for its sharp humour, quotable one-liners and unforgettable fashion.\u003c\/p\u003e\n          \u003cp\u003eThis Little People Collector set reimagines four of the film's most memorable characters in the charming, collectable Little People style.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Little People Collector\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eLittle People Collector is a special range from Fisher-Price designed for adult fans and collectors rather than everyday toddler play.\u003c\/p\u003e\n          \u003cp\u003eEach set reimagines beloved characters from film, television and pop culture in the iconic, chunky Little People style.\u003c\/p\u003e\n          \u003cp\u003eSets arrive in decorative, display-ready window box packaging, often with fun hidden details for fans to discover.\u003c\/p\u003e\n          \u003cp\u003eThey make a charming gift and a great addition to any pop-culture collection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_The_Devil_Wears_Prada_Collectors_Set_Shopify_Footer.jpg?v=1780885025\" alt=\"Fisher-Price Little People The Devil Wears Prada Collectors Set Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n        \n        if (content.style.display === 'block') {\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45196985565207,"sku":"HG090628","price":69.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleTheDevilWearsPradaCollectorsEdition1.jpg?v=1780885047"},{"product_id":"new-fisher-price-little-people-collector-series-wwe-new-world-order","title":"NEW Fisher Price- Little People Collector Series WWE New World Order","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eFisher-Price Little People WWE New World Order Collectors Series – Hectic Gifts Preview\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    body { margin: 0; padding: 20px; background: #fff; font-family: 'Rubik', sans-serif; }\n    .shopify-wrapper { max-width: 800px; margin: 0 auto; }\n  \u003c\/style\u003e\n\n\n\u003cdiv class=\"shopify-wrapper\"\u003e\n\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important;\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black !important;\n    margin-bottom: 10px;\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0;\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003e-\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eLittle People\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eWWE\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eNew\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eWorld\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eOrder\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\" class=\"medium-title\"\u003eCollectors\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eWhen you're nWo, you're nWo 4-life. Celebrate the 30th anniversary of WWE's New World Order with this special edition Little People Collector set from Fisher-Price.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis collectable figure set reimagines three of the faction's most iconic members in signature Little People style. \"Hollywood\" Hulk Hogan is styled in his instantly recognisable sunglasses and bandana, six-time World Heavyweight Champion Kevin Nash features his iconic long blonde hair, and Scott Hall sheds his Razor Ramon character to kick off the New World Order alongside Hogan and Nash.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eArriving in a decorative window box package styled like the iconic WWE ring with hidden details to discover, this Little People Collector set is the perfect gift for any WWE fan. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eHulk Hogan Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eKevin Nash Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eScott Hall Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\" class=\"content-text\"\u003eRecommended For Ages: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e12 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eMonths+\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS \u003cspan class=\"button-arrow\"\u003e \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the 30th anniversary of WWE's New World Order.\u003c\/p\u003e\n          \u003cp\u003e• Includes \"Hollywood\" Hulk Hogan, Kevin Nash and Scott Hall.\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and is styled in the performer's signature look.\u003c\/p\u003e\n          \u003cp\u003e• Display your fandom! Set arrives in a decorative window box package styled like the iconic WWE ring, with cool hidden details for fans to explore.\u003c\/p\u003e\n          \u003cp\u003e• For WWE fans and collectors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price (Mattel)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTheme:\u003c\/strong\u003e WWE New World Order (nWo)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigures Included:\u003c\/strong\u003e Hulk Hogan, Kevin Nash, Scott Hall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches (approx. 6.4 cm)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12 months+\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JLB22\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735359806\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e21\u003c\/strong\u003e cm x \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout the New World Order\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eThe New World Order (nWo) is one of the most influential factions in professional wrestling history, first forming in WCW in 1996 when Scott Hall and Kevin Nash were joined by Hulk Hogan in a shocking heel turn.\u003c\/p\u003e\n          \u003cp\u003eStyling themselves as outsiders taking over the wrestling business, the trio's black and white colour scheme, attitude and catchphrases became a defining image of the \"Attitude Era\" of professional wrestling.\u003c\/p\u003e\n          \u003cp\u003eThe nWo's influence extended well beyond the ring, sparking a merchandise boom and reshaping how wrestling storylines and factions were built for years to come.\u003c\/p\u003e\n          \u003cp\u003eThis Little People Collector set reimagines three of the founding nWo members in the charming, collectable Little People style to mark the faction's 30th anniversary.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Little People Collector\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eLittle People Collector is a special range from Fisher-Price designed for adult fans and collectors rather than everyday toddler play.\u003c\/p\u003e\n          \u003cp\u003eEach set reimagines beloved characters from film, television, music and pop culture in the iconic, chunky Little People style.\u003c\/p\u003e\n          \u003cp\u003eSets arrive in decorative, display-ready window box packaging, often with fun hidden details for fans to discover.\u003c\/p\u003e\n          \u003cp\u003eThey make a charming gift and a great addition to any pop-culture collection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Collector_WWE_New_World_Order_Special_Edition_Figure_Set_Shopify_Footer.jpg?v=1783352406\" alt=\"Fisher-Price Little People Collector WWE New World Order Special Edition Figure Set Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        if (content.style.display === 'block') {\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45269595324439,"sku":"HG090647","price":59.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleCollectorWWENewWorldOrderSpecialEditionFigureSet1.jpg?v=1783352423"},{"product_id":"new-fisher-price-little-people-k-pop-demon-hunters-saja-boys-collector-set","title":"NEW Fisher Price - Little People K-POP Demon Hunters Saja Boys Collector Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .title-word {\n    margin-right: 12px;\n    display: inline-block;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #4c0e51; font-weight: bold;\"\u003eK-POP\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #873d92; font-weight: bold;\"\u003eDemon\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #873d92; font-weight: bold;\"\u003eHunters\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title title-word\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eSaja\u003c\/span\u003e\n      \u003cspan class=\"medium-title title-word\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eBoys\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eGet ready to jam with the Little People Collector K-Pop Demon Hunters: Saja Boys Special Edition Set from Fisher-Price!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis incredible 5-figure set brings the energy and style of your favourite K-Pop demon-boy band into collectible form, with each figure styled in their memorable look from the hit Netflix film.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package that recreates the group's hit single artwork, this collectible figure set is a must-have for K-Pop fans and collectors alike. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eJinu Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eAbby Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eBaby Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eRomance Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMystery Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set featuring the devilishly handsome demon boy band, the Saja Boys\u003c\/p\u003e\n          \u003cp\u003e• Includes all 5 members: Jinu, Abby, Baby, Romance, and Mystery, each styled in their memorable look from the film\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall, designed in signature Little People style\u003c\/p\u003e\n          \u003cp\u003e• Arrives in a decorative window box package that recreates the group's hit single artwork\u003c\/p\u003e\n          \u003cp\u003e• Perfect for K-Pop fans and collectors — look for additional Little People Collector K-Pop Demon Hunters sets to complete your collection (each sold separately and subject to availability)\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JRM88\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735424412\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 5\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12+ months (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e27\u003c\/strong\u003e cm x \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout K-Pop Demon Hunters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eK-Pop Demon Hunters\u003c\/strong\u003e is a 2025 animated film from Sony Pictures Animation, released on Netflix, directed by Maggie Kang and Chris Appelhans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e The film follows HUNTR\/X — Rumi, Mira, and Zoey — a K-Pop girl group who secretly moonlight as demon hunters, protecting a magical barrier called the Honmoon from the demon realm.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Rivalry:\u003c\/strong\u003e The Saja Boys are a rival boy band secretly formed by demons under the dark lord Gwi-Ma, designed to steal fans' souls and weaken the Honmoon by drawing devotion away from HUNTR\/X.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Phenomenon:\u003c\/strong\u003e The film's soundtrack and characters became a global sensation, with the Saja Boys and HUNTR\/X inspiring huge fan followings well beyond the screen.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Fusion:\u003c\/strong\u003e The film blends the high-energy world of K-Pop culture with Korean mythology and supernatural adventure, creating a uniquely exciting universe that resonates with fans of all ages.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Saja Boys\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eJinu:\u003c\/strong\u003e The leader of the Saja Boys, who first proposes forming the band. Unlike the rest of the group, Jinu retains his soul, making him the most complex and sympathetic figure among the demons.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAbby:\u003c\/strong\u003e Known as the group's do-it-all member, handling vocals, production, and demon-tracking with equal skill and sharp intelligence.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBaby:\u003c\/strong\u003e The youngest member of the Saja Boys, adored by fans for his playful charm and boundless energy.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRomance:\u003c\/strong\u003e The group's smooth, good-looking charmer, whose confident presence keeps the Saja Boys' idol image irresistible.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMystery:\u003c\/strong\u003e The enigmatic dancer of the group, whose striking moves and mysterious aura give the Saja Boys their edge on stage.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for fans of all ages.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that fans of all ages appreciate nostalgic, well-crafted collectibles inspired by today's biggest pop culture moments.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative window box is designed to showcase the figures whilst remaining sealed, with artwork inspired by the Saja Boys' hit single that rewards close examination.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to recreate favourite scenes or performances from the film.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets to create a comprehensive pop culture collection celebrating your favourite films and shows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_K-Pop_Demon_Hunters_Saja_Boys_Collectors_Edition_Shopify_Footer.jpg?v=1786344402\" alt=\"Little People K-Pop Demon Hunters Saja Boys Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45387917525015,"sku":"HG090678","price":79.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleKPopDemonHuntersCollectorsEdition1.jpg?v=1786344416"},{"product_id":"new-fisher-price-little-people-scooby-doo-collector-set","title":"NEW Fisher Price - Little People Scooby Doo Collector Set","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .title-word {\n    margin-right: 12px;\n    display: inline-block;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #a7502d; font-weight: bold;\"\u003eScooby-Doo\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eFans of the classic cartoon series can grab their Scooby Snacks and settle in for adventure with those \"meddling kids\" with this special edition Little People Collector Scooby-Doo set from Fisher-Price!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis collectable figure set includes all 5 members of the gang reimagined in signature Little People style, including Scooby, Shaggy, Velma, Daphne, and Fred.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package featuring the iconic Mystery Machine, this Little People Collector set is a great gift for any Scooby fan. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eScooby-Doo Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eShaggy Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eVelma Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eDaphne Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFred Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the classic cartoon mystery series, Scooby-Doo\u003c\/p\u003e\n          \u003cp\u003e• Zoinks! Includes all 5 members of the Scooby Gang: Fred Jones, Daphne Blake, Velma Dinkley, Norville \"Shaggy\" Rogers, and Scooby-Doo himself\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall, styled in the character's signature look from the series\u003c\/p\u003e\n          \u003cp\u003e• Arrives in a decorative window box package featuring the crew's iconic van, the Mystery Machine\u003c\/p\u003e\n          \u003cp\u003e• A great gift for grown-ups, Scooby fans, and collectors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKR56\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735355068\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 5\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12+ months (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e27\u003c\/strong\u003e cm x \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Scooby-Doo\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eScooby-Doo, Where Are You!\u003c\/strong\u003e is a Hanna-Barbera animated mystery series that first aired in 1969, created by Joe Ruby and Ken Spears.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e The series follows Mystery Inc. — Fred, Daphne, Velma, Shaggy, and their talking Great Dane, Scooby-Doo — as they travel the country in the Mystery Machine, solving spooky mysteries that usually turn out to have a very human culprit behind the mask.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Icon:\u003c\/strong\u003e With its catchphrases, comedic double acts, and unmistakable theme tune, Scooby-Doo has remained one of the most beloved and enduring cartoon franchises since its debut.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e Decades of spin-off series, films, and merchandise have introduced Scooby-Doo and the gang to generation after generation of fans, both young and young at heart.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eScooby-Doo:\u003c\/strong\u003e A lovable, cowardly Great Dane with a big appetite and an even bigger heart, whose fear often leads the gang right into the thick of the mystery.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eShaggy (Norville Rogers):\u003c\/strong\u003e Scooby's best friend and fellow food-lover, known for his laid-back style, iconic green shirt, and knack for stumbling straight into trouble.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eVelma Dinkley:\u003c\/strong\u003e The brains of the group, known for her sharp intellect, iconic orange turtleneck, and knack for solving every mystery.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDaphne Blake:\u003c\/strong\u003e Known as \"Danger-Prone Daphne,\" the stylish and adventurous member of the gang who often finds herself in the thick of the action.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFred Jones:\u003c\/strong\u003e The confident leader of Mystery Inc., known for his trap-building skills and signature orange ascot.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for fans of all ages.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that fans of all ages appreciate nostalgic, well-crafted collectibles inspired by today's biggest pop culture moments.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative window box is designed to showcase the figures whilst remaining sealed, with artwork featuring the iconic Mystery Machine that rewards close examination.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to recreate favourite scenes from the series.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets to create a comprehensive pop culture collection celebrating your favourite films and shows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\" style=\"transform: rotate(45deg);\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: block;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cscript src=\"https:\/\/cdn-widgetsrepository.yotpo.com\/v1\/loader\/u8Gg9jbAK93FxpBHKBEDBZqJf9c5vu6LnW29WyYI?\" async=\"\"\u003e\u003c\/script\u003e\n          \u003cdiv class=\"yotpo-widget-instance\" data-yotpo-instance-id=\"1001765\" data-yotpo-product-id=\"8912397303831\" data-yotpo-name=\"{{ product.title | escape }}\" data-yotpo-url=\"{{ shop.url }}{{ product.url }}\" data-yotpo-image-url=\"{{ product.featured_image | product_img_url: 'grande' }}\" data-yotpo-price=\"{{ product.price | divided_by: 100.00 }}\" data-yotpo-currency=\"{{ shop.currency }}\" data-yotpo-description=\"{{ product.description | escape }}\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Scooby_Doo_Collector_Series_Shopify_Footer.jpg?v=1786346170\" alt=\"Little People Scooby-Doo Collector Series Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45388004655127,"sku":"HG0090590","price":79.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleScoobyDooCollectorSeries1.jpg?v=1786346189"},{"product_id":"new-fisher-price-little-people-alien-the-movie-collectors-edition","title":"NEW Fisher Price- Little People Alien The Movie Collectors Edition","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .title-word {\n    margin-right: 12px;\n    display: inline-block;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\"\u003eAlien\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\"\u003eThe\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\"\u003eMovie\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eFans can relive the terrifying journey of the spaceship Nostromo with this special edition Little People Collector set celebrating the classic 1979 sci-fi horror film, Alien!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis collectable figure set features Ellen Ripley and three life stages of the deadly alien creature, all reimagined in signature Little People style.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFrom the parasitic facehugger to the infant chest-burster and the full-grown adult, each memorable version of the Xenomorph creature is brought to life in incredible detail.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package styled like the Nostromo spaceship, this Little People Collector set is a must-have for any sci-fi fan! Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eEllen Ripley Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFacehugger Parasite Alien Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eInfant Chest Burster Alien Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eXenomorph Alien Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the 1979 science fiction horror film, Alien\u003c\/p\u003e\n          \u003cp\u003e• Includes Ellen Ripley, plus 3 life stages of the alien: the facehugger parasite, the infant chest-burster, and the full-grown Xenomorph\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches (6.35 cm) tall\u003c\/p\u003e\n          \u003cp\u003e• Arrives in a decorative window box package featuring the spaceship Nostromo, with fun hidden details for fans to explore\u003c\/p\u003e\n          \u003cp\u003e• For sci-fi and horror fans and collectors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKR72\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735355211\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12+ months (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e21\u003c\/strong\u003e cm x \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Alien\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eSci-Fi Icon:\u003c\/strong\u003e Alien is a landmark 1979 science fiction horror film directed by Ridley Scott, following the crew of the commercial spacecraft Nostromo as they encounter a deadly extraterrestrial creature.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEllen Ripley:\u003c\/strong\u003e Starring Sigourney Weaver as the resourceful Warrant Officer Ellen Ripley, the film introduced one of cinema's most enduring heroines.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eIconic Design:\u003c\/strong\u003e The film's terrifying Xenomorph creature, designed by artist H.R. Giger, remains one of the most recognisable monsters in movie history, with its multi-stage life cycle — facehugger, chest-burster, and adult Xenomorph — becoming instantly iconic in its own right.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Franchise:\u003c\/strong\u003e Since its release, Alien has grown into a beloved franchise spanning sequels, spin-offs, comics, and games, captivating generations of science fiction fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Fresh Take:\u003c\/strong\u003e This Little People Collector set offers a playful, display-friendly introduction to the Alien universe, reimagining its iconic characters and creatures in the charming Little People style.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eEllen Ripley:\u003c\/strong\u003e The resourceful Warrant Officer of the Nostromo, whose quick thinking and courage help her survive the deadly threat aboard the ship.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFacehugger:\u003c\/strong\u003e The parasitic first life stage of the Xenomorph, which attaches to a host to implant the creature's larva.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eChest-Burster:\u003c\/strong\u003e The infant Xenomorph, which violently emerges from its host before rapidly maturing.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eXenomorph:\u003c\/strong\u003e The full-grown adult alien — a fast, aggressive, and near-unstoppable predator, and one of science fiction's most iconic movie monsters.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for fans of all ages.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that fans of all ages appreciate nostalgic, well-crafted collectibles inspired by today's biggest pop culture moments.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative window box is designed to showcase the figures whilst remaining sealed, with artwork featuring the Nostromo spaceship that rewards close examination.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to recreate favourite scenes from the film.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets to create a comprehensive pop culture collection celebrating your favourite films and shows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Alien_The_Movie_Collectors_Edition_Shopify_Banner.jpg?v=1787121807\" alt=\"Little People Alien The Movie Collectors Edition Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45419121541143,"sku":"HG090687","price":69.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleAlienTheMovieCollectorsEdition1.jpg?v=1787121823"},{"product_id":"new-fisher-price-little-people-gilmore-girls-collectors-edition","title":"NEW Fisher Price- Little People Gilmore Girls Collectors Edition","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c!-- Add Google Fonts for Rubik and Oswald --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* Mobile-first styles - SCOPED to product description only *\/\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0; \/* Remove any gap above logo *\/\n    padding-top: 0; \/* Remove any padding above logo *\/\n  }\n\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n  }\n\n  .product-description .title-word {\n    margin-right: 12px;\n    display: inline-block;\n  }\n\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black; \/* Ensure all main body copy is black *\/\n  }\n\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n\n  \/* Font size adjustments for mobile *\/\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n\n  \/* Button styling *\/\n  .product-description .view-all-button {\n    display: block;\n    width: 100%;\n    max-width: 500px;\n    background-color: #ff0000;\n    color: white;\n    font-size: 14px;\n    font-weight: normal;\n    text-align: center;\n    padding: 15px 0;\n    border-radius: 0; \/* Square edges *\/\n    text-decoration: none;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    position: relative;\n    margin: 0 0 40px 0;\n  }\n\n  .product-description .view-all-button:hover {\n    background-color: #f08080;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.2);\n  }\n\n  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\n  }\n\n  .product-description .click-text {\n    font-weight: bold;\n    font-size: 16px;\n    letter-spacing: 1px;\n    background-color: rgba(255, 255, 255, 0.15);\n    padding: 5px 8px;\n    border-radius: 3px;\n    margin-right: 5px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Accordion styles *\/\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .product-description .accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .product-description .accordion-title {\n    font-size: 16pt;\n    font-weight: 500;\n    font-family: 'Oswald', sans-serif;\n    color: #333;\n    margin: 0;\n  }\n\n  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n\n  .product-description .accordion-content {\n    display: none;\n  }\n\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\n  }\n\n  .product-description .accordion-content p {\n    font-size: 14pt;\n    line-height: 1.6;\n    color: black;\n    margin-bottom: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_People_Collector_Logo.jpg?v=1722607710\" alt=\"Little People Collector Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eFisher-Price\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eLittle\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003ePeople\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSeries\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #9b2166; font-weight: bold;\"\u003eGilmore\u003c\/span\u003e\n      \u003cspan class=\"large-title title-word\" style=\"font-size: 36pt; color: #9b2166; font-weight: bold;\"\u003eGirls\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\" style=\"margin-top: 50px;\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e\"It's a show?\" \"It's a lifestyle. It's a religion.\" Grab your jumbo coffee, a smorgasbord of snacks, and settle in for another rewatch of the fan-favourite series \u003cem\u003eGilmore Girls\u003c\/em\u003e with this special edition Little People Collector set from Fisher-Price!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis collectable set includes the three Gilmore girls — Rory, Lorelai, and Emily — plus everyone's favourite diner owner, Luke Danes, all reimagined in signature Little People style.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eArriving in a decorative window box package featuring the iconic Stars Hollow gazebo and other fun details to discover, this Little People Collector set is the perfect addition to any fan's collection. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv style=\"padding-left: 20px;\"\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eRory Gilmore Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eLorelai Gilmore Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eEmily Gilmore Figurine\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eLuke Danes Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #ff0010; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e12+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eMonths\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca class=\"view-all-button\" href=\"https:\/\/hectic.gifts\/collections\/fisher-price-little-people-collectors-set\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE PEOPLE COLLECTOR SETS\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eKey Features\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Special edition Little People Collector set celebrating the fan-favourite TV show, Gilmore Girls\u003c\/p\u003e\n          \u003cp\u003e• Includes Rory, Lorelai and Emily Gilmore, plus Stars Hollow diner owner, Luke Danes\u003c\/p\u003e\n          \u003cp\u003e• Each figure stands over 2.5 inches tall and is styled in a memorable character look from the series\u003c\/p\u003e\n          \u003cp\u003e• Arrives in a decorative window box package featuring the iconic Stars Hollow gazebo, with fun hidden details for fans to explore\u003c\/p\u003e\n          \u003cp\u003e• For grown-ups, Gilmore Girls fans, and collectors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eProduct Specifications\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Fisher-Price\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Line:\u003c\/strong\u003e Little People Collector\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JLB18\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735359813\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Figures:\u003c\/strong\u003e 4\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 12+ months (Collector item — recommended for display)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFigure Height:\u003c\/strong\u003e Over 2.5 inches tall\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Decorative window box\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e21\u003c\/strong\u003e cm x \u003cstrong\u003e16\u003c\/strong\u003e cm x \u003cstrong\u003e3.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Gilmore Girls\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eBeloved Comedy-Drama:\u003c\/strong\u003e Gilmore Girls is an American comedy-drama series created by Amy Sherman-Palladino, which premiered on The WB in 2000 and ran for seven seasons, with its final season airing on The CW.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Story:\u003c\/strong\u003e The series follows the close, fast-talking relationship between single mother Lorelai Gilmore and her daughter Rory, as they navigate family, romance, and ambition in the fictional small town of Stars Hollow, Connecticut.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Icon:\u003c\/strong\u003e Known for its rapid-fire dialogue, pop culture references, and endearing cast of small-town characters, Gilmore Girls has become a beloved cult classic since it first aired.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e The show's devoted fanbase has only grown since it ended, leading to a 2016 Netflix revival, \u003cem\u003eGilmore Girls: A Year in the Life\u003c\/em\u003e, and cementing its status as a comfort-watch favourite for generations of viewers.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe Characters\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eRory Gilmore:\u003c\/strong\u003e Lorelai's studious, book-loving daughter, whose journey through Chilton and Yale forms much of the show's heart.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLorelai Gilmore:\u003c\/strong\u003e The quick-witted, coffee-obsessed single mother at the centre of the series, known for her close bond with Rory and her complicated relationship with her own parents.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEmily Gilmore:\u003c\/strong\u003e Lorelai's formidable, high-society mother, whose old-fashioned expectations often clash with her daughter and granddaughter's independent spirits.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLuke Danes:\u003c\/strong\u003e The gruff but warm-hearted owner of Stars Hollow's beloved diner, and one of the show's most enduring will-they-won't-they romances.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eLittle People Collector Series\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eNostalgia Meets Pop Culture:\u003c\/strong\u003e The Little People Collector series transforms beloved films, TV shows, and cultural moments into the charming Little People aesthetic that generations have cherished, creating unique collectibles for fans of all ages.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdult Collectors:\u003c\/strong\u003e While traditional Little People toys target young children, the Collector series is specifically designed for fans who want to celebrate their favourite entertainment properties in a nostalgic, playful format.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePremium Packaging:\u003c\/strong\u003e Each collector set features display-quality packaging with artwork and details that honour both the Little People legacy and the source material being celebrated.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Authenticity:\u003c\/strong\u003e Despite the simplified Little People style, each figure captures the essence of the character through careful attention to costume details, accessories, and iconic poses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCross-Generational Appeal:\u003c\/strong\u003e These sets bridge generations, appealing to those who grew up with Little People, fans of the original property, and collectors of pop culture memorabilia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eFisher-Price Heritage\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eFisher-Price History:\u003c\/strong\u003e Founded in 1930, Fisher-Price has been creating beloved toys for nearly a century, becoming synonymous with quality children's products and nostalgic play experiences.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLittle People Evolution:\u003c\/strong\u003e Since 1950, Little People have evolved from simple wooden peg figures to the detailed, expressive characters known today, maintaining their iconic chunky shape whilst adding personality and detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Fisher-Price maintains rigorous safety and quality standards, ensuring durability and safety even in collector-focused products designed primarily for display.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The Collector series represents Fisher-Price's ability to evolve with its audience, recognising that fans of all ages appreciate nostalgic, well-crafted collectibles inspired by today's biggest pop culture moments.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGenerational Bonds:\u003c\/strong\u003e Little People toys often become family heirlooms, passed down through generations, creating emotional connections that span decades and bringing families together through shared memories.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDisplay \u0026amp; Care\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePackaging Display:\u003c\/strong\u003e The decorative window box is designed to showcase the figures whilst remaining sealed, with artwork featuring the Stars Hollow gazebo that rewards close examination.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOut-of-Box Display:\u003c\/strong\u003e If removed from packaging, the figures stand independently and can be arranged to recreate favourite scenes from the series.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Value:\u003c\/strong\u003e Keeping the set in mint condition with original packaging intact helps preserve its value for serious collectors.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStorage Recommendations:\u003c\/strong\u003e Store away from direct sunlight to prevent colour fading. Keep in a cool, dry environment to maintain material integrity.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e If figures are removed from packaging, gently wipe with a slightly damp cloth if needed. Avoid harsh chemicals or submerging in water.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollection Building:\u003c\/strong\u003e Display alongside other Little People Collector sets to create a comprehensive pop culture collection celebrating your favourite films and shows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eDelivery \u0026amp; Returns\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e Enjoy FREE standard shipping to anywhere in Australia via Australia Post with every order! The option to upgrade to Express Post shipping for an additional flat fee Australia wide is available to select during checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated Delivery Time:\u003c\/strong\u003e 3–5 business days for standard shipping; 1–2 business days for express shipping.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery. Item must be in original packaging and condition. Collector items with broken seals may not be eligible for return unless damaged or defective.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eExchanges:\u003c\/strong\u003e We're happy to exchange any items that don't meet your expectations. Please contact our \u003ca style=\"color: #0066cc; text-decoration: underline;\" rel=\"noopener noreferrer\" href=\"https:\/\/hectic.gifts\/pages\/contact\" target=\"_blank\"\u003ecustomer service team\u003c\/a\u003e to arrange an exchange.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eReviews\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003eNo reviews to display as yet\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Fisher_Price_Little_People_Gilmore_GIrls_Collectors_Edition_Shopify_Footer.jpg?v=1787293899\" alt=\"Little People Gilmore Girls Collectors Edition Footer\"\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\n\n        \/\/ Simple toggle using display property\n        if (content.style.display === 'block') {\n          \/\/ Close the accordion\n          content.style.display = 'none';\n          icon.textContent = '+';\n          icon.style.transform = 'none';\n        } else {\n          \/\/ Open the accordion\n          content.style.display = 'block';\n          icon.textContent = '+';\n          icon.style.transform = 'rotate(45deg)';\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Fisher Price","offers":[{"title":"Default Title","offer_id":45423743795223,"sku":"HG090690","price":69.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/FisherPriceLittlePeopleTheGilmoreGirlsCollectorsEdition1.jpg?v=1787293913"}],"url":"https:\/\/hectic.gifts\/collections\/1-2-years.oembed","provider":"Hectic Gifts","version":"1.0","type":"link"}