{"product_id":"cut-to-size-adhesive-mirror-rjc","title":"Op Maat Geknipte Zelfklevende Spiegel","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Decor \/ DIY Craft Material (PET Mirror Sheet)\nTarget Audience: DIY Enthusiasts, Homeowners, Crafters, Parents (seeking safe mirrors)\nVisual Style: Modern, Clean, Functional, Safe\nColor Strategy: Silver\/Grey base (reflective vibe) with deep slate accents for strong contrast\nShape Strategy: Radius 12px (accessible, safe, friendly for DIY)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: clamp(34px, 5vw, 44px), Body: 18px-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, strictly CSS flex block mapping)\nImage Mapping: Hero=image_1, Material=image_2, Cut-to-size=image_3, Application=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #2C3E50;\n    --primary-hover: #1A252F;\n    --text-main: #212529;\n    --text-sub: #495057;\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa;\n    --bg-alt: #f1f3f5;\n    --border-color: #dee2e6;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n    --shadow-lg: 0 10px 24px rgba(0,0,0,0.08);\n    --spacing-section: clamp(3rem, 6vw, 5rem);\n    --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n  }\n\n  \/* Global Resets \u0026 Typography *\/\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, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: 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    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--primary);\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(26px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Image Placeholder Protocol *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n\n  \/* Badges *\/\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .visual-badge {\n    background: var(--bg-card);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid var(--border-color);\n    pointer-events: none; \/* Strictly non-clickable *\/\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    padding: var(--spacing-section) 0;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: var(--spacing-element);\n  }\n\n  .hero-copy {\n    max-width: 800px;\n  }\n\n  .social-proof {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--primary);\n    background: var(--bg-card);\n    padding: 0.75rem 1.5rem;\n    border-radius: var(--radius-md);\n    display: inline-block;\n  }\n\n  \/* Features - Desktop Z-Pattern \/ Mobile Stack *\/\n  .features-section {\n    padding: var(--spacing-section) 0;\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 6vw, 6rem);\n  }\n\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  .feature-media, .feature-copy {\n    flex: 1;\n    min-width: 0; \/* prevents flex blowout *\/\n  }\n\n  \/* Z-Pattern logic for desktop *\/\n  @media (min-width: 768px) {\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Mobile Ordering Lock *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      flex-direction: column !important; \/* Force Image top, Text bottom *\/\n      text-align: left;\n    }\n  }\n\n  \/* Specifications Table (Card-based on Mobile) *\/\n  .specs-section {\n    padding: var(--spacing-section) 0;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    margin: var(--spacing-section) 0;\n    padding-left: clamp(1.5rem, 4vw, 3rem);\n    padding-right: clamp(1.5rem, 4vw, 3rem);\n  }\n\n  .specs-table-wrapper {\n    width: 100%;\n    margin-top: var(--spacing-element);\n  }\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  th, td {\n    padding: 1.25rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  th {\n    background: var(--primary);\n    color: #ffffff;\n    font-weight: 600;\n  }\n\n  tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Mobile Table -\u003e Card Strategy *\/\n  @media (max-width: 767px) {\n    table, thead, tbody, tr, th, td {\n      display: block;\n      width: 100%;\n    }\n    thead {\n      display: none; \/* Hide native header *\/\n    }\n    tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: var(--bg-body);\n      box-shadow: var(--shadow-sm);\n    }\n    td {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      gap: 1rem;\n      padding: 1rem;\n      border-bottom: 1px solid var(--bg-card);\n      text-align: right;\n    }\n    td:last-child {\n      border-bottom: none;\n    }\n    td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      text-align: left;\n      flex-shrink: 0;\n      max-width: 45%;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    padding: var(--spacing-section) 0;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 3vw, 24px);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 0.75rem;\n  }\n\n  .faq-answer {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eOnbreekbaar ontwerp\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eOp maat knipbaar\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eTransformeer elke ruimte met briljante reflectie\u003c\/h1\u003e\n\n\u003cp\u003eUpgrade direct je woondecoratie, knutselwerk of voertuigen. Ons premium zelfklevende PET-spiegelvel levert een verbluffend reflecterend oppervlak zonder het gevaar of gewicht van traditioneel glas.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003eGeliefd bij meer dan 15.000 doe-het-zelvers en knutselaars\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\" style=\"width: 100%;\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312144807\/c24e53274c4260abea1a6237a0428c76.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312144807\/6a8ec86407265e1a1c9099b6a48c9a5a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOnbreekbaar \u0026amp; ultra-veilig materiaal\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van hoogwaardig PET, biedt deze niet-glas spiegel een uitstekende textuur en een glad, reflecterend oppervlak. Het elimineert volledig het risico op gebroken glas.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Gemoedsrust voor huishoudens met actieve kinderen, perfect voor speelkamers en veiliger voor veeleisende doe-het-zelf knutselprojecten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312144807\/62358adb00c2afd102bf60d8838f6c94.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMoeiteloze aanpassing\u003c\/h2\u003e\n\n\u003cp\u003eMet een afmeting van maar liefst 19,7 x 39,4 inch is dit vel ongelooflijk gemakkelijk in elke vorm of maat te knippen met standaard huishoudscharen of een knutselmes.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Geen speciale gereedschappen nodig. Knip gewoon, pel de zelfklevende achterkant af en plak. Verwijder als laatste de transparante beschermfolie aan de voorkant om je vlekkeloze, glanzende spiegel te onthullen!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312144807\/1ce74a5b0157273e64fdb4a52b14a472.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOnbegrensde toepassingsmogelijkheden\u003c\/h2\u003e\n\n\u003cp\u003eOf je nu badkamer spiegels upgrade, een vleugje flair toevoegt aan ladekasten, motoren en auto's personaliseert, of unieke wanddecoratie maakt, dit zelfklevende vel hecht sterk op elk schoon, glad oppervlak.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Eén product, talloze oplossingen. Ontketen je creativiteit en transformeer alledaagse voorwerpen moeiteloos in opvallende reflecterende meesterwerken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatie\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=\"Feature\"\u003eAfmetingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e19,7 × 39,4 inch (50,0 × 100,1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePremium PET (geen glas)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallatiemethode\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eZelfklevende achterkant (afpellen en plakken)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOppervlaktebescherming\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTransparante beschermfolie (verwijderen na aanbrengen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGeschikte oppervlakken\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSchone, gladde, vlakke oppervlakken (muren, hout, plastic, metaal)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs dit een echte glazen spiegel?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNee, dit is een premium PET decoratief spiegelvel. Het biedt een sterk reflecterend oppervlak vergelijkbaar met een spiegel, maar is volledig onbreekbaar, flexibel en veel veiliger dan traditioneel glas.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe krijg ik de beste reflectiekwaliteit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eVoor het beste resultaat moet het oppervlak waarop je het aanbrengt perfect vlak, glad en schoon zijn. Nadat je het vel stevig hebt geplakt, vergeet dan niet de transparante beschermfolie aan de voorkant te verwijderen om de echte, heldere glans te onthullen!\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik het in complexe vormen knippen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut. Het materiaal is dun en buigzaam genoeg om gemakkelijk te worden gesneden met gewone scharen of precisieknutselmessen, waardoor het ideaal is voor aangepaste woondecoratiestukken, letters of ingewikkelde knutselprojecten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1 Rol - Starter","offer_id":47992022499540,"sku":"0317-15418680","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2 Rollen - Populair","offer_id":47992022532308,"sku":"0317-15416350","price":24.95,"currency_code":"USD","in_stock":true},{"title":"🔥 4 Rollen - Pro Doe-Het-Zelver","offer_id":47992022565076,"sku":"0317-15414695","price":45.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/c24e53274c4260abea1a6237a0428c76.jpg?v=1779883688","url":"https:\/\/omurio.com\/nl\/products\/cut-to-size-adhesive-mirror-rjc","provider":"Omurio","version":"1.0","type":"link"}