{"product_id":"cute-star-fridge-magnets","title":"Cute Star Fridge Magnets","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ff5e7e;\n      --primary-hover: #e04d6c;\n      --text-main: #2b2b2b;\n      --text-sub: #626262;\n      --bg-body: #ffffff;\n      --bg-card: #fbfbfc;\n      --bg-soft: #f4f5f6;\n      --radius-md: 12px;\n      --radius-lg: 18px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.06);\n      --border-color: #eaeaea;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .faq-answer,\n    .product-detail-container .intro-subtitle {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Badge \u0026 Tag Styling (Non-clickable) *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 6px 14px;\n      border-radius: 50px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 14px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      margin: 16px 0;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 20px;\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .product-detail-container .intro-section {\n      text-align: center;\n      padding: clamp(1.5rem, 4vw, 3rem) 0;\n    }\n\n    .product-detail-container .intro-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(1.5rem, 5vw, 3.5rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* Desktop Alternating Feature Order *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-table td.spec-prop {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .spec-table td.spec-val-col {\n      width: 65%;\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      padding-top: 10px;\n    }\n\n    .product-detail-container .faq-list {\n      margin-top: 20px;\n    }\n\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Layout Lock *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n        gap: 16px;\n      }\n\n      .product-detail-container .feature-media {\n        width: 100%;\n        order: 1; \/* Image First *\/\n      }\n\n      .product-detail-container .feature-copy {\n        width: 100%;\n        order: 2; \/* Text Second *\/\n      }\n\n      \/* Specifications Mobile Layout Safety Rules *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td.spec-prop {\n        display: none;\n      }\n\n      .product-detail-container .spec-table td.spec-val-col {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td.spec-val-col::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td.spec-val-col {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"intro-section\"\u003e\u003cspan class=\"badge\"\u003e10 Unique Colors Per Pack\u003c\/span\u003e\n\u003ch1\u003eBrighten Your Space with Cute 3D Star Magnets\u003c\/h1\u003e\n\n\u003cp class=\"intro-subtitle\"\u003eBring color and delight to your home or office. Crafted with a chubby star design and a glossy resin finish, this mixed set features a fixed assortment of 10 unique, non-repeating colors, combining beautiful aesthetics with a secure flat magnet backing.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911134718\/46821f423a07512ab625b868dd735a0d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911134719\/8a6ed2fbbd8da90611d8607b3ab38a87.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAdorable 3D Chubby Star Design\u003c\/h2\u003e\n\n\u003cp\u003eEach magnet is meticulously crafted from premium resin into a rounded, volumetric chubby star. Free of sharp edges or pointed corners, they feature a lustrous glossy sheen that mimics a ceramic polish, reflecting light beautifully from every angle.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eRound Blunt Corners\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePremium Glossy Resin\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCeramic-Like Sheen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911134719\/7e4eba8e08334721a68ec1a516b66224.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eOrganize \u0026amp; Display with Ease\u003c\/h2\u003e\n\n\u003cp\u003eKeep your thoughts, plans, and sweet memories perfectly in sight. These compact stars function reliably to pin hand-written memos, postcards, recipe lists, and family photos safely to any magnetic metal surface without obscuring your view.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eHolds Memos \u0026amp; Notes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCompact Size\u003c\/span\u003e \u003cspan class=\"tag\"\u003eOrganize Classrooms \u0026amp; Offices\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911134719\/2f30d65782866503ffdfca6c5d63b4a8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eVersatile Decor for Multiple Environments\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing high-saturation candy colors, these charming stars instantly transform plain surfaces into inviting spaces. They easily adhere to a wide array of household and workplace metal doors, filing cabinets, and appliances.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eRefrigerators \u0026amp; Lockers\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDry Erase Whiteboards\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFiling Cabinets \u0026amp; Mailboxes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block (Text Only - No Images Allowed) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eQuantity Options\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Quantity Options\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable in 10, 20, or 30 Pieces\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eColor Assortment\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Color Assortment\"\u003e\u003cspan class=\"spec-value\"\u003eFixed set of 10 non-repeating colors per 10-piece pack. (20-piece and 30-piece sets contain 2 or 3 identical sets of these 10 colors, respectively).\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e1.9 x 1.9 cm (0.75 x 0.75 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003ePremium Glossy Resin (Front), Flat Magnet (Back)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eShape\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Shape\"\u003e\u003cspan class=\"spec-value\"\u003e3D Chubby Star with flat backing\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eBacking Magnet\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Backing Magnet\"\u003e\u003cspan class=\"spec-value\"\u003eFlat circular disc magnet centered on the back\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-prop\"\u003eSurface Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-val-col\" data-label=\"Surface Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eRefrigerators, office whiteboards, lockers, magnetic dry erase boards, filing cabinets, mailboxes, and metal doors\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Do the colors repeat in a pack?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach 10-piece pack features a fixed assortment of 10 unique, non-repeating colors. If you purchase a 20-piece or 30-piece set, you will receive 2 or 3 identical sets of these 10 colors, respectively.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What materials are these star magnets made of?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe front of the magnet features a rounded chubby star crafted from premium high-gloss resin, giving it a smooth, ceramic-like lustrous sheen. The back is fitted with an embedded flat circular disc magnet.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Will these star magnets scratch my surfaces?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The front of each star is designed with blunt, rounded corners and no sharp edges, ensuring comfortable handling. The flat backing magnet is flat and round, holding your items securely without scratching metal paint finishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What are the exact dimensions of each star magnet?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach star magnet measures 1.9 x 1.9 cm (0.75 x 0.75 inches). They are roughly the size of an adult thumbnail, making them highly compact, lightweight, and easy to grab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"10 Magnets (Assorted Colors)","offer_id":58944252018848,"sku":"20260921-132836-6393","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 20 Magnets (Assorted Colors • Save 35%) – Most Popular","offer_id":58944252051616,"sku":"20260921-132836-5186","price":16.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 30 Magnets (Assorted Colors • Save 50%) – Best Value","offer_id":58944252084384,"sku":"20260921-132836-0770","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/46821f423a07512ab625b868dd735a0d.jpg?v=1789968695","url":"https:\/\/cartivra.com\/products\/cute-star-fridge-magnets","provider":"Cartivra","version":"1.0","type":"link"}