{"product_id":"lolly-silicone-vorm","title":"Flexibele siliconen vorm voor lolly’s","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Premium Silicone Ice Cube Tray (Lollipop Shape)\nTarget Audience: Home party hosts, parents, gift-givers, and cocktail enthusiasts.\nVisual Style: Playful, inviting, modern, and hygienic.\nColor Strategy: \n- Primary: #FF6B8B (Lollipop Pink - sweet \u0026 playful)\n- Background: #FFFFFF (Cleanliness)\n- Card BG: #F8F9FA (Soft contrast)\n- Accent: #E0F7FA (Ice Blue - freshness)\nShape Strategy: Radius 20px (Soft, squishy, safe - mimicking the silicone material).\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 38px, Body: 18px).\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive).\nImage Mapping: Hero=image_1, Features=image_2 to image_5.\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System \/ CSS Variables *\/\n    --primary: #FF6B8B;\n    --primary-light: #FFF0F3;\n    --secondary: #E0F7FA;\n    --text-main: #1A1A2E;\n    --text-sub: #4F5D75;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8F9FA;\n    --border-color: #EAEAEA;\n    --radius-md: 16px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n    --spacing-main: clamp(2rem, 5vw, 4rem);\n    \n    \/* Core Architecture *\/\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, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    color: var(--text-main);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    color: var(--text-main);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    font-weight: 700;\n    line-height: 1.4;\n    color: var(--text-main);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2.5vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Non-Interactive Visual Badges *\/\n  .visual-badge {\n    display: inline-block;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    font-size: 16px;\n    font-weight: 600;\n    padding: 8px 16px;\n    border-radius: 50px;\n    margin-bottom: 1rem;\n    pointer-events: none; \/* Enforce non-clickability *\/\n  }\n\n  \/* Image Protocol - Option B: Fixed Aspect Ratio for Features *\/\n  .media-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  }\n\n  .media-wrapper img,\n  .media-placeholder {\n    width: 100%;\n    height: 100%;\n    object-fit: contain; \/* CRITICAL: Prevents cropping *\/\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n\n  .media-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 2px dashed #D0D0D0;\n    color: #888;\n    font-size: 18px;\n    border-radius: var(--radius-lg);\n    background: #F4F4F4;\n    padding: 1rem;\n    text-align: center;\n  }\n\n  \/* Section Spacing *\/\n  .pd-section {\n    margin-bottom: var(--spacing-main);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding-top: var(--spacing-main);\n  }\n\n  .hero-section .media-wrapper {\n    aspect-ratio: 16 \/ 10;\n    margin-top: 2rem;\n  }\n\n  @media (max-width: 767px) {\n    .hero-section .media-wrapper {\n      aspect-ratio: 1 \/ 1;\n    }\n  }\n\n  \/* Feature Z-Pattern Architecture *\/\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-main);\n  }\n\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: var(--spacing-main);\n  }\n\n  .feature-media,\n  .feature-copy {\n    flex: 1;\n    width: 100%;\n  }\n\n  \/* Desktop Enhancement *\/\n  @media (min-width: 768px) {\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Mobile Lock *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      flex-direction: column !important; \/* STRICT: Image top, Text bottom *\/\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: column !important;\n    }\n  }\n\n  \/* Specifications Table - Mobile Card Layout *\/\n  .specs-section {\n    background-color: var(--bg-card);\n    padding: var(--spacing-main);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-section h3 {\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 18px;\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none;\n    }\n    \n    .specs-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .specs-table td {\n      border: none;\n      padding: 0.5rem 0;\n      display: flex;\n      flex-direction: column;\n    }\n    \n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.2rem;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-main) auto;\n  }\n\n  .faq-section h3 {\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    padding: 1.5rem;\n    border-radius: var(--radius-md);\n    margin-bottom: 1rem;\n  }\n\n  .faq-q {\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.8rem;\n  }\n\n  .faq-a {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"pd-section hero-section\"\u003e\n\u003ch1\u003eGeniet van elke beet\u003c\/h1\u003e\n\u003ch2\u003eSchattige ijsblokjes in de vorm van lolly’s op een enkele dag gemaakt.\u003c\/h2\u003e\n\u003cp\u003eMaak van je drankjes en lekkernijen een heerlijke ervaring die vrienden en familie dichter bij elkaar brengt.\u003c\/p\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407111037\/49667b889f936fd80375a557d6b8907c.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pd-section feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407111037\/72841afb68ab72687485f737a2f19b7c.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cbr\u003e\n\u003ch3\u003eMoeiteloos uitnemen en schoonmaken\u003c\/h3\u003e\n\u003cp\u003eDankzij het opmerkelijk zachte siliconenmateriaal is het uitnemen van je ijsblokjes een fluitje van een cent. Geef gewoon zachtjes een duwtje vanaf de onderkant met je vinger, en het mooi gevormde ijs glijdt er soepel uit.\u003c\/p\u003e\n\u003cp\u003eHet gladde oppervlak zorgt ervoor dat er niets blijft plakken, waardoor het volledig vaatwasmachinebestendig is voor ongeëvenaard gebruiksgemak.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/Yogurt_popsicles_mold_VK_Dutch.jpg?v=1778310062\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003eGemaakt om lang mee te gaan\u003cbr\u003e\n\u003ch3\u003eTopkwaliteit en veiligheid\u003c\/h3\u003e\n\u003cp\u003eUw gezondheid staat bij ons voorop. Deze hoogwaardige bakjes zijn uitsluitend vervaardigd uit voedselveilige materialen die 100% BPA-vrij, geurloos en volledig niet-giftig zijn.\u003c\/p\u003e\n\u003cp\u003eZe zijn duurzaam en betrouwbaar, zullen nooit kromtrekken of barsten en vormen daarmee de ideale basis voor al uw behoeften op het gebied van invriezen en vormen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407111037\/6328bc1f59f8de9fa18b5b8834e217f3.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEindeloze, veelzijdige creaties\u003c\/h3\u003e\n\u003cp\u003eWaarom zou je het bij water houden? Deze veelzijdige vorm is je ultieme metgezel voor het maken van bevroren sapblokjes, koffieblokjes, thee-infusies en zelfs heerlijke chocolaatjes of koekjes.\u003c\/p\u003e\n\u003cp\u003eGeef je whisky, cocktails of feesthapjes net dat beetje extra met een charmant decoratief tintje dat voor veel plezier zorgt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407111037\/c503e5de9297680a53983c7851948098.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cp\u003ePerfecte presentatie\u003c\/p\u003e\n\u003ch3\u003eEen voortreffelijke cadeau-keuze\u003c\/h3\u003e\n\u003cp\u003eOp zoek naar iets unieks? Elke vorm maakt vier schattige “lolly”-vormpjes die meteen voor gespreksstof zorgen.\u003c\/p\u003e\n\u003cp\u003ePrachtig verpakt en van stevig materiaal, is dit een geweldig cadeau voor gastheren en -vrouwen, thuisbartenders en iedereen die graag een vleugje gezelligheid aan zijn of haar bijeenkomsten toevoegt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003csection class=\"pd-section specs-section\"\u003e\n\u003ch3\u003e\u003cb\u003eProductspecificaties\u003c\/b\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cb\u003eKenmerken\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003e100% voedselveilige siliconen (BPA-vrij):\u003c\/b\u003e Niet giftig, geurloos en zeer duurzaam.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e4 unieke vormen per vorm:\u003c\/b\u003e Maakt gedetailleerde blokjes in lolly-stijl.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e11,0 x 4,5 cm (4,3 x 1,8 inch):\u003c\/b\u003e Stapelbaar ontwerp om ruimte in de vriezer te besparen.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e160,0 g (5,6 oz): \u003c\/b\u003eLichtgewicht maar robuuste constructie.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eVaatwasmachine- en handwasbestendig:\u003c\/b\u003e Gladde binnenkant voorkomt ophoping van resten.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e-40 °C tot 230 °C (-40 °F tot 446 °F):\u003c\/b\u003e Vriezer-, magnetron- en ovenbestendig.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"pd-section faq-section\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Verkauft.nl","offers":[{"title":"Meerkleurig","offer_id":52500294500533,"sku":"0407-16088974","price":12.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/49667b889f936fd80375a557d6b8907c.jpg?v=1778306153","url":"https:\/\/verkauft.nl\/products\/lolly-silicone-vorm","provider":"Verkauft.nl","version":"1.0","type":"link"}