{"product_id":"christmas-keepsake","title":"🎄DIY 3D Fabric Poke Art Christmas Keepsake Kit","description":"\u003cstyle\u003e  .poke-art-page {    --pa-primary: #b91c1c;     \/* 圣诞经典热烈红 *\/    --pa-forest: #15803d;      \/* 松针翠绿色 *\/    --pa-gold: #d97706;        \/* 暖金香槟色 *\/    --pa-dark: #1e293b;        \/* 极夜曜石深灰黑 *\/    --pa-red: #ba372a;         \/* 高光警示红 *\/    --pa-soft: #fdfbf7;        \/* 洁净温润浅暖奶底 *\/    --pa-border: #fde8d0;      \/* 暖阳微金边框 *\/    --pa-text: #1f2937;    --pa-muted: #4b5563;    --pa-white: #ffffff;    max-width: 760px; \/* 锁定移动端黄金宽度 *\/    margin: 0 auto;    padding: 10px;    box-sizing: border-box;    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;    color: var(--pa-text);    line-height: 1.65;    background: var(--pa-white);  }  .poke-art-page * {    box-sizing: border-box;  }  .poke-art-page h1,  .poke-art-page h2,  .poke-art-page h3,  .poke-art-page p {    margin-top: 0;  }  .poke-art-page h1 {    margin-bottom: 8px;    font-family: Georgia, 'Times New Roman', serif;    font-size: 24px;    line-height: 1.25;    font-weight: 900;    color: var(--pa-primary);  }  .poke-art-page h2 {    margin-bottom: 12px;    font-family: Georgia, 'Times New Roman', serif;    font-size: 19.5px;    line-height: 1.35;    font-weight: 800;    color: var(--pa-dark);  }  .poke-art-page h3 {    margin-bottom: 4px;    font-size: 15px;    line-height: 1.4;    font-weight: 800;    color: var(--pa-primary);  }  .poke-art-page p {    margin-bottom: 0;    font-size: 13.5px;    line-height: 1.55;    color: var(--pa-muted);  }  .poke-art-page img {    display: block;    width: 100%;    height: auto;    border-radius: 14px;    box-shadow: 0 4px 14px rgba(185, 28, 28, 0.12);  }  \/* 顶部 Authentic 信任告示栏 *\/  .pa-usa-trust-bar {    padding: 10px 12px;    background: #fff5f5;    border: 1px solid #feb2b2;    border-radius: 10px;    margin-bottom: 14px;    font-size: 12px;    color: #9b2c2c;    text-align: center;  }  .pa-usa-trust-bar strong {    color: var(--pa-red);  }  \/* 结构布局模块 *\/  .pa-section {    margin-bottom: 26px;  }  .pa-section--soft {    padding: 16px;    background: var(--pa-soft);    border: 1px solid var(--pa-border);    border-radius: 16px;  }  .pa-hero {    padding: 16px 8px;    text-align: center;    background: var(--pa-soft);    border: 1px solid var(--pa-border);    border-radius: 16px;  }  .pa-eyebrow {    display: inline-block;    margin-bottom: 6px;    color: var(--pa-primary);    font-size: 11px;    font-weight: 800;    letter-spacing: 1.5px;    text-transform: uppercase;  }  \/* 核心优势 2列网格卡片 *\/  .pa-benefits-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 8px;    margin-top: 14px;  }  .pa-benefit-card {    padding: 12px 10px;    background: var(--pa-white);    border: 1px solid var(--pa-border);    border-radius: 10px;    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);  }  .pa-benefit-card strong {    display: block;    font-size: 13.5px;    color: var(--pa-dark);    margin-bottom: 2px;  }  .pa-benefit-card p {    font-size: 12px;    line-height: 1.4;  }  \/* 场景平铺网格 *\/  .pa-zone-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 8px;    margin-top: 14px;    text-align: center;  }  .pa-zone-item {    padding: 10px 4px;    background: rgba(255, 255, 255, 0.15) !important;    border: 1px solid rgba(255, 255, 255, 0.25) !important;    border-radius: 8px;    font-size: 12.5px;    font-weight: 700;    color: #ffffff !important;  }  \/* 纵向 3 步操作指南 *\/  .pa-steps-list {    display: grid;    gap: 10px;    margin-top: 14px;  }  .pa-step-row {    display: flex;    align-items: flex-start;    padding: 12px 14px;    background: #ffffff;    border: 1px solid var(--pa-border);    border-radius: 12px;  }  .pa-step-circle {    display: flex;    align-items: center;    justify-content: center;    flex-shrink: 0;    width: 24px;    height: 24px;    margin-right: 12px;    background: var(--pa-primary);    color: #ffffff !important;    font-size: 12px;    font-weight: 800;    border-radius: 50%;    margin-top: 2px;  }  .pa-step-content {    flex: 1;    font-size: 13px;    line-height: 1.5;  }  .pa-step-content strong {    color: var(--pa-dark);  }  \/* ⚙️ 左右工整对齐的技术参数面板 *\/  .pa-table-box {    margin-top: 14px;    border: 1px solid var(--pa-border);    border-radius: 12px;    overflow: hidden;  }  .pa-spec-row {    display: flex;    justify-content: space-between;    align-items: center;    padding: 12px 16px;    font-size: 13px;    border-bottom: 1px solid var(--pa-soft);    background: #ffffff;    gap: 12px;  }  .pa-spec-row:last-child {    border-bottom: none;  }  .pa-spec-row:nth-child(even) {    background: #fafafa;  }  .pa-spec-label {    font-weight: 800;    color: var(--pa-dark);    white-space: nowrap;  }  .pa-spec-value {    text-align: right;    color: var(--pa-muted);    font-weight: 500;  }  .pa-notice-box {    background: #fff7ed;    border: 1px solid #ffedd5;    border-radius: 12px;    padding: 14px;    font-size: 12.5px;    color: #9a3412;    margin-top: 14px;  }  .pa-notice-box ul {    margin: 6px 0 0 0;    padding-left: 18px;  }  .pa-notice-box li {    margin-bottom: 4px;  }  \/* 精简型紧凑信托卡片 *\/  .pa-compact-trust {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 8px;    background: #ffffff;    border: 1px solid var(--pa-border);    border-radius: 12px;    padding: 12px 8px;    text-align: center;  }  .pa-trust-item-compact strong {    display: block;    font-size: 12px;    color: var(--pa-dark);    margin-bottom: 2px;  }  .pa-trust-item-compact p {    font-size: 11px;    color: var(--pa-muted);    line-height: 1.3;  }  \/* 强转化促单收尾大暗框 *\/  .pa-cta-banner {    padding: 22px 16px;    background: linear-gradient(135deg, var(--pa-dark), #991b1b) !important;    border-radius: 12px;    text-align: center;    box-shadow: 0 4px 14px rgba(185, 28, 28, 0.25);  }  .pa-cta-banner h2 {    color: #ffffff !important;    font-size: 16.5px;    margin-bottom: 4px;    font-weight: 800;    letter-spacing: 0.5px;  }  .pa-cta-banner p {    color: #fed7aa !important;    font-size: 13px;    margin-bottom: 14px;  }  .pa-cta-trust-line {    margin-top: 12px;    padding-top: 12px;    border-top: 1px solid rgba(255, 255, 255, 0.15);    display: flex;    justify-content: center;    gap: 14px;    flex-wrap: wrap;  }  .pa-trust-badge {    display: inline-flex;    align-items: center;    gap: 4px;    font-size: 11.5px !important;    font-weight: 800 !important;    color: #ffffff !important;    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);  }  \/* 底部4列高质感信托徽章 *\/  .pa-trust-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 6px;    margin-top: 14px;    text-align: center;  }  .pa-trust-item {    padding: 8px 4px;    background: var(--pa-soft);    border: 1px solid var(--pa-border);    border-radius: 8px;    font-size: 11px;    font-weight: 700;    color: var(--pa-muted);  }  @media (min-width: 600px) {    .pa-benefits-grid { grid-template-columns: repeat(2, 1fr); }  }\u003c\/style\u003e\u003cdiv class=\"poke-art-page\"\u003e  \u003c!-- 顶部 100% Authentic 强信任提醒栏 --\u003e  \u003cdiv class=\"pa-usa-trust-bar\"\u003e    ❤️ \u003cstrong\u003eAUTHENTIC GUARANTEE:\u003c\/strong\u003e Complete DIY 3D Fabric Poke Art Christmas Keepsake Kit with Genuine Quality!    \u003cdiv style=\"margin-top: 4px; font-weight: 700; color: var(--pa-dark);\"\u003e      🏆 #1 Holiday Craft Keepsake  |  🏆 30-Day Money-Back Guarantee  |  🔥 99.3% Recommends    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- Hero Banner 头部区域 (图 1 - 7dab408b) --\u003e  \u003csection class=\"pa-section\"\u003e    \u003cdiv class=\"pa-hero\"\u003e      \u003cspan class=\"pa-eyebrow\"\u003e🎄 NO SEWING REQUIRED • 3D TEXTURED ART • TABLETOP DISPLAY STAND ✨\u003c\/span\u003e      \u003ch1\u003eWhere Holiday Memories Meet Pure Crafting Joy\u003c\/h1\u003e            \u003c!-- 首屏门面大图平铺 --\u003e      \u003cdiv style=\"margin-top: 14px; margin-bottom: 14px;\"\u003e        \u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/7dab408bc89053cae60b536d9339d9bb629ed888.png\" alt=\"Handcrafting a 3D textured fabric poke art Christmas scene\" loading=\"eager\"\u003e      \u003c\/div\u003e      \u003cp style=\"font-size: 14.5px; color: var(--pa-text); font-weight: 500; padding: 0 4px; margin-top: 10px;\"\u003eTuck pre-cut colorful fabric squares into the pre-punched project board and watch a richly textured, dimensional holiday scene bloom before your eyes. Zero sewing needles, tangled thread, or complicated instructions required!\u003c\/p\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 核心优势卡片 (图 2 - 44852960) --\u003e  \u003csection class=\"pa-section\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🧵 Zero-Sewing Texture: Relaxing, Tactile \u0026amp; Satisfying ✨\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺 JPG 2 --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/44852960f8a776a3b81866417562d1537358a4cc.png\" alt=\"Close-up of wooden poking tool inserting fabric squares into Christmas art board\" loading=\"lazy\"\u003e    \u003c\/div\u003e    \u003cdiv class=\"pa-benefits-grid\"\u003e      \u003cdiv class=\"pa-benefit-card\"\u003e        \u003cstrong\u003e🪡 100% Needle-Free\u003c\/strong\u003e        \u003cp\u003eNo sharp needles, tangled thread, or glue needed—safe and fun for all ages.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-benefit-card\"\u003e        \u003cstrong\u003e🎨 3D Ruffled Dimension\u003c\/strong\u003e        \u003cp\u003eLayered fabric squares create fluffy feathers, evergreen pine needles, and snowdrifts.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-benefit-card\"\u003e        \u003cstrong\u003e🧘 Satisfying Stress Relief\u003c\/strong\u003e        \u003cp\u003eSimple rhythmic poke-and-tuck action calms the mind and melts stress away.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-benefit-card\"\u003e        \u003cstrong\u003e🖼️ Tabletop Stand Included\u003c\/strong\u003e        \u003cp\u003eIncludes a dedicated wooden display easel to showcase your finished artwork proudly.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺一：家居陈列与节日氛围 (图 3 - 8bfff753) --\u003e  \u003csection class=\"pa-section pa-section--soft\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🏡 Handmade Holiday Decor to Cherish Year After Year\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺 JPG 3 --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/8bfff7534239efd685312627480d96aff7ecc1fc.png\" alt=\"Finished 3D Christmas fabric poke art displayed on mantel with holiday lights\" loading=\"lazy\"\u003e    \u003c\/div\u003e    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--pa-muted);\"\u003eUnlike generic crafts that get lost in a drawer, this completed 3D artwork becomes a cherished seasonal keepsake your family will look forward to unpacking every single Christmas.\u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺二：全套配件与开箱清单 (图 4 - 688e3377) --\u003e  \u003csection class=\"pa-section\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e📦 All-In-One Complete Kit: Everything You Need Included\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺 JPG 4 --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/688e3377f7cb5a0055cf70b26161c3a2099f9cc9.png\" alt=\"Complete DIY fabric poke art kit accessories and tool breakdown\" loading=\"lazy\"\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 3步简易上手制作指南 --\u003e  \u003csection class=\"pa-section pa-section--soft\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🚀 Simple 3-Step Poke, Tuck \u0026amp; Display Protocol\u003c\/h2\u003e    \u003c\/div\u003e    \u003cdiv class=\"pa-steps-list\"\u003e      \u003cdiv class=\"pa-step-row\"\u003e        \u003cdiv class=\"pa-step-circle\"\u003e1\u003c\/div\u003e        \u003cdiv class=\"pa-step-content\"\u003e\n\u003cstrong\u003ePlace Fabric:\u003c\/strong\u003e Position a pre-cut fabric square over the matching colored hole on the pre-punched board.\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-step-row\"\u003e        \u003cdiv class=\"pa-step-circle\"\u003e2\u003c\/div\u003e        \u003cdiv class=\"pa-step-content\"\u003e\n\u003cstrong\u003ePoke \u0026amp; Tuck:\u003c\/strong\u003e Press the wooden-handled poking tool into the center to anchor the fabric and fluff the petals.\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-step-row\"\u003e        \u003cdiv class=\"pa-step-circle\"\u003e3\u003c\/div\u003e        \u003cdiv class=\"pa-step-content\"\u003e\n\u003cstrong\u003eMount on Stand:\u003c\/strong\u003e Place your finished 3D masterpiece onto the included easel and display it proudly!\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 广泛适用多场景大暗框区域 --\u003e  \u003csection class=\"pa-section\" style=\"padding: 0; margin-bottom: 26px;\"\u003e    \u003cdiv style=\"padding: 22px 16px; background: #1e293b !important; border-radius: 16px !important; color: #ffffff !important; text-align: center;\"\u003e      \u003cspan style=\"display: inline-block; margin-bottom: 6px; color: #fbbf24 !important; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;\"\u003e        Universal Holiday Home Styling      \u003c\/span\u003e            \u003ch2 style=\"color: #ffffff !important; font-size: 19.5px !important; margin-top: 0; margin-bottom: 14px; font-weight: 800; line-height: 1.35;\"\u003e        🎄 Perfect For Fireplace Mantels, Tree Displays, Bookcases \u0026amp; Gifting 🎁      \u003c\/h2\u003e      \u003cdiv class=\"pa-zone-grid\"\u003e        \u003cdiv class=\"pa-zone-item\"\u003e🪵 Fireplace Mantels \u0026amp; Shelves\u003c\/div\u003e        \u003cdiv class=\"pa-zone-item\"\u003e🎄 Beside the Christmas Tree\u003c\/div\u003e        \u003cdiv class=\"pa-zone-item\"\u003e☕ Entryway Console Tables\u003c\/div\u003e        \u003cdiv class=\"pa-zone-item\"\u003e🎁 Heartfelt Handmade Gifting\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 📋 开箱清单与技术参数面板 --\u003e  \u003csection class=\"pa-section pa-section--soft\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e    \u003c\/div\u003e    \u003cdiv class=\"pa-table-box\"\u003e      \u003cdiv class=\"pa-spec-row\"\u003e        \u003cdiv class=\"pa-spec-label\"\u003eProduct Name\u003c\/div\u003e        \u003cdiv class=\"pa-spec-value\" style=\"font-weight: 800; color: var(--pa-dark);\"\u003eDIY 3D Fabric Poke Art Christmas Keepsake Kit\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-spec-row\"\u003e        \u003cdiv class=\"pa-spec-label\"\u003eCraft Type\u003c\/div\u003e        \u003cdiv class=\"pa-spec-value\"\u003eZero-Sewing Dimensional Fabric Poke Art\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-spec-row\"\u003e        \u003cdiv class=\"pa-spec-label\"\u003eTool Included\u003c\/div\u003e        \u003cdiv class=\"pa-spec-value\"\u003e1 × Ergonomic Wooden-Handled Poking Tool\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-spec-row\"\u003e        \u003cdiv class=\"pa-spec-label\"\u003eDisplay Accessory\u003c\/div\u003e        \u003cdiv class=\"pa-spec-value\"\u003e1 × Tabletop Display Stand Included\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-spec-row\"\u003e        \u003cdiv class=\"pa-spec-label\"\u003eSkill Level\u003c\/div\u003e        \u003cdiv class=\"pa-spec-value\"\u003eBeginner Friendly \/ All Ages (Kids \u0026amp; Adults)\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-spec-row\" style=\"background:#fff7ed;\"\u003e        \u003cdiv class=\"pa-spec-label\" style=\"color:var(--pa-primary);\"\u003ePackage Inventory\u003c\/div\u003e        \u003cdiv class=\"pa-spec-value\" style=\"font-weight:bold; color:var(--pa-dark);\"\u003e1 × Art Board + Fabric Squares + Tool + Stand + Guide\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- 制作与安全须知提示框 --\u003e    \u003cdiv class=\"pa-notice-box\"\u003e      \u003cstrong\u003e📌 Crafting \u0026amp; Safety Guidance:\u003c\/strong\u003e      \u003cul\u003e        \u003cli\u003eEverything required is included right out of the box—no scissors, glue, or sewing needles required!\u003c\/li\u003e        \u003cli\u003eContains a small wooden-handled poking tool and small fabric pieces. Adult supervision is recommended for young children.\u003c\/li\u003e      \u003c\/ul\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ⚡ 精简型紧凑信托卡片 --\u003e  \u003csection class=\"pa-section\"\u003e    \u003cdiv class=\"pa-compact-trust\"\u003e      \u003cdiv class=\"pa-trust-item-compact\"\u003e        \u003cstrong\u003e✈️ Tracked Shipping\u003c\/strong\u003e        \u003cp\u003eLive tracking link with every order\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-trust-item-compact\"\u003e        \u003cstrong\u003e🔒 30-Day Guarantee\u003c\/strong\u003e        \u003cp\u003eHassle-free replacement or refund\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"pa-trust-item-compact\"\u003e        \u003cstrong\u003e🛡️ 100% Needle-Free\u003c\/strong\u003e        \u003cp\u003eSafe, relaxing \u0026amp; mess-free craft\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 强转化促单收尾大暗框 --\u003e  \u003cdiv class=\"pa-cta-banner\"\u003e    \u003ch2\u003e🎄 CREATE YOUR OWN TIMELESS CHRISTMAS KEEPSAKE TODAY! ✨\u003c\/h2\u003e    \u003cp\u003eSelect your favorite holiday designs above and enjoy hours of relaxing, festive crafting tonight!\u003c\/p\u003e        \u003cdiv class=\"pa-cta-trust-line\"\u003e      \u003cspan class=\"pa-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e      \u003cspan class=\"pa-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e      \u003cspan class=\"pa-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 底部四列高质感信托徽章 --\u003e  \u003cdiv class=\"pa-trust-grid\"\u003e    \u003cdiv class=\"pa-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e    \u003cdiv class=\"pa-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e    \u003cdiv class=\"pa-trust-item\"\u003e🧵 Zero Sewing\u003c\/div\u003e    \u003cdiv class=\"pa-trust-item\"\u003e🎄 3D Poke Art\u003c\/div\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"☃️Warm Winter Snowman \/ 12 × 9.5 × 0.8 inches","offer_id":52801529151717,"sku":"SZ04262608261496-雪人-DIY套装材料包（带边框）","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🕊️Peaceful Dove Noel \/ 12 × 9.5 × 0.8 inches","offer_id":52801529184485,"sku":"SZ04262608261496-白鸽-DIY套装材料包（带边框）","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🪟Christmas Cottage Window \/ 12 × 9.5 × 0.8 inches","offer_id":52801529217253,"sku":"SZ04262608261496-花环-DIY套装材料包（带边框）","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🌲Vintage Christmas Tree Sampler \/ 12 × 9.5 × 0.8 inches","offer_id":52801529250021,"sku":"SZ04262608261496-圣诞树-DIY套装材料包（带边框）","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🐦Cardinal Christmas \/ 12 × 9.5 × 0.8 inches","offer_id":52801529282789,"sku":"SZ04262608261496-红衣教主-DIY套装材料包（带边框）","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🦌Woodland Christmas Deer \/ 12 × 9.5 × 0.8 inches","offer_id":52801529315557,"sku":"SZ04262608261496-鹿-DIY套装材料包（带边框）","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/0825\/3669\/files\/8cf091765aadf44f56d46e743214c280e2f0ee12.jpg?v=1789026115","url":"https:\/\/laoyesi.com\/products\/christmas-keepsake","provider":"LAOYESI","version":"1.0","type":"link"}