{"product_id":"soft-eva-flying-ring-rjc","title":"Zachte EVA Vliegende Ring","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Children's Outdoor\/Indoor Toy (EVA Sound-Making Flyer)\nTarget Audience: Parents and grandparents seeking safe, engaging, and active screen-free play.\nVisual Style: Vibrant, energetic, soft, and highly approachable.\nColor Strategy: \n  - Primary: #4361EE (Active Blue, invokes energy)\n  - Accent: #FFB703 (Sunny Yellow, highlights joy)\n  - Background: #F8F9FA (Clean, safe neutral)\n  - Text: #2B2D42 (High contrast for readability)\nShape Strategy: Radius 24px (Extremely round, echoing the \"Safe \u0026 Child-Friendly\" EVA foam physical property).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 36px+, body at 18px+).\nMobile Table Strategy: Card-based (No horizontal scroll, full block layout with data-labels).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Typography \u0026 Spacing System (CRITICAL) *\/\n  :root {\n    --primary: #4361EE;\n    --primary-light: #E0E7FF;\n    --accent: #FFB703;\n    --text-main: #2B2D42;\n    --text-sub: #6C757D;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8F9FA;\n    --radius-md: 16px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 4px 12px rgba(43, 45, 66, 0.05);\n    --shadow-lg: 0 12px 32px rgba(43, 45, 66, 0.08);\n    --border-color: #E9ECEF;\n    --spacing-section: clamp(3rem, 6vw, 5rem);\n    --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n  }\n\n  \/* Reset \u0026 Safety *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    \/* CRITICAL: Prevent text overflow *\/\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n    font-size: 18px;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Large Typography System *\/\n  .pd-h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n    letter-spacing: -0.02em;\n  }\n\n  .pd-h2 {\n    font-size: clamp(26px, 4vw, 34px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 3vw, 26px);\n    line-height: 1.4;\n    font-weight: 700;\n    margin: 0 0 0.75rem 0;\n  }\n\n  .pd-p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Image Protocol \u0026 Placeholders *\/\n  .pd-image-wrapper {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-placeholder-text {\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 600;\n    text-align: center;\n    padding: 20px;\n    border: 2px dashed #CED4DA;\n    border-radius: var(--radius-md);\n    width: 80%;\n    aspect-ratio: 16\/9;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* Non-Clickable Badges *\/\n  .pd-badge {\n    display: inline-block;\n    padding: 6px 16px;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    font-size: 16px;\n    font-weight: 700;\n    border-radius: 50px;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  .pd-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--bg-card);\n    padding: 12px 24px;\n    border-radius: 100px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-top: 1rem;\n    color: var(--text-main);\n  }\n\n  .pd-stars {\n    color: var(--accent);\n    letter-spacing: 2px;\n  }\n\n  \/* Layout Modules *\/\n  .pd-hero {\n    text-align: center;\n    padding: var(--spacing-section) 0;\n  }\n\n  .pd-hero-copy {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-element) auto;\n  }\n\n  \/* Mobile Ordering Lock (Strict Pattern) *\/\n  .pd-features-list {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-section);\n    padding: var(--spacing-section) 0;\n  }\n\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Force Mobile Stack: Image top, text bottom *\/\n    gap: var(--spacing-element);\n    align-items: center;\n  }\n\n  .pd-feature-media,\n  .pd-feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Enhancement for Features (Z-Pattern) *\/\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row; \/* Desktop Row *\/\n    }\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse; \/* Z-Pattern alternating *\/\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: 50%;\n    }\n    .pd-feature-copy {\n      padding: 0 5%; \/* Breathable space *\/\n    }\n  }\n\n  \/* Specs Table (CRITICAL Mobile Card Layout) *\/\n  .pd-specs-section {\n    padding: var(--spacing-section) 0;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: var(--spacing-section) 5%;\n    margin: var(--spacing-section) 0;\n  }\n\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--spacing-element);\n  }\n\n  .pd-specs-table th,\n  .pd-specs-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  .pd-specs-table th {\n    font-weight: 700;\n    background-color: rgba(255, 255, 255, 0.5);\n    color: var(--text-main);\n  }\n\n  \/* Specs Table Mobile Strategy *\/\n  @media (max-width: 767px) {\n    .pd-specs-table, \n    .pd-specs-table thead, \n    .pd-specs-table tbody, \n    .pd-specs-table tr, \n    .pd-specs-table th, \n    .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .pd-specs-table thead {\n      display: none; \/* Hide native header *\/\n    }\n    \n    .pd-specs-table tr {\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n      padding: 8px 0;\n    }\n    \n    .pd-specs-table td {\n      border-bottom: none;\n      display: flex;\n      flex-direction: column;\n      padding: 12px 20px;\n    }\n    \n    .pd-specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-sub);\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 4px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-section {\n    padding: var(--spacing-section) 0;\n  }\n\n  .pd-faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n    margin-top: var(--spacing-element);\n  }\n\n  .pd-faq-card {\n    background: var(--bg-card);\n    padding: 32px;\n    border-radius: var(--radius-lg);\n  }\n\n  .pd-faq-q {\n    font-size: clamp(20px, 3vw, 22px);\n    font-weight: 700;\n    color: var(--primary);\n    margin: 0 0 12px 0;\n    display: flex;\n    gap: 12px;\n  }\n\n  .pd-faq-a {\n    font-size: 18px;\n    color: var(--text-main);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eBuitenspeelplezier Opnieuw Gedefinieerd\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eDe Ultieme Gooi- \u0026amp; Vangervaring voor Eindeloze Energie\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eHoud ze in beweging, lachend en vaardigheden opbouwend met de veiligste, geluidmakende vliegende ring ontworpen voor non-stop actie.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319162433\/5cbfd390d8bb89d57e43a67133a9f6a3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-trust-badge\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e Geliefd door meer dan 10.000 blije gezinnen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features List (Z-Pattern Desktop \/ Strict Stack Mobile) --\u003e\n\n\u003cdiv class=\"pd-features-list\"\u003e\n\u003c!-- Feature 1: Coordination --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319162433\/2b1e57cd33067a63d56c9aa526205821.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eVerbeter Coördinatie door Puur Spel\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eVerander alledaags plezier in de achtertuin in krachtige vaardigheidstraining. Elke worp en vangst verbetert natuurlijk de hand-oogcoördinatie, verscherpt reactietijden en ontwikkelt essentiële motorische kernvaardigheden.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eZe zullen niet eens doorhebben dat ze aan het bewegen zijn—ze zullen alleen weten dat ze veel plezier hebben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Sound --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319162433\/ff91987aa13ca74d7fc54f88f8b64377.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDe Vlucht die Zingt in de Lucht\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003ePrikkel hun zintuigen met ons unieke akoestische ontwerp. Ingebouwde, nauwkeurig vervaardigde geluidsgaten creëren een bevredigend, spannend klakkend geluid terwijl de ring door de lucht snijdt.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eDeze spannende sensorische feedback maakt elke worp zeer bevredigend en houdt kinderen veel langer bezig dan standaard speelgoed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Material --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319162433\/d6514f20d020b5bb2e10b21421a482db.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eZacht, Veilig \u0026amp; 100% Zorgeloos\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eZeg vaarwel tegen vastzittende vingers en gebroken ramen. Gemaakt van premium, ultralicht EVA-schuim, is deze flyer zacht om te vangen maar ongelooflijk duurzaam tegen vallen en buigen.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eZonder scherpe randen of harde plastic onderdelen biedt het volledige gemoedsrust voor zowel energieke buitenactiviteiten in het park als spelen binnen op regenachtige dagen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section (Mobile Card Layout) --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Hoge Dichtheid EVA Schuim (Niet-toxisch)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDiameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e25,0 cm (9,8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85 g (3,0 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eAanbevolen Leeftijd\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3+ Jaar\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eOmgeving\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBinnen \u0026amp; Buiten (drijft op water)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-grid\"\u003e\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003e\n\u003cspan\u003eV.\u003c\/span\u003e Is het veilig om binnen te gooien?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eJa! De lichte EVA-schuimconstructie maakt het zacht genoeg om veilig tegen muren en meubels te stuiteren zonder schade te veroorzaken of harde klappen te maken.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003e\n\u003cspan\u003eV.\u003c\/span\u003e Kunnen we het meenemen naar het zwembad of strand?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eAbsoluut. Het gesloten-cellig schuimmateriaal is volledig waterdicht en drijft van nature, waardoor het de perfecte zomeraccessoire is voor spelletjes in het zwembad of op het strand.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003e\n\u003cspan\u003eV.\u003c\/span\u003e Hoe maak ik de flyer schoon als hij buiten vies wordt?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eHet is ongelooflijk gemakkelijk te onderhouden. Veeg het gewoon af met een vochtige doek en milde zeep, en laat het daarna aan de lucht drogen. Het ziet er weer als nieuw uit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Willekeurige Kleur \/ 📦 1-Stuk (Starter)","offer_id":47908446830804,"sku":"0320-13335623","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Willekeurige Kleur \/ 🎁 2-Stuks (Meest Populair)","offer_id":47908446863572,"sku":"0320-13336510","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Willekeurige Kleur \/ 👨‍👩‍👧‍👦 3-Stuks (Gezinswaarde)","offer_id":47908446896340,"sku":"0320-13333451","price":28.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/5cbfd390d8bb89d57e43a67133a9f6a3.jpg?v=1778307699","url":"https:\/\/omurio.com\/nl\/products\/soft-eva-flying-ring-rjc","provider":"Omurio","version":"1.0","type":"link"}