{"product_id":"easy-diy-photo-magnets","title":"🔥Easy DIY Photo Magnets","description":"\u003cstyle\u003e \/* =========================    GLOBAL ========================= *\/ .product-detail-container {   --primary: #D79B57;   --primary-dark: #A86E32;   --text-main: #2F2A26;   --text-sub: #6D645C;   --bg-soft: #F8F4EE;   --bg-card: #FFFFFF;   --border: #E8E0D7;    width: 100%;   max-width: 600px;   margin: 0 auto;   padding: 0 16px;    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',     Roboto, Helvetica, Arial, sans-serif;    color: var(--text-main);   line-height: 1.65;   box-sizing: border-box; }  .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {   box-sizing: border-box; }  .product-detail-container h1, .product-detail-container h2, .product-detail-container h3, .product-detail-container p {   margin: 0; }  .product-detail-container img {   display: block;   width: 100%;   max-width: 100%;   height: auto;   border: 0; }  \/* =========================    HERO ========================= *\/ .pd-hero {   padding: 38px 0 26px;   text-align: center; }  .pd-badge {   display: inline-flex;   align-items: center;   justify-content: center;    margin-bottom: 14px;   padding: 7px 15px;    background: var(--bg-soft);   color: var(--primary-dark);    border-radius: 999px;    font-size: 14px;   font-weight: 700;   line-height: 1.3; }  .pd-hero h1 {   max-width: 540px;   margin: 0 auto;    font-size: 34px;   line-height: 1.15;   font-weight: 800;   letter-spacing: -0.5px; }  .pd-hero-subtitle {   max-width: 520px;   margin: 14px auto 0 !important;    color: var(--text-sub);    font-size: 18px;   line-height: 1.55; }  .pd-hero-image {   margin-top: 24px;   overflow: hidden;   border-radius: 16px; }  \/* =========================    FEATURE ========================= *\/ .pd-feature {   padding: 34px 0;   border-bottom: 1px solid #EFE9E2; }  .pd-feature:last-of-type {   border-bottom: 0; }  .pd-feature-image {   overflow: hidden;   border-radius: 16px;   background: #F5F2ED; }  .pd-feature-copy {   padding-top: 20px; }  .pd-eyebrow {   display: block;   margin-bottom: 7px;    color: var(--primary-dark);    font-size: 13px;   font-weight: 800;   letter-spacing: 1.4px;   text-transform: uppercase; }  .pd-feature h2 {   margin-bottom: 10px;    font-size: 26px;   line-height: 1.25;   font-weight: 800; }  .pd-feature p {   color: var(--text-sub);    font-size: 17px;   line-height: 1.65; }  .pd-tags {   display: flex;   flex-wrap: wrap;   gap: 8px;    margin-top: 16px; }  .pd-tag {   padding: 7px 11px;    background: var(--bg-soft);   color: #554D46;    border-radius: 7px;    font-size: 13px;   font-weight: 700;   line-height: 1.3; }  \/* =========================    SPECIFICATIONS ========================= *\/ .pd-specs {   margin: 34px 0;   padding: 26px 20px;    background: var(--bg-soft);   border-radius: 18px; }  .pd-section-title {   margin-bottom: 20px !important;    text-align: center;    font-size: 27px;   line-height: 1.25;   font-weight: 800; }  .pd-spec-list {   overflow: hidden;    background: #FFFFFF;    border: 1px solid var(--border);   border-radius: 13px; }  .pd-spec-row {   display: grid;   grid-template-columns: 38% 62%;   align-items: start;    border-bottom: 1px solid var(--border); }  .pd-spec-row:last-child {   border-bottom: 0; }  .pd-spec-label, .pd-spec-value {   padding: 14px 13px; }  .pd-spec-label {   background: #FCFAF7;    font-size: 14px;   font-weight: 700; }  .pd-spec-value {   color: var(--text-sub);    font-size: 14px;   line-height: 1.5; }  \/* =========================    FAQ ========================= *\/ .pd-faq {   padding: 30px 0 44px; }  .pd-faq-item {   margin-bottom: 10px;    background: #FFFFFF;    border: 1px solid var(--border);   border-radius: 12px;    overflow: hidden; }  .pd-faq-item details {   padding: 0; }  .pd-faq-item summary {   position: relative;    display: block;    padding: 16px 48px 16px 16px;    cursor: pointer;   list-style: none;    font-size: 16px;   line-height: 1.4;   font-weight: 700; }  .pd-faq-item summary::-webkit-details-marker {   display: none; }  .pd-faq-item summary::after {   content: '+';    position: absolute;   right: 17px;   top: 50%;    transform: translateY(-50%);    color: var(--primary);   font-size: 25px;   font-weight: 400; }  .pd-faq-item details[open] summary::after {   content: '−'; }  .pd-faq-answer {   padding: 0 16px 17px !important;    color: var(--text-sub);    font-size: 15px;   line-height: 1.65; }  \/* =========================    MOBILE ========================= *\/ @media (max-width: 767px) {   .product-detail-container {     padding: 0 12px;   }    .pd-hero {     padding: 28px 0 22px;   }    .pd-hero h1 {     font-size: 28px;   }    .pd-hero-subtitle {     font-size: 16px;   }    .pd-feature {     padding: 27px 0;   }    .pd-feature-copy {     padding-top: 16px;   }    .pd-feature h2 {     font-size: 23px;   }    .pd-feature p {     font-size: 16px;   }    .pd-specs {     padding: 22px 12px;   }    .pd-spec-row {     grid-template-columns: 1fr;   }    .pd-spec-label {     padding-bottom: 5px;     background: transparent;   }    .pd-spec-value {     padding-top: 0;   }    .pd-section-title {     font-size: 24px;   } } \u003c\/style\u003e   \u003cdiv class=\"product-detail-container\"\u003e    \u003c!-- ================= HERO ================= --\u003e   \u003csection class=\"pd-hero\"\u003e      \u003cspan class=\"pd-badge\"\u003e       ✨ Easy Peel-and-Stick Assembly     \u003c\/span\u003e      \u003ch1\u003e       Turn Photos \u0026amp; Drawings Into Custom Magnets Instantly     \u003c\/h1\u003e      \u003cp class=\"pd-hero-subtitle\"\u003e       The easiest DIY kit to protect memories and showcase creativity       on your fridge. No glue, no mess, just fun.     \u003c\/p\u003e      \u003cdiv class=\"pd-hero-image\"\u003e       \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515105808\/d9e4ddbbb8d438091246d451443b6c9f.jpg\" alt=\"DIY Acrylic Photo Magnet Kit\" loading=\"eager\"\u003e     \u003c\/div\u003e    \u003c\/section\u003e     \u003c!-- ================= FEATURE 01 ================= --\u003e   \u003csection class=\"pd-feature\"\u003e      \u003cdiv class=\"pd-feature-image\"\u003e       \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260817135201\/b8b38b6d72afde29d91b8f8c4352b13e.png\" alt=\"Easy DIY Magnet Assembly\" loading=\"lazy\"\u003e     \u003c\/div\u003e      \u003cdiv class=\"pd-feature-copy\"\u003e        \u003cspan class=\"pd-eyebrow\"\u003e         Easy DIY       \u003c\/span\u003e        \u003ch2\u003e         Create in Minutes       \u003c\/h2\u003e        \u003cp\u003e         Cut, peel, and stick. The included clear adhesive makes assembly         quick and clean—no liquid glue or complicated tools required.       \u003c\/p\u003e        \u003cdiv class=\"pd-tags\"\u003e         \u003cspan class=\"pd-tag\"\u003eNo Tools Needed\u003c\/span\u003e         \u003cspan class=\"pd-tag\"\u003eClear Adhesive Included\u003c\/span\u003e         \u003cspan class=\"pd-tag\"\u003eBeginner Friendly\u003c\/span\u003e       \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e     \u003c!-- ================= FEATURE 02 ================= --\u003e   \u003csection class=\"pd-feature\"\u003e      \u003cdiv class=\"pd-feature-image\"\u003e       \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260817140142\/487e62d5172ba7ae7b6ecd572e26daa9.png\" alt=\"Clear Acrylic Photo Protection\" loading=\"lazy\"\u003e     \u003c\/div\u003e      \u003cdiv class=\"pd-feature-copy\"\u003e        \u003cspan class=\"pd-eyebrow\"\u003e         Clear Protection       \u003c\/span\u003e        \u003ch2\u003e         Make Every Memory Stand Out       \u003c\/h2\u003e        \u003cp\u003e         Clear acrylic gives photos and drawings a polished,         vibrant finish while helping protect them from dust,         scratches, and everyday wear.       \u003c\/p\u003e        \u003cdiv class=\"pd-tags\"\u003e         \u003cspan class=\"pd-tag\"\u003e4mm Acrylic\u003c\/span\u003e         \u003cspan class=\"pd-tag\"\u003eHigh Transparency\u003c\/span\u003e         \u003cspan class=\"pd-tag\"\u003eVibrant Display\u003c\/span\u003e       \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e     \u003c!-- ================= FEATURE 03 ================= --\u003e   \u003csection class=\"pd-feature\"\u003e      \u003cdiv class=\"pd-feature-image\"\u003e       \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515105808\/d3b29466850204f5b793e698c94867f4.jpg\" alt=\"Magnetic Backing for Refrigerator\" loading=\"lazy\"\u003e     \u003c\/div\u003e      \u003cdiv class=\"pd-feature-copy\"\u003e        \u003cspan class=\"pd-eyebrow\"\u003e         Strong Magnetic Back       \u003c\/span\u003e        \u003ch2\u003e         Display It Anywhere Magnetic       \u003c\/h2\u003e        \u003cp\u003e         The flexible full-back magnet holds securely on refrigerators,         magnetic boards, lockers, and other suitable metal surfaces,         while remaining easy to reposition.       \u003c\/p\u003e        \u003cdiv class=\"pd-tags\"\u003e         \u003cspan class=\"pd-tag\"\u003eFull Magnetic Backing\u003c\/span\u003e         \u003cspan class=\"pd-tag\"\u003eSecure Hold\u003c\/span\u003e         \u003cspan class=\"pd-tag\"\u003eEasy to Reposition\u003c\/span\u003e       \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e     \u003c!-- ================= SPECIFICATIONS ================= --\u003e   \u003csection class=\"pd-specs\"\u003e      \u003ch2 class=\"pd-section-title\"\u003e       Product Specifications     \u003c\/h2\u003e      \u003cdiv class=\"pd-spec-list\"\u003e        \u003cdiv class=\"pd-spec-row\"\u003e         \u003cdiv class=\"pd-spec-label\"\u003e           Dimensions         \u003c\/div\u003e         \u003cdiv class=\"pd-spec-value\"\u003e           Approx. 2 × 2 in \/ 5 × 5 cm         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"pd-spec-row\"\u003e         \u003cdiv class=\"pd-spec-label\"\u003e           Total Thickness         \u003c\/div\u003e         \u003cdiv class=\"pd-spec-value\"\u003e           Approx. 4 mm \/ 0.16 in         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"pd-spec-row\"\u003e         \u003cdiv class=\"pd-spec-label\"\u003e           Materials         \u003c\/div\u003e         \u003cdiv class=\"pd-spec-value\"\u003e           Clear acrylic block, flexible magnetic sheet, cardstock         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"pd-spec-row\"\u003e         \u003cdiv class=\"pd-spec-label\"\u003e           Assembly         \u003c\/div\u003e         \u003cdiv class=\"pd-spec-value\"\u003e           DIY assembly with included transparent double-sided adhesive         \u003c\/div\u003e       \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e     \u003c!-- ================= FAQ ================= --\u003e   \u003csection class=\"pd-faq\"\u003e      \u003ch2 class=\"pd-section-title\"\u003e       Frequently Asked Questions     \u003c\/h2\u003e       \u003cdiv class=\"pd-faq-item\"\u003e       \u003cdetails\u003e          \u003csummary\u003e           Do I need separate glue?         \u003c\/summary\u003e          \u003cp class=\"pd-faq-answer\"\u003e           No. Clear double-sided adhesive is included,           so there is no need for messy liquid glue.         \u003c\/p\u003e        \u003c\/details\u003e     \u003c\/div\u003e       \u003cdiv class=\"pd-faq-item\"\u003e       \u003cdetails\u003e          \u003csummary\u003e           What size photos should I use?         \u003c\/summary\u003e          \u003cp class=\"pd-faq-answer\"\u003e           The acrylic blocks are approximately 2 × 2 inches.           Simply trim your photo or artwork to fit.         \u003c\/p\u003e        \u003c\/details\u003e     \u003c\/div\u003e       \u003cdiv class=\"pd-faq-item\"\u003e       \u003cdetails\u003e          \u003csummary\u003e           Will it hold securely on a refrigerator?         \u003c\/summary\u003e          \u003cp class=\"pd-faq-answer\"\u003e           Yes. The flexible magnetic backing covers the rear surface           for a secure hold on suitable magnetic refrigerator doors           and boards.         \u003c\/p\u003e        \u003c\/details\u003e     \u003c\/div\u003e    \u003c\/section\u003e  \u003c\/div\u003e","brand":"mysite","offers":[{"title":"10-Pack (Starter Kit)","offer_id":49148118794425,"sku":"NC02102608081278-2mm小盒10件套装","price":19.99,"currency_code":"USD","in_stock":true},{"title":"20-Pack (Family Pack)","offer_id":49148118827193,"sku":"NC02102608081278-2mm中盒20件套装","price":32.98,"currency_code":"USD","in_stock":true},{"title":"40-Pack (Event \u0026 Party Favor Kit)","offer_id":49148118859961,"sku":"NC02102608081278-2mm大盒40件套装","price":47.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0797\/1628\/6649\/files\/d9e4ddbbb8d438091246d451443b6c9f_994b09ad-16e2-4a41-aa97-354867be6613.jpg?v=1789460912","url":"https:\/\/aluckgoodset.com\/products\/easy-diy-photo-magnets","provider":"aluckgoodSet","version":"1.0","type":"link"}