{"title":"5 - 7 Years","description":null,"products":[{"product_id":"new-hasbro-jenga-game","title":"NEW Hasbro - Jenga Game","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', 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; \/* 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  \/* 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\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\/Hasbro_Gaming_Logo.png?v=1722787150\" alt=\"Hasbro Gaming 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\"\u003eHasbro\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #9b2166; font-weight: bold;\" class=\"large-title\"\u003eJenga \u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eGame\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\"\u003eIn this Jenga game, enjoy classic Jenga gameplay or add more ways to play using the FREE Jenga web app!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003ePull a block from the stack, then try to add it to the top without toppling the tower. The more Jenga blocks get pulled, the more unsteady the tower becomes, until … CRASH!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eKeep the game fresh by adding the web app to a phone or tablet, and \"roll\" its virtual die for extra edge-of-your-seat challenges! Race the clock, stack 2 blocks, pick an opponent to take your turn, use thumbs only, team up, or place the block anywhere but the top row.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis wooden block balancing game is a great choice for those looking for family games, game night games for groups, or kids birthday party games. Family party games make fun holiday and birthday gifts for kids ages 6+ and adults.\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      \u003cdiv class=\"video-container\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/X5FCi90ieWI\" title=\"YouTube video player\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\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: #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\"\u003eComplete Set of Jenga Wooden Game Blocks\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\"\u003eSet of Game Instructions\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\"\u003eYears\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: #7f160e; font-weight: bold;\" class=\"content-text\"\u003eFor \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1-4 \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003ePlayers\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\/games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL GAMES \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\u003eUltimate Party Game:\u003c\/strong\u003e This Jenga game is the iconic tower game with more ways to play! Enjoy classic gameplay or add challenges with the FREE web app (Scan in-pack QR code or access web on phone or tablet. No downloading or additional purchase needed)\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMore Ways to Play with FREE Web App:\u003c\/strong\u003e With the web app, dare to \"roll\" a virtual die on a phone or tablet to get unpredictable challenges. Fun to try and hysterical to watch! (Device not included)\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eHilarious \u0026amp; Heart-Racing Challenges:\u003c\/strong\u003e Play with thumbs only, beat the clock, avoid the top row, team up by guiding another player whilst they close their eyes – and more\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDon't Let the Tower Fall:\u003c\/strong\u003e The suspense! In this teetering game of thrills and skills, carefully pull a block out of the tower and place it on top. As more blocks get pulled, the tower starts to get unsteady, until … CRASH\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eStack It, Pack It \u0026amp; Go:\u003c\/strong\u003e The easy-to-use stacking sleeve helps players set up the tower and pack it up again for easy storage. With compact packaging, it's one of the best travel games\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eFast Fun with Family \u0026amp; Friends:\u003c\/strong\u003e Great for groups or solo play, this wooden block tumbling tower game for ages 6+ is a lively game for Family Game Night, adult game night, holidays, icebreakers, and anytime fun\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 Hasbro Gaming\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Jenga Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e G1499\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 5010996295804\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlayers:\u003c\/strong\u003e 1-4 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGame Type:\u003c\/strong\u003e Wooden Block Stacking Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e FREE web app with digital die for extra challenges\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e27\u003c\/strong\u003e cm x \u003cstrong\u003e8\u003c\/strong\u003e cm x \u003cstrong\u003e8\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 Jenga\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\u003eOrigins:\u003c\/strong\u003e Jenga was created by Leslie Scott, based on a wooden block stacking game her family played in Ghana during the 1970s. The name \"Jenga\" comes from the Swahili word \"kujenga,\" meaning \"to build.\"\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLaunch:\u003c\/strong\u003e Scott launched Jenga at the London Toy Fair in 1983, and it quickly became a global phenomenon. The game was later acquired by Hasbro, which continues to manufacture and distribute it worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSimple Yet Addictive:\u003c\/strong\u003e Jenga's appeal lies in its simple rules combined with increasing tension and suspense. Each turn makes the tower more unstable, creating edge-of-your-seat excitement as players try to avoid being the one who causes the crash.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Jenga has become one of the world's most recognisable and beloved games, appearing at parties, family gatherings, bars, and social events globally. It has transcended language and cultural barriers to become a universal symbol of fun and friendly competition.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWorld Records:\u003c\/strong\u003e Jenga has inspired numerous world record attempts, including tallest towers built and longest games played. The game's combination of skill, strategy, and nerve makes it endlessly challenging.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eModern Evolution:\u003c\/strong\u003e Whilst maintaining its classic wooden block gameplay, Jenga has evolved with digital enhancements like the free web app, bringing new challenges and ways to play whilst honouring the original game's simplicity.\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\"\u003eHow to Play\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\u003eSetup:\u003c\/strong\u003e Use the included stacking sleeve to build your Jenga tower. Stack the blocks in rows of three, alternating the direction of each level. The tower should be 18 levels high when complete.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eClassic Gameplay:\u003c\/strong\u003e Players take turns removing one block at a time from anywhere below the highest completed level, then placing it on top of the tower to continue building upward.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Rules:\u003c\/strong\u003e You can only use one hand at a time to remove blocks. You can touch blocks to find a loose one, but if you move a block, you must complete your turn with that block. Your turn ends 10 seconds after you place your block on top.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning and Losing:\u003c\/strong\u003e The game continues with players taking turns removing and stacking blocks. The last player to successfully place a block before the tower falls is the winner. The player who causes the tower to fall loses.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWeb App Challenges:\u003c\/strong\u003e Use your phone or tablet to access the free Jenga web app. \"Roll\" the virtual die to get special challenges like racing against a timer, stacking two blocks at once, using only your thumbs, or placing blocks somewhere other than the top row.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStrategy Tips:\u003c\/strong\u003e Look for blocks in the middle of levels as they're often easier to remove. Gently tap blocks to test if they're loose. Consider the tower's balance when choosing where to place your block on top.\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\"\u003eHasbro Gaming\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\u003eCompany Overview:\u003c\/strong\u003e Hasbro Gaming is a division of Hasbro, Inc., one of the world's largest toy and board game companies. The gaming division is responsible for producing and marketing a wide range of classic and modern board games, card games, and skill games.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCompany History:\u003c\/strong\u003e Founded in 1923, Hasbro has grown to become one of the most recognisable names in family entertainment. The company has acquired and maintained many beloved game brands, including Jenga, which joined the Hasbro family in the 1990s.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Legacy:\u003c\/strong\u003e Hasbro Gaming is known for maintaining the legacy of classic games whilst updating them for new generations. Jenga exemplifies this approach, preserving the beloved wooden block gameplay whilst adding modern features like the digital web app.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Standards:\u003c\/strong\u003e Hasbro maintains strict quality standards for all its games, ensuring that Jenga blocks are precisely cut and finished to provide consistent, reliable gameplay that meets the expectations of players worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation Focus:\u003c\/strong\u003e The company continues to innovate in the gaming space, balancing tradition with new technology to create games that appeal to players of all ages. Their commitment to quality and family entertainment has made them a trusted name in homes 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\"\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\/Jenga_Game_Shopify_Footer.jpg?v=1764410982\" alt=\"Jenga Game 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":"Hasbro Gaming","offers":[{"title":"Default Title","offer_id":44064113360919,"sku":"HG09049","price":39.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/JengaGame1.jpg?v=1764411002"},{"product_id":"new-the-worlds-smallest-rubiks-cube","title":"NEW - The Worlds Smallest Rubiks Cube","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', 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  \/* 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  \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\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest 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\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eWorld's \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eSmallest\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\"\u003eRubik's \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCube\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 24pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eItem: \u003c\/span\u003e\u003cspan style=\"font-size: 24pt; color: black; font-weight: normal;\" class=\"content-text\"\u003e50325\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\"\u003eThe world's top-selling 3-Dimensional puzzle is now available in the world's smallest size!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eTwist and turn the cube using various combinations to return it to its original state, one solid colour on every side. This miniature marvel fits in the palm of your hand yet provides all the challenging fun of the full-sized classic.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eSmall enough to take everywhere, this World's Smallest Rubik's Cube is perfect for puzzle enthusiasts on the go. Despite its tiny size, it functions just like the original, with smooth turning action and vibrant colours.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eA perfect stocking stuffer, party favour, or gift for puzzle lovers of all ages!\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\"\u003eWorld's Smallest Rubik's Cube\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\"\u003e8+ \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\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\u003eWorld's Smallest Version:\u003c\/strong\u003e The iconic 3D puzzle now available in an incredibly tiny size that fits in your palm\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eFully Functional:\u003c\/strong\u003e Despite its miniature size, it works just like the original with smooth turning action\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eClassic Puzzle Challenge:\u003c\/strong\u003e Twist and turn to solve the puzzle by getting all six sides to be one solid colour\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePortable Fun:\u003c\/strong\u003e Small enough to take everywhere - perfect for travel, waiting rooms, or on-the-go entertainment\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eIntermediate Difficulty:\u003c\/strong\u003e Provides a satisfying challenge for puzzle enthusiasts of all skill levels\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eVibrant Colours:\u003c\/strong\u003e Features the classic colour scheme with high-quality stickers\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Makes an excellent stocking stuffer, party favour, or gift for puzzle lovers\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollectible Item:\u003c\/strong\u003e Part of the popular World's Smallest 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\"\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 World's Smallest Rubik's Cube\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 50325\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010995223\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Plastic\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSkill Level:\u003c\/strong\u003e Intermediate\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e8+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackage Weight:\u003c\/strong\u003e 18 grams\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e7.5\u003c\/strong\u003e cm x \u003cstrong\u003e1\u003c\/strong\u003e cm x \u003cstrong\u003e4.5\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCube Size:\u003c\/strong\u003e Miniature (approximately 2cm per side)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Window box packaging\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\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eThese miniature collectibles have gained popularity amongst collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n          \u003cp\u003eThe collection includes miniature versions of beloved toys from various decades, allowing adults to reconnect with their childhood favourites whilst introducing younger generations to classic toys in a unique and collectible format.\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 Rubik's Cube\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\u003eInvention:\u003c\/strong\u003e The Rubik's Cube was invented in 1974 by Ernő Rubik, a Hungarian sculptor and professor of architecture. Originally called the \"Magic Cube,\" it became the Rubik's Cube when it was licenced to be sold internationally.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Phenomenon:\u003c\/strong\u003e Since its international debut in 1980, the Rubik's Cube has become the world's best-selling puzzle toy, with over 350 million cubes sold worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Icon:\u003c\/strong\u003e The Rubik's Cube has transcended its status as a toy to become a cultural icon, appearing in art, science, and popular culture. It's recognised as one of the most influential inventions of the 20th century.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMathematical Marvel:\u003c\/strong\u003e The standard 3x3x3 Rubik's Cube has 43,252,003,274,489,856,000 (43 quintillion) possible configurations, making it an endlessly challenging puzzle.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCompetitive Sport:\u003c\/strong\u003e Speedcubing has become a competitive sport with official World Cube Association competitions held globally. The current world record for solving a 3x3x3 cube is under 4 seconds!\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEducational Tool:\u003c\/strong\u003e Beyond entertainment, the Rubik's Cube is used in mathematics and computer science education to teach concepts like algorithms, problem-solving, and spatial reasoning.\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\"\u003eHow to Solve\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\u003eGetting Started:\u003c\/strong\u003e Solving a Rubik's Cube requires learning a series of algorithms - specific sequences of moves that manipulate the cube in predictable ways.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLayer-by-Layer Method:\u003c\/strong\u003e The most common beginner method involves solving the cube one layer at a time: first the top layer (including edges), then the middle layer, and finally the bottom layer.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePractice Makes Perfect:\u003c\/strong\u003e Don't be discouraged if it seems difficult at first. With practice, most people can learn to solve a Rubik's Cube in under two minutes.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOnline Resources:\u003c\/strong\u003e Numerous free tutorials, videos, and guides are available online to help you learn solving methods suitable for your skill level.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePattern Recognition:\u003c\/strong\u003e As you practise, you'll begin to recognise common patterns and develop intuition for which algorithms to apply in different situations.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAdvanced Techniques:\u003c\/strong\u003e Once you've mastered the basics, you can explore faster solving methods like CFOP (Fridrich method), Roux method, or ZZ method used by competitive speedcubers.\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\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licenced products from popular brands.\u003c\/p\u003e\n          \u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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  \u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: 'Rubik', sans-serif; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: 'Rubik', sans-serif; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 8 years of age.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/World_s_Smallest_Rubik_s_Cube_Shopify_Banner.jpg?v=1764999122\" alt=\"World's Smallest Rubik's Cube 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":"Super Impulse","offers":[{"title":"Default Title","offer_id":44078752956439,"sku":"HG09055","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestRubiksCube1.jpg?v=1764999823"},{"product_id":"new-the-worlds-smallest-uno-card-game","title":"NEW - The Worlds Smallest UNO Card Game","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', 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  \/* 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  \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\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest 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\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eWorld's \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eSmallest\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\"\u003eUNO \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCard \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eGame\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 24pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eItem: \u003c\/span\u003e\u003cspan style=\"font-size: 24pt; color: black; font-weight: normal;\" class=\"content-text\"\u003e56825\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\"\u003eMore of the world's BIGGEST and most CLASSIC toys are back in their smallest sizes ever!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eSuper Impulse is growing its World's Smallest collection to include more iconic retro brands in tiny working versions. These toys are retro throwbacks for grownups and the perfect collectible for kids!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis edition is the tiniest version of the classic Card Game UNO! Quick, exciting and fun for everyone! Play by matching colour, number or play an action card against your opponent. When you're down to one card, don't forget to yell UNO!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eIncludes 112 cards in 1 tuck box - the complete game in miniature form. Perfect for travel, camping, or anywhere you want to take the fun!\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\"\u003eWorld's Smallest UNO Card Game (112 cards)\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\"\u003e8+ \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\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\u003eWorld's Smallest Version:\u003c\/strong\u003e The classic UNO card game now available in an incredibly tiny size\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eComplete Game:\u003c\/strong\u003e Includes all 112 cards in 1 miniature tuck box - nothing is missing!\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eClassic Gameplay:\u003c\/strong\u003e Play by matching colours and numbers, or use action cards to defeat your opponents\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePortable Fun:\u003c\/strong\u003e Small enough to take everywhere - perfect for travel, camping, or on-the-go entertainment\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eQuick \u0026amp; Exciting:\u003c\/strong\u003e Fast-paced gameplay that's fun for everyone\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Makes an excellent stocking stuffer, party favour, or gift for card game lovers\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollectible Item:\u003c\/strong\u003e Part of the popular World's Smallest collection\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eRetro Throwback:\u003c\/strong\u003e Brings back nostalgic memories whilst introducing new generations to this classic game\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 World's Smallest UNO Card Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 56825\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010995230\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Cardstock\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 112 cards\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlayers:\u003c\/strong\u003e 2-10 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e8+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e7.5\u003c\/strong\u003e cm x \u003cstrong\u003e1\u003c\/strong\u003e cm x \u003cstrong\u003e4.5\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Tuck box packaging\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\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eThese miniature collectibles have gained popularity amongst collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n          \u003cp\u003eThe collection includes miniature versions of beloved toys and games from various decades, allowing adults to reconnect with their childhood favourites whilst introducing younger generations to classic games in a unique and collectible format.\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 UNO\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\u003eGame Creation:\u003c\/strong\u003e UNO was created in 1971 by Merle Robbins, a barber from Reading, Ohio. Frustrated with arguments during a game of Crazy Eights, Robbins invented his own card game with clearer rules.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Success:\u003c\/strong\u003e Since its creation, UNO has become one of the world's most popular card games, with over 150 million decks sold in more than 80 countries worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSimple Yet Strategic:\u003c\/strong\u003e The genius of UNO lies in its perfect balance of simple rules that anyone can learn in minutes, combined with strategic gameplay that keeps experienced players engaged.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Icon:\u003c\/strong\u003e UNO has transcended its status as a card game to become a cultural phenomenon, inspiring video games, mobile apps, and even a feature film.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUniversal Appeal:\u003c\/strong\u003e The game's combination of luck and strategy, along with its fast-paced nature, makes it enjoyable for families, friends, and players of all ages and skill levels.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Editions:\u003c\/strong\u003e Over the years, countless themed versions of UNO have been released, featuring everything from popular movies and TV shows to sports teams and celebrities.\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\"\u003eHow to Play\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards. The remaining deck is placed face down as the draw pile, and the top card is turned over to start the discard pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eObjective:\u003c\/strong\u003e Be the first player to get rid of all your cards. When you're down to one card, you must yell \"UNO!\" or risk drawing penalty cards.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBasic Play:\u003c\/strong\u003e On your turn, match the top card on the discard pile by either colour, number, or symbol. If you can't play a card, draw one from the draw pile. If that card can be played, you may play it immediately.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAction Cards:\u003c\/strong\u003e Skip (next player loses their turn), Reverse (direction of play reverses), Draw Two (next player draws 2 cards and loses their turn).\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWild Cards:\u003c\/strong\u003e Wild (change the current colour), Wild Draw Four (change colour and next player draws 4 cards - can only be played if you have no cards matching the current colour).\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e The first player to play all their cards wins the round. In tournament play, points are tallied from remaining cards in opponents' hands.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHouse Rules:\u003c\/strong\u003e Many families have their own variations and house rules that add extra excitement to the game!\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\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licenced products from popular brands.\u003c\/p\u003e\n          \u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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  \u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: 'Rubik', sans-serif; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: 'Rubik', sans-serif; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 8 years of age.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/World_s_Smallest_UNO_Card_Game_Shopify_Footer.jpg?v=1765094375\" alt=\"World's Smallest UNO Card Game 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":"Super Impulse","offers":[{"title":"Default Title","offer_id":44079683928087,"sku":"HG09056","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/World_sSmallestUNOCards1.jpg?v=1765094396"},{"product_id":"new-insta-craze-infinity-loop-magic-rings-3d-puzzle","title":"NEW - Insta Craze Infinity Loop Magic Rings 3D Puzzle","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: 10px;\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: 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 alt=\"Insta Craze Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Insta_Craze_Logo.jpg?v=1768462234\" class=\"logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #00ae5f; 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: black; font-weight: bold;\" class=\"large-title\"\u003eInsta\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCraze\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003eInfinity\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003eFlip\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003eMagic\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003eRings\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003e3D\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003ePuzzle\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\"\u003eGet ready to flip, fold, and twist with the InstaCraze Infinity Flip!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis shape-shifting magic puzzle has endless ways to play and keeps hands busy with mesmerising moves and patterns.\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\"\u003eInfinity Flip Magic Rings 3D Puzzle\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\"\u003e5+ \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\/puzzles-and-games\" class=\"view-all-button\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL PUZZLES \u0026amp; GAMES\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• \u003cstrong\u003e113 WAYS TO FLIP:\u003c\/strong\u003e Endless puzzle possibilities to explore with over one hundred unique configurations\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSHAPE-SHIFTING MAGIC:\u003c\/strong\u003e Twist, fold, and create amazing new forms with this mesmerising puzzle\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eADDICTIVE FIDGET FUN:\u003c\/strong\u003e Keeps hands and minds engaged for hours with satisfying tactile feedback\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePERFECT GIFT:\u003c\/strong\u003e Great as a gift, party favour, or impulse buy for puzzle enthusiasts\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePORTABLE ENTERTAINMENT:\u003c\/strong\u003e Compact size makes it perfect for travel and on-the-go fidgeting\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 Infinity Flip Magic Rings 3D Puzzle\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e InstaCraze\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e5+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality plastic construction\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eContents:\u003c\/strong\u003e 1 Infinity Flip Magic Rings 3D Puzzle\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eConfigurations:\u003c\/strong\u003e 113 unique ways to flip and fold\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e20\u003c\/strong\u003e cm x \u003cstrong\u003e13\u003c\/strong\u003e cm x \u003cstrong\u003e5\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 9361698000606\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HG090574\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 InstaCraze\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\u003eInstaCraze\u003c\/strong\u003e is a dynamic brand specialising in innovative fidget toys and puzzles that combine entertainment with stress relief. Their products are designed to provide tactile satisfaction while engaging the mind.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct Philosophy:\u003c\/strong\u003e InstaCraze believes in creating toys that offer both fun and functionality, helping people of all ages find creative ways to stay focused and entertained.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Focus:\u003c\/strong\u003e Each InstaCraze product is crafted with attention to detail, ensuring smooth operation and durability for extended play sessions.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInnovation:\u003c\/strong\u003e The brand continues to develop unique puzzle concepts that push the boundaries of traditional fidget toys, offering fresh experiences for puzzle enthusiasts and casual users 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\"\u003eHistory of Magic Rings\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\u003eOrigins:\u003c\/strong\u003e Magic rings, also known as puzzle rings or Olympic rings, have been captivating puzzle enthusiasts since the 1980s. These interlocking ring puzzles were inspired by the success of the Rubik's Cube and represented a new category of mechanical puzzles.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEarly Development:\u003c\/strong\u003e The concept of interconnected rings that could be manipulated into different configurations emerged as puzzle designers sought to create handheld brain teasers that offered both visual appeal and tactile satisfaction.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEvolution:\u003c\/strong\u003e Over the decades, magic rings evolved from simple two-ring designs to complex multi-ring configurations. The Infinity Flip represents a modern evolution of this concept, offering 113 unique configurations and incorporating contemporary fidget toy elements.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Magic rings became popular in offices, schools, and homes as stress-relief tools long before \"fidget toys\" became a recognised category. They offered a quiet, unobtrusive way to keep hands busy while thinking or concentrating.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eModern Revival:\u003c\/strong\u003e The recent fidget toy revolution has brought renewed interest to classic puzzle concepts like magic rings, with updated designs featuring improved materials, smoother mechanisms, and more complex transformation possibilities.\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 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\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 InstaCraze Infinity Flip has quickly become a favourite among fidget toy enthusiasts and puzzle lovers.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWhat Customers Love:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e• The satisfying click and smooth transformation between configurations\u003c\/p\u003e\n          \u003cp\u003e• Endless entertainment value with 113 unique patterns to discover\u003c\/p\u003e\n          \u003cp\u003e• Perfect size for desk fidgeting or travel\u003c\/p\u003e\n          \u003cp\u003e• Durable construction that withstands repeated use\u003c\/p\u003e\n          \u003cp\u003e• Great for stress relief and focus enhancement\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePopular Uses:\u003c\/strong\u003e Customers report using the Infinity Flip for desk stress relief, meditation aid, travel entertainment, and as a conversation starter.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Insta_Craze_Infinity_Flip_Magic_Rings_3D_Puzzle_Shopify_Footer.jpg?v=1768462466\" alt=\"Infinity Flip Magic Rings Footer\" class=\"footer-image\"\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  \/\/ Accordion functionality - SCOPED to product description only\n  (function() {\n    const productDesc = document.querySelector('.product-description');\n    if (!productDesc) return;\n    \n    const accordionHeaders = productDesc.querySelectorAll('.accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const accordionItem = this.parentElement;\n        const accordionContent = accordionItem.querySelector('.accordion-content');\n        const accordionIcon = this.querySelector('.accordion-icon');\n        \n        \/\/ Toggle the clicked accordion\n        if (accordionContent.style.display === 'block') {\n          accordionContent.style.display = 'none';\n          accordionIcon.textContent = '+';\n        } else {\n          accordionContent.style.display = 'block';\n          accordionIcon.textContent = '−';\n        }\n      });\n    });\n  })();\n\u003c\/script\u003e","brand":"Insta Craze","offers":[{"title":"Default Title","offer_id":44177747378199,"sku":"HG090574","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Insta_Craze_Infinity_Flip_Magic_3D_Rings_Puzzle_01.jpg?v=1768471112"},{"product_id":"new-mattel-uno-beetlejuice-special-edition-card-game","title":"NEW Mattel - UNO Beetlejuice Special Edition Card Game","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    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', 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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO Logo\"\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eMattel\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #00ae5f; 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: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"medium-title\"\u003eBeetlejuice\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003e \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eEdition\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eCard\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003e \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eGame\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 24pt; color: black;\"\u003e(Special Edition)\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eFans of the Beetlejuice Beetlejuice™ movie will love playing this themed UNO card game.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eWith a deck featuring graphics inspired by favourite characters and scenes, players try to match colours and numbers -- there's even a special \"Beetlejuice Beetlejuice Beetlejuice\" rule that may have other players adding cards!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eAnd when down to a last card, don't forget to yell \"UNO!\"\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eMakes a great gift for fans of the Beetlejuice movie and card game lovers ages 7 years old and up.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan 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 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 style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eGame Cards\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eSet of Game Instructions\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 style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eFor \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e2-10\u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black;\"\u003e Players\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: #ff0000; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e7+\u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003e Years\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\/card-games\" class=\"view-all-button\"\u003e\n      \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL CARD GAMES\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• The UNO game players love features graphics inspired by favourite characters from the Beetlejuice Beetlejuice movie\u003c\/p\u003e\n          \u003cp\u003e• Game play matches the classic card game where players match colours and numbers to get rid of all their cards\u003c\/p\u003e\n          \u003cp\u003e• The special \"Beetlejuice Beetlejuice Beetlejuice\" rule lets a player draw 3 cards and then give them to any opposing player they want. But be careful – whoever plays the card must remember to say \"Beetlejuice\" three times or they must take all the cards\u003c\/p\u003e\n          \u003cp\u003e• When down to one card, don't forget to yell, \"UNO!\"\u003c\/p\u003e\n          \u003cp\u003e• Designed for 2 to 10 players ages 7 years and older, the collectible card game makes a great gift for fans of the Beetlejuice Beetlejuice movie\u003c\/p\u003e\n          \u003cp\u003e• Same gameplay as classic UNO with spooky Beetlejuice-themed twists\u003c\/p\u003e\n          \u003cp\u003e• A wonderful gift for Beetlejuice fans and card game lovers\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 Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e Beetlejuice Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e \"Beetlejuice Beetlejuice Beetlejuice\" Rule Card\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JBG36\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735259557\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 112 cards\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2-10 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlaying Time:\u003c\/strong\u003e Approximately 30 minutes\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e 7+ 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\"\u003eAbout Beetlejuice\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\u003eBeetlejuice is one of the most iconic and beloved supernatural comedy films of all time:\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Original Film:\u003c\/strong\u003e Directed by Tim Burton and released in 1988, Beetlejuice tells the story of a recently deceased couple who become ghosts haunting their former home. When a new family moves in, they attempt to scare them away with the help of a mischievous and crude bio-exorcist named Betelgeuse (pronounced \"Beetlejuice\"). The film starred Michael Keaton in the titular role, along with Geena Davis, Alec Baldwin, and Winona Ryder.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Sequel:\u003c\/strong\u003e Beetlejuice Beetlejuice (2024) brings back the beloved characters decades after the original film, with Tim Burton returning to direct and Michael Keaton reprising his iconic role. The sequel continues the supernatural comedy legacy whilst introducing new characters and situations.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The original Beetlejuice became a cultural phenomenon, spawning an animated series, a stage musical, and countless references in popular culture. The film's unique blend of dark humour, imaginative production design, and quirky characters has made it a Halloween favourite and a cult classic.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Name Rule:\u003c\/strong\u003e One of the most famous elements of the Beetlejuice franchise is the rule that saying his name three times will summon him - a concept that has been cleverly incorporated into this UNO edition with the special \"Beetlejuice Beetlejuice Beetlejuice\" card rule!\u003c\/p\u003e\n          \u003cp\u003eThis UNO edition brings the spooky fun of the Beetlejuice universe to game night, allowing fans to play with their favourite supernatural characters whilst enjoying the classic UNO gameplay with a ghostly twist!\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\"\u003eBeetlejuice Card Rule\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 \"Beetlejuice Beetlejuice Beetlejuice\" Card is a special rule card unique to the Beetlejuice UNO edition that adds supernatural chaos to your game!\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHow It Works:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e1. When a player plays the \"Beetlejuice Beetlejuice Beetlejuice\" Card, they must say \"Beetlejuice\" three times - just like summoning the bio-exorcist in the movies!\u003c\/p\u003e\n          \u003cp\u003e2. If the player forgets to say \"Beetlejuice\" three times when playing the card, they must take all the cards themselves as a penalty.\u003c\/p\u003e\n          \u003cp\u003e3. If the player correctly says \"Beetlejuice\" three times, they draw 3 cards from the deck.\u003c\/p\u003e\n          \u003cp\u003e4. The player then gives all 3 of these cards to any opposing player of their choice.\u003c\/p\u003e\n          \u003cp\u003e5. The chosen player must add these cards to their hand, potentially significantly increasing their card count.\u003c\/p\u003e\n          \u003cp\u003e6. After the cards are distributed, the game continues with the next player in the sequence.\u003c\/p\u003e\n          \u003cp\u003eThis special rule captures the essence of the Beetlejuice movies, where saying his name three times has consequences - though in this case, the consequences fall on your opponents rather than summoning a mischievous ghost!\u003c\/p\u003e\n          \u003cp\u003eThe card adds an element of risk and reward, as you must remember to follow the ritual properly or face the penalty of taking all the cards yourself.\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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n          \u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n          \u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n          \u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions featuring popular franchises like Beetlejuice, creating new ways for fans to engage with both the classic card game and their favourite characters.\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\"\u003eHow To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eBeetlejuice Beetlejuice Beetlejuice Card (Beetlejuice Edition):\u003c\/strong\u003e When played (and saying \"Beetlejuice\" three times), the player draws 3 cards and gives them to any opposing player of their choice.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round. Games are typically played to 500 points.\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\/UNO_Beetlejuice_Edition_Card_Game_Shopify_Footer.jpg?v=1769399645\" alt=\"UNO Beetlejuice Edition 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":"Mattel","offers":[{"title":"Default Title","offer_id":44213737095191,"sku":"HG090581","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOBeetlejuiceEditionCardGame1.jpg?v=1769399661"},{"product_id":"new-mattel-uno-wednesday-special-edition-card-game","title":"NEW Mattel - UNO Wednesday Special Edition Card Game","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  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    font-family: 'Rubik', sans-serif;\n  }\n  .product-description * {\n    font-family: 'Rubik', sans-serif;\n  }\n  .product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n  .product-description .logo {\n    max-width: 250px;\n    margin: 0 auto 20px auto;\n  }\n  .product-description .title-section {\n    text-align: center;\n    margin-bottom: 40px;\n    margin-top: 0;\n    padding-top: 0;\n  }\n  .product-description .title-text {\n    margin: 5px 0;\n    word-wrap: break-word;\n    word-spacing: 2px;\n  }\n  .product-description .content-section {\n    margin: 20px 0;\n  }\n  .product-description .section-heading {\n    margin: 30px 0 15px 0;\n    font-weight: bold;\n  }\n  .product-description ul {\n    padding-left: 20px;\n    margin: 15px 0;\n  }\n  .product-description li {\n    margin-bottom: 15px;\n    line-height: 1.4;\n  }\n  .product-description p {\n    line-height: 1.5;\n    margin: 15px 0;\n    color: black !important;\n  }\n  .product-description .footer-image {\n    margin: 30px auto;\n  }\n  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  .product-description .accordion {\n    max-width: 100%;\n    margin: 40px 0;\n    font-family: 'Rubik', sans-serif;\n  }\n  .product-description .accordion-item {\n    border-top: 1px solid #e0e0e0;\n  }\n  .product-description .accordion-item:last-child {\n    border-bottom: 1px solid #e0e0e0;\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  .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  .product-description .accordion-icon {\n    font-size: 20px;\n    font-weight: bold;\n    color: #333;\n    transition: transform 0.3s ease;\n  }\n  .product-description .accordion-content {\n    display: none;\n  }\n  .product-description .accordion-content-inner {\n    padding: 0 0 20px 0;\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  .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  .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  .product-description .button-arrow {\n    display: inline-block;\n    margin-left: 8px;\n    transition: opacity 0.2s ease;\n  }\n  .product-description .button-arrow-normal {\n    display: inline-block;\n  }\n  .product-description .button-arrow-hover {\n    display: none;\n  }\n  .product-description .view-all-button:hover .button-arrow-normal {\n    display: none;\n  }\n  .product-description .view-all-button:hover .button-arrow-hover {\n    display: inline-block;\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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO Logo\"\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eMattel\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #00ae5f; 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: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #7c1850; font-weight: bold;\" class=\"medium-title\"\u003eWednesday\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003e \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eEdition\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eCard\u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003e \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eGame\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 24pt; color: black;\"\u003e(Special Edition)\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eFans of the TV show Wednesday will love playing with this themed UNO card game.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eWith a deck featuring graphics inspired by favourite characters and scenes, players try to match colours and numbers -- there's even a special 'Wild Black is My Happy Colour' Rule that can only be changed by playing a black Wild Card unique to the game!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eAnd when down to a last card, don't forget to yell 'UNO!'\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eMakes a fun gift for fans of Wednesday and card game lovers ages 7 years old and up.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan 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 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 style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eUNO Wednesday Game Cards\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e1 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\"\u003eSet of Game Instructions\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 style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\"\u003eFor \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e2-10\u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black;\"\u003e Players\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: #ff0000; font-weight: bold;\"\u003eRecommended For Ages: \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e7+\u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003e Years\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\/uno-card-games\" class=\"view-all-button\"\u003e\n      \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO CARD GAMES\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• The UNO game players love features graphics inspired by characters from the series Wednesday\u003c\/p\u003e\n          \u003cp\u003e• Game play matches the classic card game where players match colours and numbers to get rid of all their cards\u003c\/p\u003e\n          \u003cp\u003e• The special \"Wild Black is My Happy Colour\" Rule makes a player draw a card and lose their turn, unless they can play a black Wild Card\u003c\/p\u003e\n          \u003cp\u003e• Special graphic symbols added to each card help identify the colour(s) on that card, allowing players with any form of colour blindness to play\u003c\/p\u003e\n          \u003cp\u003e• When down to one card, don't forget to snarl, \"UNO!\"\u003c\/p\u003e\n          \u003cp\u003e• Designed for 2 to 10 players ages 7 years and older, the collectible card game makes a great gift for fans of Wednesday\u003c\/p\u003e\n          \u003cp\u003e• Same gameplay as classic UNO with darkly humorous Wednesday-themed twists\u003c\/p\u003e\n          \u003cp\u003e• A wonderful gift for Wednesday fans and card game lovers\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 Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e Wednesday Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e \"Wild Black is My Happy Colour\" Rule Card, Colour-blind friendly symbols\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JHB18\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735326853\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 112 cards\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2-10 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlaying Time:\u003c\/strong\u003e Approximately 30 minutes\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e 7+ 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\"\u003eAbout Wednesday\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\u003eWednesday is a critically acclaimed supernatural comedy horror series that has become a cultural phenomenon:\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Series:\u003c\/strong\u003e Created by Alfred Gough and Miles Millar, Wednesday premiered on Netflix in 2022 and follows Wednesday Addams as a student at Nevermore Academy. The series is a sleuthing, supernaturally infused mystery charting Wednesday's years as a student, where she attempts to master her emerging psychic ability whilst thwarting a monstrous killing spree.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Character:\u003c\/strong\u003e Wednesday Addams, originally created by cartoonist Charles Addams, has been portrayed in various media since the 1960s. In this Netflix series, Jenna Ortega brings the character to life with a perfect blend of deadpan humour, gothic sensibility, and unexpected vulnerability. Wednesday is known for her dark wardrobe, morbid interests, and signature braided pigtails.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The series became Netflix's most-watched English-language series within its first month, accumulating over 1 billion viewing hours. Wednesday's viral \"Goo Goo Muck\" dance scene sparked countless recreations across social media platforms, and the character's signature style influenced fashion trends worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Addams Family Legacy:\u003c\/strong\u003e Wednesday Addams is a beloved member of The Addams Family, an eccentric household of supernatural beings who embrace the macabre and reject conventional social norms. The family has been adapted numerous times across television, film, and other media since their comic strip debut in 1938.\u003c\/p\u003e\n          \u003cp\u003eThis UNO edition brings Wednesday's dark humour and unique perspective to game night, allowing fans to play with their favourite characters whilst enjoying the classic UNO gameplay with a delightfully morbid twist!\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\"\u003eWild Black Card Rule\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 \"Wild Black is My Happy Colour\" Card is a special rule card unique to the Wednesday UNO edition that adds darkly humorous chaos to your game!\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHow It Works:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e1. When this special rule is in effect, the active colour becomes black - Wednesday's signature \"happy colour.\"\u003c\/p\u003e\n          \u003cp\u003e2. During each player's turn whilst the black rule is active, they must draw a card and lose their turn UNLESS they can play a black Wild Card.\u003c\/p\u003e\n          \u003cp\u003e3. The black Wild Cards in this edition are the only way to break the \"Black is My Happy Colour\" rule and change the active colour.\u003c\/p\u003e\n          \u003cp\u003e4. Once a player successfully plays a black Wild Card, they choose a new colour and the game continues normally.\u003c\/p\u003e\n          \u003cp\u003e5. The rule creates a tense situation where players may be forced to keep drawing cards turn after turn until someone breaks the streak with a black Wild Card.\u003c\/p\u003e\n          \u003cp\u003eThis special rule captures Wednesday Addams' signature style and her deadpan declaration that \"Black is my happy colour\" - one of the most memorable quotes from the character. It adds an element of suspense and strategy as players must decide when to use their precious black Wild Cards.\u003c\/p\u003e\n          \u003cp\u003eThe rule perfectly embodies Wednesday's love of making others uncomfortable whilst maintaining her own dark aesthetic preferences!\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\"\u003eColour-Blind Accessibility\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\u003eThis Wednesday edition of UNO includes an important accessibility feature that makes the game playable for people with colour blindness:\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGraphic Symbols:\u003c\/strong\u003e Each card features special graphic symbols in addition to colours. These symbols allow players with any form of colour blindness to identify which colour family a card belongs to without relying solely on colour perception.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTypes of Colour Blindness:\u003c\/strong\u003e Approximately 8% of men and 0.5% of women have some form of colour blindness. The most common types are red-green colour blindness (protanopia and deuteranopia) and blue-yellow colour blindness (tritanopia). These conditions can make it difficult or impossible to distinguish between certain colour combinations.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInclusive Design:\u003c\/strong\u003e By adding distinct symbols to each colour category, Mattel has made this edition of UNO accessible to millions of additional players who might otherwise struggle to play the traditional colour-based game. This design consideration allows everyone to enjoy the Wednesday-themed gameplay regardless of their colour perception abilities.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSymbol System:\u003c\/strong\u003e Each colour in the game has its own unique symbol that appears on every card of that colour, making it easy to match cards based on either colour or symbol - or both!\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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n          \u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n          \u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n          \u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions featuring popular franchises like Wednesday, creating new ways for fans to engage with both the classic card game and their favourite characters.\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\"\u003eHow To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Black is My Happy Colour (Wednesday Edition):\u003c\/strong\u003e When this rule is active, players must draw a card and lose their turn unless they can play a black Wild Card to change the colour.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round. Games are typically played to 500 points.\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\/UNO_Wednesday_Special_Edition_Card_Game_Shopify_Footer.jpg?v=1769426697\" alt=\"UNO Wednesday Edition 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":"Mattel","offers":[{"title":"Default Title","offer_id":44214337110039,"sku":"HG090582","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOWednesdaySpecialEditionCardGame1.jpg?v=1769426712"},{"product_id":"new-the-worlds-smallest-evel-knievel-stunt-cycle","title":"NEW - The Worlds Smallest Evel Knievel Stunt Cycle","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;\n    padding-top: 0;\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;\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: 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\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\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest 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\"\u003eThe World's Smallest\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\"\u003eEvel Knievel Stunt Cycle\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 24pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eItem: 5312\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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eGet ready to rev, launch and defy gravity with the World's Smallest Evel Knievel Stunt Cycle!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis mini version of the legendary stunt bike brings all the heart-pounding action of the original. Wind it up, release and watch as Evel Knievel takes off on daring jumps and high-flying stunts — just like the fearless showman himself!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFeaturing a detailed rider, classic stunt bike and working launcher, this pocket-sized powerhouse is perfect for collectors, thrill-seekers and anyone who dreams of going big. Small scale, legendary stunts, endless fun!\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\"\u003eWorld's Smallest Evel Knievel Stunt Cycle\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\"\u003eEvel Knievel Mini Figure\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\"\u003eWind Up Launcher\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\"\u003e6+ \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\u003c!-- Warning Box --\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: Verdana; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: Verdana; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 3 years of age.\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\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\"\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\u003eRev It Up \u0026amp; Take the Leap:\u003c\/strong\u003e Wind it up, let it go and watch Evel Knievel perform epic jumps and stunts — just like the legend himself!\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eAuthentic Miniature Design:\u003c\/strong\u003e This tiny version of the classic stunt bike includes a detailed rider, stunt cycle and working launcher\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eLaunch Epic Stunts Anywhere:\u003c\/strong\u003e Take the excitement anywhere — launch tricks and jumps from your desk, tabletop or any smooth surface\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eThe Ultimate Gift:\u003c\/strong\u003e Perfect for daredevil fans, collectors and retro toy lovers looking for big thrills in a small package\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eBig Fun for All Ages:\u003c\/strong\u003e Whether you're reliving nostalgia or discovering Evel Knievel for the first time, this pocket-sized stunt cycle delivers endless entertainment\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\"\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 World's Smallest Evel Knievel Stunt Cycle\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 5312\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010994370\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Plastic\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e2.5\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eContents:\u003c\/strong\u003e 1 Stunt Cycle, 1 Evel Knievel Mini Figure, 1 Wind Up Launcher\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Window box packaging\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\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eThese miniature collectibles have gained popularity amongst collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n\u003cp\u003eThe collection includes miniature versions of beloved toys from various decades, allowing adults to reconnect with their childhood favourites whilst introducing younger generations to classic toys in a unique and collectible format.\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 Evel Knievel\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 Legend:\u003c\/strong\u003e Robert Craig \"Evel\" Knievel (1938–2007) was an American stunt performer and entertainer who became one of the most iconic daredevils in history. Known for his death-defying motorcycle jumps, he captivated audiences worldwide throughout the 1960s and 1970s.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecord-Breaking Stunts:\u003c\/strong\u003e Evel Knievel attempted over 75 ramp-to-ramp motorcycle jumps during his career, famously leaping over cars, buses, fountains and even the Snake River Canyon. His fearless performances earned him a place in the Guinness Book of World Records for the most bones broken in a lifetime.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Icon:\u003c\/strong\u003e Beyond his stunts, Evel Knievel became a pop culture phenomenon. His star-spangled red, white and blue jumpsuit became instantly recognisable, and his name became synonymous with bravery and daring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Original Stunt Cycle Toy:\u003c\/strong\u003e The Evel Knievel Stunt Cycle was one of the best-selling toys of the 1970s. Manufactured by Ideal Toy Company, it featured a wind-up launcher that sent the motorcycle and rider flying across floors and off ramps. It remains one of the most beloved and collectible toys of the era.\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\u003eSetup:\u003c\/strong\u003e Place the Evel Knievel mini figure onto the stunt cycle and position the wind up launcher on a flat, smooth surface.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWind It Up:\u003c\/strong\u003e Crank the launcher to build up energy. The more you wind, the further and faster the stunt cycle will travel.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLaunch:\u003c\/strong\u003e Release the stunt cycle and watch Evel Knievel race across the surface at speed, performing wheelies and jumps.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBuild Your Own Ramps:\u003c\/strong\u003e Get creative by setting up ramps, obstacles and jump targets using books, boxes or other household items to create your own daredevil courses.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTips for Best Results:\u003c\/strong\u003e Use smooth, flat surfaces for the best performance. The stunt cycle works brilliantly on tables, desks, kitchen benchtops and hard floors.\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\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n\u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licenced products from popular brands.\u003c\/p\u003e\n\u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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 style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/World_s_Smallest_Evel_Knievel_Stunt_Cycle_Shopify_Footer_1.jpg?v=1771618191\" alt=\"World's Smallest Evel Knievel Stunt Cycle Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Super Impulse","offers":[{"title":"Default Title","offer_id":44609751547927,"sku":"HG0090582","price":35.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestEvelKneivalStuntCycle2.jpg?v=1771618241"},{"product_id":"new-mattel-uno-formula-1-edition-card-game","title":"NEW Mattel - UNO Formula 1 Edition Card Game","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eUNO Formula 1 Edition Card Game - Hectic Gifts\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@300;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\n  .product-description {\n    margin: 0;\n    padding: 0 15px;\n    max-width: 800px;\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  @media (max-width: 768px) {\n    .product-description .large-title {\n      font-size: 28px !important;\n    }\n    .product-description .medium-title {\n      font-size: 24px !important;\n    }\n    .product-description .content-text {\n      font-size: 16px !important;\n    }\n  }\n  \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  \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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO 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: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #88561b; font-weight: bold;\" class=\"large-title\"\u003eFormula \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #88561b; font-weight: bold;\" class=\"large-title\"\u003e1 \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 class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCard \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eGame\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\"\u003eFans of \u003cspan style=\"color: #ff0010;\"\u003eUNO\u003c\/span\u003e and \u003cspan style=\"color: #88561b;\"\u003eFormula 1\u003c\/span\u003e racing will love this deck featuring legendary F1 drivers bringing the speed, precision and high-octane excitement of the track right into players' hands.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame play mirrors classic UNO where players race to match colours and numbers, but watch out for the special \"Overtake\" rule that requires a higher-value card to stay ahead, or risk falling back by drawing extra cards!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAnd when down to the final card, don't forget to shift gears and yell, \u003cspan style=\"color: #ad001f; font-weight: bold;\"\u003e\"UNO!\"\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eIt's a full-throttled gift for fans of Formula 1 racing and card game lovers ages 7 and up.\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\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame Cards\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\"\u003eSet of Game Instructions\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\"\u003e7+ \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  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #00ae5f; font-weight: bold;\" class=\"content-text\"\u003eFor \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eto \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e10 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003ePlayers\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\/uno-card-games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO GAME EDITIONS \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• The UNO game players love races onto the scene with iconic images from the world of F1 racing and its celebrated drivers!\u003c\/p\u003e\n          \u003cp\u003e• Gameplay matches the classic card game where players match colours and numbers to get rid of all their cards!\u003c\/p\u003e\n          \u003cp\u003e• The special \"Overtake\" rule lets players add to a special pile — but each card must be higher in value than the last or they'll have to draw the entire pile!\u003c\/p\u003e\n          \u003cp\u003e• Don't forget to yell \"UNO!\" when down to the last card!\u003c\/p\u003e\n          \u003cp\u003e• Designed for 2 to 10 players ages 7 years and older, the collectible card game makes a timeless gift for fans of F1 racing.\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 Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e Formula 1 Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Overtake Rule, F1 Driver Imagery\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JMF10\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735375257\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 112\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2–10 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 7+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlaying Time:\u003c\/strong\u003e Approximately 30 minutes\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\"\u003eFormula 1 Racing\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\u003eFormula 1, commonly known as F1, is the highest class of international open-wheel single-seater formula racing sanctioned by the Fédération Internationale de l'Automobile (FIA). Since its inaugural season in 1950, F1 has grown into one of the most-watched sporting events on the planet.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Spectacle:\u003c\/strong\u003e The F1 World Championship consists of a series of races, known as Grands Prix, held on purpose-built circuits and public roads across the globe. From the glamour of Monaco to the high-speed straights of Monza, each race brings its own unique challenge and atmosphere.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLegendary Drivers:\u003c\/strong\u003e F1 has produced some of the greatest names in motorsport history, including Ayrton Senna, Michael Schumacher, and Lewis Hamilton. These drivers have captivated fans with their extraordinary skill, bravery, and fierce competitive spirit.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEngineering Excellence:\u003c\/strong\u003e F1 cars are among the most technologically advanced vehicles ever built, capable of speeds exceeding 350 km\/h. Teams invest hundreds of millions of dollars annually in research and development, pushing the boundaries of aerodynamics, hybrid power units, and materials science.\u003c\/p\u003e\n          \u003cp\u003eThis UNO Formula 1 Edition celebrates the excitement and heritage of F1 racing, bringing the thrill of the track to the card table.\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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n          \u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n          \u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n          \u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions, including this special Formula 1 edition that brings the excitement of grand prix racing to the classic card game.\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\"\u003eHow To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eOvertake Rule (Formula 1 Edition):\u003c\/strong\u003e Players can add cards to a special pile, but each card must be higher in value than the last. If a player cannot play a higher card, they must draw the entire pile!\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round.\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\/UNO_Formula_1_Edition_Card_Game_Shopify_Footer.jpg?v=1772170486\" alt=\"UNO Formula 1 Edition Card Game Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\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","brand":"Mattel","offers":[{"title":"Default Title","offer_id":44662230941719,"sku":"HG090593","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOFormula1EditionCardGame1.jpg?v=1772170533"},{"product_id":"new-afl-magentic-ladder","title":"NEW - AFL Magentic Footy Ladder","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\u003eAFL Magnetic Footy Ladder – Hectic Gifts Preview\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@300;400;500;600;700\u0026amp;family=Oswald:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    body { background: #fff; margin: 0; padding: 20px; }\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 SNIPPET STARTS HERE ===== --\u003e\n\u003cmeta charset=\"UTF-8\"\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@300;400;500;600;700\u0026amp;family=Oswald:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* SCOPED TO .product-description *\/\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;\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  \/* Mobile font adjustments *\/\n  @media (max-width: 768px) {\n    .product-description .large-title  { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\n  }\n\n  \/* ACCORDION *\/\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\u003cdiv class=\"product-description\"\u003e\n\n  \u003c!-- TITLE SECTION --\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/AFL_Logo.jpg?v=1773637814\" alt=\"AFL Logo\" class=\"logo\"\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; margin-right: 12px;\"\u003eAFL\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; margin-right: 12px;\"\u003eFooty\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eLadder\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; margin-right: 12px;\"\u003eMagnetic\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003eMini\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003eFridge\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eEdition\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO COPY --\u003e\n  \u003cdiv style=\"margin-top: 50px;\" class=\"content-section\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eWatch your team climb the ladder with a Magnetic Mini Footy Ladder!\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMeasuring 27 cm long by 11 cm wide, this magnetic ladder is perfect for the fridge and comes complete with magnetic team tiles for all eighteen AFL clubs. Track every round, debate every position, and keep the footy conversation going all season long.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eA must-have for any AFL household — whether you're a die-hard tragic or just in it for the finals, this is the easiest way to keep an eye on where your team sits at a glance.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INCLUDES --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #0039f3; font-weight: bold;\"\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\"\u003eAFL Magnetic Ladder\u003c\/span\u003e\n      \u003c\/p\u003e\n      \u003cp\u003e\n        \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e18 x \u003c\/span\u003e\n        \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAFL Team Magnetic Tiles\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- AGE RECOMMENDATION --\u003e\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\"\u003e6+ \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYears\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• \u003cstrong\u003eMagnetic Design:\u003c\/strong\u003e Attaches easily to any magnetic surface — perfect for the fridge\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eAll 18 AFL Teams:\u003c\/strong\u003e Includes magnetic tiles for every club in the competition\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eTrack the Season at a Glance:\u003c\/strong\u003e Visually monitor your team's position on the ladder round by round\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCompact Size:\u003c\/strong\u003e At 27 cm x 11 cm it's a great size — big enough to read easily, small enough to sit neatly on the fridge\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eGreat Gift:\u003c\/strong\u003e The perfect present for any AFL fan — kids and adults alike\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e AFL Magnetic Mini Footy Ladder\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e AFL222D\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 9314783680191\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTeams Included:\u003c\/strong\u003e All 18 AFL clubs\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e27\u003c\/strong\u003e cm x \u003cstrong\u003e11\u003c\/strong\u003e cm x \u003cstrong\u003e0.5\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About the AFL Ladder --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout the AFL Ladder\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 \u003cstrong\u003eAFL ladder\u003c\/strong\u003e is one of the most iconic and hotly debated features of the Australian football season. Updated each week after every round of matches, it shows the standings of all 18 clubs ranked by premiership points — and for fans, it can be the source of enormous joy, anguish, and endless discussion.\u003c\/p\u003e\n          \u003cp\u003eAt its simplest, the ladder tells you who's playing well, who's struggling, and who's in the hunt for the finals. The top eight clubs at the end of the home-and-away season progress to the finals series, with the top four earning double chances. For clubs outside the eight, every game matters — and every position shift is felt keenly by supporters.\u003c\/p\u003e\n          \u003cp\u003eThis magnetic fridge ladder lets you recreate that experience at home — rearranging tiles after each round and keeping the season's storyline front and centre all year long.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About the AFL --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout the AFL\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\u003eOrigins:\u003c\/strong\u003e Australian rules football is one of the oldest codified football codes in the world, with its origins in Melbourne in the 1850s. The game was formalised with the establishment of the Melbourne Football Club in 1858, and the first inter-club match was played the following year.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe AFL:\u003c\/strong\u003e The Australian Football League (AFL) is the premier competition for Australian rules football, currently comprising 18 clubs from across Australia. The competition grew from its Victorian roots to become a genuinely national competition during the 1980s and 1990s, with clubs now based in every mainland state and territory.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Season:\u003c\/strong\u003e The AFL home-and-away season runs from March to August each year, with each club playing 23 rounds of football. The finals series follows in September, culminating in the AFL Grand Final — one of the most watched sporting events in Australia, traditionally held at the Melbourne Cricket Ground.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAustralian Culture:\u003c\/strong\u003e Footy is deeply woven into the fabric of Australian life, particularly in Victoria, South Australia, and Western Australia. Club allegiances are often passed down through generations, and the ladder — that weekly snapshot of where everyone stands — is a shared obsession for millions of Australians throughout the season.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 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    \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\" 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=\"8754588909591\" data-yotpo-name=\"{{ product.title | escape }}\" data-yotpo-url=\"{{ shop.url }}{{ product.url }}\" data-yotpo-image-url=\"{{ product.featured_image | product_img_url: }}\" 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\n  \u003c\/div\u003e\n  \u003c!-- END ACCORDION --\u003e\n\n  \u003c!-- FOOTER IMAGE --\u003e\n  \u003cp\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/AFL_Ladder_Shopify_Footer.jpg?v=1773637926\" alt=\"AFL Magnetic Mini Footy Ladder\" class=\"footer-image\"\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- END .product-description --\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(function(header) {\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 SNIPPET ENDS HERE ===== --\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"AFL","offers":[{"title":"Default Title","offer_id":44747234344983,"sku":"HG090602","price":19.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/AFLMagneticLadder1.jpg?v=1773637942"},{"product_id":"new-mattel-uno-express-edition-card-game","title":"NEW Mattel - UNO Express Edition Card Game","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 { 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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\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\n\u003c\/div\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 .large-title {\n    font-family: 'Rubik', sans-serif;\n  }\n\n  .product-description .medium-title {\n    font-family: 'Rubik', sans-serif;\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 .content-text {\n    font-family: 'Rubik', sans-serif;\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 { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\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\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 { display: inline-block; }\n  .product-description .button-arrow-hover { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover { display: inline-block; }\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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Logo \u0026 Title --\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px;\"\u003eNEW \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e- \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; word-spacing: 2px;\"\u003eUNO\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7c1850; font-weight: bold; word-spacing: 2px;\"\u003eExpress \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003eEdition\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eCard \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eGame\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Body Copy --\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;\"\u003eThe game is just as fun as UNO, but has a faster game flow, so players get their turn faster!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe smaller deck of cards makes this version of UNO portable and easy to carry. Players take turns trying to place a matching card (colour or number) from their hand on the top card of the pile.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eRace to get rid of all your cards, match colours or numbers, and when you're down to one card — don't forget to yell \u003cstrong style=\"color: #ad001f;\"\u003e\"UNO!\"\u003c\/strong\u003e\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\u003c!-- Includes --\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;\"\u003e56 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eUNO Express Game Cards\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;\"\u003eSet of Game Instructions\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Players --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #00ae5f; font-weight: bold;\"\u003eFor \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e2 \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eto \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e4 \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePlayers\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Ages --\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;\"\u003e7+ \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears\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\/uno-card-games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO GAME EDITIONS \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\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• Faster game flow than classic UNO — players get their turn sooner for non-stop action!\u003c\/p\u003e\n\u003cp\u003e• Compact 56-card deck makes UNO Express portable and perfect for play anywhere.\u003c\/p\u003e\n\u003cp\u003e• Match colours or numbers to work through your hand and race to go out first.\u003c\/p\u003e\n\u003cp\u003e• When you're down to your last card, don't forget to yell \"UNO!\"\u003c\/p\u003e\n\u003cp\u003e• Great for 2 to 4 players — ideal for smaller groups and quicker game sessions.\u003c\/p\u003e\n\u003cp\u003e• Recommended for ages 7 and up — easy to learn, fast to play.\u003c\/p\u003e\n\u003cp\u003e• Colours and decorations may vary.\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Mattel\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e UNO Express\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e FLK65\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735326853\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 56\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2–4 players\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 7+ years\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About UNO Express --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout UNO Express\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\u003eFaster by Design:\u003c\/strong\u003e UNO Express takes everything you love about the classic UNO game and streamlines it for a quicker, more action-packed experience. With a smaller deck and faster game flow, players spend less time waiting and more time playing.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTake It Anywhere:\u003c\/strong\u003e The compact size of the UNO Express deck makes it the perfect companion for travel, camping, family road trips, or any time you want to squeeze in a quick game. It slips easily into a bag or pocket, so fun is always within reach.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClassic Rules, Quicker Play:\u003c\/strong\u003e The core rules remain true to the UNO you know and love — match colours or numbers, deploy action cards strategically, and yell \"UNO!\" when you're down to your last card. The Express format simply keeps the momentum going with a faster-paced experience for everyone at the table.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for Smaller Groups:\u003c\/strong\u003e With support for 2 to 4 players, UNO Express is perfectly sized for intimate game sessions with family or friends, making every round feel personal and competitive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- UNO Game History --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n\u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n\u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n\u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed and special editions — including UNO Express, designed for players who want all the fun of the classic game in a faster, more portable format.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How To Play UNO --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eHow To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round.\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 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\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 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\u003c!-- end accordion --\u003e \u003c!-- Footer Image --\u003e\n\u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNO_Express_Edition_Card_Game_Shopify_Footer.jpg?v=1776413556\" alt=\"UNO Express Edition Card Game Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- end product-description --\u003e \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 \u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\u003c\/div\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":45054665949207,"sku":"HG0090587","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOExpressEditionCardGame1.jpg?v=1776413571"},{"product_id":"new-the-worlds-smallest-gumby-pokey","title":"NEW - The World's Smallest Gumby \u0026 Pokey","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\u003eWorld's Smallest Gumby \u0026amp; Pokey Figurines – 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  \/* 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 { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\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\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 { display: inline-block; }\n  .product-description .button-arrow-hover { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover { display: inline-block; }\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\n  \u003c!-- Logo \u0026 Title --\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eThe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eWorld's \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eSmallest\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px;\"\u003eGumby \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e\u0026amp; \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7b4c1e; font-weight: bold; word-spacing: 2px;\"\u003ePokey \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003eFigurines\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Main Body Copy --\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;\"\u003eAre you ready for timeless adventures and limitless fun?\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eGumby is a powerful, widely recognised and global pop culture icon that enchants generation after generation. Bend Gumby in any way you deem possible and watch him return to his original shape!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eEach package includes Gumby and his trusty horse Pokey — two beloved characters from one of the most enduring animated franchises in history, now reimagined in the World's Smallest scale.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe perfect collectible for Gumby fans and miniature toy enthusiasts alike.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Includes --\u003e\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\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;\"\u003eWorld's Smallest Gumby 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;\"\u003eWorld's Smallest Pokey Figurine\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Ages --\u003e\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;\"\u003e8+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/the-worlds-smallest\" class=\"view-all-button\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST TOYS\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\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• Fun and flexible bendable figures — bend Gumby in any way you deem possible and watch him return to his original shape!\u003c\/p\u003e\n          \u003cp\u003e• Bundle includes both World's Smallest Gumby and his trusty horse Pokey\u003c\/p\u003e\n          \u003cp\u003e• Gumby is a powerful, widely recognised global pop culture icon that enchants generation after generation\u003c\/p\u003e\n          \u003cp\u003e• Highly detailed miniature replicas faithful to the original classic characters\u003c\/p\u003e\n          \u003cp\u003e• The perfect collectible for Gumby fans and miniature toy buffs\u003c\/p\u003e\n          \u003cp\u003e• Part of the popular World's Smallest toy collection from Super Impulse\u003c\/p\u003e\n          \u003cp\u003e• For fans of all ages — recommended for ages 8 and up\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacters:\u003c\/strong\u003e Gumby \u0026amp; Pokey\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 519\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 859421005022\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Flexible bendable plastic\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm x \u003cstrong\u003e4\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 8+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Keep away from extreme heat, handle with care\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About Gumby \u0026 Pokey --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Gumby \u0026amp; Pokey\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\u003eGumby\u003c\/strong\u003e is one of the most enduring and beloved characters in animation history. Created by Art Clokey, Gumby first appeared in a short film in 1955 before going on to star in his own television series, \u003cem\u003eThe Gumby Show\u003c\/em\u003e, which began airing in 1957. With his distinctive bright green colour and bendable form, Gumby became a pop culture icon recognised around the world.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePokey\u003c\/strong\u003e is Gumby's loyal horse companion and best friend, introduced alongside Gumby in the very earliest episodes. Coloured in a warm orange, Pokey is every bit as flexible and fun as his green pal, and the two are rarely seen apart. Their adventures together have delighted audiences of all ages for decades.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Legacy:\u003c\/strong\u003e Gumby and Pokey have transcended their origins as claymation characters to become genuine icons of popular culture. From Saturday morning cartoons to merchandise, their cheerful design and limitless flexibility have made them symbols of imagination and fun for generations of fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBendable Magic:\u003c\/strong\u003e The original Gumby toy was one of the first successful bendable figures ever produced, launching a whole genre of flexible toys. This World's Smallest version honours that legacy in miniature form.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Brand History --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eThese miniature collectibles have gained popularity among collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Super Impulse --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licensed products from popular brands.\u003c\/p\u003e\n          \u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 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    \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 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\n  \u003c\/div\u003e\n\u003c!-- end accordion --\u003e\n\n  \u003c!-- Please Be Aware notice --\u003e\n  \u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: 'Rubik', sans-serif; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: 'Rubik', sans-serif; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 6 years of age.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Footer Image --\u003e\n  \u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_Gumby_Pokey_Figurines_Shopify_Footer.jpg?v=1776418703\" alt=\"World's Smallest Gumby \u0026amp; Pokey Figurines Footer\"\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- end product-description --\u003e\n\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":"Super Impulse","offers":[{"title":"Default Title","offer_id":45054918656023,"sku":"HG319","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestGumby_PokeyFigurines1.png?v=1776418722"},{"product_id":"new-the-worlds-smallest-yahtzee-game","title":"NEW - The Worlds Smallest Yahtzee Game","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\u003eWorld's Smallest Yahtzee Dice Game – 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  \/* 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 { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\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\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 { display: inline-block; }\n  .product-description .button-arrow-hover { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover { display: inline-block; }\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\n  \u003c!-- Logo \u0026 Title --\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px;\"\u003eNEW \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e- \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eThe \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eWorld's \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold; word-spacing: 2px;\"\u003eSmallest\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #cc0000; font-weight: bold; word-spacing: 2px;\"\u003eYahtzee \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003eDice \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003eGame\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Main Body Copy --\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;\"\u003eGet ready to \"Shake, Score, and Shout\" with the World's Smallest Yahtzee game!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eShake it up and get rolling as you aim for the best combinations, outscore your opponents, and shout \"Yahtzee!\" with every winning roll. This mini version offers big-time entertainment for kids and adults alike!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMeasuring just 3.5 cm x 3.2 cm x 4.5 cm, this miniature version packs all the fun of the original Yahtzee game into the world's smallest size — perfect for on-the-go play, travel, family game nights, or as a unique collectible.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePlays just like the original, full-sized version. Whether you're introducing it to kids or reminiscing about your childhood, this game is fun and nostalgic for everyone.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Includes --\u003e\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\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;\"\u003eWorld's Smallest Yahtzee Dice Game\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;\"\u003eCup\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;\"\u003eDice\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e2 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePencils\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;\"\u003ePad of Score Cards\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;\"\u003eChips\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Ages --\u003e\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;\"\u003e6+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/the-worlds-smallest\" class=\"view-all-button\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST TOYS\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\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• The classic Yahtzee game in an incredibly tiny format — all the fun of the original in the world's smallest size\u003c\/p\u003e\n          \u003cp\u003e• Fully functional pocket-sized game — plays just like the original full-sized version\u003c\/p\u003e\n          \u003cp\u003e• Includes cup, 5 dice, 10 chips, 2 pencils, and a pad of score cards\u003c\/p\u003e\n          \u003cp\u003e• Shake, roll, and score your way to victory with this ultimate mini version of the timeless game\u003c\/p\u003e\n          \u003cp\u003e• Perfect for travel, family game nights, Easter baskets, party favours, and stocking stuffers\u003c\/p\u003e\n          \u003cp\u003e• Great for kids and adults alike — recommended for ages 6 and up\u003c\/p\u003e\n          \u003cp\u003e• Part of the popular World's Smallest toy collection from Super Impulse\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGame:\u003c\/strong\u003e Yahtzee Dice Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 5301\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010993946\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2+\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e7.5\u003c\/strong\u003e cm x \u003cstrong\u003e1\u003c\/strong\u003e cm x \u003cstrong\u003e4.5\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Keep away from extreme heat, handle with care\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About Yahtzee --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Yahtzee\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\u003eYahtzee\u003c\/strong\u003e is one of the world's most beloved dice games, enjoyed by millions of players across generations. The objective is simple: roll five dice up to three times per turn to achieve specific combinations — from three-of-a-kind and full houses to straights and the coveted Yahtzee (all five dice showing the same number).\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Classic Since 1956:\u003c\/strong\u003e Originally trademarked by toy and game entrepreneur Edwin S. Lowe in 1956, Yahtzee was reportedly inspired by a dice game played by a Canadian couple on their yacht. Lowe popularised the game and it was later acquired by Milton Bradley, which is now part of Hasbro.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Appeal:\u003c\/strong\u003e With more than 50 million sets sold each year, Yahtzee is consistently one of the world's best-selling games. Its blend of luck and strategy makes it accessible to all ages whilst keeping even experienced players on their toes.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Winning Shout:\u003c\/strong\u003e Nothing in gaming quite matches the thrill of rolling five matching dice and shouting \"Yahtzee!\" — a moment of pure joy that unites players of all ages and skill levels around the table.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Brand History --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eThese miniature collectibles have gained popularity among collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Super Impulse --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licensed products from popular brands.\u003c\/p\u003e\n          \u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 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    \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 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\n  \u003c\/div\u003e\n\u003c!-- end accordion --\u003e\n\n  \u003c!-- Please Be Aware notice --\u003e\n  \u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: 'Rubik', sans-serif; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: 'Rubik', sans-serif; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 6 years of age.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Footer Image --\u003e\n  \u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_Yahtzee_Game_Shopify_Footer.jpg?v=1776420457\" alt=\"World's Smallest Yahtzee Dice Game Footer\"\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- end product-description --\u003e\n\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":"Super Impulse","offers":[{"title":"Default Title","offer_id":45054995169303,"sku":"HG0090578","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestYahtzeeGame1.jpg?v=1776420471"},{"product_id":"new-the-worlds-smallest-snoopy-sno-cone-machine","title":"NEW - The Worlds Smallest Snoopy Sno Cone Machine","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\"\u003e\u003c\/p\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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\"\u003e\n\u003c\/div\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 { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\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\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 { display: inline-block; }\n  .product-description .button-arrow-hover { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover { display: inline-block; }\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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Logo \u0026 Title --\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px;\"\u003eNEW \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e- \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; word-spacing: 2px;\"\u003eThe \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; word-spacing: 2px;\"\u003eWorld's \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; word-spacing: 2px;\"\u003eSmallest\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; word-spacing: 2px;\"\u003eSnoopy \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2663a6; font-weight: bold; word-spacing: 2px;\"\u003eSno \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2663a6; font-weight: bold; word-spacing: 2px;\"\u003eCone \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2663a6; font-weight: bold; word-spacing: 2px;\"\u003eMachine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Body Copy --\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;\"\u003eThe World's Smallest Snoopy Sno-Cone Machine brings back the beloved 1970s favourite in a collectible mini size.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eSimply crush ice into small pieces, add it to the machine, turn the handle to shave, mix with flavour, and enjoy. Designed for small batches and light use, this compact Sno-Cone maker works best with crushed ice and adult supervision.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePerfect for Peanuts fans, collectors, and families looking for a sweet activity — it delivers classic fun in a perfectly sized package. A charming novelty treat-maker that brings back memories whilst creating sweet new ones.\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 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;\"\u003eWorld's Smallest Snoopy Sno Cone Machine\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;\"\u003eFlavour Packet\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;\"\u003eScoop\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;\"\u003eDrip Bottle\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;\"\u003eBlender Cup\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;\"\u003eMixing Cup\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;\"\u003eCone Cup\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003e3 x \u003c\/span\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePlastic Cups\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ages --\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;\"\u003e6+ \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears\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\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• A nostalgic 1970s favourite brought back in a perfectly sized collectible mini format\u003c\/p\u003e\n\u003cp\u003e• Fully functional — shaves ice just like the original full-sized Snoopy Sno-Cone Machine\u003c\/p\u003e\n\u003cp\u003e• Simple 4-step process: crush ice, shave, add flavour, and enjoy\u003c\/p\u003e\n\u003cp\u003e• Features Snoopy atop his iconic red doghouse in charming Peanuts style\u003c\/p\u003e\n\u003cp\u003e• Comes complete with flavour packet, scoop, drip bottle, blender cup, mixing cup, cone cup, and 3 plastic cups\u003c\/p\u003e\n\u003cp\u003e• Great for birthdays, holidays, stocking stuffers, party favours, or just because\u003c\/p\u003e\n\u003cp\u003e• Perfect for Peanuts fans, collectors, and families — recommended for ages 6 and up\u003c\/p\u003e\n\u003cp\u003e• Part of the popular World's Smallest toy collection from Super Impulse\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Snoopy Sno Cone Machine\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 5325\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010994592\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e7\u003c\/strong\u003e cm x \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e2.5\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Keep away from extreme heat, handle with care\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About Snoopy \u0026 Peanuts --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Snoopy \u0026amp; Peanuts\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\u003ePeanuts\u003c\/strong\u003e is one of the most beloved and enduring comic strips in history, created by Charles M. Schulz and first published on 2 October 1950. Running for nearly 50 years until Schulz's death in 2000, it appeared in over 2,600 newspapers across 75 countries and was read by an estimated 355 million people worldwide.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSnoopy\u003c\/strong\u003e is the iconic beagle belonging to Charlie Brown and arguably the most famous character in the Peanuts universe. Known for his rich fantasy life, his beloved red doghouse, and his loyal friendship with Woodstock the bird, Snoopy has become a global cultural icon — recognisable to generations of fans around the world.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Original Sno-Cone Machine:\u003c\/strong\u003e The Snoopy Sno-Cone Machine was first introduced in 1979 by Hasbro and became one of the most popular children's toys of the era. The combination of Snoopy's charm and the novelty of making real iced treats at home made it an instant classic that is still fondly remembered today.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eA Lasting Legacy:\u003c\/strong\u003e The Peanuts franchise continues to thrive across films, television specials, merchandise, and theme parks. Snoopy's image adorns everything from NASA spacecraft to fashion runways, a testament to the timeless appeal of Schulz's characters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Brand History --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eThese miniature collectibles have gained popularity among collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Super Impulse --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n\u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licensed products from popular brands.\u003c\/p\u003e\n\u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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 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\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 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\u003c!-- end accordion --\u003e \u003c!-- Please Be Aware notice — note: source specifies under 3 years, preserved as supplied --\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: 'Rubik', sans-serif; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: 'Rubik', sans-serif; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 3 years of age.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Footer Image --\u003e\n\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_Snoopy_Sno_Cone_Machine_Shopify_Footer.jpg?v=1776421951\" alt=\"World's Smallest Snoopy Sno Cone Machine Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- end product-description --\u003e \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 \u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\u003c\/div\u003e","brand":"Super Impulse","offers":[{"title":"Default Title","offer_id":45055072567319,"sku":"HG0090583","price":39.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestSnoopySnoConeMachine1.jpg?v=1776421964"},{"product_id":"new-monster-high-morticia-addams-collectors-edition-doll","title":"NEW - Monster High Morticia Addams Collectors Edition Doll","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\u003eMonster High – Morticia Addams Collectors Doll\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\/Monster_High_Logo_e15e47e2-60ce-4f33-8eb5-b3b21029716e.png?v=1739798432\" alt=\"Monster High 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: #7b2d8b; font-weight: bold;\"\u003eMonster \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #7b2d8b; font-weight: bold;\"\u003eHigh\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;\"\u003eMorticia \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eAddams\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eCollectors \u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eDoll\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 makers of Monster High have created a chillingly beautiful line of dolls inspired by the hit television series Wednesday — and this Morticia Addams collectible doll is a darkly elegant standout.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMorticia looks stunning in a black velvet gown with bell sleeves and ruched detailing. A slit reveals a crimson satin underskirt that dramatically drapes the floor. Black just has a way of lifting her spirits… and by spirits, we do mean those wayward ones that linger around her.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eHer sleek black hair falls like a sheet of rain on a beautifully gloomy day. Purple-accented makeup, a black manicure, and silver jewellery complete her look. This fully articulated collectible doll comes with a doll stand included, making it a perfect gift for fans of Monster High and Wednesday alike.\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: #0039f3; 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;\"\u003eMonster High Morticia Addams Collectors Doll\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;\"\u003eDoll Stand\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;\"\u003e6+ \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears\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\/wednesday\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WEDNESDAY 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• Part of the Monster High x Wednesday collection — a screamium line of dolls paying tribute to the darkly witty television series\u003c\/p\u003e\n          \u003cp\u003e• Dressed in a black velvet gown with bell sleeves and ruched detailing, with a crimson satin underskirt that dramatically drapes the floor\u003c\/p\u003e\n          \u003cp\u003e• Sleek black hair, purple-accented makeup, black manicure, and silver jewellery including black stone earrings and matching rings\u003c\/p\u003e\n          \u003cp\u003e• Black pumps feature a venus flytrap on one heel and a glass heart from a duel scene on the other\u003c\/p\u003e\n          \u003cp\u003e• Fully articulated doll — doll stand included\u003c\/p\u003e\n          \u003cp\u003e• Look for more Monster High x Wednesday dolls, 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\u003eProduct:\u003c\/strong\u003e Monster High Morticia Addams Collectors Doll\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JLK99\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735366484\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eArticulation:\u003c\/strong\u003e Fully articulated\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAccessories:\u003c\/strong\u003e Doll stand included\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e33\u003c\/strong\u003e cm x \u003cstrong\u003e9\u003c\/strong\u003e cm x \u003cstrong\u003e6.4\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 Morticia Addams\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 Gothic Icon:\u003c\/strong\u003e Morticia Addams is one of the most recognisable and beloved characters in popular culture. First appearing in Charles Addams' New Yorker cartoons in 1938, she has since been reimagined countless times across television, film, and now collectible figures — always retaining her signature pale complexion, flowing black gown, and darkly poetic outlook on life.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Wednesday Connection:\u003c\/strong\u003e In the hit Netflix series Wednesday, Morticia Addams is portrayed as a powerful sorceress, devoted mother, and deeply elegant figure whose own gifts and complicated history with Nevermore Academy add rich depth to her character. Her presence in the series brought renewed fascination with the entire Addams Family universe.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eStyle Icon:\u003c\/strong\u003e Morticia's aesthetic — long black hair, floor-length dark gowns, pale skin, and an air of serene menace — has made her one of fiction's most enduring style icons. She has inspired countless Halloween costumes, fashion editorials, and now this stunning Monster High collectible.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter Philosophy:\u003c\/strong\u003e What makes Morticia so compelling is her genuine contentment. She finds beauty in darkness, joy in the macabre, and deep devotion in her family. Far from being villainous, she is warm, witty, and completely at home in a world that others might find unsettling.\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 Monster High\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\u003eWelcome to Monster High:\u003c\/strong\u003e Monster High is the Mattel franchise centred on the teenage children of famous monsters — the offspring of Dracula, Frankenstein's Monster, the Werewolf, and many more — who attend a high school for the children of legendary creatures. Since its launch in 2010, Monster High has become a global phenomenon spanning toys, animation, films, and fashion.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Message of Inclusivity:\u003c\/strong\u003e At its core, Monster High is about embracing what makes you different. The franchise's motto — \"Be yourself. Be unique. Be a monster.\" — resonates with fans who see themselves reflected in characters who don't fit conventional norms and find power in their own distinctiveness.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe x Wednesday Collection:\u003c\/strong\u003e The Monster High x Wednesday collaboration celebrates the shared DNA between two beloved dark universes — the irreverent gothic world of Monster High and the delightfully macabre Addams Family world of the Wednesday series. The result is a screamium collector line that honours both franchises beautifully.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Appeal:\u003c\/strong\u003e Monster High dolls are beloved by collectors worldwide for their highly detailed fashion, articulation, and character design. The collector-focused lines push this further, with premium detailing and packaging that make them as much display pieces as they are toys.\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 Wednesday 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\u003eA Dark Coming-of-Age Story:\u003c\/strong\u003e Wednesday is a Netflix supernatural mystery comedy-drama series that premiered in 2022, created by Alfred Gough and Miles Millar and executive produced by Tim Burton. The series follows Wednesday Addams as she navigates life as a student at Nevermore Academy — a school for outcasts with supernatural abilities.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCritical and Commercial Success:\u003c\/strong\u003e The series was an immediate global hit, breaking Netflix viewing records upon its release and earning widespread acclaim for its sharp writing, gothic visual style, and a lead performance that instantly became iconic. Its success introduced a new generation to the Addams Family universe whilst delighting long-time fans.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMorticia in Wednesday:\u003c\/strong\u003e Catherine Zeta-Jones portrays Morticia Addams in the series, bringing a sophisticated, powerful, and subtly menacing quality to the role. Her portrayal emphasises Morticia's history as a powerful sorceress and her complex relationship with her daughter, adding layers to one of fiction's most beloved maternal figures.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFashion and Aesthetics:\u003c\/strong\u003e The series is widely celebrated for its stunning costume design and gothic aesthetic, which directly inspired the look of this Monster High collector doll and the broader x Wednesday 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\n    \u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Monster_High_Morticia_Addams_Collectors_Doll_Shopify_Footer.jpg?v=1776937141\" alt=\"Monster High Morticia Addams Collectors Doll 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":"Monster High","offers":[{"title":"Default Title","offer_id":45076221165591,"sku":"HG0090593","price":99.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/MonsterHighMorticiaAddamsWednesdayCollectorsDoll1.jpg?v=1776937162"},{"product_id":"new-mattel-masters-of-the-universe-castle-grayskull-with-bonus-space-man-figure","title":"NEW Mattel -Masters Of The Universe Castle Grayskull with BONUS Space Man Figure","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\u003eMOTU Castle Grayskull with Spaceman – Preview\u003c\/title\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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 { background: white; padding: 0; margin: 0; }\n    .preview-wrapper { max-width: 800px; margin: 0 auto; background: white; padding: 0 30px 30px 30px; }\n  \u003c\/style\u003e\n\n\n\u003cdiv class=\"preview-wrapper\"\u003e\n\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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 .logo {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\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;\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  }\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\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\n  \u003c!-- Logo \u0026 Title --\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Mattel_Masters_of_The_Universe_Logo.png?v=1722681818\" alt=\"Masters of the Universe Logo\"\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \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\"\u003eMattel\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eMasters \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eOf \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eUniverse\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=\"medium-title\"\u003eCastle \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"medium-title\"\u003eGrayskull\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003ewith \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #ff0000; font-weight: bold;\" class=\"medium-title\"\u003eBONUS \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"medium-title\"\u003eSpaceman \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #873d92; font-weight: bold;\" class=\"medium-title\"\u003eAction \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #873d92; font-weight: bold;\" class=\"medium-title\"\u003eFigure\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Main Body Copy --\u003e\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\"\u003eThis Castle Grayskull playset — inspired by Mark Taylor's original prototype — retains the beloved features of previous editions whilst adding a striking grey exterior with mossy green accents.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eA special edition Space Suit action figure is included as a nod to the sticker from the vintage playset. Also included is a Stygian Moat mat to surround Castle Grayskull and showcase all the features and accessories.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThe many features of the Fortress of Mystery and Power provide exciting opportunities for good-versus-evil play and display. The Jawbridge opens and closes, an elevator connects warriors to the upper level, a Laser Blaster repels would-be invaders, and a Trap Door provides a quick path to the Prisoner Cell.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eOther accessories include a Ladder, a Flag, 2 soft goods Banners, a Combat Practice Stand, Weapons and Weapon Racks, and 6 Stickers to add colourful details. The playset folds in half for easy carrying and storage.\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  \u003c!-- Includes --\u003e\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\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\"\u003eMasters Of The Universe Origins Castle Grayskull Playset\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\"\u003eBONUS special edition Spaceman action figure\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\"\u003eStygian Moat Mat\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eSoft Goods Banners\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\"\u003eFlag\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\"\u003eLadder\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWeapons Rack\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e4 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWeapons\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\"\u003eCombat Practice Stand\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e6 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eStickers\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Age Recommendation --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \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\"\u003eYears\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/masters-of-the-universe-retro-action-figures\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL THE MASTERS OF THE UNIVERSE PLAYSETS \u0026amp; FIGURES \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\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• \u003cstrong\u003eMasters of the Universe Origins™\u003c\/strong\u003e Castle Grayskull Playset with BONUS Spaceman figure\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePrototype-Inspired Design:\u003c\/strong\u003e Grey exterior with mossy green accents, inspired by Mark Taylor's original Castle Grayskull prototype\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eStygian Moat Mat:\u003c\/strong\u003e Included mat surrounds the fortress to recreate the Taylor prototype look\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eBONUS Figure:\u003c\/strong\u003e Special edition Space Suit action figure — a nod to the sticker from the vintage playset\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eInteractive Play Features:\u003c\/strong\u003e Jawbridge opens and closes; elevator connects levels; Laser Blaster and Trap Door provide exciting battle scenarios\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eAccessories Galore:\u003c\/strong\u003e Includes Banners, Flag, Ladder, Combat Practice Stand, Weapons, Weapon Racks, and 6 Stickers\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eOrigins Compatible:\u003c\/strong\u003e Built at 14 cm (5.5-inch) scale to work with most Origins figures; folds in half for easy storage\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollector Appeal:\u003c\/strong\u003e Perfect gift for MOTU fans aged 6 and up — both nostalgic collectors and a new generation\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Masters of The Universe Origins\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eScale:\u003c\/strong\u003e 14 cm (5.5-inch) compatible\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKH87\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735350377\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRelease Date:\u003c\/strong\u003e 2024\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Castle Grayskull History --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eCastle Grayskull 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\u003eCastle Grayskull first appeared in the Masters of the Universe toy line in 1982 as the iconic fortress at the very heart of the MOTU universe. Its instantly recognisable skull-shaped façade has made it one of the most legendary playsets in toy history.\u003c\/p\u003e\n          \u003cp\u003eThe fortress is the source of He-Man's incredible power — whenever Prince Adam holds aloft his Power Sword and declares \"By the power of Grayskull!\", the transformation begins. It is also the domain of the mysterious Sorceress, who guards its ancient secrets.\u003c\/p\u003e\n          \u003cp\u003eThe original Castle Grayskull playset was designed by Mark Taylor, whose prototype sketches and colour choices — including a distinctive grey stone exterior — inspired generations of MOTU fans. This special edition honours that original vision with its grey and mossy green colour scheme and the inclusion of a Space Suit figure that references the vintage sticker art.\u003c\/p\u003e\n          \u003cp\u003eToday, Castle Grayskull remains one of the most iconic and beloved playsets ever produced, a true symbol of the enduring power of the Masters of the Universe franchise.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- MOTU History --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eThe History of 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\u003eOrigins (1982):\u003c\/strong\u003e Masters of the Universe was created by Mattel in 1982 as an action figure line combining fantasy and science fiction elements. The franchise was designed around the conflict between the heroic He-Man and the evil Skeletor on the planet Eternia.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAnimated Series (1983–1985):\u003c\/strong\u003e The original \"He-Man and the Masters of the Universe\" animated series ran from 1983 to 1985, becoming one of the first animated series created specifically to promote a toy line. It introduced memorable characters and the iconic Castle Grayskull.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eShe-Ra Expansion (1985):\u003c\/strong\u003e The franchise expanded with \"She-Ra: Princess of Power\" in 1985, introducing He-Man's twin sister and targeting a female audience whilst maintaining strong connections to the MOTU universe.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The franchise became a defining part of 1980s pop culture, with He-Man's transformation sequence and the phrase \"By the power of Grayskull!\" becoming instantly recognisable worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLegacy:\u003c\/strong\u003e Today, Masters of the Universe continues to inspire new fans whilst maintaining its nostalgic appeal for original collectors, making it one of the most enduring toy franchises in history.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Masters of the Universe Origins --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eMasters of the Universe Origins\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\u003eMasters of the Universe Origins is a toy line launched by Mattel in 2020 that reimagines the classic characters and playsets from the 1980s with modern quality whilst maintaining the vintage aesthetic that fans love.\u003c\/p\u003e\n          \u003cp\u003eThe Origins line features 5.5-inch scale figures with 16 points of articulation, fully compatible with both modern and vintage MOTU playsets and vehicles.\u003c\/p\u003e\n          \u003cp\u003eEach Origins figure and playset is designed to appeal to both nostalgic collectors who grew up with the original toys and a new generation of fans discovering the world of Eternia for the first time.\u003c\/p\u003e\n          \u003cp\u003eThe line includes core characters like He-Man and Skeletor alongside beloved secondary characters like She-Ra, as well as vehicles and playsets that expand the MOTU universe.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 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    \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 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\n  \u003c\/div\u003e\n\u003c!-- end accordion --\u003e\n\n  \u003c!-- Footer Image --\u003e\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Mattel_Masters_of_The_Universe_Castle_Grayskull_Playset_with_Bonus_Spaceman_Action_Figure_Shopify_Footer.jpg?v=1777633188\" alt=\"Masters of The Universe Castle Grayskull with Bonus Spaceman Action Figure Footer\"\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- end .product-description --\u003e\n\n\u003c!-- Accordion JavaScript --\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\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":45107076792343,"sku":"HG0090599","price":249.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/MastersoftheUniverseCastleGrayskullPlaysetwithSpacemanActionFigure1.jpg?v=1777633205"},{"product_id":"new-duncan-yo-yo-strings-assorted-colours-5-pack","title":"NEW - Duncan Yo-Yo Strings Assorted Colours (5 Pack)","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\u003c!-- Google Fonts: Rubik (body) + Oswald (accordion titles) --\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  }\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  }\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;\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=\"Duncan Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Logo.jpg?v=1774332899\" class=\"logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eDuncan Classic Series\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 30pt; color: #7f160e; font-weight: bold; margin-right: 12px;\"\u003ePack of 5\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 30pt; color: #ff8c00; font-weight: bold;\"\u003eMulti\u003c\/span\u003e\u003cspan class=\"large-title\" style=\"font-size: 30pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003e-coloured\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 30pt; color: #0039f3; font-weight: bold;\"\u003eYo-Yo Strings\u003c\/span\u003e\n    \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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003ePerform fascinating yo-yo tricks and execute spectacular spin techniques with the help of the Duncan Yo-Yo Strings 5-Pack.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eKeep your yo-yo spinning at its best with these genuine Duncan Yo-Yo Strings, the trusted choice of the world's #1 yo-yo brand. Strings naturally wear and fray with regular play, and a worn string can dull your sleeper, cut your spin time short, or even snap mid-trick – so having a fresh set on hand means you're always ready to perform at your best.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWhat makes this pack a winner is the assortment of vibrant colours, letting you match your string to your favourite yo-yo or simply switch things up whenever the mood strikes. Whether you're a beginner mastering your first \"walk the dog\" or a seasoned player chaining together advanced combos, genuine Duncan strings are engineered to suit every style of play – the perfect companion to any Duncan yo-yo and an essential bit of kit for keeping the good times rolling.\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 style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x Pack of 5 \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eDuncan Classic Series Multi-Coloured Yo-Yo replacement strings\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\"\u003eYears\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• \u003cstrong\u003eDURABLE BLEND\u003c\/strong\u003e – Made from 50% cotton and 50% nylon, so they're long lasting and hard wearing.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eGENUINE DUNCAN QUALITY\u003c\/strong\u003e – The trusted choice of the world's #1 yo-yo brand for smooth, responsive performance.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eEASY REPLACEMENT\u003c\/strong\u003e – Fits all Duncan yo-yos, so swapping out a worn string is quick and simple.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eFIVE VIBRANT COLOURS\u003c\/strong\u003e – An assortment of colours lets you match your string to your favourite yo-yo or switch things up whenever you like.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eALWAYS TRICK-READY\u003c\/strong\u003e – A fresh set on hand means a sharp sleeper, longer spins and no snapping mid-trick.\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 Duncan Classic Series Multi-Coloured Yo-Yo Strings (Pack of 5)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 50% cotton \/ 50% nylon\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuantity:\u003c\/strong\u003e 5 replacement strings\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Fits all Duncan yo-yos\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Duncan\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 071617009656\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e AYKSW\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 Duncan Yo-Yo Strings\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\u003eEvery great trick starts with a good string. These genuine Duncan replacement strings are made from a 50% cotton and 50% nylon blend, engineered to deliver the smooth, responsive performance that long spins and advanced combos demand.\u003c\/p\u003e\n          \u003cp\u003eStrings naturally wear and fray over time, and a tired string can shorten your spin or snap at the worst moment. With five fresh strings in a range of vibrant colours, you can keep your yo-yo performing at its best and add a splash of personality at the same time.\u003c\/p\u003e\n          \u003cp\u003eSuitable for players of every level – from beginners learning their first \"walk the dog\" to seasoned pros – and compatible with all Duncan yo-yos.\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\"\u003eDuncan 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\u003eDuncan yo-yos grew out of a chance meeting in late-1920s California, when businessman Donald F. Duncan saw Filipino immigrant Pedro Flores demonstrating his new \"yo-yo\" toy and promptly bought his company and trademark.\u003c\/p\u003e\n          \u003cp\u003eIn the 1930s, Duncan turned the simple wooden toy into a craze by sending teams of demonstrators to schools and staging newspaper-backed contests, quickly capturing the vast majority of the U.S. yo-yo market.\u003c\/p\u003e\n          \u003cp\u003eAfter opening a major factory in Luck, Wisconsin in 1946, Duncan was producing thousands of yo-yos per hour and, by 1962, selling around 45 million a year as TV advertising and national promotions kept the brand in the spotlight.\u003c\/p\u003e\n          \u003cp\u003eToday, Duncan is one of the world's oldest toy makers. Founded during the Great Depression, the Duncan Toys story is one of curiosity and invention. From schoolyard demonstrators selling hand-carved wooden yo-yos to modern champions touring the globe, the way we play is always changing – but the reasons we play are not.\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 style=\"max-width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Classic_Multi-Coloured_Yo-Yo_Strings_5_Pack_Shopify_Footer.jpg?v=1780048258\" alt=\"Duncan Classic Multi-Coloured Yo-Yo Strings 5 Pack Footer\" class=\"footer-image\"\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":"Duncan","offers":[{"title":"Default Title","offer_id":45180166406167,"sku":"HG0090616","price":25.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/DuncanMulti-ColouredYoYoStrings.jpg?v=1780048290"},{"product_id":"new-duncan-butterfly-series-yo-yo-orange-colour","title":"NEW - Duncan Butterfly Series Yo-Yo Orange Colour","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\u003c!-- Google Fonts: Rubik (body) + Oswald (accordion titles) --\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  }\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  }\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;\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=\"Duncan Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Logo.jpg?v=1774332899\" class=\"logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003eDuncan\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eButterfly 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: #ff8c00; font-weight: bold; margin-right: 12px;\"\u003eButterfly Orange\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eYoYo\u003c\/span\u003e\n    \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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eThe Original and best-selling string yo-yo of all time!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eA favourite for over 60 years, the Butterfly® offers a wide shape that makes landing the yo-yo on the string much easier.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWith its beginner-friendly design and tough, impact-resistant build, it's a brilliant way to learn the basics of yo-yoing.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMakes a great stocking filler, party favour or small gift.\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 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\"\u003eDuncan Butterfly Series Orange Yo-Yo\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\"\u003eYears\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• \u003cstrong\u003eFLARED DESIGN FOR EASY TRICKS\u003c\/strong\u003e – The wide shape makes landing string tricks simple for beginners and pros alike.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDURABLE CONSTRUCTION\u003c\/strong\u003e – Crafted from high-impact plastic, built to endure the wear and tear of learning yo-yo tricks.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWIDE DESIGN\u003c\/strong\u003e – Its flared body and wide string gap make string tricks easier and landing the yo-yo on the string simpler.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSMOOTH PERFORMANCE\u003c\/strong\u003e – A fixed steel axle ensures smooth performance and fast spins during use.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eBEGINNER-FRIENDLY\u003c\/strong\u003e – One of Duncan's beginner models, ideal for learning fundamental yo-yoing techniques.\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 Duncan Butterfly Series Orange Yo-Yo\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBody:\u003c\/strong\u003e High-impact plastic\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAxle:\u003c\/strong\u003e Fixed steel axle\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSkill Level:\u003c\/strong\u003e Beginner\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Duncan\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 071617030582\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e AYKSW\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 Butterfly Yo-Yo\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 Duncan Butterfly is one of the most recognisable yo-yos ever made. Its distinctive flared \"butterfly\" shape opened up a whole world of string tricks by making it far easier to land the yo-yo back onto the string.\u003c\/p\u003e\n          \u003cp\u003eThis Orange edition pairs that classic, beginner-friendly design with a fixed steel axle and a tough, high-impact plastic body, so it stands up to plenty of practice whilst you master the fundamentals.\u003c\/p\u003e\n          \u003cp\u003eWhether it's a first yo-yo, a stocking filler or a small gift, the Butterfly remains the go-to choice for anyone learning to 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\"\u003eDuncan 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\u003eDuncan yo-yos grew out of a chance meeting in late-1920s California, when businessman Donald F. Duncan saw Filipino immigrant Pedro Flores demonstrating his new \"yo-yo\" toy and promptly bought his company and trademark.\u003c\/p\u003e\n          \u003cp\u003eIn the 1930s, Duncan turned the simple wooden toy into a craze by sending teams of demonstrators to schools and staging newspaper-backed contests, quickly capturing the vast majority of the U.S. yo-yo market.\u003c\/p\u003e\n          \u003cp\u003eAfter opening a major factory in Luck, Wisconsin in 1946, Duncan was producing thousands of yo-yos per hour and, by 1962, selling around 45 million a year as TV advertising and national promotions kept the brand in the spotlight.\u003c\/p\u003e\n          \u003cp\u003eToday, Duncan is one of the world's oldest toy makers. Founded during the Great Depression, the Duncan Toys story is one of curiosity and invention. From schoolyard demonstrators selling hand-carved wooden yo-yos to modern champions touring the globe, the way we play is always changing – but the reasons we play are not.\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 style=\"max-width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Original_Butterfly_Yo-Yo_Orange_Shopify_Footer_Banner.jpg?v=1780049465\" alt=\"Duncan Original Butterfly Yo-Yo Orange Footer\" class=\"footer-image\"\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":"Duncan","offers":[{"title":"Default Title","offer_id":45180174303255,"sku":"HG0090617","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/DuncanOriginalButterflyYo-YoOrange1.jpg?v=1780049480"},{"product_id":"new-duncan-yo-yo-strings-assorted-colours-5-pack-1","title":"NEW - Duncan Yo-Yo Strings White (5 Pack)","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\u003c!-- Google Fonts: Rubik (body) + Oswald (accordion titles) --\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  }\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  }\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;\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=\"Duncan Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Logo.jpg?v=1774332899\" class=\"logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003eDuncan\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eClassic Series\u003c\/span\u003e\n    \u003c\/p\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 30pt; color: #7f160e; font-weight: bold; margin-right: 12px;\"\u003ePack of 5\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 30pt; color: #0039f3; font-weight: bold;\"\u003eWhite Yo-Yo Strings\u003c\/span\u003e\n    \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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003ePerform fascinating yo-yo tricks and execute spectacular spin techniques with the help of the Duncan Yo-Yo Strings 5-Pack.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eKeep your yo-yo spinning at its best with these genuine Duncan Yo-Yo Strings, the trusted choice of the world's #1 yo-yo brand. Strings naturally wear and fray with regular play, and a worn string can dull your sleeper, cut your spin time short, or even snap mid-trick – so having a fresh set on hand means you're always ready to perform at your best.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWhether you're a beginner mastering your first \"walk the dog\" or a seasoned player chaining together advanced combos, genuine Duncan strings are engineered to suit every style of play – the perfect companion to any Duncan yo-yo and an essential bit of kit for keeping the good times rolling.\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 style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e1 x Pack of 5 \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eDuncan Classic Series White Yo-Yo replacement strings\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\"\u003eYears\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• \u003cstrong\u003eDURABLE BLEND\u003c\/strong\u003e – Made from 50% cotton and 50% nylon, so they're long lasting and hard wearing.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eGENUINE DUNCAN QUALITY\u003c\/strong\u003e – The trusted choice of the world's #1 yo-yo brand for smooth, responsive performance.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eEASY REPLACEMENT\u003c\/strong\u003e – Fits all Duncan yo-yos, so swapping out a worn string is quick and simple.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCLASSIC WHITE\u003c\/strong\u003e – A clean, neutral white that pairs perfectly with any Duncan yo-yo.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eALWAYS TRICK-READY\u003c\/strong\u003e – A fresh set on hand means a sharp sleeper, longer spins and no snapping mid-trick.\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 Duncan Classic Series White Yo-Yo Strings (Pack of 5)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e 50% cotton \/ 50% nylon\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eColour:\u003c\/strong\u003e White\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuantity:\u003c\/strong\u003e 5 replacement strings\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Fits all Duncan yo-yos\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Duncan\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 071617032760\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e AYHSW\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 Duncan Yo-Yo Strings\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\u003eEvery great trick starts with a good string. These genuine Duncan replacement strings are made from a 50% cotton and 50% nylon blend, engineered to deliver the smooth, responsive performance that long spins and advanced combos demand.\u003c\/p\u003e\n          \u003cp\u003eStrings naturally wear and fray over time, and a tired string can shorten your spin or snap at the worst moment. With five fresh white strings in the pack, you can keep your yo-yo performing at its best and always have a clean replacement ready to go.\u003c\/p\u003e\n          \u003cp\u003eSuitable for players of every level – from beginners learning their first \"walk the dog\" to seasoned pros – and compatible with all Duncan yo-yos.\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\"\u003eDuncan 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\u003eDuncan yo-yos grew out of a chance meeting in late-1920s California, when businessman Donald F. Duncan saw Filipino immigrant Pedro Flores demonstrating his new \"yo-yo\" toy and promptly bought his company and trademark.\u003c\/p\u003e\n          \u003cp\u003eIn the 1930s, Duncan turned the simple wooden toy into a craze by sending teams of demonstrators to schools and staging newspaper-backed contests, quickly capturing the vast majority of the U.S. yo-yo market.\u003c\/p\u003e\n          \u003cp\u003eAfter opening a major factory in Luck, Wisconsin in 1946, Duncan was producing thousands of yo-yos per hour and, by 1962, selling around 45 million a year as TV advertising and national promotions kept the brand in the spotlight.\u003c\/p\u003e\n          \u003cp\u003eToday, Duncan is one of the world's oldest toy makers. Founded during the Great Depression, the Duncan Toys story is one of curiosity and invention. From schoolyard demonstrators selling hand-carved wooden yo-yos to modern champions touring the globe, the way we play is always changing – but the reasons we play are not.\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 style=\"max-width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Yo-Yo_White_Replacements_Strings_5_Pack_Shopify_Footer.jpg?v=1780050542\" alt=\"Duncan White Replacement Yo-Yo Strings 5 Pack Footer\" class=\"footer-image\"\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":"Duncan","offers":[{"title":"Default Title","offer_id":45180192555031,"sku":"HG0090618","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/DuncanHighOPerformanceReplacementWhiteYo-yostrings5pack.jpg?v=1780050582"},{"product_id":"new-duncan-imperial-series-classic-yo-yo-blue-colour","title":"NEW - Duncan Imperial Series Classic Yo-Yo Blue Colour","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\u003c!-- Google Fonts: Rubik (body) + Oswald (accordion titles) --\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  }\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  }\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;\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=\"Duncan Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Logo.jpg?v=1774332899\" class=\"logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003eDuncan\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eClassic 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: #0039f3; font-weight: bold; margin-right: 12px;\"\u003eImperial Blue\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eYoYo\u003c\/span\u003e\n    \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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eThe Duncan Toys Imperial yo-yo is the original, All-American classic.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eA timeless favourite, the Imperial has been the yo-yo of choice for many generations of beginning yo-yo players. It features a narrow string gap, steel axle and durable plastic body in bold colours.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe plastic construction means more resistance against accidental falls and hard knocks on the floor – a few things that come with the territory whilst you get the hang of using a yo-yo.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe Imperial is great for learning the basics of yo-yoing, but can be enjoyed by all skill levels.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMakes a great stocking filler, party favour or small gift.\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 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\"\u003eDuncan Classic Series Imperial Yo-Yo (Blue)\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\"\u003eYears\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• \u003cstrong\u003eCLASSIC YO-YO\u003c\/strong\u003e – Often referred to as an \"American Classic\", the Imperial has been the yo-yo of choice for many generations of beginning players.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSMART DESIGN\u003c\/strong\u003e – Specially designed with a narrow string gap, steel axle and plastic body, making it ideal for looping tricks and basic string tricks.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eQUALITY CONSTRUCTION\u003c\/strong\u003e – Made from durable, high-impact plastic. The modular design lets you unscrew the halves to untangle the string or apply lubrication.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eGREAT FOR BEGINNERS\u003c\/strong\u003e – One of Duncan's beginner yo-yo models, tailored for learning the basics. Great for children and teens.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePRODUCT DETAILS\u003c\/strong\u003e – Starburst response system. Weighs 51.7g. 1 yo-yo included. Comes in a bold blue colour.\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 Duncan Classic Series Imperial Yo-Yo (Blue)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eColour:\u003c\/strong\u003e Blue\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBody:\u003c\/strong\u003e High-impact plastic (modular, unscrews into halves)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAxle:\u003c\/strong\u003e Steel axle\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eResponse System:\u003c\/strong\u003e Starburst\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e 51.7g\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSkill Level:\u003c\/strong\u003e Beginner (suitable for all levels)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Duncan\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 071617032692\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e AZBHY\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 Imperial Yo-Yo\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 Duncan Imperial is the original All-American classic and one of the most recognisable yo-yos ever made. Its narrow string gap makes it especially well suited to looping tricks and the fundamentals of play.\u003c\/p\u003e\n          \u003cp\u003eThis Blue edition pairs that timeless design with a steel axle and a tough, high-impact plastic body, so it stands up to the bumps and knocks that come with learning. The modular build even lets you unscrew the two halves to untangle the string or add a little lubrication.\u003c\/p\u003e\n          \u003cp\u003eWhether it's a first yo-yo, a stocking filler or a small gift, the Imperial remains a go-to choice for beginners whilst still being enjoyable for players of every level.\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\"\u003eDuncan 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\u003eDuncan yo-yos grew out of a chance meeting in late-1920s California, when businessman Donald F. Duncan saw Filipino immigrant Pedro Flores demonstrating his new \"yo-yo\" toy and promptly bought his company and trademark.\u003c\/p\u003e\n          \u003cp\u003eIn the 1930s, Duncan turned the simple wooden toy into a craze by sending teams of demonstrators to schools and staging newspaper-backed contests, quickly capturing the vast majority of the U.S. yo-yo market.\u003c\/p\u003e\n          \u003cp\u003eAfter opening a major factory in Luck, Wisconsin in 1946, Duncan was producing thousands of yo-yos per hour and, by 1962, selling around 45 million a year as TV advertising and national promotions kept the brand in the spotlight.\u003c\/p\u003e\n          \u003cp\u003eToday, Duncan is one of the world's oldest toy makers. Founded during the Great Depression, the Duncan Toys story is one of curiosity and invention. From schoolyard demonstrators selling hand-carved wooden yo-yos to modern champions touring the globe, the way we play is always changing – but the reasons we play are not.\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 style=\"max-width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Classic_Imperial_Blue_Yo-Yo_Shopify_Banner.jpg?v=1780317485\" alt=\"Duncan Classic Imperial Blue Yo-Yo Footer\" class=\"footer-image\"\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":"Duncan","offers":[{"title":"Default Title","offer_id":45184970260503,"sku":"HG090619","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/DuncanImperialClassicBlueYo-You.jpg?v=1780317503"},{"product_id":"new-duncan-butterfly-series-yo-yo-red-colour","title":"NEW - Duncan Butterfly Series Yo-Yo Red Colour","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\u003c!-- Google Fonts: Rubik (body) + Oswald (accordion titles) --\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  }\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  }\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;\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=\"Duncan Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Logo.jpg?v=1774332899\" class=\"logo\"\u003e\n    \n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; margin-right: 12px;\"\u003eDuncan\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eButterfly 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; margin-right: 12px;\"\u003eButterfly Red\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eYo-Yo\u003c\/span\u003e\n    \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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eThe Original and best-selling string yo-yo of all time!\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eA favourite for over 60 years, the Butterfly® offers a wide shape that makes landing the yo-yo on the string much easier.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWith its beginner-friendly design and tough, impact-resistant build, it's a brilliant way to learn the basics of yo-yoing.\u003c\/span\u003e\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eMakes a great stocking filler, party favour or small gift.\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 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\"\u003eDuncan Butterfly Series Red Yo-Yo\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\"\u003eYears\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• \u003cstrong\u003eFLARED DESIGN FOR EASY TRICKS\u003c\/strong\u003e – The wide shape makes landing string tricks simple for beginners and pros alike.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDURABLE CONSTRUCTION\u003c\/strong\u003e – Crafted from high-impact plastic, built to endure the wear and tear of learning yo-yo tricks.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWIDE DESIGN\u003c\/strong\u003e – Its flared body and wide string gap make string tricks easier and landing the yo-yo on the string simpler.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSMOOTH PERFORMANCE\u003c\/strong\u003e – A fixed steel axle ensures smooth performance and fast spins during use.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eBEGINNER-FRIENDLY\u003c\/strong\u003e – One of Duncan's beginner models, ideal for learning fundamental yo-yoing techniques.\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 Duncan Butterfly Series Red Yo-Yo\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eColour:\u003c\/strong\u003e Red\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBody:\u003c\/strong\u003e High-impact plastic\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAxle:\u003c\/strong\u003e Fixed steel axle\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSkill Level:\u003c\/strong\u003e Beginner\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Duncan\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 071617030582\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e AYHHY\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 Butterfly Yo-Yo\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 Duncan Butterfly is one of the most recognisable yo-yos ever made. Its distinctive flared \"butterfly\" shape opened up a whole world of string tricks by making it far easier to land the yo-yo back onto the string.\u003c\/p\u003e\n          \u003cp\u003eThis Red edition pairs that classic, beginner-friendly design with a fixed steel axle and a tough, high-impact plastic body, so it stands up to plenty of practice whilst you master the fundamentals.\u003c\/p\u003e\n          \u003cp\u003eWhether it's a first yo-yo, a stocking filler or a small gift, the Butterfly remains the go-to choice for anyone learning to 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\"\u003eDuncan 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\u003eDuncan yo-yos grew out of a chance meeting in late-1920s California, when businessman Donald F. Duncan saw Filipino immigrant Pedro Flores demonstrating his new \"yo-yo\" toy and promptly bought his company and trademark.\u003c\/p\u003e\n          \u003cp\u003eIn the 1930s, Duncan turned the simple wooden toy into a craze by sending teams of demonstrators to schools and staging newspaper-backed contests, quickly capturing the vast majority of the U.S. yo-yo market.\u003c\/p\u003e\n          \u003cp\u003eAfter opening a major factory in Luck, Wisconsin in 1946, Duncan was producing thousands of yo-yos per hour and, by 1962, selling around 45 million a year as TV advertising and national promotions kept the brand in the spotlight.\u003c\/p\u003e\n          \u003cp\u003eToday, Duncan is one of the world's oldest toy makers. Founded during the Great Depression, the Duncan Toys story is one of curiosity and invention. From schoolyard demonstrators selling hand-carved wooden yo-yos to modern champions touring the globe, the way we play is always changing – but the reasons we play are not.\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 style=\"max-width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Red_Butterfly_Yo-Yo_Shopify_Footer.png?v=1780318912\" alt=\"Duncan Red Butterfly Yo-Yo Footer\" class=\"footer-image\"\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":"Duncan","offers":[{"title":"Default Title","offer_id":45184988184599,"sku":"HG090620","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Duncan_Butterfly_Yo-Yo_Red_01.png?v=1780319031"},{"product_id":"new-mattel-masters-of-the-universe-retro-series-wind-raider","title":"NEW Mattel - Masters Of The Universe Retro Series Wind Raider","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; \/* 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 !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\/Mattel_Masters_of_The_Universe_Logo_ca7e8d72-30d0-4160-9489-06545f592e4c.png?v=1722849123\" alt=\"Masters of the Universe 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\"\u003eMattel\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\"\u003eMasters \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eOf \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eUniverse\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #007e46; font-weight: bold;\" class=\"medium-title\"\u003eWind \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #007e46; font-weight: bold;\" class=\"medium-title\"\u003eRaider \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"medium-title\"\u003eVehicle\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\"\u003eMasters of the Universe is back for admirers, collectors and a whole new generation of fans!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eIt's time to get back into the battle to help He-Man save Eternia from the evil Skeletor with this thrilling Wind Raider 'Assault Launcher' vehicle that carries He-Man into surprise raids.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThe Wind Raider vehicle includes exciting features like real rolling wheels, a swivelling tail fin and wings that rotate, plus a tow hook with retractable cable. It also comes with a \"flying\" hover display stand that attaches to the top of Castle Grayskull (sold separately)!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eLongtime fans will love the expert styling of this skilfully crafted Wind Raider vehicle that honours the traditions of the franchise whilst incorporating updated design details.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFits most 5.5-inch Origins figures. 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: #2b00ff; 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\"\u003eWind Raider Vehicle\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\"\u003eDisplay Stand\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\"\u003eTow Hook\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\"\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\/masters-of-the-universe-retro-action-figures\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL THE MASTERS OF THE UNIVERSE ACTION FIGURES \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\u003eJoin the Battle:\u003c\/strong\u003e With this exciting Wind Raider vehicle, MOTU fans can help He-Man save Eternia from the utterly evil Skeletor!\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eLarge-Scale Vehicle:\u003c\/strong\u003e A large-scale toy that 5.5-inch MOTU Origins figures can ride in (figures sold separately)\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eAction Features:\u003c\/strong\u003e Real rolling wheels, rotating wings and a swivelling tail fin\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eTow Hook \u0026amp; Cable:\u003c\/strong\u003e Comes with a tow hook and retractable cable\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eHover Display Stand:\u003c\/strong\u003e Includes a \"flying\" hover display stand that attaches to the top of Castle Grayskull (sold separately)\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eExpert Styling:\u003c\/strong\u003e Expertly designed battle vehicle that honours traditional MOTU style whilst introducing modernised design details\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollector Appeal:\u003c\/strong\u003e A great gift for adult collectors and kids 6 years 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 Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Masters of The Universe Origins\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eVehicle:\u003c\/strong\u003e Wind Raider\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Fits most 5.5-inch Origins figures\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e GYY34\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 887961982886\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e35\u003c\/strong\u003e cm x \u003cstrong\u003e32\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 the Wind Raider\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 Wind Raider is one of the most iconic vehicles in the Masters of the Universe universe, serving as He-Man's go-to 'Assault Launcher' for carrying out daring surprise raids against the forces of evil.\u003c\/p\u003e\n          \u003cp\u003eFamous for its distinctive anchor-and-cable design, the Wind Raider lets heroes swoop in, grapple objects and enemies, and make a quick getaway, making it a versatile workhorse on the battlefields of Eternia.\u003c\/p\u003e\n          \u003cp\u003eThis Origins edition recreates the classic vehicle with real rolling wheels, rotating wings and a swivelling tail fin, whilst its hover display stand lets you mount it dramatically atop Castle Grayskull (sold separately).\u003c\/p\u003e\n          \u003cp\u003eBuilt to fit most 5.5-inch Origins figures, it's the perfect companion piece for any MOTU Origins collection, bridging nostalgic design with modern play features.\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 History of 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\u003eOrigins (1982):\u003c\/strong\u003e Masters of the Universe was created by Mattel in 1982 as an action figure line combining fantasy and science fiction elements. The franchise was designed around the conflict between the heroic He-Man and the evil Skeletor on the planet Eternia.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAnimated Series (1983-1985):\u003c\/strong\u003e The original \"He-Man and the Masters of the Universe\" animated series ran from 1983 to 1985, becoming one of the first animated series created specifically to promote a toy line. It introduced memorable characters and the iconic Castle Grayskull.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eShe-Ra Expansion (1985):\u003c\/strong\u003e The franchise expanded with \"She-Ra: Princess of Power\" in 1985, introducing He-Man's twin sister and targeting a female audience whilst maintaining connections to the MOTU universe.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The franchise became a defining part of 1980s pop culture, with He-Man's transformation sequence and the phrase \"By the power of Grayskull!\" becoming instantly recognisable worldwide.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLegacy:\u003c\/strong\u003e Today, Masters of the Universe continues to inspire new fans whilst maintaining its nostalgic appeal for original collectors, making it one of the most enduring toy franchises in history.\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\"\u003eMasters of the Universe Origins\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\u003eMasters of the Universe Origins is a toy line launched by Mattel in 2020 that reimagines the classic characters from the 1980s with modern articulation and quality whilst maintaining the vintage aesthetic.\u003c\/p\u003e\n          \u003cp\u003eThe Origins line features 5.5-inch scale figures with 16 points of articulation, compatible with both modern and vintage MOTU playsets and vehicles.\u003c\/p\u003e\n          \u003cp\u003eEach Origins figure and vehicle is designed to appeal to both nostalgic collectors who grew up with the original toys and a new generation of fans discovering the world of Eternia for the first time.\u003c\/p\u003e\n          \u003cp\u003eThe line includes core characters like He-Man and Skeletor alongside beloved vehicles like the Wind Raider, playsets and accessories that expand the MOTU universe.\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 alt=\"Masters of The Universe Wind Raider Footer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Masters_of_The_Universe_Wind_Raider_Shopify_Footer.png?v=1780319843\" class=\"footer-image\"\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":"Mattel","offers":[{"title":"Default Title","offer_id":45184993230871,"sku":"HG090621","price":99.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/MastersofTheUniverseRetroSeriesWindRaider1.jpg?v=1780319859"},{"product_id":"new-mattel-uno-toy-story-5-edition-card-game","title":"NEW Mattel - UNO Toy Story 5 Edition Card Game","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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO 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: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eToy \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eStory \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003e5\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\"\u003eEdition \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCard \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eGame\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\"\u003eFans of UNO and Toy Story will love this deck featuring beloved characters from the imaginative world of Toy Story 5, bringing the fun and adventure of the movie right into players' hands!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame play mirrors classic UNO, where players race to match colours and numbers, but watch out for the special \"Battery Charged\" rule, which makes players draw cards based on how many Battery Icon cards they have in their hand!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAnd when you're down to your final card, don't forget to shout \"UNO!\"\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eIt's a fun and adventurous gift for Toy Story fans and card game lovers ages 7 and up.\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\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame Cards\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\"\u003eSet of Game Instructions\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\"\u003e7+ \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  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #00ae5f; font-weight: bold;\" class=\"content-text\"\u003eFor \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eto \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e4 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003ePlayers\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\/uno-card-games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO GAME EDITIONS \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• The UNO game players love, featuring iconic images from the imaginative world of Toy Story 5.\u003c\/p\u003e\n          \u003cp\u003e• Gameplay matches the classic card game where players match colours and numbers to get rid of all their cards.\u003c\/p\u003e\n          \u003cp\u003e• The special \"Battery Charged\" rule makes players draw cards based on how many cards with a Battery Icon they have in their hand.\u003c\/p\u003e\n          \u003cp\u003e• When down to one card, don't forget to shout \"UNO!\"\u003c\/p\u003e\n          \u003cp\u003e• Designed for 2 to 4 players ages 7 years and older, the collectable card game makes a fun and adventurous game for fans of Toy Story.\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 Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e Toy Story 5 Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGame:\u003c\/strong\u003e UNO\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Rule:\u003c\/strong\u003e Battery Charged\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2-4 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 112\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 7+ years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePlaying Time:\u003c\/strong\u003e Approximately 30 minutes\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JLN03\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735367788\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 Toy Story 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\u003eToy Story is one of the most beloved animated franchises of all time, following the secret lives of toys that spring to life whenever humans aren't watching.\u003c\/p\u003e\n          \u003cp\u003eSince the original film in 1995 – the first feature-length movie created entirely with computer animation – the series has captured hearts worldwide with characters such as Woody, Buzz Lightyear and their friends.\u003c\/p\u003e\n          \u003cp\u003eToy Story 5 continues the adventure, bringing fan-favourite characters back to the big screen for a brand-new story and a whole new generation of fans.\u003c\/p\u003e\n          \u003cp\u003eThis UNO edition celebrates the world of Toy Story with iconic imagery throughout the deck, making it a must-have for fans and collectors 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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n          \u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n          \u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n          \u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions, including this special Toy Story 5 edition.\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\"\u003eHow To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round.\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\/UNO_Toy_Story_5_Edition_Card_Game_Shopify_Footer.jpg?v=1780571330\" alt=\"UNO Toy Story 5 Edition Card Game 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":"Mattel","offers":[{"title":"Default Title","offer_id":45190630506519,"sku":"HG090624","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOToyStory5EditionCardGame1.jpg?v=1780571349"},{"product_id":"new-the-worlds-smallest-tip-it-game","title":"NEW - The World's Smallest Tip IT Game","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\"\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 { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\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\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 { display: inline-block; }\n  .product-description .button-arrow-hover { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover { display: inline-block; }\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\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Logo \u0026 Title --\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg class=\"logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px;\"\u003eNEW \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e- \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; word-spacing: 2px;\"\u003eThe \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; word-spacing: 2px;\"\u003eWorld's \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; word-spacing: 2px;\"\u003eSmallest\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00b0f0; font-weight: bold; word-spacing: 2px;\"\u003eTip \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00b0f0; font-weight: bold; word-spacing: 2px;\"\u003eIt \u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00b0f0; font-weight: bold; word-spacing: 2px;\"\u003eGame\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Body Copy --\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;\"\u003eGet ready to balance, tip and tilt with the World's Smallest Tip It!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eA miniature version of the classic game, this pint-sized challenge delivers all the excitement and precision of the original.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWhether you're steadying your hand or laughing with friends, this game packs big fun into a tiny package.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003ePerfect for players ages 6 and up, it's a must-have for retro game lovers and collectors alike!\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 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;\"\u003eWorld's Smallest Tip It Game\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ages --\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;\"\u003e6+ \u003c\/span\u003e \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears\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\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• \u003cstrong\u003eMINIATURE VERSION OF A CLASSIC:\u003c\/strong\u003e Experience all the excitement and precision of the original Tip It game, now in a compact, travel-friendly size.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eTEST YOUR SKILLS:\u003c\/strong\u003e Tip your way to hours of fun as you spin, stack and balance, carefully removing pieces without toppling the tower — steady hands required!\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003ePORTABLE FUN ANYWHERE:\u003c\/strong\u003e Perfect for game nights, travel or parties, this tabletop-sized game is easy to bring along for endless entertainment.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003ePERFECT FOR EASTER, PARTIES AND STOCKINGS:\u003c\/strong\u003e Ideal as a nostalgic treat for collectors, a stocking filler or a party favour that brings joy and laughter.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eFUN FOR ALL AGES:\u003c\/strong\u003e Recommended for players 6 and up, this game delivers timeless fun for kids, families and retro game enthusiasts alike.\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Tip It Game\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 5013\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010990754\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 6+ years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm x \u003cstrong\u003e4\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Keep away from extreme heat, handle with care\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About Tip It --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Tip It\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\u003eTip It\u003c\/strong\u003e is a classic balancing and dexterity game that has delighted players since the 1960s.\u003c\/p\u003e\n\u003cp\u003eThe goal is simple but tricky: using the tipper, carefully remove the coloured pieces and keep everything balanced without sending the tower toppling over.\u003c\/p\u003e\n\u003cp\u003eIt's a true test of steady hands, patience and nerve, and has remained a nostalgic family favourite across the generations.\u003c\/p\u003e\n\u003cp\u003eThis World's Smallest edition recreates the classic game as a fully working miniature, making it perfect for collectors and fans of retro games.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Brand History --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectable toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eThese miniature collectables have gained popularity among collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Super Impulse --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectables. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n\u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licensed products from popular brands.\u003c\/p\u003e\n\u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectables.\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 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\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 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\u003c!-- end accordion --\u003e \u003c!-- Please Be Aware notice --\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: 'Rubik', sans-serif; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: 'Rubik', sans-serif; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 6 years of age.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Footer Image --\u003e\n\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_TIP_It_Game_Shopify_Footer.jpg?v=1781008176\" alt=\"World's Smallest Tip It Game Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- end product-description --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Super Impulse","offers":[{"title":"Default Title","offer_id":45205861466135,"sku":"HG090626","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestTipItGame1.jpg?v=1781008194"},{"product_id":"new-mattel-uno-lord-of-the-rings-edition-card-game","title":"NEW Mattel - UNO Lord of The Rings Edition Card Game","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\u003c!-- Google Fonts: Rubik (body) + Oswald Medium (accordion titles) --\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', 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  }\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: '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; \/* Oswald Medium *\/\n    font-family: 'Oswald', sans-serif; \/* 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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO 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: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #6b4226; font-weight: bold;\" class=\"large-title\"\u003eLord \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #6b4226; font-weight: bold;\" class=\"large-title\"\u003eof \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #6b4226; font-weight: bold;\" class=\"large-title\"\u003eThe \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #6b4226; font-weight: bold;\" class=\"large-title\"\u003eRings\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eEdition \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eCard \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eGame\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\"\u003eFans of The Lord of The Rings movies will love playing this themed UNO card game!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWith a deck featuring images of favourite characters from the films, players try to match colours and numbers — there's even a special \u003cspan style=\"font-weight: bold;\"\u003eWild Hunt For The Ring\u003c\/span\u003e rule that may have other players drawing cards if they have a Ring Card in their hand.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAnd when down to a last card, don't forget to yell, \u003cspan style=\"color: #ad001f; font-weight: bold;\"\u003e\"UNO!\"\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eMakes a fun gift for fans of The Lord of The Rings and card game lovers ages 7 years old and up.\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\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame Cards\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\"\u003eSet of Game Instructions\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\"\u003e7+ \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  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #00ae5f; font-weight: bold;\" class=\"content-text\"\u003eFor \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eto \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e4 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003ePlayers\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\/uno-card-games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO GAME EDITIONS \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• The UNO game players love features iconic images from The Lord of the Rings movies.\u003c\/p\u003e\n          \u003cp\u003e• Gameplay matches the classic card game where players match colours and numbers to get rid of all their cards!\u003c\/p\u003e\n          \u003cp\u003e• The special Hunt For The Ring rule forces any player who has a ring card in their hand to draw 3 cards!\u003c\/p\u003e\n          \u003cp\u003e• When down to one card, don't yell \"For Frodo,\" yell \"UNO!\"\u003c\/p\u003e\n          \u003cp\u003e• Designed for 2 to 4 players ages 7 years and older, the collectable card game makes a joyful gift for fans of The Lord of the Rings movies.\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 Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e Lord of The Rings Edition\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JMF13\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735375240\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2-4 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Age:\u003c\/strong\u003e 7+ 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\"\u003eThe Hunt For The Ring Rule\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\u003eThis Lord of the Rings edition adds a special twist to the classic UNO formula.\u003c\/p\u003e\n          \u003cp\u003eUnder the \u003cstrong\u003eHunt For The Ring\u003c\/strong\u003e rule, any player holding a Ring Card in their hand is forced to draw 3 cards — adding a thematic layer of tension to every round.\u003c\/p\u003e\n          \u003cp\u003eAside from this special rule, gameplay follows the familiar UNO format: match the colour or number of the top card on the discard pile, use action cards strategically, and race to empty your hand. And remember — when you're down to your last card, don't yell \"For Frodo,\" yell \"UNO!\"\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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n          \u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n          \u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n          \u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions, including this special Lord of the Rings edition for fans of the films.\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\"\u003eHow To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round.\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\/UNO_Lord_of_The_Rings_Edition_Card_Game_Shopify_Footer.jpg?v=1781159624\" alt=\"UNO Lord of The Rings Edition Card Game 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":"Mattel","offers":[{"title":"Default Title","offer_id":45210181304343,"sku":"HG090630","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOLordofTheRingsEditionCardGame1.jpg?v=1781159640"},{"product_id":"new-mattel-uno-wwe-2026-edition-card-game","title":"NEW Mattel - UNO WWE 2026 Edition Card Game","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;\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\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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO 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: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\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\"\u003eWWE \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003e2026\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\"\u003eEdition \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eCard \u003c\/span\u003e\u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eGame\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 style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eFans of the WWE will love jumping into this themed UNO card game!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWith a deck featuring popular Superstars, players try to match colours and numbers as in the classic game – but with a few punches thrown in, like the special Payback rule that forces players to discard all their Wild Cards!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eAnd when you're down to your last card, don't forget to wrestler-shout \"UNO!\" Makes a fun gift for fans of WWE and card games ages 7 and up.\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\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\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame Cards\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\"\u003eSet of Game Instructions\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\"\u003e7+ \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\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #00ae5f; font-weight: bold;\" class=\"content-text\"\u003eFor \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eto \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e4 \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003ePlayers\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\/uno-card-games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO GAME EDITIONS \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• The UNO game players love packs a punch for fans of the WWE, with graphics featuring their favourite Superstars!\u003c\/p\u003e\n\u003cp\u003e• Game play matches the classic card game where players match colours and numbers to get rid of all their cards.\u003c\/p\u003e\n\u003cp\u003e• The special Payback rule adds a new move that forces all other players to discard all the Wild Cards they have in their hand!\u003c\/p\u003e\n\u003cp\u003e• When down to one card, don't forget to yell \"UNO!\"\u003c\/p\u003e\n\u003cp\u003e• Special graphic symbols added to each card help identify the colour(s) on that card, allowing players with any form of colour blindness to play!\u003c\/p\u003e\n\u003cp\u003e• Designed for 2 to 4 players ages 7 years and older, the collectable card game is fun to throw down for WWE fans and card game lovers!\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 Mattel\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e WWE 2026 Edition\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGame:\u003c\/strong\u003e UNO\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Rule:\u003c\/strong\u003e Payback\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2-4 players\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Cards:\u003c\/strong\u003e 112\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAge Range:\u003c\/strong\u003e 7+ years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePlaying Time:\u003c\/strong\u003e Approximately 30 minutes\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JKH98\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735350483\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 WWE\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\u003eWWE (World Wrestling Entertainment) is the world's largest professional wrestling promotion, entertaining millions of fans around the globe.\u003c\/p\u003e\n\u003cp\u003eKnown for its larger-than-life Superstars, dramatic rivalries and high-energy live events, WWE blends athleticism with showmanship like no other.\u003c\/p\u003e\n\u003cp\u003eFrom weekly television to blockbuster events, WWE has built a passionate global fanbase that spans generations.\u003c\/p\u003e\n\u003cp\u003eThis UNO edition celebrates that world with a deck featuring graphics of popular WWE Superstars.\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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n\u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n\u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n\u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions, including this special WWE 2026 edition.\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 To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round.\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. 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\/UNO_WWE_2026_Edition_Card_Game_Shopify_Footer.jpg?v=1781246918\" alt=\"UNO WWE 2026 Edition Card Game Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":45213459087383,"sku":"HG090631","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOWWE2026EditionCardGame1.jpg?v=1781246930"},{"product_id":"new-mattel-uno-masters-of-the-universe-movie-edition-card-game","title":"NEW Mattel - UNO Masters of The Universe Movie Edition Card Game","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 { 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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\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\n\u003c\/div\u003e\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  @media (max-width: 768px) {\n    .product-description .large-title { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\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 { display: inline-block; }\n  .product-description .button-arrow-hover { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover { display: inline-block; }\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\u003cdiv class=\"shopify-wrapper\"\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\/Mattel_UNO_Logo.png?v=1722606401\" alt=\"Mattel UNO Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003e-\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eUNO\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eK-Pop\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eDemon\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eHunters\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\" class=\"large-title\"\u003eEdition\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\"\u003eCard Game\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 style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eFans of the Netflix KPop Demon Hunters will love this UNO card game!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWith movie-inspired graphics, players compete to match colours and numbers. Additionally, a Golden Honmoon Joker Card gathers everyone together to seal the Honmoon before the game continues.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eFull of dramatic twists this deck brings excitement with every round. A must-have gift for anyone who loves card games ages 7 and up.\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\"\u003e112 x \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eGame Cards\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\"\u003eSet of Game Instructions\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\"\u003e7+ \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\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #00ae5f; font-weight: bold;\" class=\"content-text\"\u003eFor \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2 to 10 \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003ePlayers\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\/uno-card-games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL UNO GAME EDITIONS \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• \u003cstrong\u003eUNO™\u003c\/strong\u003e K-Pop Demon Hunters Edition\u003c\/p\u003e\n\u003cp\u003e• Fans will love this dynamic edition of UNO, featuring bold characters like Rumi, Mira and Zoey, the Saja Boys and Derpy from the Netflix K-Pop Demon Hunters series\u003c\/p\u003e\n\u003cp\u003e• In dynamic rounds, players combine colours and numbers as they race against time to get rid of all the cards they hold in hand\u003c\/p\u003e\n\u003cp\u003e• The Golden Honmoon Joker Card creates a dramatic challenge for the group, taking each player into action to seal the Honmoon\u003c\/p\u003e\n\u003cp\u003e• Don't forget to shout \"UNO!\" when there is only one card left\u003c\/p\u003e\n\u003cp\u003e• Designed for 2-10 players ages 7 and up, this collectible card game is an ideal gift for movie fans, K-Pop fans, birthday parties and family game nights\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 Mattel\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e K-Pop Demon Hunters Edition\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Golden Honmoon Joker Card\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JRV01\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735428175\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2-10 players\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e9.5\u003c\/strong\u003e cm x \u003cstrong\u003e4.5\u003c\/strong\u003e cm x \u003cstrong\u003e2\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\"\u003eK-Pop Demon Hunters 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\u003eKPop Demon Hunters\u003c\/strong\u003e is a Netflix animated musical fantasy film that follows a K-Pop girl group who secretly moonlight as demon hunters, using the power of their music to protect the world from supernatural threats.\u003c\/p\u003e\n\u003cp\u003eThe film centres on Rumi, Mira and Zoey, whose group must contend with the Saja Boys — a rival boy band with a sinister secret — while battling to seal a portal known as the Honmoon before it can unleash chaos.\u003c\/p\u003e\n\u003cp\u003eBlending vibrant K-Pop-inspired visuals, music, and demon-hunting action, the film became a global streaming hit, striking a chord with fans of K-Pop culture and animated fantasy alike.\u003c\/p\u003e\n\u003cp\u003eThis UNO edition brings the film's bold characters and dramatic Honmoon storyline into classic card game form, complete with a special Golden Honmoon Joker Card inspired by the film's climactic sealing ritual.\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\"\u003eUNO Game 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\u003eUNO\u003c\/strong\u003e was invented in 1971 by Merle Robbins, a barber from Reading, Ohio. Robbins created the game to resolve a dispute about the rules of Crazy Eights and initially sold copies of UNO from his barbershop.\u003c\/p\u003e\n\u003cp\u003eThe game caught the attention of Robert Tezak over Thanksgiving weekend in 1971, who became hooked on it. The following year, Tezak made a deal with Robbins to take over UNO, and International Games was formed to produce and market the card game.\u003c\/p\u003e\n\u003cp\u003eFollowing decades of massive success, International Games was acquired by Mattel in 1992, and UNO has remained a global phenomenon ever since. According to Mattel, approximately 17 decks are sold every minute worldwide.\u003c\/p\u003e\n\u003cp\u003eToday, UNO is available in more than 80 countries and has expanded to include numerous themed editions featuring popular franchises, including this special K-Pop Demon Hunters edition that combines the classic card game with the iconic characters and themes from the hit Netflix film.\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 To Play UNO\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\u003eSetup:\u003c\/strong\u003e Each player is dealt 7 cards, and the remaining cards form a draw pile. The top card is turned over to start the discard pile.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGameplay:\u003c\/strong\u003e Players take turns placing a card from their hand onto the discard pile. The card must match either the colour or the number\/symbol of the card on top of the discard pile. If a player cannot play a card, they must draw a card from the draw pile.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Cards:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eSkip Card:\u003c\/strong\u003e When played, the next person in line loses their turn.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eReverse Card:\u003c\/strong\u003e Reverses the direction of play.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eDraw Two Card:\u003c\/strong\u003e Forces the next player to draw two cards and lose their turn.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWild Card:\u003c\/strong\u003e Allows the player to choose any colour for the next player to match.\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eWild Draw Four Card:\u003c\/strong\u003e Allows the player to choose any colour and forces the next player to draw four cards and lose their turn.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eK-Pop Demon Hunters Special Rule:\u003c\/strong\u003e The Golden Honmoon Joker Card gathers everyone together to seal the Honmoon before the game continues, creating a dramatic group challenge unique to this edition.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e When a player has only one card left, they must yell \"UNO!\" If they don't and are caught, they must draw two cards. The first player to get rid of all their cards wins the round.\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. 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\/UNO_K-POP_Demon_Hunters_Edition_Card_Game_Shopify_Footer.png?v=1784897118\" alt=\"UNO K-Pop Demon Hunters Edition Card Game Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e \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 \u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\u003c\/div\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":45226759356439,"sku":"HG090632","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/UNOMastersOfTheUniverseMovieEdition1.jpg?v=1781760433"},{"product_id":"new-electronic-arcade-duck-gallery-game","title":"NEW - Electronic Arcade Duck Gallery Game","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;\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: 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; \/* 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\/Arcade_Logo.png?v=1781959708\" alt=\"Ambassador Arcade Logo\"\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 10px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 10px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\"\u003eAmbassador\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold; margin-right: 10px;\"\u003eElectronic\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\"\u003eArcade\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0000; font-weight: bold;\"\u003eDuck Gallery Game\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\"\u003eStep right up, step right up! Everyone's a winner in this fun and exciting version of the classic duck gallery shooting game!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eJust like the carnival \u0026amp; arcade versions, the objective is to knock over as many ducks as you can in 60 seconds. Each duck rotates around the stage along the moving conveyor belt, increasing the challenge.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThe ducks also come in 3 sizes each with a different point value, so take careful aim at the smallest ones to increase your score! Carnival music and duck quacking sounds add to the atmosphere, while the bright LED timer lets you know how much time is remaining.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eOnce you're done, collect the ducks and tally up your score. Replace the ducks on the belt and you're ready to play again – everyone can take turns trying to set a new record! Comes ready to play with a blaster \u0026amp; darts.\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\"\u003eElectronic Duck Gallery Game\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\"\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\/games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL GAMES \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\u003eMotion, Music \u0026amp; Sounds:\u003c\/strong\u003e Authentic carnival music and duck quacking sound effects bring the arcade atmosphere right into your home\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eRotating Conveyor:\u003c\/strong\u003e Try to hit the targets as they move around on the rotating conveyor belt for an added challenge\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003e3 Point Values:\u003c\/strong\u003e Ducks come in 3 different sizes, each worth a different point value – aim for the smallest for the highest score\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eLED Countdown Timer:\u003c\/strong\u003e Bright LED display counts down the 60-second time limit so you always know how much time is left\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003e3 Modes of Play:\u003c\/strong\u003e Choose from multiple game modes to keep gameplay fresh and exciting\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMagnetic Base:\u003c\/strong\u003e Place targets back onto the conveyor easily thanks to the convenient magnetic base\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMultiplayer Fun:\u003c\/strong\u003e Designed for 1 or more players, perfect for taking turns and setting new records\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 Ambassador\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Electronic Arcade Duck Gallery Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e GA2101\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 4897049307261\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e40\u003c\/strong\u003e cm x \u003cstrong\u003e27\u003c\/strong\u003e cm x \u003cstrong\u003e13\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBatteries Required:\u003c\/strong\u003e 3 x AA (not included)\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 Carnival Gallery Games\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\u003eDuck gallery shooting games have been a carnival and fairground favourite for generations, with their roots tracing back to traditional shooting galleries of the early 20th century.\u003c\/p\u003e\n          \u003cp\u003eThe classic format – ducks moving along a conveyor belt while players take aim – has remained largely unchanged because the simple, fast-paced challenge appeals to players of all ages.\u003c\/p\u003e\n          \u003cp\u003eThis Ambassador Electronic Arcade version brings that timeless carnival experience home, combining the nostalgic charm of the original game with modern electronic sound and lighting effects.\u003c\/p\u003e\n          \u003cp\u003eWhether played solo to beat a personal best or with friends and family taking turns, the Duck Gallery Game captures the same competitive fun found at the fair, without leaving the lounge room.\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          \u003cdiv class=\"yotpo yotpo-main-widget\" data-product-id=\"\" data-price=\"\" data-currency=\"AUD\" data-name=\"Ambassador Electronic Arcade Duck Gallery Game\" data-url=\"https:\/\/hectic.gifts\/products\/ambassador-electronic-arcade-duck-gallery-game\" data-image-url=\"\"\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\/Arcade_Electronic_Ducky_Gallery_Game_Shopify_Footer.jpg?v=1781959986\" alt=\"Duck Gallery Game 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":"Ambassador","offers":[{"title":"Default Title","offer_id":45231241887767,"sku":"HG090637","price":89.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/AmbassadorDuckGalleryGame1.jpg?v=1781960003"},{"product_id":"new-choose-your-own-adventure-stranger-things-book","title":"NEW - Choose Your Own Adventure Stranger Things Book","description":"\u003c!-- Add viewport meta tag for proper mobile scaling --\u003e\n\u003cmeta charset=\"UTF-8\"\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    max-width: 800px;\n    font-family: 'Rubik', sans-serif;\n  }\n  .product-description * { font-family: 'Rubik', sans-serif; }\n  .product-description img { max-width: 100%; height: auto; display: block; }\n  .product-description .logo { max-width: 280px; margin: 0 auto 20px auto; }\n  .product-description .title-section { text-align: center; margin-bottom: 40px; margin-top: 0; padding-top: 0; }\n  .product-description .title-text { margin: 5px 0; word-wrap: break-word; }\n  .product-description .content-section { margin: 20px 0; }\n  .product-description .section-heading { margin: 30px 0 15px 0; font-weight: bold; }\n  .product-description ul { padding-left: 20px; margin: 15px 0; }\n  .product-description li { margin-bottom: 15px; line-height: 1.4; }\n  .product-description p { line-height: 1.5; margin: 15px 0; color: black; }\n  .product-description .footer-image { margin: 30px auto; }\n\n  @media (max-width: 768px) {\n    .product-description .large-title { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\n  }\n\n  \/* Multi-buy table *\/\n  .product-description .multi-buy-container {\n    width: 100%;\n    max-width: 500px;\n    font-family: 'Rubik', sans-serif;\n    margin: 30px 0;\n    background-color: #fff;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n  }\n  .product-description .multi-buy-table { border-collapse: collapse; width: 100%; }\n  .product-description .multi-buy-heading {\n    background: linear-gradient(135deg, #cc9900, #b78500);\n    color: white;\n    padding: 15px;\n    text-align: center;\n    font-size: 24px;\n    font-weight: bold;\n    font-family: 'Rubik', sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);\n  }\n  .product-description .multi-buy-table th {\n    background: linear-gradient(to bottom, #cc9900, #b78500);\n    color: white;\n    padding: 12px 15px;\n    text-align: center;\n    font-size: 18px;\n    font-weight: 600;\n    font-family: 'Rubik', sans-serif;\n    border: none;\n    position: relative;\n  }\n  .product-description .multi-buy-table th:after {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    height: 100%; width: 1px;\n    background-color: rgba(255,255,255,0.3);\n  }\n  .product-description .multi-buy-table th:last-child:after { display: none; }\n  .product-description .multi-buy-table td {\n    padding: 15px;\n    transition: all 0.2s;\n    border: none;\n    border-bottom: 1px solid #eaeaea;\n  }\n  .product-description .multi-buy-table tr:last-child td { border-bottom: none; }\n  .product-description .multi-buy-table tbody tr:nth-child(odd) td { background-color: #f9f5e8; }\n  .product-description .multi-buy-table tbody tr:nth-child(even) td { background-color: #ffffff; }\n  .product-description .multi-buy-table tr:hover td { background-color: #f4ecd6; }\n  .product-description .buy-column { width: 40%; text-align: center; font-family: 'Rubik', sans-serif; }\n  .product-description .discount-column { width: 60%; text-align: center; font-family: 'Rubik', sans-serif; }\n  .product-description .qty-text { font-size: 20px; font-weight: 600; color: #333; }\n  .product-description .best-value td { background-color: #ffffff !important; position: relative; }\n  .product-description .best-value td:last-child { position: relative; }\n  .product-description .best-value td:last-child::after {\n    content: \"★ Best Value\";\n    position: absolute;\n    top: 10px; right: 10px;\n    background-color: #cc9900;\n    color: white;\n    padding: 4px 8px;\n    font-size: 12px;\n    font-weight: bold;\n    border-radius: 4px;\n    text-shadow: none;\n  }\n  .product-description .note-row td {\n    background-color: #f5f5f5 !important;\n    font-size: 12px;\n    color: #666;\n    text-align: left;\n    padding: 10px 15px;\n    font-style: italic;\n  }\n\n  \/* Accordion *\/\n  .product-description .accordion { max-width: 100%; margin: 40px 0; font-family: 'Rubik', sans-serif; }\n  .product-description .accordion-item { border-top: 1px solid #e0e0e0; }\n  .product-description .accordion-item:last-child { border-bottom: 1px solid #e0e0e0; }\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  .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  .product-description .accordion-icon { font-size: 20px; font-weight: bold; color: #333; transition: transform 0.3s ease; }\n  .product-description .accordion-content { display: none; }\n  .product-description .accordion-content-inner { padding: 0 0 20px 0; }\n  .product-description .accordion-content p { font-size: 14pt; line-height: 1.6; color: black !important; margin-bottom: 10px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n  \u003c!-- Logo \u0026 Title --\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg alt=\"Choose Your Own Adventure Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Penguin_Choose_Your_Own_Adventure_Logo.png?v=1782550315\" class=\"logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; word-spacing: 2px; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003e-\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #9b2166; font-weight: bold; word-spacing: 2px; margin-right: 12px;\"\u003eChoose\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #9b2166; font-weight: bold; word-spacing: 2px; margin-right: 12px;\"\u003eYour\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #9b2166; font-weight: bold; word-spacing: 2px; margin-right: 12px;\"\u003eOwn\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #9b2166; font-weight: bold; word-spacing: 2px;\"\u003eAdventure\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #cc0000; font-weight: bold; word-spacing: 2px; margin-right: 12px;\"\u003eStranger\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #cc0000; font-weight: bold; word-spacing: 2px; margin-right: 12px;\"\u003eThings\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; word-spacing: 2px;\"\u003eBook\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Main Body Copy --\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 thrilling Choose Your Own Adventure book based on Netflix's \u003cem\u003eStranger Things\u003c\/em\u003e!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eAre \u003cem\u003eYOU\u003c\/em\u003e ready to journey to the dark side of Hawkins, Indiana? Join Eleven, Dustin, Max, Lucas, and their friends as they explore Pennhurst Asylum, the creepy old Creel house, and possibly even the Upside Down. The decisions \u003cem\u003eYOU\u003c\/em\u003e make will decide the fates of the characters and lead to unexpected, thrilling, and even deadly outcomes. Fans of Netflix's hit show \u003cem\u003eStranger Things\u003c\/em\u003e will love this exciting addition to the Choose Your Own Adventure series.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eIn Netflix's \u003cem\u003eStranger Things\u003c\/em\u003e, a group of young friends explore supernatural forces and secret government exploits in Hawkins, Indiana, in the 1980s. As they search for answers, the children embark on incredible adventures and unravel extraordinary mysteries.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Includes --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #0039f3; font-weight: bold;\"\u003eIncludes:\u003c\/span\u003e\n    \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;\"\u003eChoose Your Own Adventure Stranger Things Book\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Ages --\u003e\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;\"\u003e7 \u003c\/span\u003e\n      \u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: normal;\"\u003eYears+\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion Menu --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n\n    \u003c!-- Book Specifications --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\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 Ladybird\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePublication Date:\u003c\/strong\u003e 9 September 2025\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEdition:\u003c\/strong\u003e 1st\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLanguage:\u003c\/strong\u003e English\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePrint Length:\u003c\/strong\u003e 304 pages\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eISBN-10:\u003c\/strong\u003e 0241786320\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eISBN-13:\u003c\/strong\u003e 978-0241786321\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Weight:\u003c\/strong\u003e 220 g\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReading Age:\u003c\/strong\u003e 7–14 years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e19.7\u003c\/strong\u003e cm x \u003cstrong\u003e13\u003c\/strong\u003e cm x \u003cstrong\u003e2.1\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About the Book --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Stranger Things\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 Show:\u003c\/strong\u003e \u003cem\u003eStranger Things\u003c\/em\u003e is Netflix's acclaimed supernatural drama series set in Hawkins, Indiana, during the 1980s. It follows a group of young friends who encounter government conspiracies, supernatural creatures, and an alternate dimension known as the Upside Down.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Characters:\u003c\/strong\u003e The series features a beloved ensemble cast including Eleven, Mike, Dustin, Lucas, Max, Will, and Joyce, whose friendships and courage are tested across every season.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Setting:\u003c\/strong\u003e From Pennhurst Asylum to the Creel house, the world of Hawkins is rich with mystery and danger — all of which comes to life in this Choose Your Own Adventure adaptation.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Phenomenon:\u003c\/strong\u003e \u003cem\u003eStranger Things\u003c\/em\u003e has become one of Netflix's most-watched series worldwide, celebrated for its nostalgic 1980s atmosphere, compelling storytelling, and unforgettable characters.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Book Features --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eBook 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\u003eOfficial Netflix Tie-In:\u003c\/strong\u003e Based on the hit series \u003cem\u003eStranger Things\u003c\/em\u003e, making it a must-have for fans of the show.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eInteractive Storytelling:\u003c\/strong\u003e Readers make the decisions — multiple story paths lead to unexpected, thrilling, and even deadly outcomes.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eIconic Locations:\u003c\/strong\u003e Explore Pennhurst Asylum, the Creel house, and the terrifying Upside Down.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eBeloved Characters:\u003c\/strong\u003e Features Eleven, Dustin, Max, Lucas, and the full cast of Hawkins heroes.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003e304 Pages of Adventure:\u003c\/strong\u003e A substantial, immersive read packed with branching narrative possibilities.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Ideal for young fans of the series and readers aged 7–14 who love interactive fiction.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About Choose Your Own Adventure --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Choose Your Own Adventure\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 Series:\u003c\/strong\u003e Choose Your Own Adventure is one of the best-selling children's book series of all time, with over 250 million copies sold worldwide. First published in 1979, the series pioneered the interactive fiction format, placing readers directly in control of the story.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHow It Works:\u003c\/strong\u003e At key moments throughout the book, readers are presented with choices that determine the direction of the narrative — making every reading experience unique.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Legacy:\u003c\/strong\u003e The original series ran from 1979 to 1998, spanning 184 titles. It was revived in the 2000s and continues today under Chooseco, as well as through licensed adaptations with major entertainment brands.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e The series is widely credited with inspiring a generation of readers and storytellers, and remains a beloved format for introducing young readers to the joy of interactive narrative.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 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    \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\" 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=\"8866706423831\" 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\n  \u003c\/div\u003e\n  \u003c!-- end accordion --\u003e\n\n  \u003c!-- Footer Image --\u003e\n  \u003cp\u003e\u003cimg class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Choose_Your_Own_Adventure_STranger_Things_Book_Shopify_Footer.jpg?v=1782550695\" alt=\"Choose Your Own Adventure Stranger Things Book Footer\"\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- end product-description --\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', function() {\n        const content = this.nextElementSibling;\n        const icon = this.querySelector('.accordion-icon');\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":"Penguin Books","offers":[{"title":"Default Title","offer_id":45247609536535,"sku":"HG090639","price":25.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/ChooseYourOwnAdventureSTrangerThingsBook1.jpg?v=1782550718"},{"product_id":"new-mattel-barbie-signature-diwali-collectors-doll-by-anita-dongre","title":"NEW Mattel - Barbie Signature Diwali Collectors Doll by Anita Dongre","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\u003eBarbie Signature Diwali Doll by Anita Dongre – Hectic Gifts Preview\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@300;400;500;600;700\u0026amp;family=Oswald:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    body { background: #fff; margin: 0; padding: 20px; }\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 SNIPPET 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@300;400;500;600;700\u0026amp;family=Oswald:wght@400;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', 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;\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  \/* Mobile font adjustments *\/\n  @media (max-width: 768px) {\n    .product-description .large-title  { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\n  }\n\n  \/* ACCORDION *\/\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 *\/\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    font-family: 'Rubik', Arial, sans-serif;\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        { display: inline-block; margin-left: 8px; transition: opacity 0.2s ease; }\n  .product-description .button-arrow-normal { display: inline-block; }\n  .product-description .button-arrow-hover  { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover  { display: inline-block; }\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  \u003c!-- TITLE SECTION --\u003e\n  \u003cdiv class=\"title-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Mattel_Barbie_Signature_Logo.png?v=1724123669\" alt=\"Barbie Signature Logo\" class=\"logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eDiwali\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;\"\u003eLimited\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003eEdition\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold; margin-right: 12px;\"\u003eBarbie\u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #002cfd; font-weight: bold;\"\u003eDoll\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"medium-title\" style=\"font-size: 30pt; color: #7f160e; font-weight: bold;\"\u003eby Anita Dongre\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO COPY --\u003e\n  \u003cdiv style=\"margin-top: 50px;\" class=\"content-section\"\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eCelebrating Diwali, the Festival of Lights, Barbie doll wears her finest lehenga from Anita Dongre.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThe Indian couturier has built a global fashion empire with a mission to empower rural women artisans and sustain the exquisite craftsmanship of the country.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eLike every garment from Anita Dongre, this Moonlight Bloom look is a labour of love and an exquisite work of art. The doll comes with a stand for posing and display, as well as a Certificate of Authenticity.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eDoll cannot stand alone. Colours and decorations may vary.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INCLUDES --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: #0039f3; font-weight: bold;\"\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\"\u003eMattel Barbie Signature Diwali Collectors Doll\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\"\u003eDoll Stand\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\"\u003eCertificate of Authenticity\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- AGE RECOMMENDATION --\u003e\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\"\u003e6+ \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\/barbie\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL BARBIE DOLLS \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 --\u003e\n  \u003cdiv class=\"accordion\"\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e• \u003cstrong\u003eCelebrates Diwali:\u003c\/strong\u003e Barbie doll celebrates Diwali, the Festival of Lights, wearing a gorgeous lehenga from Indian couturier and fashion icon Anita Dongre\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMoonlight Bloom Look:\u003c\/strong\u003e Features a choli top, floral koti vest and lehenga skirt lush with dahlias, jasmine and Indian lotus, representing strength and beauty\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDazzling Details:\u003c\/strong\u003e The look is finished with golden shoes, bangles and earrings that dazzle by the light\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eLabour of Love:\u003c\/strong\u003e Like every garment from Anita Dongre, the design is both a labour of love and an exquisite work of art\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCertificate of Authenticity Included:\u003c\/strong\u003e Comes with an official Certificate of Authenticity, adding to the collectible appeal\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eDoll Stand Included:\u003c\/strong\u003e A display stand ensures the doll can be showcased perfectly\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Ready to illuminate Diwali festivities with joy, grace, and peace — a gorgeous gift for collectors and celebrants\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n        \u003cdiv class=\"accordion-content-inner\"\u003e\n          \u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Diwali Limited Edition Collectors Barbie Doll by Anita Dongre\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Mattel\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Barbie Signature\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e HRM91\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735180943\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e33\u003c\/strong\u003e cm x \u003cstrong\u003e18\u003c\/strong\u003e cm x \u003cstrong\u003e8\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About This Doll --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout This Doll\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 \u003cstrong\u003eDiwali Barbie Signature Doll by Anita Dongre\u003c\/strong\u003e is a stunning tribute to the Festival of Lights, dressed in a look drawn directly from Anita Dongre's own designs.\u003c\/p\u003e\n          \u003cp\u003eThe Moonlight Bloom lehenga is infused with beauty and symbolism, rejoicing in the victory of light over darkness with contemporary silhouettes. Details such as the lehenga skirt, floral print and golden shoes are inspired by tradition, whilst the doll stand and Certificate of Authenticity add to its collectability.\u003c\/p\u003e\n          \u003cp\u003eA gorgeous doll from the Signature Black Label Collection, this Diwali Barbie doll by Anita Dongre makes a great gift for collectors and celebrants alike. Please note: the doll cannot stand alone and is intended for display purposes rather than active play.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About Anita Dongre --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Anita Dongre\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\u003eBarbie + Anita Dongre:\u003c\/strong\u003e Barbie doll has partnered with Anita Dongre, designer and founder of a global fashion empire, to create a doll that honours Diwali, the Festival of Lights.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Global Fashion Empire:\u003c\/strong\u003e Anita Dongre is one of India's most celebrated couturiers, known for blending traditional Indian craftsmanship with contemporary silhouettes.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEmpowering Artisans:\u003c\/strong\u003e Her label has built its reputation on a mission to empower rural women artisans and sustain the exquisite craftsmanship of India, ensuring traditional techniques continue to thrive.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLight Over Darkness:\u003c\/strong\u003e This Diwali collaboration channels that same philosophy, honouring tradition through modern design and celebrating the victory of light over darkness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About Barbie Signature --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Barbie Signature\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 Barbie Signature Line:\u003c\/strong\u003e Barbie Signature is Mattel's premium collector series, featuring limited edition dolls crafted with exceptional detail and designed specifically for adult collectors and display. Unlike standard Barbie dolls, Signature dolls are produced in limited quantities and often celebrate cultural icons, designers, and fashion milestones.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Legacy of Collecting:\u003c\/strong\u003e Since Barbie's debut in 1959, the doll has evolved far beyond a children's toy into a genuine collector's phenomenon. The Signature series honours that legacy with dolls that capture iconic moments, people, and looks in extraordinary detail.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCollector Appeal:\u003c\/strong\u003e Each Barbie Signature doll comes in premium packaging suited to display, and many include Certificates of Authenticity. The series has featured tributes to icons across fashion, entertainment, music, and culture — making each release a sought-after addition to any collection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 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    \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 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\n  \u003c\/div\u003e\n  \u003c!-- END ACCORDION --\u003e\n\n  \u003c!-- FOOTER IMAGE --\u003e\n  \u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Barbie_Signature_Diwali_Collectors_Doll_by_Anita_Dongre_Shopify_Footer.png?v=1783525298\" alt=\"Barbie Signature Diwali Collectors Doll by Anita Dongre Footer\" class=\"footer-image\"\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- END .product-description --\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(function(header) {\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\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ===== SHOPIFY SNIPPET ENDS HERE ===== --\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":45275471872023,"sku":"HG090648","price":99.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/BarbieSignatureDiwaliCollectorsDollbyAnitaDongre1.jpg?v=1783525319"},{"product_id":"new-play-monster-games-retro-speak-and-spell-electronic-game","title":"NEW - Play Monster Games Retro Speak and Spell Electronic Game","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  .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;\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', 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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Playmonster_Logo.png?v=1766071617\" alt=\"Playmonster Logo\" class=\"logo\"\u003e\n\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: #88561b; font-weight: bold;\" class=\"large-title\"\u003eRetro 80's\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold; font-style: italic;\" class=\"medium-title\"\u003eSpeak \u0026amp; Spell\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"medium-title\"\u003eElectronic Game\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\"\u003eSpeak \u0026amp; Spell is back and it's just like you remember!\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eOne of the earliest computerised learning systems from the 70s and 80s, Speak \u0026amp; Spell was the first educational toy designed to help children learn to spell over 150 commonly misspelled words using a speech synthesiser.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eNow, a whole new generation can enjoy this classic toy with friends and family for years to come. With multiple play modes and challenge levels, kids will have fun and learn at the same time!\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\"\u003eSpeak and Spell Console\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 style=\"font-size: 18pt; color: #ff0010; 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\"\u003e7+ \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYears\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: #00ae5f; font-weight: bold;\" class=\"content-text\"\u003eRequires: \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e3 x AA Batteries \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003e(Not Included)\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL GAMES \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\u003eRetro Play:\u003c\/strong\u003e Relive the classic fun of the 80s with Speak \u0026amp; Spell! This toy may be new, but it has all the iconic graphics, sounds, and gameplay you remember\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003e5 Play Modes:\u003c\/strong\u003e Enjoy hours of educational fun with 5 Play Modes! Spell, Mystery, Say It, Secret Code, and Letter — which game will you play today?\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMultiple Challenge Levels:\u003c\/strong\u003e Ready to up your game? Choose from different challenge levels as you learn and play! Can you reach the highest level?\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eGreat Gift For Kids:\u003c\/strong\u003e Speak \u0026amp; Spell makes a fun, educational gift for kids ages 7 and up\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eA True Classic:\u003c\/strong\u003e Speak \u0026amp; Spell was the first educational toy designed to help children learn to spell over 150 commonly misspelled words using a speech synthesiser\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\"\u003e5 Play Modes\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\u003eSpell:\u003c\/strong\u003e Spell the words after hearing them \"spoken\" by the console\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eMystery Word:\u003c\/strong\u003e Figure out the mystery word by correctly guessing the letters in a certain number of tries\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSay It:\u003c\/strong\u003e Pronounce and spell each of the words as they appear on the screen\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSecret Code:\u003c\/strong\u003e Enter a word and the console will generate a secret code\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eLetter:\u003c\/strong\u003e Hear the letters pronounced to reinforce audio and visual 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\"\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 Speak \u0026amp; Spell Retro 80's Electronic Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Playmonster\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 25141\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 093514251419\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBatteries Required:\u003c\/strong\u003e 3 x AA (Not Included)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e7+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGame Type:\u003c\/strong\u003e Electronic Educational Toy, Spelling\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eContents:\u003c\/strong\u003e 1 Speak \u0026amp; Spell Console\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\"\u003eBrief 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\u003eOriginal Release:\u003c\/strong\u003e Speak \u0026amp; Spell was first released by Texas Instruments in 1978, becoming one of the earliest handheld electronic educational toys and one of the first consumer products to feature a speech synthesiser.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGroundbreaking Technology:\u003c\/strong\u003e Using linear predictive coding, Speak \u0026amp; Spell's built-in voice chip allowed the device to \"speak\" words aloud, a technological breakthrough for the time that captured the imaginations of both children and technologists alike.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePop Culture Icon:\u003c\/strong\u003e Beyond its educational purpose, Speak \u0026amp; Spell became a genuine pop culture icon, famously appearing in Steven Spielberg's \u003cem\u003eE.T. the Extra-Terrestrial\u003c\/em\u003e and inspiring the name of the British band Depeche Mode's debut album.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eModern Revival:\u003c\/strong\u003e This retro-styled reissue brings back the classic look, sound, and gameplay of the original, letting a new generation experience the toy that helped define electronic 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\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Playmonster\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\u003eCompany Overview:\u003c\/strong\u003e PlayMonster is a toy and game company dedicated to creating innovative, high-quality products that bring people together for fun and laughter. They believe in the power of play to build connections and create lasting memories.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eClassic Games Revival:\u003c\/strong\u003e PlayMonster has brought back many beloved classic games and toys, including this Speak \u0026amp; Spell reissue, giving new generations the opportunity to enjoy timeless gameplay whilst introducing modern updates and quality improvements.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFamily Focus:\u003c\/strong\u003e The company specialises in family-friendly games and toys that encourage face-to-face interaction, strategic thinking, and good old-fashioned fun.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eQuality Commitment:\u003c\/strong\u003e PlayMonster is committed to producing durable, well-designed toys that can withstand years of play and be passed down through 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. 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=\"8881479090199\" 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\/Speak_and_Spell_Classic_80s_Electronic_Spelling_Game_Shopify_Footer.jpg?v=1783656816\" alt=\"Speak and Spell Classic 80s Electronic Spelling Game 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":"Playmonster","offers":[{"title":"Default Title","offer_id":45282629582871,"sku":"HG090650","price":69.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/SpeakandSpellClassic80sElectronicSpellingGame1.jpg?v=1783656833"},{"product_id":"new-mattel-barbie-signature-wonder-woman-collectors-doll","title":"NEW Mattel - Barbie Signature Wonder Woman Collectors Doll","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@300;400;500;600;700\u0026amp;family=Oswald:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    body { background: #fff; margin: 0; padding: 20px; }\n    .shopify-wrapper { max-width: 800px; margin: 0 auto; }\n  \u003c\/style\u003e\n\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003c!-- ===== SHOPIFY SNIPPET STARTS HERE ===== --\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@300;400;500;600;700\u0026amp;family=Oswald:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\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;\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  \/* Mobile font adjustments *\/\n  @media (max-width: 768px) {\n    .product-description .large-title  { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 24px !important; }\n    .product-description .content-text { font-size: 16px !important; }\n  }\n\n  \/* ACCORDION *\/\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 *\/\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    font-family: 'Rubik', Arial, sans-serif;\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        { display: inline-block; margin-left: 8px; transition: opacity 0.2s ease; }\n  .product-description .button-arrow-normal { display: inline-block; }\n  .product-description .button-arrow-hover  { display: none; }\n  .product-description .view-all-button:hover .button-arrow-normal { display: none; }\n  .product-description .view-all-button:hover .button-arrow-hover  { display: inline-block; }\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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- TITLE SECTION --\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Mattel_Barbie_Signature_Logo.png?v=1724123669\" alt=\"Barbie Signature Logo\" class=\"logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\"\u003eNEW\u003c\/span\u003e \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\"\u003e-\u003c\/span\u003e \u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\"\u003eWonder Woman\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"medium-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eSignature Series\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #cc9900; font-weight: bold; margin-right: 12px;\"\u003eLimited\u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #cc9900; font-weight: bold; margin-right: 12px;\"\u003eEdition\u003c\/span\u003e \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: black; font-weight: bold;\"\u003eCollectors\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;\"\u003eBarbie Doll\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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eWonder Woman Barbie doll is ready to save the day and fight for justice!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWonder Woman Barbie doll wears the superhuman guardian's trademark red and blue tank suit with flashes of gold at the neckline and waist.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWonder Woman — the alter ego of Diana Prince — was trained by the best in Themyscira to fight for peace, freedom, and truth.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFully articulated for heroic poses, Wonder Woman Barbie doll radiates all the hope and strength of the character she's modelled after.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eDoll stand and Certificate of Authenticity included. Doll cannot stand alone. 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 class=\"content-text\" style=\"font-size: 18pt; color: #0039f3; font-weight: bold;\"\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\"\u003eMattel Barbie Signature Wonder Woman Collectors Doll\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\"\u003eDoll Stand\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\"\u003eCertificate of Authenticity\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: 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\"\u003e6+ \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\u003c!-- VIEW ALL BUTTON --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/barbie\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL BARBIE DOLLS \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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e• \u003cstrong\u003eChampion of Truth:\u003c\/strong\u003e This collectible Wonder Woman Barbie doll shines as a champion of truth, a warrior of peace, and a fighter for justice\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eIconic Suit:\u003c\/strong\u003e Her iconic red and blue star-spangled tank suit gleams with her golden eagle at the neckline and Wonder Woman emblem at the waist\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eSuper-Powered Details:\u003c\/strong\u003e A golden headpiece accents long black hair and shows a glimpse of red earrings; \"bullet-proof\" wrist cuffs and knee-high red and white boots complete her super-powered look\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eLasso of Truth:\u003c\/strong\u003e Wonder Woman Barbie doll is ready to save the day with her trusty lasso of truth\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eDisplay-Ready:\u003c\/strong\u003e This heroine comes with a doll stand so she can strike warrior-worthy poses, arriving in comic book-inspired displayable packaging — a must-have for DC fans and Barbie collectors alike\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 class=\"accordion-content\" style=\"display: none;\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Wonder Woman Limited Edition Collectors Barbie Doll\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Mattel\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e Barbie Signature\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e JBJ36\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 194735261352\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e33\u003c\/strong\u003e cm x \u003cstrong\u003e18\u003c\/strong\u003e cm x \u003cstrong\u003e8\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About This Doll --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout This Doll\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 \u003cstrong\u003eWonder Woman Barbie Signature Doll\u003c\/strong\u003e reimagines the iconic DC superheroine in fully articulated form, ready to strike heroic poses in her trademark red and blue tank suit.\u003c\/p\u003e\n\u003cp\u003eEvery detail has been carefully considered, from the golden headpiece and eagle emblem to the \"bullet-proof\" wrist cuffs and knee-high boots, capturing the strength and hope Wonder Woman represents. She arrives with her signature lasso of truth in hand.\u003c\/p\u003e\n\u003cp\u003eA gorgeous doll from the Barbie Signature Collection, this Wonder Woman doll makes a great gift for DC fans and collectors alike. Please note: the doll cannot stand alone and is intended for display purposes rather than active play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About Wonder Woman --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Wonder Woman\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\u003eOrigins:\u003c\/strong\u003e Wonder Woman is one of DC Comics' most iconic superheroes, first appearing in 1941. She is the alter ego of Diana Prince, an Amazon warrior princess from the hidden island of Themyscira.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTrained for Justice:\u003c\/strong\u003e Diana was trained by the best warriors in Themyscira to fight for peace, freedom, and truth, eventually leaving her homeland to protect the wider world as Wonder Woman.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIconic Symbol:\u003c\/strong\u003e With her golden eagle emblem, lasso of truth, and unwavering commitment to justice, Wonder Woman has become a globally recognised symbol of strength, compassion, and heroism.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Legacy:\u003c\/strong\u003e Decades after her debut, Wonder Woman remains one of the most beloved and enduring superheroes, inspiring generations of fans across comics, television, and film.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- About Barbie Signature --\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003ch3 class=\"accordion-title\"\u003eAbout Barbie Signature\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 Barbie Signature Line:\u003c\/strong\u003e Barbie Signature is Mattel's premium collector series, featuring limited edition dolls crafted with exceptional detail and designed specifically for adult collectors and display. Unlike standard Barbie dolls, Signature dolls are produced in limited quantities and often celebrate cultural icons, designers, and pop culture milestones.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eA Legacy of Collecting:\u003c\/strong\u003e Since Barbie's debut in 1959, the doll has evolved far beyond a children's toy into a genuine collector's phenomenon. The Signature series honours that legacy with dolls that capture iconic moments, characters, and looks in extraordinary detail.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCollector Appeal:\u003c\/strong\u003e Each Barbie Signature doll comes in premium packaging suited to display, and many include Certificates of Authenticity. The series has featured tributes to icons across fashion, entertainment, music, and pop culture — making each release a sought-after addition to any collection.\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 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\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 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\u003c!-- END ACCORDION --\u003e \u003c!-- FOOTER IMAGE --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Barbie_Signature_Wonder_Woman_Doll_Shopify_Footer.png?v=1783665627\" alt=\"Barbie Signature Wonder Woman Doll Footer\" class=\"footer-image\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- END .product-description --\u003e \u003c!-- Add JavaScript for accordion functionality --\u003e \u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const accordionHeaders = document.querySelectorAll('.product-description .accordion-header');\n\n    accordionHeaders.forEach(function(header) {\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\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ===== SHOPIFY SNIPPET ENDS HERE ===== --\u003e\n\u003c\/div\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":45283004153879,"sku":"HG090649","price":149.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/BarbieSignatureWonderWomanDoll1.jpg?v=1783665643"},{"product_id":"new-the-worlds-smallest-guess-who-game","title":"NEW - The World's Smallest Guess Who Game","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  .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;\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', 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: 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\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #00ae5f; 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: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eThe World's Smallest\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff0010; font-weight: bold;\" class=\"large-title\"\u003eGuess Who \u003c\/span\u003e\n      \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold;\" class=\"large-title\"\u003eGame\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 24pt; color: black;\" class=\"content-text\"\u003eItem: 5336\u003c\/span\u003e\n    \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 class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eWorld's Smallest Guess Who\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black; font-weight: bold;\"\u003eBring home a miniature version of the classic face-guessing game with World's Smallest Guess Who.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eThis fully playable set delivers the familiar head-to-head gameplay in a compact collectible format. Great for kids, collectors, travel, and nostalgic gifting.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eWorld's Smallest Guess Who includes 2 game boards and 72 cards.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eA great gift for fans of all ages. Recommended for ages 6 and up.\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\"\u003eWorld's Smallest Guess Who Game\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: 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\"\u003e6+ \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  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003ePlayers: \u003c\/span\u003e \u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e2\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\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\u003eMiniature Classic:\u003c\/strong\u003e Miniature version of the classic face-guessing game in a compact collectible format\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eFully Playable:\u003c\/strong\u003e Players can ask yes-or-no questions, flip down panels, and guess the mystery character, just like the original\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eComplete Set:\u003c\/strong\u003e Each game board measures approximately 8.6 cm x 8.6 cm x 4.3 cm, and the set includes 2 boards and 72 cards\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eGift Perfect:\u003c\/strong\u003e Great for birthdays, holidays, stocking stuffers, party favours, and travel play\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollector Appeal:\u003c\/strong\u003e Ideal for collectors, retro game fans, and classic toy lovers\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollectible Series:\u003c\/strong\u003e Part of the popular World's Smallest toy 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\"\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 World's Smallest Guess Who Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter:\u003c\/strong\u003e Guess Who Game\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 5336\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010995346\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Plastic, Paper\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNumber of Players:\u003c\/strong\u003e 2 players\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm x \u003cstrong\u003e4\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Keep all pieces together when not in use\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Window box packaging\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\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eThese miniature collectibles have gained popularity amongst collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n          \u003cp\u003eThe collection includes miniature versions of beloved toys and games from various decades, allowing adults to reconnect with their childhood favourites whilst introducing younger generations to classic games in a unique and collectible format.\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 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\u003eGuess Who?\u003c\/strong\u003e is a two-player guessing game originally released by Milton Bradley in 1979. Each player selects a secret character from a board of illustrated faces, then takes turns asking yes-or-no questions to eliminate possibilities and deduce their opponent's mystery character.\u003c\/p\u003e\n          \u003cp\u003eThe game's simple, engaging format made it an instant hit and a staple of family game nights for over four decades. Its combination of logic, deduction, and light-hearted competition has kept it popular across generations.\u003c\/p\u003e\n          \u003cp\u003eOver the years, Guess Who? has been reissued numerous times with new character sets and themed editions, cementing its place as one of the most recognisable and beloved guessing games ever produced.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Guess Who? remains a nostalgic favourite for many adults who grew up playing it, while continuing to introduce new generations to the joys of deductive reasoning and face-to-face gameplay. This World's Smallest version captures the fun of the classic game in a convenient miniature format that can be played anywhere.\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\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licenced products from popular brands.\u003c\/p\u003e\n          \u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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\"\u003eHow to Play\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\u003eSetup:\u003c\/strong\u003e Each player selects a mystery card without showing it to their opponent and places it in the designated slot on their board.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eObjective:\u003c\/strong\u003e Be the first to correctly guess your opponent's mystery character.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eTaking Turns:\u003c\/strong\u003e Players take turns asking yes-or-no questions about physical features to eliminate characters, flipping down the panels of any characters that don't match the answers.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eNarrowing It Down:\u003c\/strong\u003e Keep asking questions and eliminating characters until only a few possibilities remain.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWinning:\u003c\/strong\u003e Once you're confident you know the answer, make your guess. The first player to correctly identify their opponent's mystery character wins the round.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHouse Rules:\u003c\/strong\u003e Feel free to adapt the rules for your miniature version — set a question limit or best-of-three rounds for extra fun!\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=\"8882416287767\" 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  \u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: Verdana; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: Verdana; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 6 years of age.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_Guess_Who_Game_Shopify_Footer.jpg?v=1783704500\" alt=\"World's Smallest Guess Who Game 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":"Super Impulse","offers":[{"title":"Default Title","offer_id":45284368646167,"sku":"HG090651","price":35.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestGuessWhoGame1.jpg?v=1783704522"},{"product_id":"new-the-worlds-smallest-gumby","title":"NEW - The World's Smallest Gumby","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;700\u0026amp;family=Oswald:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\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\u003cdiv class=\"shopify-wrapper\"\u003e\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\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;\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', 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: 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\u003cdiv class=\"shopify-wrapper\"\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\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #00ae5f; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003eNEW\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: black; font-weight: bold; margin-right: 12px;\" class=\"large-title\"\u003e-\u003c\/span\u003e \u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eThe World's Smallest\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eGumby\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 style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eEverybody's favourite bendable clay hero is back, and he's never been so small, or so stretchy!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis miniature Gumby figure captures every ounce of the classic character's charm, from his signature slanted head to his cheeky grin, all shrunk down into a collectible you can pop in your pocket. But don't let the tiny size fool you: this little green legend can stretch, giving fans all the bendy fun of the original in miniature form.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eWhether you grew up watching Gumby's stop-motion adventures or you're discovering him for the first time, this itty-bitty icon is a wonderful addition to any World's Smallest collection or retro toy shelf. It's a nostalgic, playful gift for collectors, clay animation fans, and anyone who appreciates a toy that's equal parts silly and satisfying.\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\"\u003eWorld's Smallest Gumby Figure\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\"\u003e6+ \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\u003c!-- View All Button --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\"\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\u003eMiniature Classic:\u003c\/strong\u003e The World's Smallest Gumby is a miniature version of the classic, retro toy, Stretch Gumby\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eFun and Flexible:\u003c\/strong\u003e He's fun, flexible and bendable! Bend, twist, pull, and S-T-R-E-T-C-H him over and over again\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eReturns to Shape:\u003c\/strong\u003e He returns back to his original, 4 inch size\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e A wonderful gift for fans of all ages\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eCollectible Series:\u003c\/strong\u003e Part of the popular World's Smallest toy collection\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\"\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 World's Smallest Gumby\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCharacter:\u003c\/strong\u003e Gumby\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 572\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010990365\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Stretchy rubber compound\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e5\u003c\/strong\u003e cm x \u003cstrong\u003e3\u003c\/strong\u003e cm x \u003cstrong\u003e4\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Keep away from extreme temperatures\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Window box packaging\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\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eThese miniature collectibles have gained popularity amongst collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n\u003cp\u003eThe collection includes miniature versions of beloved toys and characters from various decades, allowing adults to reconnect with their childhood favourites whilst introducing younger generations to classic toys in a unique and collectible format.\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 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\u003eGumby\u003c\/strong\u003e is a beloved claymation character created by Art Clokey, first appearing on television in 1953 and getting his own show, \"The Gumby Show,\" in 1957. Made of green clay with a distinctive slanted head, Gumby quickly became a household name.\u003c\/p\u003e\n\u003cp\u003eAlongside his horse companion Pokey, Gumby starred in stop-motion animated adventures that captivated children for generations, combining whimsical storytelling with the character's signature bendable, stretchable design.\u003c\/p\u003e\n\u003cp\u003eGumby's popularity has endured for over seven decades, with the character appearing in numerous television revivals, films, and merchandise, cementing his place as a genuine icon of American animation and toy history.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Gumby remains a nostalgic favourite for adults who grew up with his stop-motion adventures, while his instantly recognisable design continues to charm new generations. This World's Smallest version captures the fun, stretchy appeal of the classic figure in a convenient miniature format perfect for collectors and fans alike.\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\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n\u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n\u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licenced products from popular brands.\u003c\/p\u003e\n\u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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\u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: Verdana; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: Verdana; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 6 years of age.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_Gumby_Figurine_Shopify_Footer.png?v=1785094702\" alt=\"World's Smallest Gumby Figurine Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e \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 \u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\u003c\/div\u003e","brand":"Super Impulse","offers":[{"title":"Default Title","offer_id":45343072419863,"sku":"HG090661","price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestGumby1.jpg?v=1785094827"},{"product_id":"new-the-worlds-smallest-kewpie-doll","title":"NEW - The World's Smallest Kewpie Doll","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\u003eWorld's Smallest Kewpie Doll – Hectic Gifts Preview\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;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\n\u003cstyle\u003e\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;\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', 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: 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\/Worlds_smallest_logo.png?v=1722600980\" alt=\"World's Smallest Logo\"\u003e\n\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: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eThe World's Smallest\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan style=\"font-size: 36pt; color: #ff1493; font-weight: bold;\" class=\"large-title\"\u003eKewpie Doll\u003c\/span\u003e\n    \u003c\/p\u003e\n\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\"\u003eThe one and only Original Kewpie Doll, now in the world's smallest form!\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis officially licensed miniature brings Rose O'Neill's beloved century-old character to life in perfectly recreated detail, right down to that signature curl of hair and the sweet, wide-eyed expression that's charmed generations. A genuine piece of pop culture history has never been so pocket-sized, or so irresistible to collectors and Kewpie fans alike.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eStanding just centimetres tall yet packed with all the charm of the original, this tiny treasure is a wonderful addition to any World's Smallest collection or a nostalgic gift for anyone who remembers Kewpie dolls from their own childhood. Perfectly presented in collectible packaging, it's ready to display, gift, or add to a growing shelf of miniature classics.\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\"\u003eWorld's Smallest Kewpie Doll\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 style=\"font-size: 18pt; color: #ff0010; 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\"\u003e6+ \u003c\/span\u003e\n      \u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003eYears\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/the-worlds-smallest\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL WORLD'S SMALLEST 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\u003eMiniature Classic:\u003c\/strong\u003e Miniature version of the classic Kewpie doll in a collectible size fans will recognise instantly\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eSignature Details:\u003c\/strong\u003e Features the signature look and sweet details inspired by the original Kewpie design\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCompact Size:\u003c\/strong\u003e Measures approximately 6 cm x 1 cm x 2.5 cm for easy display, gifting, and collecting\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eNostalgic Appeal:\u003c\/strong\u003e Offers nostalgic collectible appeal for classic doll fans and miniature toy collectors\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Great for party favours, stocking stuffers, Easter baskets, and collectible gifting\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eCollectible Series:\u003c\/strong\u003e Part of the popular World's Smallest toy 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\"\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 World's Smallest Kewpie Doll\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Super Impulse\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eSeries:\u003c\/strong\u003e World's Smallest\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCharacter:\u003c\/strong\u003e Kewpie Doll\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Number:\u003c\/strong\u003e 5346\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 810010995452\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Plastic\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e6\u003c\/strong\u003e cm x \u003cstrong\u003e1\u003c\/strong\u003e cm x \u003cstrong\u003e2.5\u003c\/strong\u003e cm\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Wipe clean with a soft, dry cloth\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Window box packaging\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\"\u003eBrand 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\u003eWorld's Smallest\u003c\/strong\u003e is a popular brand of miniature collectible toys that recreates iconic and classic toys in perfectly functioning miniature form. The brand is known for its attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eThese miniature collectibles have gained popularity amongst collectors and enthusiasts of all ages who appreciate both the novelty of the tiny size and the nostalgia of classic toys. Each World's Smallest toy is designed to be a perfect working replica of the original but at a fraction of the size.\u003c\/p\u003e\n          \u003cp\u003eThe collection includes miniature versions of beloved toys and characters from various decades, allowing adults to reconnect with their childhood favourites whilst introducing younger generations to classic toys in a unique and collectible format.\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 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\u003eKewpie\u003c\/strong\u003e was created by illustrator Rose O'Neill, first appearing as a comic strip character in Ladies' Home Journal magazine in 1909. Inspired by cupid, the cherubic Kewpie character quickly became a sensation.\u003c\/p\u003e\n          \u003cp\u003eThe first Kewpie dolls were produced in bisque porcelain in 1912 and later in celluloid, becoming enormously popular collectibles throughout the early-to-mid 20th century. Their signature curl of hair, wide-set eyes, and sweet expression made them instantly recognisable.\u003c\/p\u003e\n          \u003cp\u003eKewpie dolls have remained a beloved fixture of pop culture and doll collecting for over a century, with the character appearing on everything from advertisements to figurines, and continuing to be produced and collected today.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eCultural Impact:\u003c\/strong\u003e Kewpie remains a nostalgic favourite for collectors who cherish its century-old design and history, while its charming, universally recognisable look continues to delight new generations. This World's Smallest version captures the timeless appeal of the original doll in a convenient miniature format perfect for collectors and fans 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\"\u003eSuper Impulse\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\u003eSuper Impulse\u003c\/strong\u003e is a toy manufacturer known for creating innovative, impulse-priced toys and collectibles. The company specialises in creating miniature versions of classic and iconic toys through their popular \"World's Smallest\" product line.\u003c\/p\u003e\n          \u003cp\u003eFounded in 2014, Super Impulse has quickly gained recognition for their attention to detail and commitment to maintaining the functionality of the original toys in their miniaturised versions.\u003c\/p\u003e\n          \u003cp\u003eIn addition to the World's Smallest line, Super Impulse produces other nostalgic and fun product lines including Tiny Arcade, Wacky Packages, and licenced products from popular brands.\u003c\/p\u003e\n          \u003cp\u003eThe company continues to expand its offerings whilst maintaining a focus on quality, playability, and nostalgic appeal in their miniature collectibles.\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  \u003cdiv style=\"background-color: #fff9f9; border: 2px solid #ff0010; border-radius: 8px; padding: 15px; margin: 30px 0;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\u003cspan style=\"font-size: 14px; color: #ff0010; font-family: Verdana; font-style: italic; font-weight: bold;\"\u003ePlease be aware:\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-family: Verdana; font-style: italic; color: #333333;\"\u003eThe World's Smallest range are a collection of novelty miniature replicas of famous toys and games. Whilst they can be opened and played with and they really work, they are designed for collectors and miniature toy buffs and are not designed to be or promoted as being the same quality as the real toys on which they are based. Not suitable for children under 6 years of age.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003cimg style=\"max-width: 100%; height: auto;\" class=\"footer-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Worlds_Smallest_Kewpie_Doll_Shopify_Footer.png?v=1785131010\" alt=\"World's Smallest Kewpie Doll 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":"Super Impulse","offers":[{"title":"Default Title","offer_id":45343705989143,"sku":"HG090659","price":35.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/WorldsSmallestKewpieDoll1.jpg?v=1785131025"},{"product_id":"new-ambassador-street-fighter-2-pinball-machine","title":"NEW - Ambassador Street Fighter 2 Pinball Machine","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    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;\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; \/* 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\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\/Street_Fighter_2_Logo.jpg?v=1787209950\" alt=\"Street Fighter II 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- Ambassador\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #0039f3; font-weight: bold;\" class=\"large-title\"\u003eStreet Fighter II\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"title-text\"\u003e\u003cspan style=\"font-size: 36pt; color: #2a633a; font-weight: bold;\" class=\"large-title\"\u003eElectronic Arcade\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\"\u003ePinball Machine\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 style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003eRelive the golden age of arcades with the officially licensed Street Fighter II Electronic Arcade Pinball Machine!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18pt; color: black;\" class=\"content-text\"\u003eThis collectible desktop pinball machine brings together two icons of gaming history — the timeless thrill of pinball and the legendary characters of Capcom's Street Fighter II — in one perfectly playable tabletop package. With working flippers, vibrating bumpers, flashing lights and authentic Street Fighter music and sound effects, every game delivers the real arcade experience without leaving the lounge room. Whether you grew up feeding coins into arcade cabinets or you're a collector chasing officially licensed memorabilia, this is a standout piece that's just as at home on a games room shelf as it is in the hands of a player chasing a new high score.\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\"\u003eAmbassador Street Fighter II Pinball Machine\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\"\u003e6+ \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\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"section-heading\"\u003e\u003cspan style=\"font-size: 18pt; color: #002cfd; font-weight: bold;\" class=\"content-text\"\u003eBatteries Required: \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: bold;\" class=\"content-text\"\u003e3 x AA \u003c\/span\u003e\u003cspan style=\"font-size: 18pt; color: black; font-weight: normal;\" class=\"content-text\"\u003e(Not Included)\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\/games\" class=\"view-all-button\"\u003e \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL GAMES \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• \u003cstrong\u003eBattle-Ready Gameplay:\u003c\/strong\u003e Battery-powered Street Fighter Edition pinball tabletop game with lights, sounds and vibrating bumpers\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eOfficially Licensed:\u003c\/strong\u003e Official Street Fighter merchandise, manufactured under license from Capcom by Ambassador\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eDigital Score Board:\u003c\/strong\u003e Track your points and challenge friends to beat your high score\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eRemovable Table Legs:\u003c\/strong\u003e Convenient design for easy storage and display\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003eAuthentic Sound:\u003c\/strong\u003e Plays official Street Fighter music and sound effects\u003c\/p\u003e\n\u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Makes a great gift for any Street Fighter or pinball fan, and the ideal addition to any gaming den\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 Ambassador\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct:\u003c\/strong\u003e Street Fighter II Electronic Arcade Pinball Machine\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLicensed By:\u003c\/strong\u003e Capcom\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eModel Number:\u003c\/strong\u003e SFII2001\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUPC:\u003c\/strong\u003e 4895254303023\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Ages:\u003c\/strong\u003e \u003cstrong\u003e6+\u003c\/strong\u003e years\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e41\u003c\/strong\u003e cm x \u003cstrong\u003e28\u003c\/strong\u003e cm x \u003cstrong\u003e13\u003c\/strong\u003e cm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBatteries Required:\u003c\/strong\u003e 3 x AA (Not Included)\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\"\u003eHistory of Pinball\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\u003ePinball has a rich history dating back to the 18th century, evolving from outdoor lawn games like croquet and bowling.\u003c\/p\u003e\n\u003cp\u003eThe first coin-operated pinball machines appeared in the 1930s, and the introduction of flippers in 1947 transformed pinball from a game of chance to a game of skill.\u003c\/p\u003e\n\u003cp\u003eDuring the 1970s and 1980s, pinball reached peak popularity with innovations including electronic displays, complex playfields, and themed machines based on movies, TV shows, and bands.\u003c\/p\u003e\n\u003cp\u003eToday, electronic pinball machines like this Street Fighter II Ambassador model continue the tradition while introducing new features for modern players, keeping the spirit of this classic arcade game alive for new generations.\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 Street Fighter II\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\u003eStreet Fighter II: The World Warrior\u003c\/strong\u003e is a fighting game developed and published by Capcom, first released in arcades in March 1991 as the second main instalment in the Street Fighter series.\u003c\/p\u003e\n\u003cp\u003eThe game introduced command-based special moves and a roster of selectable characters — including Ryu, Ken, Chun-Li, Blanka, Guile, Zangief, Dhalsim and E. Honda — a groundbreaking feature that gave players unprecedented depth and replay value.\u003c\/p\u003e\n\u003cp\u003eStreet Fighter II became a cultural phenomenon, widely credited with defining the modern fighting game genre and igniting the competitive arcade gaming scene of the early 1990s.\u003c\/p\u003e\n\u003cp\u003eThe game's iconic characters, moves, and soundtrack remain instantly recognisable more than three decades later, and the franchise continues to be celebrated by fans and collectors worldwide.\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\"\u003eAmbassador Toys\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\u003eAmbassador\u003c\/strong\u003e is known for creating quality toys and games that blend traditional play with modern technology. Their product line spans from classic board games to electronic toys designed to engage children's minds while providing entertainment.\u003c\/p\u003e\n\u003cp\u003eThe company focuses on developing toys that encourage skill development, strategy, hand-eye coordination, and social interaction. This Street Fighter II Electronic Arcade Pinball Machine exemplifies this approach, combining classic pinball mechanics with officially licensed Capcom content.\u003c\/p\u003e\n\u003cp\u003eAmbassador toys are designed with durability in mind, using quality materials to ensure their products can withstand active play while maintaining safety standards appropriate for their target age groups.\u003c\/p\u003e\n\u003cp\u003eFor decades, Ambassador has been bringing joy to families around the world with their innovative approach to toys and games that stand the test of time.\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. 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\/Street_Fighter_II_Electronic_Arcade_Pinball_Game_Shopify_Footer.jpg?v=1787210203\" alt=\"Street Fighter II Electronic Arcade Pinball Machine Footer\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Add JavaScript for accordion functionality --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Ambassador","offers":[{"title":"Default Title","offer_id":45420865650711,"sku":"HG090688","price":79.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/StreetFighterIIElectronicArcadePinballGame1.jpg?v=1787210218"}],"url":"https:\/\/hectic.gifts\/collections\/5-7-years.oembed","provider":"Hectic Gifts","version":"1.0","type":"link"}