{"product_id":"products-diy-magnetic-photo-frames-clear-acrylic-fridge-magnets","title":"DIY Magnetic Photo Frames – 2\" x 2\" Clear Acrylic Fridge Magnets","description":"\u003cstyle\u003e\n  \/* ==========================================================\n     MPFM - DIY Magnetic Photo Frames\n     Shopify White Theme \/ Mobile-First \/ Fully Scoped\n     ========================================================== *\/\n\n  #MPFM-wrapper {\n    --mpfm-blue: #74bde7;\n    --mpfm-pink: #eda9c4;\n    --mpfm-yellow: #e9cf7a;\n    --mpfm-title: #52606a;\n    --mpfm-text: #6e7981;\n    --mpfm-border: #e1ebf0;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 12px 0 20px;\n    color: var(--mpfm-text);\n    font-family: inherit;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  #MPFM-wrapper *,\n  #MPFM-wrapper *::before,\n  #MPFM-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  #MPFM-wrapper h3,\n  #MPFM-wrapper p {\n    padding: 0;\n  }\n\n  #MPFM-wrapper h3 {\n    margin: 0 0 15px;\n    color: var(--mpfm-title);\n    font-size: 1.35rem;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n  }\n\n  #MPFM-wrapper p {\n    margin: 0 0 16px;\n    color: var(--mpfm-text);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  #MPFM-wrapper .MPFM-accent {\n    font-weight: 800;\n    background: linear-gradient(\n      90deg,\n      #57abd9 0%,\n      #db8faf 52%,\n      #d1b451 100%\n    );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n  \/* Hero *\/\n  #MPFM-wrapper .MPFM-banner {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 11px;\n    margin: 18px 0 20px;\n    padding: 19px 15px;\n    text-align: center;\n    border: 1px solid #e2ebf0;\n    border-radius: 18px;\n    background:\n      linear-gradient(\n        135deg,\n        #f3fbff 0%,\n        #fff6fa 50%,\n        #fffbed 100%\n      );\n    box-shadow: 0 8px 25px rgba(92, 124, 144, 0.07);\n  }\n\n  #MPFM-wrapper .MPFM-banner-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 56px;\n    height: 56px;\n    min-width: 56px;\n    border-radius: 17px;\n    background: rgba(255,255,255,0.9);\n    box-shadow: 0 5px 16px rgba(86,119,140,0.08);\n  }\n\n  #MPFM-wrapper .MPFM-banner-icon svg {\n    width: 40px;\n    height: 40px;\n    display: block;\n  }\n\n  #MPFM-wrapper .MPFM-banner-text {\n    margin: 0 !important;\n    font-size: 13.5px;\n    line-height: 1.6;\n  }\n\n  #MPFM-wrapper .MPFM-banner-text strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--mpfm-title);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  \/* Quick Strip *\/\n  #MPFM-wrapper .MPFM-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 7px;\n    margin: 0 0 20px;\n  }\n\n  #MPFM-wrapper .MPFM-strip-item {\n    padding: 9px 5px;\n    text-align: center;\n    border-radius: 11px;\n    border: 1px solid #e3eaee;\n    background: linear-gradient(\n      135deg,\n      #f6fcff,\n      #fff8fb\n    );\n    color: #687680;\n    font-size: 10.5px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  \/* Images *\/\n  #MPFM-wrapper .MPFM-images {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin: 20px 0;\n  }\n\n  #MPFM-wrapper .MPFM-images img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n    border: 1px solid #e5edf1;\n    box-shadow: 0 6px 20px rgba(67, 90, 106, 0.07);\n  }\n\n  \/* Cards *\/\n  #MPFM-wrapper .MPFM-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 9px;\n    margin: 20px 0;\n  }\n\n  #MPFM-wrapper .MPFM-card {\n    min-width: 0;\n    padding: 14px 11px;\n    border: 1px solid transparent;\n    border-radius: 15px;\n\n    background:\n      linear-gradient(#ffffff, #ffffff) padding-box,\n      linear-gradient(\n        135deg,\n        #d8edf8,\n        #f6dfeb,\n        #f3e9bd\n      ) border-box;\n\n    box-shadow: 0 5px 16px rgba(70, 95, 110, 0.05);\n\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  #MPFM-wrapper .MPFM-card:hover {\n    transform: translateY(-3px);\n\n    background:\n      linear-gradient(#ffffff, #ffffff) padding-box,\n      linear-gradient(\n        135deg,\n        #7bc5e9,\n        #e8abc5,\n        #dec870\n      ) border-box;\n\n    box-shadow:\n      0 10px 26px rgba(88, 127, 150, 0.11),\n      0 0 18px rgba(237,169,196,0.08);\n  }\n\n  #MPFM-wrapper .MPFM-card-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 8px;\n    border-radius: 10px;\n    background: linear-gradient(\n      135deg,\n      #eef9ff,\n      #fff5f9\n    );\n  }\n\n  #MPFM-wrapper .MPFM-card-icon svg {\n    display: block;\n    width: 22px;\n    height: 22px;\n  }\n\n  #MPFM-wrapper .MPFM-card-title {\n    display: block;\n    margin-bottom: 6px;\n    color: #596771;\n    font-size: 13.5px;\n    font-weight: 800;\n    line-height: 1.4;\n  }\n\n  #MPFM-wrapper .MPFM-card-text {\n    margin: 0 !important;\n    color: #78848c;\n    font-size: 12.3px !important;\n    line-height: 1.55;\n  }\n\n  \/* How to Use *\/\n  #MPFM-wrapper .MPFM-how {\n    margin: 21px 0;\n    padding: 17px 15px;\n    border: 1px solid #e1eaee;\n    border-radius: 16px;\n    background:\n      linear-gradient(\n        120deg,\n        #f5fbff 0%,\n        #fff8fb 58%,\n        #fffdf2 100%\n      );\n  }\n\n  #MPFM-wrapper .MPFM-how-title {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 11px;\n    color: var(--mpfm-title);\n    font-size: 14.5px;\n    font-weight: 800;\n  }\n\n  #MPFM-wrapper .MPFM-how-title svg {\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n  }\n\n  #MPFM-wrapper .MPFM-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  #MPFM-wrapper .MPFM-step:last-child {\n    margin-bottom: 0;\n  }\n\n  #MPFM-wrapper .MPFM-step-num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    min-width: 24px;\n    border-radius: 50%;\n    background: linear-gradient(\n      135deg,\n      #dff2fb,\n      #f7e3ed\n    );\n    color: #5e8ea7;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  #MPFM-wrapper .MPFM-step-text {\n    padding-top: 1px;\n    color: #738088;\n    font-size: 12.5px;\n    line-height: 1.55;\n  }\n\n  \/* Specs *\/\n  #MPFM-wrapper .MPFM-specs {\n    margin: 20px 0;\n    padding: 16px 15px;\n    border: 1px solid #e3eaee;\n    border-radius: 16px;\n    background: linear-gradient(\n      120deg,\n      #f7fcff,\n      #fff9fb\n    );\n  }\n\n  #MPFM-wrapper .MPFM-spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 7px 0;\n    border-bottom: 1px solid rgba(213, 225, 231, 0.7);\n    font-size: 12.5px;\n  }\n\n  #MPFM-wrapper .MPFM-spec:last-child {\n    border-bottom: 0;\n  }\n\n  #MPFM-wrapper .MPFM-spec strong {\n    color: #596871;\n    font-weight: 800;\n  }\n\n  #MPFM-wrapper .MPFM-spec span {\n    text-align: right;\n  }\n\n  \/* Tags *\/\n  #MPFM-wrapper .MPFM-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 20px 0 5px;\n  }\n\n  #MPFM-wrapper .MPFM-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 7px 11px;\n    border: 1px solid #e1e9ed;\n    border-radius: 999px;\n    background:\n      linear-gradient(\n        120deg,\n        #f5fbff,\n        #fff8fb\n      );\n    color: #65747d;\n    font-size: 11.5px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  #MPFM-wrapper .MPFM-slogan {\n    margin: 25px 0 0 !important;\n    padding-top: 18px;\n    border-top: 1px solid #e6ecef;\n    text-align: center;\n    color: #596771 !important;\n    font-size: 14.5px !important;\n    font-weight: 800;\n  }\n\n  @media (min-width: 601px) {\n\n    #MPFM-wrapper {\n      padding: 20px 0 28px;\n    }\n\n    #MPFM-wrapper h3 {\n      font-size: 1.65rem;\n    }\n\n    #MPFM-wrapper p {\n      font-size: 15px;\n    }\n\n    #MPFM-wrapper .MPFM-banner {\n      flex-direction: row;\n      text-align: left;\n      gap: 15px;\n      padding: 19px 20px;\n    }\n\n    #MPFM-wrapper .MPFM-strip-item {\n      padding: 10px;\n      font-size: 12px;\n    }\n\n    #MPFM-wrapper .MPFM-images {\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n    }\n\n    #MPFM-wrapper .MPFM-grid {\n      gap: 13px;\n    }\n\n    #MPFM-wrapper .MPFM-card {\n      padding: 18px;\n    }\n\n    #MPFM-wrapper .MPFM-card-title {\n      font-size: 15px;\n    }\n\n    #MPFM-wrapper .MPFM-card-text {\n      font-size: 13.5px !important;\n    }\n\n    #MPFM-wrapper .MPFM-how,\n    #MPFM-wrapper .MPFM-specs {\n      padding: 18px 20px;\n    }\n\n    #MPFM-wrapper .MPFM-step-text {\n      font-size: 13.5px;\n    }\n\n    #MPFM-wrapper .MPFM-tag {\n      padding: 8px 13px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"MPFM-wrapper\"\u003e\n\u003ch3\u003eTurn Your Favorite Little Moments Into Fridge Magnets\u003c\/h3\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"MPFM-banner\"\u003e\n\u003cspan class=\"MPFM-banner-icon\"\u003e \u003c!-- Photo Frame SVG --\u003e \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n        \u003crect x=\"8\" y=\"8\" width=\"32\" height=\"32\" rx=\"6\" stroke=\"#74bde7\" stroke-width=\"2.2\"\u003e\u003c\/rect\u003e\n\n        \u003ccircle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#eda9c4\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n\n        \u003cpath d=\"M12 34L21 25L27 31L32 26L36 34\" stroke=\"#e9cf7a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/span\u003e\n\u003cp class=\"MPFM-banner-text\"\u003e\u003cstrong\u003e Your Photos. Your Art. Your Magnet. \u003c\/strong\u003e Create personalized fridge magnets in minutes using your favorite photos, drawings, mini prints or craft designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003cdiv class=\"MPFM-strip\"\u003e\n\u003cdiv class=\"MPFM-strip-item\"\u003e2\" × 2\" Acrylic\u003c\/div\u003e\n\u003cdiv class=\"MPFM-strip-item\"\u003ePeel \u0026amp; Stick\u003c\/div\u003e\n\u003cdiv class=\"MPFM-strip-item\"\u003eDIY Friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTurn small memories into something you can see every day with these \u003cspan class=\"MPFM-accent\"\u003e clear acrylic magnetic photo frames \u003c\/span\u003e. Add a favorite photo, drawing or mini artwork, peel away the adhesive backing, and create a custom magnet with a clean, polished look.\u003c\/p\u003e\n\u003cp\u003eThe transparent acrylic panel helps keep your design visible and protected, while the magnetic backing makes it easy to display your creation on compatible metal surfaces like refrigerators, lockers, whiteboards and office boards.\u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/4158389646e943cca68336019bda0ede~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Square acrylic DIY magnetic photo frame\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/7dcbd5fcd9d745a7bdc65bb9e06d08ec~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"DIY fridge magnet photo display\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c!-- PRODUCT IMAGES --\u003e\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"MPFM-grid\"\u003e\n\u003cdiv class=\"MPFM-card\"\u003e\n\u003cspan class=\"MPFM-card-icon\"\u003e \u003c!-- DIY SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M5 18L16 7L18 9L7 20H5V18Z\" stroke=\"#74bde7\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 5L19 10\" stroke=\"#eda9c4\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MPFM-card-title\"\u003e Create It Your Way \u003c\/span\u003e\n\u003cp class=\"MPFM-card-text\"\u003eUse photos, artwork, drawings, scrapbook paper or mini prints to create magnets that feel completely personal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-card\"\u003e\n\u003cspan class=\"MPFM-card-icon\"\u003e \u003c!-- Peel SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003crect x=\"5\" y=\"5\" width=\"14\" height=\"14\" rx=\"3\" stroke=\"#74bde7\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M14 5V10H19\" stroke=\"#eda9c4\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14H16\" stroke=\"#e9cf7a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MPFM-card-title\"\u003e Peel, Stick \u0026amp; Done \u003c\/span\u003e\n\u003cp class=\"MPFM-card-text\"\u003eSelf-adhesive acrylic panels make assembly simple with no separate glue or complicated tools required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-card\"\u003e\n\u003cspan class=\"MPFM-card-icon\"\u003e \u003c!-- Clear SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"#74bde7\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M7 17L17 7\" stroke=\"#eda9c4\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MPFM-card-title\"\u003e Crystal-Clear Display \u003c\/span\u003e\n\u003cp class=\"MPFM-card-text\"\u003e5 mm clear acrylic adds a polished look while helping protect your mini photo or artwork underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-card\"\u003e\n\u003cspan class=\"MPFM-card-icon\"\u003e \u003c!-- Magnet SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M6 4V12C6 15.3 8.7 18 12 18C15.3 18 18 15.3 18 12V4\" stroke=\"#74bde7\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 4H10V8H6V4ZM14 4H18V8H14V4Z\" stroke=\"#eda9c4\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MPFM-card-title\"\u003e Easy Magnetic Display \u003c\/span\u003e\n\u003cp class=\"MPFM-card-text\"\u003ePlace your finished creations on compatible magnetic metal surfaces and move them whenever you want a new layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"MPFM-how\"\u003e\n\u003cdiv class=\"MPFM-how-title\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n        \u003ccircle cx=\"6\" cy=\"12\" r=\"3\" stroke=\"#74bde7\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"6\" r=\"3\" stroke=\"#eda9c4\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"18\" r=\"3\" stroke=\"#e9cf7a\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9 11L15 7M9 13L15 17\" stroke=\"#74bde7\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Create a Custom Magnet in Minutes\u003c\/div\u003e\n\u003cdiv class=\"MPFM-step\"\u003e\n\u003cspan class=\"MPFM-step-num\"\u003e1\u003c\/span\u003e\n\u003cdiv class=\"MPFM-step-text\"\u003eChoose and trim your favorite photo, drawing or artwork to fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-step\"\u003e\n\u003cspan class=\"MPFM-step-num\"\u003e2\u003c\/span\u003e\n\u003cdiv class=\"MPFM-step-text\"\u003ePeel the protective or adhesive backing and attach your design to the clear acrylic panel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-step\"\u003e\n\u003cspan class=\"MPFM-step-num\"\u003e3\u003c\/span\u003e\n\u003cdiv class=\"MPFM-step-text\"\u003eAttach the magnetic backing, then display your finished piece on a compatible metal surface.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"MPFM-specs\"\u003e\n\u003cdiv class=\"MPFM-spec\"\u003e\n\u003cstrong\u003ePanel Size\u003c\/strong\u003e \u003cspan\u003eApprox. 2 × 2 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-spec\"\u003e\n\u003cstrong\u003eAcrylic Thickness\u003c\/strong\u003e \u003cspan\u003eApprox. 0.2 in \/ 5 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-spec\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003eClear Acrylic + Magnetic Sheet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-spec\"\u003e\n\u003cstrong\u003eApplication\u003c\/strong\u003e \u003cspan\u003ePhotos \/ Art \/ Crafts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MPFM-spec\"\u003e\n\u003cstrong\u003eDisplay Surfaces\u003c\/strong\u003e \u003cspan\u003eCompatible Magnetic Metal Surfaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAGS --\u003e\n\u003cdiv class=\"MPFM-tags\"\u003e\n\u003cspan class=\"MPFM-tag\"\u003eDIY Photo Magnet\u003c\/span\u003e \u003cspan class=\"MPFM-tag\"\u003eFridge Decor\u003c\/span\u003e \u003cspan class=\"MPFM-tag\"\u003eCraft Project\u003c\/span\u003e \u003cspan class=\"MPFM-tag\"\u003eClassroom Decor\u003c\/span\u003e \u003cspan class=\"MPFM-tag\"\u003eOffice Board\u003c\/span\u003e \u003cspan class=\"MPFM-tag\"\u003ePersonalized Gift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"MPFM-slogan\"\u003eTurn Tiny Memories Into Everyday Displays.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Zalovra","offers":[{"title":"10 Pack","offer_id":50034325618930,"sku":"260907BXT-10 Pack","price":19.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0834\/6583\/0642\/files\/f013f98c14ea49ed9fd9e22e9525fff7_tplv-fhlh96nyum-crop-webp_1500_1348.webp?v=1788755716","url":"https:\/\/zalovra.com\/products\/products-diy-magnetic-photo-frames-clear-acrylic-fridge-magnets","provider":"Zalovra","version":"1.0","type":"link"}