{"product_id":"gold-foil-naturalization-display-rjc","title":"Goudfolie Naturalizatie Display","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: US Citizenship Certificate Holder\nTarget Audience: New US Citizens, Friends\/Family buying naturalization gifts. Seeking premium quality, respect, and patriotic pride.\nVisual Style: Formal, Elegant, Patriotic, Classic.\nColor Strategy: Navy Blue (Primary) to match flag aesthetics, Gold (Accent) for foil stamping, Soft White (Background) for luxury contrast.\nShape Strategy: Radius 6px (Formal but accessible, mimicking the padded cover's slight softness).\nTypography Strategy: Large Type. Serif for Headings to evoke official documents\/authenticity. Mobile-first readable.\nMobile Table Strategy: Card-based (No horizontal scroll). Auto metric\/imperial conversions included.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #0B2341; \/* Deep Navy Blue *\/\n    --accent: #D4AF37; \/* Gold Foil Accent *\/\n    --text-main: #1C232B;\n    --text-sub: #4A5562;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8FAFC;\n    --border-color: #E2E8F0;\n    --radius-md: 6px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 4px 12px rgba(11, 35, 65, 0.05);\n    --shadow-lg: 0 12px 32px rgba(11, 35, 65, 0.1);\n    \n    --font-heading: 'Georgia', 'Times New Roman', serif;\n    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    \n    --space-sm: clamp(1rem, 2vw, 1.5rem);\n    --space-md: clamp(2rem, 5vw, 4rem);\n    --space-lg: clamp(3rem, 8vw, 6rem);\n  }\n\n  \/* Global Reset \u0026 Container *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    background-color: var(--bg-body);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n  .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1, \n  .product-detail-container h2, \n  .product-detail-container h3 {\n    font-family: var(--font-heading);\n    color: var(--primary);\n    margin-top: 0;\n    margin-bottom: 1rem;\n    line-height: 1.2;\n    font-weight: 700;\n  }\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n  .product-detail-container h2 { font-size: clamp(26px, 4vw, 34px); }\n  .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); }\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  \/* Non-clickable Visual Badges *\/\n  .visual-badge {\n    display: inline-block;\n    background-color: var(--bg-card);\n    color: var(--primary);\n    border: 1px solid var(--border-color);\n    padding: 0.5rem 1.2rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Image Placeholders \/ Rules *\/\n  .img-wrapper {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    position: relative;\n    margin-bottom: 1rem;\n  }\n  .img-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n  .placeholder-text {\n    font-size: 18px;\n    color: var(--text-sub);\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    margin-bottom: var(--space-lg);\n    padding-top: var(--space-md);\n  }\n  .social-proof {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem;\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--accent);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Feature Sections (Mobile Lock -\u003e Z-Pattern) *\/\n  .features-container {\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-lg);\n    margin-bottom: var(--space-lg);\n  }\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: strictly Image top, Text bottom *\/\n    gap: var(--space-md);\n    align-items: center;\n  }\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      justify-content: space-between;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      width: 47%;\n    }\n  }\n\n  \/* Specifications Table (Card-based on Mobile) *\/\n  .specs-section {\n    margin-bottom: var(--space-lg);\n    background-color: var(--bg-card);\n    padding: var(--space-md);\n    border-radius: var(--radius-lg);\n  }\n  .specs-section h2 {\n    text-align: center;\n    margin-bottom: var(--space-md);\n  }\n  .specs-table-wrapper {\n    width: 100%;\n  }\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n  th, td {\n    padding: 1rem;\n    font-size: 18px;\n    border-bottom: 1px solid var(--border-color);\n  }\n  th {\n    background-color: var(--primary);\n    color: white;\n    font-weight: 600;\n  }\n  td {\n    color: var(--text-main);\n  }\n\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 table headers *\/\n    }\n    tr {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n    td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px dashed var(--border-color);\n      padding: 0.8rem 0.5rem;\n      font-size: 16px;\n    }\n    td:last-child {\n      border-bottom: none;\n    }\n    td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      margin-right: 1rem;\n      flex-shrink: 0;\n    }\n    td span {\n      text-align: right;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--space-lg);\n  }\n  .faq-section h2 {\n    text-align: center;\n    margin-bottom: var(--space-md);\n  }\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n  .faq-item {\n    background-color: var(--bg-body);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: var(--space-sm);\n    box-shadow: var(--shadow-sm);\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 0.5rem;\n    font-family: var(--font-heading);\n  }\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eHet officiële cadeau voor Amerikaanse burgers\u003c\/div\u003e\n\n\u003ch1\u003eEer de Amerikaanse droom met premium bescherming\u003c\/h1\u003e\n\n\u003cp\u003eToon je levenslange prestatie prachtig in een luxueuze marineblauwe en gouden certificaathouder.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e★★★★★ \u003cspan\u003eVertrouwd door duizenden nieuwe Amerikanen\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-wrapper\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318155916\/b38b6a36a6596758faa4d70fa271c402.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-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318155916\/414a9ecc50593a685661a8bbe951b30e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGemaakt voor een leven lang trots\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van zwaar gewatteerd leerimitatie met pinhole-structuur. De prachtige tint marineblauw complimenteert de kleuren van de Amerikaanse vlag en biedt een zachte, luxueuze aanraking.\u003c\/p\u003e\n\n\u003cp\u003eProfessioneel versierd met het authentieke Grote Zegel van de Verenigde Staten van Amerika in schitterende glanzende goudfolie.\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-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318155916\/090e2c15fa7f6f70d65e2055986ea80c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBetekenisvolle interieurdetails\u003c\/h2\u003e\n\n\u003cp\u003eHet openen van de houder onthult een adembenemend interieur. Kleurenafdruk met het Grote Zegel van de Verenigde Staten en het 14e Amendement ter ere van je \"Recht om rechten te hebben.\"\u003c\/p\u003e\n\n\u003cp\u003eEen subtiel, elegant watermerk van de Amerikaanse vlag en Amerikaanse adelaar dient als perfecte achtergrond voor je certificaat.\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-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318155916\/56f6b155980769ae2f1fb3e6a26b28eb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVlekkeloze presentatie \u0026 beveiliging\u003c\/h2\u003e\n\n\u003cp\u003eJe document wordt vastgehouden door vier perfect passende marineblauwe linthoeken, die zorgen voor een strakke pasvorm zonder de randen te beschadigen.\u003c\/p\u003e\n\n\u003cp\u003eEen premium glasachtige beschermhoes is geïntegreerd aan de binnenkant, die je certificaat beschermt tegen stof, vingerafdrukken en veroudering voor generaties lang.\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\u003eProductspecificaties\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 (imperiaal)\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatie (metrisch)\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=\"Material\"\u003e\u003cspan\u003eGewatteerd leerimitatie \u0026 goudfolie\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Imperial)\"\u003e\u003cspan\u003ePremium kwaliteit\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Metric)\"\u003e\u003cspan\u003ePremium kwaliteit\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Exterior Dimensions\"\u003e\u003cspan\u003eBuitenmaten\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Imperial)\"\u003e\u003cspan\u003e9 x 11.5 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Metric)\"\u003e\u003cspan\u003e22.9 x 29.2 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Interior Capacity\"\u003e\u003cspan\u003ePast bij certificaatmaat\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Imperial)\"\u003e\u003cspan\u003e8.5 x 11 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Metric)\"\u003e\u003cspan\u003e21.6 x 27.9 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thickness\"\u003e\u003cspan\u003eDikte van de omslag\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Imperial)\"\u003e\u003cspan\u003e0,4 inch\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Metric)\"\u003e\u003cspan\u003e1,0 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003e\u003cspan\u003eCertificaatjaren\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Imperial)\"\u003e\u003cspan\u003e2017 - 2026\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spec (Metric)\"\u003e\u003cspan\u003e2017 - 2026\u003c\/span\u003e\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePast dit perfect bij mijn naturalisatiecertificaat?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa, het interieur is speciaal ontworpen om te passen bij de standaard USA-burgerschapscertificaten van 8,5 x 11 inch die zijn uitgegeven voor de jaren 2017 tot en met 2026.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eBevat het een beschermhoes aan de binnenkant?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsoluut. Het heeft een ingebouwde glasachtige beschermhoes die je certificaat bedekt en het volledig beschermt tegen vocht, stof en beschadiging door hantering.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs dit geschikt als cadeau voor een naturalisatieceremonie?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eHet wordt sterk aanbevolen als cadeau voor nieuwe Amerikaanse burgers. Het luxueuze ontwerp, de goudfolie-stempeling en de patriottische interieurdetails maken het een trotse en elegante manier om hun levenslange prestatie te eren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newjoyloo","offers":[{"title":"📘 1-Pack (Standaard)","offer_id":47908437065940,"sku":"0326-19435823","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🤝 2-Pack (Stellen - Bespaar 10%)","offer_id":47908437098708,"sku":"0326-19434525","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b38b6a36a6596758faa4d70fa271c402_cf2f4b70-8edd-4f10-8762-cef2ba6db7d2.jpg?v=1778307662","url":"https:\/\/omurio.com\/nl\/products\/gold-foil-naturalization-display-rjc","provider":"Omurio","version":"1.0","type":"link"}