{"product_id":"lil-one-lacewood-jazz-pick","title":"\"Lil One\" Sycamore (Lacewood) Pick (Jazz-Style)","description":"\u003cp data-path-to-node=\"9,0,0\"\u003e\u003cstrong\u003e\"Lil One\" Sycamore (Lacewood) Pick (Jazz-Style)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"9,1,0\"\u003e\u003cb\u003eProduct Description:\u003c\/b\u003e Combine speed and aesthetics! The Knc Picks \"Lil One\" series is a small, sharp (Jazz-style) pick designed for speed and precision. This handmade pick is crafted from entirely natural Sycamore (Lacewood) wood.\u003c\/p\u003e\n\u003cp data-path-to-node=\"9,1,1\"\u003e\u003cb\u003eTone, Appearance \u0026amp; Shape:\u003c\/b\u003e Sycamore (Lacewood) gets its name from its unique, speckled, and \"lacy\" grain pattern. Tonally, Sycamore offers a \u003cb\u003eclear and responsive sound\u003c\/b\u003e. Combined with the small surface area and sharp tip of the \"Lil One\" shape, this pick is perfect for fast solos and articulate riffing.\u003c\/p\u003e\n\u003cp data-path-to-node=\"9,1,2\"\u003e\u003cb\u003eCustomization Options:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul data-path-to-node=\"9,1,3\"\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"9,1,3,0,0\"\u003e\u003cb\u003eCustom Engraving:\u003c\/b\u003e Your desired logo or name can be laser-engraved below the Knc logo.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"9,1,3,1,0\"\u003e\u003cb\u003eNecklace Add-on:\u003c\/b\u003e (Optional) Choose the necklace add-on to wear your pick as an accessory.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"9,1,3,2,0\"\u003e\u003cb\u003eWooden Box:\u003c\/b\u003e (Optional) Select a stylish gift box. (If the necklace add-on is chosen, the box will be compatible with it).\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp data-path-to-node=\"9,2,0\"\u003e\u003cb\u003e(Separate Section) Our 3-Day Custom Order Process:\u003c\/b\u003e How does our order process work? Once you purchase... (rest of the text) ...this entire process takes just 3 business days!\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background-color: #fafafa;\n            padding: 60px 20px;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .feature-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n        }\n\n        .feature-card {\n            background-color: #ffffff;\n            padding: 32px 36px;\n            border-radius: 16px;\n            border: 1px solid #e8e8e8;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);\n            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            bottom: 0;\n            width: 4px;\n            background-color: #2a2a2a;\n            transform: scaleY(0);\n            transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .feature-card:hover {\n            transform: translateX(8px);\n            border-color: #2a2a2a;\n            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .feature-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .feature-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: #1a1a1a;\n            letter-spacing: -0.02em;\n        }\n\n        \/* Tablet *\/\n        @media screen and (max-width: 768px) {\n            body {\n                padding: 40px 16px;\n            }\n\n            .feature-list {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .feature-card {\n                padding: 28px 32px;\n            }\n\n            .feature-title {\n                font-size: 17px;\n            }\n        }\n\n        \/* Mobil *\/\n        @media screen and (max-width: 480px) {\n            body {\n                padding: 30px 12px;\n            }\n\n            .feature-list {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 12px;\n            }\n\n            .feature-card {\n                padding: 24px 28px;\n                border-radius: 12px;\n            }\n\n            .feature-card:hover {\n                transform: translateX(4px);\n            }\n\n            .feature-title {\n                font-size: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eOrganic Material\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eNon Slip\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eBlues, Rock and Jazz\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eAcoustic \u0026amp; Classical\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eIt has a soft voice.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSince our products are made of natural materials, they may differ in appearance.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background-color: #fafafa;\n            padding: 60px 20px;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .feature-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n        }\n\n        .feature-card {\n            background-color: #ffffff;\n            padding: 32px 36px;\n            border-radius: 16px;\n            border: 1px solid #e8e8e8;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);\n            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            bottom: 0;\n            width: 4px;\n            background-color: #2a2a2a;\n            transform: scaleY(0);\n            transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .feature-card:hover {\n            transform: translateX(8px);\n            border-color: #2a2a2a;\n            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .feature-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .feature-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: #1a1a1a;\n            letter-spacing: -0.02em;\n        }\n\n        \/* Tablet *\/\n        @media screen and (max-width: 768px) {\n            body {\n                padding: 40px 16px;\n            }\n\n            .feature-list {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .feature-card {\n                padding: 28px 32px;\n            }\n\n            .feature-title {\n                font-size: 17px;\n            }\n        }\n\n        \/* Mobil *\/\n        @media screen and (max-width: 480px) {\n            body {\n                padding: 30px 12px;\n            }\n\n            .feature-list {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 12px;\n            }\n\n            .feature-card {\n                padding: 24px 28px;\n                border-radius: 12px;\n            }\n\n            .feature-card:hover {\n                transform: translateX(4px);\n            }\n\n            .feature-title {\n                font-size: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"simple-translate\" class=\"simple-translate-system-theme\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"simple-translate-button isShow\" style=\"background-image: url('chrome-extension:\/\/ibplnjkanclpjokhdolnendpplpjiace\/icons\/512.png'); height: 22px; width: 22px; top: 59px; left: 22px;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"simple-translate-panel \" style=\"width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px;\"\u003e\n\u003cdiv class=\"simple-translate-result-wrapper\" style=\"overflow: hidden;\"\u003e\n\u003cdiv class=\"simple-translate-move\" draggable=\"true\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"simple-translate-result-contents\"\u003e\n\u003cp class=\"simple-translate-result\" dir=\"auto\"\u003e \u003c\/p\u003e\n\u003cp class=\"simple-translate-candidate\" dir=\"auto\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"kncpickss","offers":[{"title":"Default Title","offer_id":47037741662426,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0787\/4002\/9658\/files\/knc-picks-lil-one-lacewood-jazz-picks.png?v=1765625003","url":"https:\/\/kncpicks.com\/products\/lil-one-lacewood-jazz-pick","provider":"Knc Picks: The World's Finest Guitar Picks for Discerning Artists","version":"1.0","type":"link"}