{"product_id":"new-little-golden-book-monopoly","title":"NEW Little Golden Book - Monopoly","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\u003eMonopoly Little Golden Book – Hectic Gifts\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 { background: #fff; padding: 20px; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- ===================== SHOPIFY CODE STARTS HERE ===================== --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700\u0026family=Oswald:wght@500\u0026display=swap');\n\n  .product-description { font-family: 'Rubik', sans-serif; color: black; max-width: 800px; margin: 0 auto; }\n\n  \/* Logo *\/\n  .product-description .logo { display: block; margin: 0 auto; max-width: 100%; height: auto; }\n\n  \/* Title *\/\n  .product-description .title-section { text-align: center; margin-bottom: 30px; }\n  .product-description .title-text { margin: 0; padding: 0; line-height: 1.2; }\n  .product-description .large-title { display: inline; font-family: 'Rubik', sans-serif; }\n  .product-description .medium-title { display: inline; font-family: 'Rubik', sans-serif; }\n\n  \/* Body copy *\/\n  .product-description .content-section { margin: 20px 0; }\n  .product-description .content-text { font-family: 'Rubik', sans-serif; line-height: 1.7; }\n  .product-description .section-heading { margin-bottom: 5px; }\n  .product-description p { color: black; font-family: 'Rubik', sans-serif; }\n\n  \/* View All Button *\/\n  .product-description .view-all-button {\n    display: inline-block;\n    background-color: #cc0000;\n    color: white !important;\n    text-decoration: none;\n    padding: 14px 20px;\n    font-family: 'Rubik', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    border-radius: 0;\n    margin: 20px 0;\n    transition: background-color 0.3s ease;\n  }\n  .product-description .view-all-button:hover { background-color: #aa0000; }\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  .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 *\/\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; margin-bottom: 10px; }\n\n  \/* Responsive *\/\n  @media (max-width: 600px) {\n    .product-description .large-title { font-size: 28px !important; }\n    .product-description .medium-title { font-size: 20px !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 .buy-column { text-align: center; font-size: 18px; font-weight: 600; color: #333; }\n  .product-description .discount-column { text-align: center; }\n  .product-description .qty-text { font-size: 20px; font-weight: bold; color: #8B6914; }\n  .product-description .best-value td { background: linear-gradient(to right, #fffde7, #fff8e1) !important; }\n  .product-description .note-row td { background-color: #f5f5f5 !important; font-size: 13px; color: #555; padding: 10px 15px; font-style: italic; }\n  .product-description .footer-image { display: block; width: 100%; height: auto; margin-top: 30px; }\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=\"Little Golden Books Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/Little_Golden_Books_Logo.jpg?v=1728529465\" class=\"logo\"\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #ff0010; font-weight: bold; word-spacing: 2px;\"\u003eMonopoly\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"title-text\"\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #d4af37; font-weight: bold; word-spacing: 2px;\"\u003eLittle \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #d4af37; font-weight: bold; word-spacing: 2px;\"\u003eGolden \u003c\/span\u003e\n      \u003cspan class=\"large-title\" style=\"font-size: 36pt; color: #d4af37; 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;\"\u003eExperience the classic Hasbro board game Monopoly like never before in this Little Golden Book!\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eJoin Uncle Pennybags as he buys properties, builds hotels, and makes money in a story based on the board game that's been beloved by families since 1935! Kids ages 2 to 5 and Monopoly fans of all ages will enjoy visiting the famous locations and learning about money in this delightful Little Golden Book.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cspan class=\"content-text\" style=\"font-size: 18pt; color: black;\"\u003eFeaturing the iconic gold spine design, \u003cstrong\u003eLittle Golden Books\u003c\/strong\u003e bring together the classics of yesterday, today, and tomorrow — from the biggest names in pop culture to new original stories that are sure to spark imagination and delight in the act of reading.\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: #1a5c38; 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;\"\u003eMonopoly Little Golden 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;\"\u003e3+ \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!-- Multi-Buy Table --\u003e\n  \u003cdiv class=\"multi-buy-container\"\u003e\n    \u003ctable class=\"multi-buy-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth class=\"multi-buy-heading\" colspan=\"2\"\u003eLittle Golden Books Multi-Buy Pricing\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eBuy Any\u003c\/th\u003e\n          \u003cth\u003eGet\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e2 x LGB's\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"discount-column\"\u003e\u003cspan style=\"font-size: 20px; font-weight: bold; color: black;\"\u003e5% Off\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e3 x LGB's\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"discount-column\"\u003e\u003cspan style=\"font-size: 20px; font-weight: bold; color: black;\"\u003e10% Off\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e4 x LGB's\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"discount-column\"\u003e\u003cspan style=\"font-size: 20px; font-weight: bold; color: black;\"\u003e15% Off\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr class=\"best-value\"\u003e\n          \u003ctd class=\"buy-column\"\u003e\u003cspan class=\"qty-text\"\u003e5 or more LGB's\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"discount-column\"\u003e\u003cspan style=\"font-size: 20px; font-weight: bold; color: black;\"\u003e20% Off\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr class=\"note-row\"\u003e\n          \u003ctd colspan=\"2\"\u003e* To receive the multi-buy discount, you must purchase all Little Golden Books in a single transaction. Discounts will be applied automatically during checkout based on the total number of Little Golden Books in your shopping cart. The discount applies to both multiples of the same Little Golden Book title or a combination of different Little Golden Book titles from the range.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- View All Button --\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/hectic.gifts\/collections\/little-golden-books\" class=\"view-all-button\"\u003e\n    \u003cspan class=\"click-text\"\u003eCLICK HERE\u003c\/span\u003e TO VIEW ALL LITTLE GOLDEN BOOK TITLES\n    \u003cspan class=\"button-arrow\"\u003e\n      \u003cspan class=\"button-arrow-normal\"\u003e↗\u003c\/span\u003e\n      \u003cspan class=\"button-arrow-hover\"\u003e→\u003c\/span\u003e\n    \u003c\/span\u003e\n  \u003c\/a\u003e\u003c\/p\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 Golden Books\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePublication Date:\u003c\/strong\u003e 14 April 2026\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eLanguage:\u003c\/strong\u003e English\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePrint Length:\u003c\/strong\u003e 24 pages\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eISBN-13:\u003c\/strong\u003e 979-8217025923\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReading Age:\u003c\/strong\u003e 2–5 years\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eItem Weight:\u003c\/strong\u003e 113 grams\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e \u003cstrong\u003e16.84\u003c\/strong\u003e cm x \u003cstrong\u003e0.48\u003c\/strong\u003e cm x \u003cstrong\u003e20.47\u003c\/strong\u003e cm\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- About Monopoly --\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eAbout Monopoly\u003c\/h3\u003e\n        \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\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 Game:\u003c\/strong\u003e Monopoly is one of the world's most iconic and beloved board games, first published by Parker Brothers in 1935. Players buy, trade, and develop properties whilst trying to bankrupt their opponents in this classic game of strategy and chance.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eUncle Pennybags:\u003c\/strong\u003e Also known as Rich Uncle Pennybags or Mr. Monopoly, the game's mustachioed mascot has been the face of Monopoly since 1936. He appears on the game box, Chance and Community Chest cards, and now stars in his very own Little Golden Book adventure.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGlobal Phenomenon:\u003c\/strong\u003e Monopoly has been translated into more than 47 languages and sold in 114 countries. It remains one of the best-selling board games of all time, with an estimated 500 million players worldwide having enjoyed the game since its release.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eA Hasbro Classic:\u003c\/strong\u003e Today published by Hasbro, Monopoly has spawned hundreds of themed editions — from Star Wars and Disney to city-specific and collector versions — cementing its place as a true pop-culture icon across generations.\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 Hasbro Tie-In:\u003c\/strong\u003e Based on the beloved Monopoly board game that families have enjoyed since 1935 — a true classic brought to life for young readers.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eFeatures Uncle Pennybags:\u003c\/strong\u003e Follow the iconic Monopoly mascot as he buys properties, builds hotels, and makes money in this charming storybook adventure.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eWonderful Introduction to Money:\u003c\/strong\u003e A fun and age-appropriate way to introduce young children to the concepts of buying, selling, and managing money.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect for Young Readers:\u003c\/strong\u003e 24 pages of colourful illustrations, ideally suited for children aged 2 to 5 years.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003eClassic Format:\u003c\/strong\u003e The iconic Little Golden Book design with its distinctive gold spine and quality hardcover binding.\u003c\/p\u003e\n          \u003cp\u003e• \u003cstrong\u003ePerfect Gift:\u003c\/strong\u003e Ideal for young Monopoly fans, board game enthusiasts, and collectors of the Little Golden Books series alike.\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\u003eRevolutionary Beginning:\u003c\/strong\u003e When Little Golden Books were first published in 1942, high-quality books for children hadn't been available at a price most people could afford. Little Golden Books changed that! Priced at just 25 cents and sold where people shopped every day, they caused an instant sensation and were soon purchased by the hundreds of thousands.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInfluential Illustrators:\u003c\/strong\u003e Several of its illustrators later became influential within the children's book industry, including Corinne Malvern, Tibor Gergely, Gustaf Tenggren, Feodor Rojankovsky, Richard Scarry, Eloise Wilkin, and Garth Williams.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDiverse Content:\u003c\/strong\u003e Many books in the Little Golden Books series deal with nature, science, Bible stories, nursery rhymes, and fairy tales. Christmas titles are published every year.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePopular Characters:\u003c\/strong\u003e Some Little Golden Books and related products have featured popular characters from other media, such as Disney, Looney Tunes, The Muppets, Sesame Street, Sonic the Hedgehog, Barbie, Power Rangers, Thomas the Tank Engine, and others.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eBiography Series:\u003c\/strong\u003e The line has also published occasional biographies; recent examples include Betty White, Dolly Parton, Ruth Bader Ginsburg, and Michael J. Fox.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEnduring Legacy:\u003c\/strong\u003e Despite changes over the years, Little Golden Books maintains its distinctive appearance. At the time of the series' golden anniversary in 1992, Golden Books claimed that one and a half billion Little Golden Books had been sold. Today, Penguin Random House is its publisher.\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\u003eShipping:\u003c\/strong\u003e We offer free standard shipping on all orders within Australia. Express shipping options are also available at checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eDelivery Times:\u003c\/strong\u003e Standard delivery typically takes 3–7 business days. Express delivery is generally 1–3 business days, depending on your location.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eInternational Shipping:\u003c\/strong\u003e We ship to selected international destinations. Shipping costs and delivery times vary by location and will be calculated at checkout.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eReturns:\u003c\/strong\u003e We accept returns within 30 days of delivery for items in their original, unused condition. 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\/LGB_Monopoly_Little_Golden_Book_Shopify_Footer.jpg?v=1778176783\" alt=\"Monopoly Little Golden 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\n\u003c!-- ===================== SHOPIFY CODE ENDS HERE ===================== --\u003e\n\n\n\u003c\/body\u003e","brand":"Little Golden Book","offers":[{"title":"Default Title","offer_id":45117872537623,"sku":"HG0090601","price":15.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/9537\/6151\/files\/LGBMonopolyLittleGoldenBook1.jpg?v=1778176797","url":"https:\/\/hectic.gifts\/products\/new-little-golden-book-monopoly","provider":"Hectic Gifts","version":"1.0","type":"link"}