{"product_id":"marc-by-marc-jacobs-classic-q-baby-groovee-9","title":"MARC BY MARC JACOBS CLASSIC Q BABY GROOVEE","description":"\u003cdiv class=\"accordion-container\"\u003e\n\n  \u003c!-- Accordion 1: Produktinformationen --\u003e\n  \u003cbutton class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/2205\/3640\/files\/Produktinformationen.png?v=1744466122\" alt=\"Produktinformationen Icon\" style=\"width: 35px; height: 35px; margin-right: 8px; background: transparent; border: none; box-shadow: none;\"\u003e\n      \u003cspan\u003eProduktinformationen\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"panel\"\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaße:\u003c\/strong\u003e H: 18 cm × B: 30 cm × T: 12 cm (approx.)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFarbe:\u003c\/strong\u003e Pink\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Leder\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInfo:\u003c\/strong\u003e Dieser bereits getragene Artikel befindet sich in einem sehr guten Zustand. Etwaige Mängel sind auf den Produktbildern deutlich erkennbar dargestellt.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Accordion 2: Authentifizierung --\u003e\n  \u003cbutton class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/2205\/3640\/files\/Authentifizierung.png?v=1744466072\" alt=\"Authentifizierung Icon\" style=\"width: 40px; height: 40px; margin-right: 8px; background: transparent; border: none; box-shadow: none;\"\u003e\n      \u003cspan\u003eAuthentifizierung\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"panel\"\u003e\n    \u003cp\u003eAlle unsere angebotenen Produkte wurden von uns geprüft und haben unseren strengen Authentifizierungsprozess erfolgreich durchlaufen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 3: Versand --\u003e\n  \u003cbutton class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/2205\/3640\/files\/Versand.png?v=1744466096\" alt=\"Versand Icon\" style=\"width: 40px; height: 40px; margin-right: 8px; background: transparent; border: none; box-shadow: none;\"\u003e\n      \u003cspan\u003eVersand\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"panel\"\u003e\n    \u003cp\u003eUnsere Artikel werden sicher verpackt und zeitnah mit DHL versendet.\u003c\/p\u003e\n    \u003cp\u003e\u003ca href=\"https:\/\/valuablevintage.de\/policies\/shipping-policy\" target=\"_blank\"\u003eMehr erfahren.\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 4: Retoure --\u003e\n  \u003cbutton class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/2205\/3640\/files\/Retoure.png?v=1744466623\" alt=\"Retoure Icon\" style=\"width: 40px; height: 40px; margin-right: 8px; background: transparent; border: none; box-shadow: none;\"\u003e\n      \u003cspan\u003eRetoure\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/button\u003e\n  \u003cdiv class=\"panel\"\u003e\n    \u003cp\u003eDu kannst den Artikel innerhalb von 14 Tagen problemlos zurücksenden.\u003c\/p\u003e\n    \u003cp\u003e\u003ca href=\"https:\/\/valuablevintage.de\/policies\/refund-policy\" target=\"_blank\"\u003eMehr erfahren.\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n\n\u003cscript\u003e\n  document.querySelectorAll('.accordion').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      button.classList.toggle('active');\n      const panel = button.nextElementSibling;\n      panel.style.display = panel.style.display === 'block' ? 'none' : 'block';\n    });\n  });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .accordion-container {\n    font-family: sans-serif;\n    border-top: 1px solid #ddd;\n  }\n\n  .accordion {\n    cursor: pointer;\n    padding: 10px 20px;\n    width: 100%;\n    text-align: left;\n    border: none;\n    border-bottom: 1px solid #eee;\n    outline: none;\n    background-color: white;\n    font-size: 16px;\n    transition: 0.3s;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 1px;\n    margin-bottom: 1px;\n  }\n\n  .accordion-content {\n    display: flex;\n    align-items: center;\n  }\n\n  .accordion-content img {\n    width: 24px;\n    height: 24px;\n    margin-right: 10px;\n  }\n\n  .accordion:hover {\n    background-color: #f9f9f9;\n  }\n\n  .accordion:after {\n    content: '+';\n    font-size: 18px;\n    color: #333;\n    margin-left: 10px;\n  }\n\n  .accordion.active:after {\n    content: '-';\n  }\n\n  .panel {\n    padding: 0 20px 15px 20px;\n    display: none;\n    background-color: transparent;\n    border-bottom: 1px solid #eee;\n    font-size: 15px;\n    text-align: left;\n  }\n\n  .panel ul {\n    list-style-type: disc;\n    padding-left: 20px;\n  }\n\n  .panel li {\n    font-size: 15px;\n    margin-bottom: 8px;\n  }\n\n  .panel li strong {\n    font-weight: bold;\n  }\n\u003c\/style\u003e\n","brand":"valuablevintage","offers":[{"title":"Default Title","offer_id":55688918171912,"sku":"1002026119","price":239.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/2205\/3640\/files\/IMG_3342.jpg?v=1775278212","url":"https:\/\/valuablevintage.de\/products\/marc-by-marc-jacobs-classic-q-baby-groovee-9","provider":"valuablevintage","version":"1.0","type":"link"}