{"product_id":"12-color-wood-repair-kit","title":"12-Color Wood Repair Kit","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Improvement \/ DIY Furniture Repair Kit\nTarget Audience: Homeowners, DIY enthusiasts, renters looking for quick, professional fixes.\nVisual Style: Trustworthy, Practical, Clean, Warm (Home-oriented).\nColor Strategy: \n- Primary: Deep Navy (#1e3a8a) for trust\/professionalism\n- Accent: Warm Amber (#d97706) for wood association\/highlight\n- Background: Soft Off-White (#fafaf9) to simulate a clean home environment\nShape Strategy: Radius 12px (Friendly, accessible DIY tool, not overly industrial).\nTypography Strategy: Large Type \/ Mobile-first readable (Inter\/System sans-serif).\nMobile Table Strategy: Card-based (No horizontal scroll), strict flex layout.\nImage Mapping: Hero=image_1, Features=image_2\/3\/4.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #1e3a8a;\n      --primary-hover: #1e40af;\n      --accent: #d97706;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-alt: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 25px rgba(0,0,0,0.08);\n      --border-color: #e2e8f0;\n      \n      \/* 0) Typography System *\/\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\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: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 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      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .small-text {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .pd-section {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Image Protocol - Placeholder Styles *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 4 \/ 3;\n      background-color: var(--bg-alt);\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      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: bold;\n      text-align: center;\n      padding: 20px;\n    }\n\n    .hero-img .img-placeholder {\n      aspect-ratio: 16 \/ 9;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 2rem;\n    }\n\n    .visual-badge {\n      background-color: var(--bg-alt);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Social Proof *\/\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--bg-card);\n      padding: 10px 20px;\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--accent);\n      margin-bottom: 2rem;\n    }\n\n    .social-proof-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0;\n    }\n\n    \/* Mobile Ordering Lock (Z-Pattern for Desktop, Column for Mobile) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile default: Stacked *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Desktop: Side by side *\/\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Desktop: Z-Pattern *\/\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Highlight Box *\/\n    .pro-tip-box {\n      background-color: #fffbeb; \/* Light amber background *\/\n      border: 1px solid #fde68a;\n      border-left: 5px solid var(--accent);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      margin-top: 1.5rem;\n    }\n    \n    .pro-tip-box p {\n      margin: 0;\n      font-size: 18px;\n      color: #92400e;\n    }\n\n    \/* Specs Table *\/\n    .specs-table-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: clamp(1rem, 3vw, 2rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 16px 20px;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      background-color: var(--bg-alt);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .pd-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Specs Table - Mobile Card View *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none; \/* Hide headers *\/\n      }\n      .pd-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: 10px;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table tr:last-child {\n        margin-bottom: 0;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px dashed var(--border-color);\n        padding: 12px 10px;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 20px;\n        flex-shrink: 0;\n      }\n      .pd-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-card {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-card h3 {\n      color: var(--primary);\n      margin-top: 0;\n    }\n\n    .faq-card p:last-child {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"social-proof\"\u003e\n\u003cp class=\"social-proof-text\"\u003e★ Trusted by 10,000+ DIY Enthusiasts\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eProfessional Wood Repair at Your Fingertips\u003c\/h1\u003e\n\n\u003cp\u003eSeamlessly restore scratched, scuffed, and damaged wood surfaces independently. Achieve harmonious, tight finishes without the expensive professional fees.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e💧 Waterproof\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e⏱️ Quick-Drying\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🌿 Odorless Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-img\"\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\/20260318162028\/28acd0f5ce65118755b5c2cf12a87019.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-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\/20260318162028\/7ada2d4fe5f8a1c41adfce9ac3b6d3d7.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\u003e12 Custom Wood Tones\u003c\/h2\u003e\n\n\u003cp\u003eOur comprehensive 12-color kit allows you to perfectly match any wood grain. Never worry about mismatched repairs again.\u003c\/p\u003e\n\n\u003cdiv class=\"pro-tip-box\"\u003e\n\u003cp\u003e\u003cstrong\u003ePro Tip:\u003c\/strong\u003e Start with lighter touch-up filler and gradually add small amounts of darker filler while monitoring the color transformation to reach your exact shade.\u003c\/p\u003e\n\u003c\/div\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\/20260318162028\/635e4c1157afb4d1bb8b194378813d3b.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\u003eSafe, Durable \u0026amp; Waterproof\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with premium water-based paint, this wood filler is incredibly safe for indoor use. It dries rapidly while remaining completely odorless.\u003c\/p\u003e\n\n\u003cp\u003eOnce fully cured, it provides a tough, waterproof seal that protects your furniture from future wear and tear.\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\/20260318162028\/2c11562f4ed3193a88185ac3e759376b.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\u003eVersatile Household Application\u003c\/h2\u003e\n\n\u003cp\u003eDon't just stop at furniture. This ultimate touch-up kit is designed for a wide array of wooden objects.\u003c\/p\u003e\n\n\u003cp\u003ePerfectly repair deep scratches, discoloration, and scrapes on wood floors, veneers, cabinets, coffee tables, frames, doors, desks, and beds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new wood repair kit.\u003c\/p\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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=\"Feature\"\u003eColor Palette\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e12 Blendable Wood Tones\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial Base\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eWater-based, Odorless Paint\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e240 g \/ 8.5 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFull Curing Time\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e48 Hours\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStorage Temp\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eStore below 25°C \/ 77°F\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=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHow do I blend colors accurately?\u003c\/h3\u003e\n\n\u003cp\u003eAlways begin with the lightest color that matches your wood. Gradually mix in tiny drops of the darker filler until you achieve the seamless shade. Test on a small piece of paper before applying directly to the furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHow long does the repair take to dry completely?\u003c\/h3\u003e\n\n\u003cp\u003eWhile the surface dries rapidly to the touch, we highly recommend allowing 48 hours for a thorough, deep cure. Ensure the repaired area remains completely shielded from water during this period.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs this safe to use indoors around pets and family?\u003c\/h3\u003e\n\n\u003cp\u003eYes! Our wood touch-up filler is formulated with premium water-based paint. It is completely odorless, non-toxic, and specifically designed for safe indoor residential use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1-Pack (12 Colors Kit)","offer_id":51204600398128,"sku":"0319-17550860","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Most Popular )","offer_id":51204600430896,"sku":"0319-17554229","price":22.95,"currency_code":"USD","in_stock":true},{"title":"💰 3-Pack (Best Value )","offer_id":51204600463664,"sku":"0319-17551327","price":33.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/28acd0f5ce65118755b5c2cf12a87019.jpg?v=1773914216","url":"https:\/\/eptchn.com\/products\/12-color-wood-repair-kit","provider":"Eptchn","version":"1.0","type":"link"}