{"product_id":"3d-christmas-fabric-poke-art-kit","title":"3D Christmas Fabric Poke Art Kit","description":"\u003cstyle\u003e\n  :root {\n    --color-primary: #C5A059;\n    --color-accent: #D4AF37;\n    --color-cta: #FF2D55;\n    --color-bg: transparent;\n    --color-card: #FFFFFF;\n    --color-card-alt: #FAFAFA;\n    --color-text: #000000;\n    --color-muted: #222222;\n    --color-border: #E5E5E5;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    color: var(--color-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;\n  }\n\n  .pdp-container {\n    width: 100%;\n    background-color: var(--color-bg);\n    overflow-x: hidden;\n  }\n\n  .pdp-wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .pdp-wrapper {\n      padding: 24px;\n    }\n  }\n\n  section {\n    background-color: var(--color-card);\n    border: 1px solid var(--color-border);\n    border-radius: 16px;\n    padding: 16px;\n    margin-bottom: 12px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n  }\n\n  @media (min-width: 768px) {\n    section {\n      padding: 32px;\n      margin-bottom: 24px;\n    }\n  }\n\n  h2 {\n    font-size: 1.3rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n    color: var(--color-text);\n    text-align: center;\n  }\n\n  @media (min-width: 768px) {\n    h2 {\n      font-size: 1.75rem;\n      margin-bottom: 20px;\n    }\n  }\n\n  section.mobile-zoom-section {\n    background-color: transparent !important;\n    border: none !important;\n    border-radius: 0 !important;\n    padding: 0 !important;\n    box-shadow: none !important;\n    margin-bottom: 12px;\n  }\n\n  @media (max-width: 768px) {\n    .mobile-zoom-section {\n      padding: 0 !important;\n      margin-left: -12px;\n      margin-right: -12px;\n      width: calc(100% + 24px);\n      border-radius: 0 !important;\n      border: none !important;\n    }\n\n    .mobile-zoom-section img {\n      width: 100% !important;\n      max-width: 100% !important;\n      display: block;\n      border-radius: 0;\n    }\n  }\n\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .hero-section {\n      gap: 24px;\n    }\n  }\n\n  .hero-badge-group {\n    display: flex;\n    gap: 8px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  .badge,\n  .badge-sales {\n    background-color: rgba(197,160,89,0.1);\n    color: #8C6D23;\n    padding: 4px 10px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    border: 1px solid rgba(197,160,89,0.3);\n  }\n\n  @media (min-width: 768px) {\n    .badge,\n    .badge-sales {\n      font-size: 12px;\n      padding: 4px 12px;\n    }\n  }\n\n  .hero-title {\n    font-size: 1.5rem;\n    font-weight: 900;\n    line-height: 1.25;\n    max-width: 900px;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .hero-title {\n      font-size: 2.25rem;\n    }\n  }\n\n  .hero-subtitle {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-muted);\n    max-width: 800px;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .hero-subtitle {\n      font-size: 14px;\n    }\n  }\n\n  .hero-section img {\n    max-width: 100% !important;\n    height: auto !important;\n    border-radius: 12px;\n  }\n\n  .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .features-grid {\n      gap: 16px;\n    }\n  }\n\n  .feature-card {\n    background: var(--color-card-alt);\n    border: 1px solid var(--color-border);\n    border-radius: 12px;\n    padding: 16px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card {\n      padding: 20px;\n    }\n  }\n\n  .feature-card h3 {\n    font-size: 15px;\n    font-weight: 800;\n    margin-bottom: 6px;\n    margin-top: 0;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card h3 {\n      font-size: 16px;\n    }\n  }\n\n  .feature-card p {\n    color: var(--color-muted);\n    font-size: 13px;\n    font-weight: 600;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card p {\n      font-size: 14px;\n    }\n  }\n\n  .feature-card img {\n    max-width: 100% !important;\n    height: auto !important;\n    border-radius: 8px;\n    margin-top: 8px;\n  }\n\n  section.size-chart-section {\n    background-color: transparent !important;\n    border: none !important;\n    border-radius: 0 !important;\n    padding: 12px 0 !important;\n    box-shadow: none !important;\n  }\n\n  .specs-table-container {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 8px;\n    min-width: 280px;\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 10px 8px;\n    border-bottom: 1px solid var(--color-border);\n    text-align: left;\n    color: var(--color-text);\n    font-size: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .specs-table th,\n    .specs-table td {\n      padding: 14px 16px;\n      font-size: 14px;\n    }\n  }\n\n  .specs-table th {\n    width: 35%;\n    color: #000000;\n    font-weight: 800;\n    background-color: #F4F4F4;\n    border-radius: 6px 0 0 6px;\n  }\n\n  .specs-table td {\n    width: 65%;\n    font-weight: 700;\n  }\n\n  .select-size-btn-container {\n    text-align: center;\n    margin: 16px 0;\n  }\n\n  @media (min-width: 768px) {\n    .select-size-btn-container {\n      margin: 30px 0;\n    }\n  }\n\n  .select-size-btn {\n    display: inline-block;\n    background-color: var(--color-primary);\n    color: #FFFFFF;\n    border: 1px solid var(--color-primary);\n    font-size: 12px;\n    font-weight: 700;\n    padding: 10px 24px;\n    border-radius: 25px;\n    text-decoration: none;\n    transition: all 0.2s;\n    animation: pulse-glow-gold 2.5s infinite ease-in-out;\n  }\n\n  @media (min-width: 768px) {\n    .select-size-btn {\n      font-size: 13px;\n      padding: 12px 28px;\n    }\n  }\n\n  @keyframes pulse-glow-gold {\n    0% {\n      box-shadow: 0 0 15px rgba(197,160,89,0.4), 0 10px 25px -5px rgba(197,160,89,0.3);\n      transform: scale(1);\n    }\n    50% {\n      box-shadow: 0 0 35px rgba(197,160,89,0.8), 0 10px 30px -5px rgba(197,160,89,0.5);\n      transform: scale(1.03);\n    }\n    100% {\n      box-shadow: 0 0 15px rgba(197,160,89,0.4), 0 10px 25px -5px rgba(197,160,89,0.3);\n      transform: scale(1);\n    }\n  }\n\n  .faq-item {\n    border: 1px solid var(--color-border);\n    border-radius: 10px;\n    margin-bottom: 8px;\n    overflow: hidden;\n    background: var(--color-card-alt);\n  }\n\n  .faq-item summary {\n    padding: 12px 14px;\n    font-size: 13px;\n    font-weight: 800;\n    cursor: pointer;\n    outline: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .faq-item summary {\n      padding: 16px 20px;\n      font-size: 15px;\n    }\n  }\n\n  .faq-item p {\n    padding: 0 14px 12px 14px;\n    color: var(--color-muted);\n    font-weight: 600;\n    margin: 0;\n    font-size: 12.5px;\n  }\n\n  @media (min-width: 768px) {\n    .faq-item p {\n      padding: 0 20px 16px 20px;\n      font-size: 14px;\n    }\n  }\n\n  .shipping-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  @media (min-width: 640px) {\n    .shipping-grid {\n      grid-template-columns: repeat(2,1fr);\n      gap: 16px;\n    }\n  }\n\n  .shipping-card {\n    background: var(--color-card-alt);\n    border: 1px solid var(--color-border);\n    border-radius: 12px;\n    padding: 14px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-card {\n      padding: 20px;\n      gap: 16px;\n    }\n  }\n\n  .shipping-icon {\n    font-size: 1.4rem;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-icon {\n      font-size: 1.8rem;\n    }\n  }\n\n  .shipping-info h3 {\n    margin: 0;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-info h3 {\n      font-size: 15px;\n    }\n  }\n\n  .cta-section {\n    background-color: #FAFAFA;\n    border: 1px solid var(--color-border);\n    color: var(--color-text);\n    text-align: center;\n    padding: 24px 16px;\n    border-radius: 16px;\n    margin-bottom: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section {\n      padding: 50px 20px;\n      margin-bottom: 24px;\n    }\n  }\n\n  .cta-section h2 {\n    color: var(--color-text);\n    font-size: 1.4rem;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section h2 {\n      font-size: 2.25rem;\n      margin-bottom: 16px;\n    }\n  }\n\n  .cta-section p {\n    color: var(--color-muted);\n    font-size: 0.95rem;\n    font-weight: 600;\n    margin-bottom: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section p {\n      font-size: 1.1rem;\n      margin-bottom: 30px;\n    }\n  }\n\n  .cta-button {\n    display: block;\n    width: 90%;\n    max-width: 400px;\n    margin: 0 auto;\n    background-color: var(--color-cta);\n    color: #FFFFFF;\n    font-size: 1.1rem;\n    font-weight: 800;\n    padding: 14px 20px;\n    border-radius: 30px;\n    text-decoration: none;\n    transition: background-color 0.2s;\n    animation: pulse-glow-red 2.5s infinite ease-in-out;\n    box-sizing: border-box;\n  }\n\n  @media (min-width: 768px) {\n    .cta-button {\n      display: inline-block;\n      width: auto;\n      font-size: 1.375rem;\n      padding: 18px 48px;\n    }\n  }\n\n  .cta-button:hover {\n    background-color: #E02447;\n  }\n\n  @keyframes pulse-glow-red {\n    0% {\n      box-shadow: 0 0 15px rgba(255,45,85,0.4), 0 10px 25px -5px rgba(255,45,85,0.3);\n      transform: scale(1);\n    }\n    50% {\n      box-shadow: 0 0 35px rgba(255,45,85,0.8), 0 10px 30px -5px rgba(255,45,85,0.5);\n      transform: scale(1.03);\n    }\n    100% {\n      box-shadow: 0 0 15px rgba(255,45,85,0.4), 0 10px 25px -5px rgba(255,45,85,0.3);\n      transform: scale(1);\n    }\n  }\n\n  .reviews-overview {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 4px;\n    margin-bottom: 16px;\n    text-align: center;\n  }\n\n  @media (min-width: 768px) {\n    .reviews-overview {\n      gap: 8px;\n      margin-bottom: 30px;\n    }\n  }\n\n  .rating-score {\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: var(--color-text);\n    line-height: 1;\n  }\n\n  @media (min-width: 768px) {\n    .rating-score {\n      font-size: 3.5rem;\n    }\n  }\n\n  .reviews-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .reviews-list {\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 20px;\n    }\n  }\n\n  .review-card {\n    background: var(--color-card-alt);\n    border: 1px solid var(--color-border);\n    border-radius: 12px;\n    padding: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .review-card {\n      padding: 20px;\n    }\n  }\n\n  .review-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n\n  @media (min-width: 768px) {\n    .review-header {\n      gap: 12px;\n      margin-bottom: 12px;\n    }\n  }\n\n  .review-avatar {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 2px solid var(--color-primary);\n  }\n\n  @media (min-width: 768px) {\n    .review-avatar {\n      width: 44px;\n      height: 44px;\n    }\n  }\n\n  .review-user-info h4 {\n    margin: 0;\n    font-size: 13px;\n    font-weight: 800;\n    color: var(--color-text);\n  }\n\n  @media (min-width: 768px) {\n    .review-user-info h4 {\n      font-size: 14px;\n    }\n  }\n\n  .verified-badge {\n    font-size: 11px;\n    font-weight: 700;\n    color: #8C6D23;\n    background: rgba(197,160,89,0.1);\n    padding: 2px 6px;\n    border-radius: 4px;\n    display: inline-block;\n    margin-top: 2px;\n    border: 1px solid rgba(197,160,89,0.2);\n  }\n\n  .review-comment {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-muted);\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .review-comment {\n      font-size: 14px;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .feature-card,\n    .shipping-card,\n    .review-card,\n    .faq-item {\n      background: transparent !important;\n      border: none !important;\n      border-bottom: 1px solid var(--color-border) !important;\n      border-radius: 0 !important;\n      padding: 12px 0 !important;\n      box-shadow: none !important;\n    }\n\n    .faq-item {\n      margin-bottom: 4px;\n    }\n\n    .faq-item summary {\n      padding: 10px 0 !important;\n    }\n\n    .faq-item p {\n      padding: 0 0 10px 0 !important;\n    }\n\n    .features-grid .feature-card:last-child,\n    .shipping-grid .shipping-card:last-child,\n    .reviews-list .review-card:last-child,\n    .faq-item:last-of-type {\n      border-bottom: none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003cdiv id=\"top\" class=\"pdp-wrapper\"\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-group\"\u003e\n\u003cspan class=\"badge\"\u003e⭐ 5.0 \/ 5.0 Rating\u003c\/span\u003e \u003cspan class=\"badge badge-sales\"\u003e🔥 New Holiday Release\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eCreate Vintage Holiday Charm Without Sewing\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eEnjoy a relaxing, creative craft experience that brings festive texture and classic holiday warmth straight into your home decor.\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/b59735fef1fbbee06eec8d23eb033881.png?v=1787829199\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e✨ Effortless No-Sew Technique\u003c\/h3\u003e\n\u003cp\u003eEasily poke fabric squares into place to build stunning 3D textile artwork without needing any needles, threads, or messy glue.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/b94dbbcd6daa725030b35f25ee540524.png?v=1787829200\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e🎨 Complete All-Inclusive Kit\u003c\/h3\u003e\n\u003cp\u003eComes equipped with all essential tools, pre-cut fabric pieces, and an illustrated guide so you can start crafting right away.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/f08331768c26cd756bc7d600094505a4.png?v=1787829199\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e🎄 Cozy Vintage Holiday Aesthetic\u003c\/h3\u003e\n\u003cp\u003eFeatures charming traditional holiday motifs that instantly infuse your living room, mantel, or walls with seasonal warmth.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/384de91186b9cf63e48057b6b06f3f7e.png?v=1787829200\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e❤️ Relaxing Activity for Everyone\u003c\/h3\u003e\n\u003cp\u003eAn engaging, screen-free hobby designed for adults and beginners to unwind during quiet evenings or share memorable crafting moments.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/a9405252714cd8bd8dd66e4592747804.png?v=1787829199\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"size-chart-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eTheme\u003c\/th\u003e\n\u003ctd\u003eChristmas \/ Vintage Holiday\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTarget Audience\u003c\/th\u003e\n\u003ctd\u003eAdults \u0026amp; Beginners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCraft Method\u003c\/th\u003e\n\u003ctd\u003eNo-Sew Fabric Poke \/ Needle Punch Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eItem Dimensions\u003c\/th\u003e\n\u003ctd\u003e10 x 10 x 2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Components\u003c\/th\u003e\n\u003ctd\u003eFabric pieces, poke tool, frame, illustrated guide\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eHome Wall Decor \/ Holiday Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDo I need any prior sewing or crafting experience? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eNot at all! This kit is specifically designed for beginners and adults. The simple illustrated guide makes it easy to follow along without any prior experience.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDo I need to use glue to secure the fabric? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eNo glue is required. The fabric squares are securely positioned using the specialized poke tool included in the kit for a clean, mess-free experience.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat is included in the package? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eEach package contains everything you need to complete the project, including the pre-cut fabric pieces, frame, poke tool, and a step-by-step illustrated guide.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs this suitable as a gift for craft lovers? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eYes, it makes a wonderful and thoughtful holiday gift for friends and family members who enjoy relaxing DIY projects and festive home decor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003ch2\u003eShipping \u0026amp; Worry-Free Service\u003c\/h2\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eFast Shipping\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003e24\/7 Customer Support\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003e30-Day Free Returns\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eSecure Protection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv id=\"buy-now\" class=\"cta-section\"\u003e\n\u003ch2\u003eBring Festive Charm Into Your Home\u003c\/h2\u003e\n\u003cp\u003eEnjoy a relaxing holiday craft project and display your handmade creation proudly this season.\u003c\/p\u003e\n\u003ca href=\"#top\" class=\"cta-button\"\u003e Buy Now \u003c\/a\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003ch2\u003eReal Buyer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"reviews-overview\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.7\/5.0\u003c\/div\u003e\n\u003cdiv style=\"color: #c5a059; font-size: 1.6rem; margin-top: 4px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12.5px; color: #000000; margin-top: 4px;\"\u003eBased on reviews from 972 global buyers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reviews-list\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1544005313-94ddf0286df2?auto=format\u0026amp;fit=crop\u0026amp;w=120\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eSarah M.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“This was my first time trying fabric poke art and I was pleasantly surprised by how easy it was to get started. The kit came with everything I needed!”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?auto=format\u0026amp;fit=crop\u0026amp;w=120\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eTeneya Turner\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“I really enjoyed making this kit. The instructions were easy to follow and it was relaxing to work on while watching Christmas movies. Highly recommend!”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1494790108377-be9c29b29330?auto=format\u0026amp;fit=crop\u0026amp;w=120\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eEmily R.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“Such a clever craft concept! No glue or mess, and the finished piece has a gorgeous vintage texture that looks amazing on my wall.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1517841905240-472988babdf9?auto=format\u0026amp;fit=crop\u0026amp;w=120\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eJessica T.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“Bought this as a cozy weekend project and ended up loving the result. The materials feel high quality and it adds a lovely handmade holiday touch.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"US","offers":[{"title":"SDnowman","offer_id":43135986565191,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true},{"title":"Santa Claus","offer_id":43135986597959,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true},{"title":"White doves","offer_id":43135986630727,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true},{"title":"Reindeer","offer_id":43135986663495,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true},{"title":"Cardinal","offer_id":43135986696263,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true},{"title":"Christmas Tree","offer_id":43135986729031,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true},{"title":"Christmas Wreath","offer_id":43135986761799,"sku":"NC0182260727865-手工串珠圣诞树套装-A","price":35.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/8e437633109d538689a74f5e0b271de8.png?v=1787829199","url":"https:\/\/bamafrontierman.com\/products\/3d-christmas-fabric-poke-art-kit","provider":"bamafrontierman.com","version":"1.0","type":"link"}