{"product_id":"manicure-en-nagelverzorgingsset","title":"Manicure- en Nagelverzorgingsset","description":"\u003c!--\n[AI Design Logic]\nProduct Type: EDC Grooming \u0026 Personal Care (Ultra-Sharp Stainless Steel Nail Clippers)\nTarget Audience: Unisex, Travelers, EDC Enthusiasts seeking reliable, premium basic tools.\nVisual Style: Precision, Industrial, Clean, Hygienic.\nColor Strategy: Metallic Monotone with high contrast. --primary: #1A1A1A, --bg-card: #F4F5F7 to reflect stainless steel aesthetics.\nShape Strategy: Radius 8px (Tension between sharp precision and safe handling).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, Body up to 20px.\nMobile Table Strategy: Card-based (No horizontal scroll). Key-Value horizontal cards on mobile.\nImage Mapping: Hero=image_1, PrecisionCut=image_2, EDC=image_3, Ergonomic=image_4, TravelBox=image_5.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n       1. DESIGN SYSTEM \u0026 VARIABLES\n       ========================================= *\/\n    .product-detail-container {\n      \/* Typography *\/\n      --font-stack: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      \n      \/* Color Palette *\/\n      --primary: #1a1a1a;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-accent: #eef2f5;\n      --border-color: #e5e5e5;\n      \n      \/* Shape \u0026 Radius *\/\n      --radius-sm: 4px;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      \n      \/* Shadows *\/\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n\n      \/* Base Architecture *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: var(--font-stack);\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    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* =========================================\n       2. TYPOGRAPHY SYSTEM\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: 0 0 1rem 0;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 1.5rem 0;\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: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Non-interactive Visual Badge *\/\n    .product-detail-container .visual-badge {\n      display: inline-block;\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      color: var(--primary);\n      background: var(--bg-accent);\n      padding: 0.6rem 1.2rem;\n      border-radius: var(--radius-sm);\n      margin-bottom: 2rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* =========================================\n       3. MEDIA \u0026 PLACEHOLDER PROTOCOL\n       ========================================= *\/\n    \/* Option A \u0026 B Combined Safely: strict 1:1 container for features to prevent distortion *\/\n    .product-detail-container .media-wrapper {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      position: relative;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Natural flow for Hero Image *\/\n    .product-detail-container .hero-media-wrapper {\n      width: 100%;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      display: block;\n      position: relative;\n      box-shadow: var(--shadow-lg);\n    }\n    \n    .product-detail-container .hero-media-wrapper::before {\n      content: \"\";\n      display: block;\n      padding-top: 75%; \/* 4:3 Aspect Ratio for Hero *\/\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n      display: block;\n    }\n\n    \/* Placeholder Styling *\/\n    .product-detail-container .img-placeholder {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      color: var(--text-sub);\n      font-weight: 700;\n      text-align: center;\n      padding: 1rem;\n      border-radius: inherit;\n    }\n\n    \/* =========================================\n       4. LAYOUT ARCHITECTURE\n       ========================================= *\/\n    \/* Spacing System *\/\n    .product-detail-container .section-spacing {\n      margin-top: clamp(4rem, 8vw, 8rem);\n      margin-bottom: clamp(4rem, 8vw, 8rem);\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .product-detail-container .hero-copy {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 4rem) auto;\n    }\n\n    \/* Feature Module - Z Pattern \u0026 Mobile Lock *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Forced Column *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 6rem);\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n      .product-detail-container .feature-copy {\n        padding: 0 5%; \/* Prevent text pushing against edges *\/\n      }\n    }\n\n    \/* =========================================\n       5. SPECIFICATIONS TABLE (MOBILE CARD LOCK)\n       ========================================= *\/\n    .product-detail-container .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    \/* Desktop Table Styling *\/\n    @media (min-width: 768px) {\n      .product-detail-container .specs-table th,\n      .product-detail-container .specs-table td {\n        padding: 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n        font-size: clamp(18px, 1.5vw, 20px);\n      }\n      .product-detail-container .specs-table th {\n        font-weight: 600;\n        color: var(--text-sub);\n        width: 35%;\n      }\n      .product-detail-container .specs-table td {\n        font-weight: 700;\n        color: var(--primary);\n      }\n      .product-detail-container .specs-table tr:last-child th,\n      .product-detail-container .specs-table tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Forced Card Styling *\/\n    @media (max-width: 767px) {\n      .product-detail-container .specs-table, \n      .product-detail-container .specs-table tbody, \n      .product-detail-container .specs-table tr, \n      .product-detail-container .specs-table th, \n      .product-detail-container .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .product-detail-container .specs-table tr {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1.2rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .product-detail-container .specs-table th {\n        font-size: 18px;\n        font-weight: 500;\n        color: var(--text-sub);\n        padding: 0;\n        border: none;\n        width: auto;\n      }\n      \n      .product-detail-container .specs-table td {\n        font-size: 18px;\n        font-weight: 700;\n        text-align: right;\n        padding: 0;\n        border: none;\n        width: auto;\n        max-width: 55%;\n      }\n    }\n\n    \/* =========================================\n       6. FAQ ACCORDION-STYLE VISUAL\n       ========================================= *\/\n    .product-detail-container .faq-section {\n      border-top: 2px solid var(--bg-card);\n      padding-top: clamp(3rem, 6vw, 5rem);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 2.5rem;\n    }\n\n    .product-detail-container .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.8rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n\n    .product-detail-container .faq-question::before {\n      content: \"Q.\";\n      color: var(--text-sub);\n      font-weight: 800;\n    }\n\n    .product-detail-container .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.7;\n      padding-left: 2.2rem; \/* Align with text, avoiding the Q. *\/\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\" style=\"text-align: left;\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-spacing\" style=\"text-align: left;\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003eProfessionele kwaliteit\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003ePrecisie en scherpte bij elke snede.\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cp\u003eOntworpen met nauwkeurig geslepen roestvrijstalen mesjes, die dikke nagels netjes afsnijden zonder ze te scheuren. Het ultieme compacte hulpmiddel om altijd bij je te hebben en voor moeiteloze nagelverzorging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_f2ac947d-0a57-419d-a24b-30aba8c53145.jpg?v=1783937200\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/3_1d5e4cd8-00a7-4b29-9399-1b0d8843ed86.jpg?v=1783937200\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section section-spacing\" style=\"text-align: left;\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_1859ff75-2f7b-4054-a37d-8de34a3a39a0.jpg?v=1783937200\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMesjes met chirurgische precisie\u003c\/h2\u003e\n\u003cp\u003eErvaar een ultrascherpe snede die moeiteloos door vingernagels en dikke teennagels glijdt. Onze hoogwaardige roestvrijstalen mesjes voorkomen scheuren en splijten, waardoor je elke keer weer een onberispelijk net resultaat krijgt.\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=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_f2ac947d-0a57-419d-a24b-30aba8c53145.jpg?v=1783937200\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCompact en geschikt voor een sleutelhanger\u003c\/h2\u003e\n\u003cp\u003eOntworpen voor echte draagbaarheid. Dankzij het lichte, ergonomische ontwerp ligt het comfortabel in de hand en kun je het moeiteloos aan je sleutelbos bevestigen. Perfect als je favoriete dagelijkse accessoire (EDC) voor op reis of voor snelle bijwerkingen in noodgevallen.\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=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4_9dc25a44-079c-417b-bed9-f2228da970b0.jpg?v=1783937200\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMoeiteloze en comfortabele grip\u003c\/h2\u003e\n\u003cp\u003eZeg maar dag tegen wegglijden en vermoeide handen. Deze nagelknipper is voorzien van een antisliphandgreep en een zeer soepel werkend hefboommechanisme, waardoor je hem stabiel kunt hanteren en moeiteloos kunt bedienen voor een complete nagelverzorging, zowel thuis als onderweg.\u003cbr\u003e \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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312175326\/a7e4a607a5e96bdf2667537bbc7a68bf.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDuurzame, beschermende opbergoplossing\u003c\/h2\u003e\n\u003cp\u003eWordt geleverd in een stevige, op maat gemaakte opbergdoos – geen goedkope zakjes met ritssluiting. Zo blijft je verzorgingsproduct hygiënisch, perfect beschermd tegen weersinvloeden en altijd klaar om in je reistas te worden gestopt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (MOBILE CARD ENABLED) --\u003e\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch3 style=\"text-align: left;\"\u003e\u003cstrong\u003eTechnische specificaties\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable width=\"465\" height=\"182\" style=\"width: 106.445%; height: 179.444px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"text-align: left; height: 23.375px;\"\u003e\n\u003ctd style=\"width: 42.2717%; height: 23.375px;\"\u003eMateriaal van het mes \u003c\/td\u003e\n\u003ctd style=\"width: 57.3688%; height: 23.375px;\"\u003e \u003cstrong\u003eGeslepen roestvrij staal  \u003c\/strong\u003e                        \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: left; height: 42.9722px;\"\u003e\n\u003ctd style=\"width: 42.2717%; height: 42.9722px;\"\u003eOntwerpprofiel\u003c\/td\u003e\n\u003ctd style=\"width: 57.3688%; text-align: left; height: 42.9722px;\"\u003e\u003cstrong\u003eCompact en geschikt voor een            sleutelhanger\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: left; height: 23.375px;\"\u003e\n\u003ctd style=\"width: 42.2717%; height: 23.375px;\"\u003eGewicht\u003c\/td\u003e\n\u003ctd style=\"width: 57.3688%; height: 23.375px;\"\u003e\u003cstrong\u003e~45 g (1.6 oz)\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: left; height: 23.375px;\"\u003e\n\u003ctd style=\"width: 42.2717%; height: 23.375px;\"\u003eAfmetingen (lengte)\u003c\/td\u003e\n\u003ctd style=\"width: 57.3688%; height: 23.375px;\"\u003e\u003cstrong\u003e~6.5 cm (2.6 in)\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: left; height: 23.375px;\"\u003e\n\u003ctd style=\"width: 42.2717%; height: 23.375px;\"\u003eMeegeleverde accessoires\u003c\/td\u003e\n\u003ctd style=\"width: 57.3688%; height: 23.375px;\"\u003e\u003cstrong\u003eDuurzame opbergdoos\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 42.9722px;\"\u003e\n\u003ctd style=\"width: 42.2717%; text-align: left; height: 42.9722px;\"\u003eBeoogd gebruik\u003c\/td\u003e\n\u003ctd style=\"width: 57.3688%; text-align: left; height: 42.9722px;\"\u003e\u003cstrong\u003eVingernagels, dikke teennagels, reizen, ETC \u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Geel","offer_id":45324338528326,"sku":"0317-17418399","price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Roze","offer_id":45324338561094,"sku":"0317-17410489","price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Grijs","offer_id":45324338593862,"sku":"0317-17410645","price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Zwart","offer_id":45324338626630,"sku":"0317-17417062","price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Bruin","offer_id":45324338659398,"sku":"0317-17417029","price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Rood","offer_id":45324338692166,"sku":"0317-17413275","price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Groen","offer_id":45324338724934,"sku":"0317-17410808","price":19.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4_150e8913-b8af-466e-a97d-0ee4c00a6507.jpg?v=1783937319","url":"https:\/\/gadgetspeurder.nl\/products\/manicure-en-nagelverzorgingsset","provider":"Gadgetspeurder","version":"1.0","type":"link"}