{"product_id":"breathable-cotton-no-show-socks-rjc","title":"Ademende katoenen onzichtbare sokken","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Women's Invisible Loafer Socks (Apparel \/ Intimates)\nTarget Audience: Women (shoe size 35-40), office workers, fashion-conscious individuals prioritizing comfort.\nVisual Style: Soft, breathable, intimate, elegant, and highly practical.\nColor Strategy: \n  - Primary: Warm Peach\/Coral (Reflects skin-friendly, soft cotton material)\n  - Background: Warm Off-White (Clean, breathable)\n  - Text: Deep Charcoal (High contrast for easy reading)\nShape Strategy: Radius 20px (Curved and friendly, matching the soft contour of a foot and fabric).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 40px, Body at 18px+).\nMobile Table Strategy: Card-based (No horizontal scroll, strictly converted via CSS).\nImage Mapping: Hero=image_1, Breathability=image_2, Silicone-Grip=image_3, Versatility=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #df8a71;\n      --bg-body: #fcfbf9;\n      --bg-card: #ffffff;\n      --bg-alt: #f3efea;\n      --text-main: #2b2d42;\n      --text-sub: #5c6270;\n      --border-color: #e5e0d8;\n      \n      \/* Radius \u0026 Shadows *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.06);\n\n      \/* Typography constraints *\/\n      --h1-size: clamp(32px, 4vw, 44px);\n      --h2-size: clamp(24px, 3vw, 32px);\n      --h3-size: clamp(20px, 2.5vw, 24px);\n      --body-size: clamp(18px, 2vw, 20px);\n      --small-size: clamp(16px, 1.5vw, 18px);\n      \n      \/* Spacing *\/\n      --section-gap: clamp(3rem, 6vw, 5rem);\n      --element-gap: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* Container Resets *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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      box-sizing: border-box;\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 *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0;\n      line-height: 1.2;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 { font-size: var(--h1-size); margin-bottom: 1rem; }\n    .product-detail-container h2 { font-size: var(--h2-size); margin-bottom: 1.5rem; }\n    .product-detail-container h3 { font-size: var(--h3-size); margin-bottom: 1rem; }\n    .product-detail-container p { font-size: var(--body-size); color: var(--text-sub); margin: 0 0 1.5rem 0; line-height: 1.7; }\n    \n    \/* Social Proof \u0026 Badges (Visual only, NO clicks) *\/\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      font-size: var(--small-size);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 1.5rem;\n      background: var(--bg-alt);\n      padding: 0.5rem 1.2rem;\n      border-radius: 50px;\n    }\n    \n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .visual-badge {\n      font-size: var(--small-size);\n      font-weight: 600;\n      color: var(--bg-card);\n      background-color: var(--text-main);\n      padding: 0.6rem 1.2rem;\n      border-radius: var(--radius-md);\n      display: inline-block;\n    }\n\n    \/* Image Protocol (Strictly natural flow, no distortion) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-alt);\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      color: var(--text-sub);\n      font-size: var(--small-size);\n      font-weight: bold;\n    }\n\n    \/* Section Spacing *\/\n    .hero-section,\n    .feature-section,\n    .specs-section,\n    .faq-section {\n      margin-bottom: var(--section-gap);\n      padding-top: var(--section-gap);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: var(--element-gap);\n    }\n\n    .hero-content {\n      max-width: 800px;\n    }\n\n    \/* Mobile First - Feature Items *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE LOCK: DOM order ensures Image top, Text bottom *\/\n      gap: var(--element-gap);\n      margin-bottom: var(--section-gap);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 5%;\n      }\n    }\n\n    \/* Specifications Table (Card-based on Mobile) *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.5rem;\n      text-align: left;\n      font-size: var(--body-size);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-alt);\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    \/* Mobile Specs - Card Layout *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide headers *\/\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1.2rem;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 1rem;\n        flex-shrink: 0;\n      }\n      .specs-table td span {\n        text-align: right;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      font-size: var(--h3-size);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 1rem;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n    }\n\n    .faq-answer {\n      font-size: var(--body-size);\n      color: var(--text-sub);\n      line-height: 1.7;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Geliefd door meer dan 15.000 blije voeten\u003c\/div\u003e\n\n\u003ch1\u003eUltiem comfort. Geen glijden.\u003c\/h1\u003e\n\n\u003cp\u003eErvaar de perfecte mix van premium katoen en nylon. Ontworpen om naadloos om je voeten te sluiten terwijl ze volledig verborgen blijven in je favoriete schoenen.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"visual-badge\"\u003e8-paar voordeelverpakking\u003c\/span\u003e \u003cspan class=\"visual-badge\"\u003eOne size past de meeste\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- HERO IMAGE PLACEHOLDER --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408171223\/234fc54924a77702636c6c30a9a15565.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=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408171223\/c7ab925a5ef35c85a25348b075e96c48.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\u003eAdemend fris de hele dag door\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van een premium mix van katoen en nylon, bieden deze sokken uitzonderlijke stretch en zachtheid. De zeer ademende stof voert vocht moeiteloos af, zodat je voeten droog, koel en perfect comfortabel blijven van de ochtendspits tot avondwandelingen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Silicone Anti-Slip (Reverse for Desktop Z-Pattern) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408171223\/63d0bdd8fa7e131b427d843cba3a37d3.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\u003eBlijf zitten met 4 siliconen grepen\u003c\/h2\u003e\n\n\u003cp\u003eZeg voorgoed vaarwel tegen het vervelende \"hielglijden\". Onze laag uitgesneden sokken hebben vier discrete, antislip siliconen strips die stevig bij de hiel zijn verankerd. Ze vergrendelen de sok precies op zijn plek, zodat je sokken blijven zitten waar ze horen, hoe ver je ook loopt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility \u0026 Invisible Design --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408171223\/a48dc9f71970118f26c4a4ddfe5b6df2.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\u003eEcht onzichtbaar in elke schoen\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen met een ultra-laag uitgesneden profiel, bieden deze loafer sokken een \"volledig onzichtbare\" look. Of je nu ballerina’s, casual sneakers, loafers of hoge hakken draagt, ze bieden de ultieme blotevoet esthetiek zonder in te leveren op hygiëne of comfort. De perfecte finishing touch voor elke outfit.\u003c\/p\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\u003cp\u003eAlles wat je moet weten over je nieuwe favoriete dagelijkse sokken.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\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=\"Material\"\u003e\u003cspan\u003ePremium katoen- en nylonmix + siliconen grepen\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eUltra-elastisch, vochtafvoerend en huidvriendelijk.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size Fit\"\u003e\u003cspan\u003eEU 35–40 (US Vrouwen 5–9)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eSuperieure stretch die perfect aansluit op de meeste vrouwenvoeten.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan\u003e8 Paar per verpakking\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eEen verscheidenheid aan rijke, makkelijk te combineren kleuren voor dagelijks gebruik.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Weight\"\u003e\u003cspan\u003eOngeveer 200g\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eLichtgewicht en ideaal om cadeau te geven.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shoe Compatibility\"\u003e\u003cspan\u003eBallerina’s, Loafers, Hakken, Sneakers\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eVolledig onzichtbaar laag uitgesneden profiel.\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!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZullen deze sokken van mijn hiel afglijden als ik loop?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut niet. We hebben deze sokken ontworpen met vier speciale antislip siliconen strips bij de hiel. Dit ontwerp verankert de sok stevig aan je huid, waardoor wrijving of beweging die de sok in je schoen trekt wordt voorkomen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZijn ze echt onzichtbaar in laag uitgesneden schoenen zoals ballerina’s?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa! Het zorgvuldig ontworpen laag uitgesneden profiel zorgt ervoor dat de stof strikt onder de rand van de meeste schoenen blijft, inclusief ballerina’s, loafers en zelfs laag uitgesneden sneakers, waardoor je een vlekkeloze blotevoet-look krijgt.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe moet ik ze wassen om de elasticiteit en siliconen grip te behouden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eVoor de beste duurzaamheid raden we aan ze in een waszak in koud water in de machine te wassen, of gewoon met de hand. Luchtdrogen wordt sterk aanbevolen om de integriteit van de siliconen hielgrepen en de premium stretch van de stof te behouden.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"8-kleurenmix \/ 1 pak (8 paar)","offer_id":47992024301780,"sku":"0408-17497086","price":12.95,"currency_code":"USD","in_stock":true},{"title":"4 zwart + 4 beige \/ 1 pak (8 paar)","offer_id":47992024334548,"sku":"0408-17497564","price":12.95,"currency_code":"USD","in_stock":true},{"title":"8-kleurenmix \/ 2 pakken (16 paar) - Bespaar 15%","offer_id":47992024367316,"sku":"0408-17499490","price":21.95,"currency_code":"USD","in_stock":true},{"title":"4 zwart + 4 beige \/ 2 pakken (16 paar) - Bespaar 15%","offer_id":47992024400084,"sku":"0408-17493560","price":21.95,"currency_code":"USD","in_stock":true},{"title":"8-kleurenmix \/ 3 pakken (24 paar) - Bespaar 25%","offer_id":47992024432852,"sku":"0408-17495816","price":31.95,"currency_code":"USD","in_stock":true},{"title":"4 zwart + 4 beige \/ 3 pakken (24 paar) - Bespaar 25%","offer_id":47992024465620,"sku":"0408-17493662","price":31.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/234fc54924a77702636c6c30a9a15565.jpg?v=1779883698","url":"https:\/\/omurio.com\/nl\/products\/breathable-cotton-no-show-socks-rjc","provider":"Omurio","version":"1.0","type":"link"}