{"product_id":"matty-memory-foam-mattress-topper","title":"SoftyMat - Memory Foam Mattress Topper","description":"\u003cstyle\u003e\n  \/* SOFTYMAT CONTAINER STYLES *\/\n  .softymat-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    max-width: 500px; \/* Constrains width to look like the mobile app view in your image *\/\n    margin: 0 auto;\n    color: #333;\n    line-height: 1.5;\n  }\n\n  \/* HEADER SECTION *\/\n  .softymat-header {\n    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); \/* Deep Royal Blue Gradient *\/\n    color: white;\n    padding: 30px 20px;\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    margin-bottom: 25px;\n  }\n  .softymat-header h2 {\n    font-size: 24px;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    text-transform: uppercase;\n    line-height: 1.2;\n    color: white; \/* Force white text *\/\n  }\n  .softymat-header p {\n    font-size: 14px;\n    opacity: 0.9;\n    margin: 0;\n    font-weight: 500;\n    color: #e0e0e0;\n  }\n\n  \/* GENERAL TEXT *\/\n  .softymat-section-title {\n    text-align: center;\n    font-size: 16px;\n    font-weight: 700;\n    color: #444;\n    margin-bottom: 15px;\n  }\n\n  \/* PROBLEM SECTION (Pink Cards) *\/\n  .softymat-grid-2 {\n    display: flex;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n  .softymat-card-problem {\n    background-color: #FFF0F0; \/* Light Pink Background *\/\n    border: 1px solid #FFE0E0;\n    border-radius: 10px;\n    padding: 15px;\n    text-align: center;\n    flex: 1;\n  }\n  .softymat-card-problem-full {\n    background-color: #FFF0F0;\n    border: 1px solid #FFE0E0;\n    border-radius: 10px;\n    padding: 15px;\n    text-align: center;\n    margin-bottom: 20px;\n    width: 100%;\n    box-sizing: border-box; \/* Ensures padding doesn't break width *\/\n  }\n  .softymat-icon {\n    font-size: 24px;\n    display: block;\n    margin-bottom: 8px;\n  }\n  .problem-title {\n    font-weight: 800;\n    color: #A63030; \/* Dark Red text for problems *\/\n    font-size: 14px;\n    display: block;\n    margin-bottom: 4px;\n  }\n  .problem-desc {\n    font-size: 12px;\n    color: #A63030;\n    opacity: 0.8;\n  }\n\n  \/* ARROW TRANSITION *\/\n  .softymat-arrow {\n    text-align: center;\n    font-size: 24px;\n    color: #666;\n    margin: -10px 0 10px 0;\n    display: block;\n  }\n  .softymat-big-promise {\n    text-align: center;\n    font-size: 20px;\n    font-weight: 800;\n    color: #1e3c72; \/* Brand Blue *\/\n    margin-bottom: 20px;\n  }\n\n  \/* SOLUTION SECTION (White Cards with Borders) *\/\n  .softymat-solution-card {\n    background: white;\n    border-radius: 12px;\n    padding: 15px;\n    margin-bottom: 12px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    text-align: left;\n  }\n  \/* Left Border Colors *\/\n  .border-blue { border-left: 5px solid #4A90E2; }\n  .border-purple { border-left: 5px solid #9013FE; }\n  .border-green { border-left: 5px solid #50E3C2; }\n\n  .solution-content h4 {\n    margin: 0 0 4px 0;\n    font-size: 15px;\n    font-weight: 800;\n    color: #333;\n  }\n  .solution-content p {\n    margin: 0;\n    font-size: 13px;\n    color: #666;\n    line-height: 1.4;\n  }\n  .solution-icon-img {\n    font-size: 28px;\n    min-width: 40px;\n    text-align: center;\n  }\n\n  \/* PERFECT FOR SECTION (Grey Box) *\/\n  .softymat-perfect-box {\n    background-color: #F4F6F8;\n    border-radius: 15px;\n    padding: 20px;\n    margin-top: 30px;\n    text-align: center;\n  }\n  .perfect-grid {\n    display: flex;\n    justify-content: space-around;\n    flex-wrap: wrap;\n    gap: 15px;\n    margin-top: 15px;\n  }\n  .perfect-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    width: 70px;\n  }\n  .circle-icon {\n    background: white;\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n    margin-bottom: 8px;\n  }\n  .perfect-label {\n    font-size: 11px;\n    font-weight: 700;\n    color: #333;\n  }\n\n  \/* HOW TO USE (Dashed Box) *\/\n  .softymat-howto-box {\n    border: 2px dashed #D1D9E6;\n    border-radius: 15px;\n    padding: 20px;\n    margin-top: 30px;\n    text-align: center;\n  }\n  .howto-steps {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 5px;\n    margin-top: 10px;\n    font-size: 12px;\n    font-weight: 700;\n    color: #555;\n    flex-wrap: wrap;\n  }\n  .step-arrow {\n    color: #4A90E2;\n    font-size: 16px;\n  }\n\n  \/* FOOTER *\/\n  .softymat-footer {\n    text-align: center;\n    margin-top: 25px;\n    font-size: 13px;\n    color: #888;\n    font-weight: 500;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"softymat-wrapper\"\u003e\n\n  \u003cdiv class=\"softymat-header\"\u003e\n    \u003ch2\u003eYOUR MATTRESS IS FINE.\u003cbr\u003eYOUR SLEEP IS NOT.\u003c\/h2\u003e\n    \u003cp\u003eThe Instant 5-Star Hotel Upgrade.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-section-title\"\u003eDoes this sound familiar?\u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-grid-2\"\u003e\n    \u003cdiv class=\"softymat-card-problem\"\u003e\n      \u003cspan class=\"softymat-icon\"\u003e🧗\u003c\/span\u003e\n      \u003cspan class=\"problem-title\"\u003eThe \"Rock\" Bed\u003c\/span\u003e\n      \u003cspan class=\"problem-desc\"\u003eToo hard \u0026amp; uncomfortable\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"softymat-card-problem\"\u003e\n      \u003cspan class=\"softymat-icon\"\u003e😫\u003c\/span\u003e\n      \u003cspan class=\"problem-title\"\u003eMorning Ache\u003c\/span\u003e\n      \u003cspan class=\"problem-desc\"\u003eStiff back \u0026amp; shoulders\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-card-problem-full\"\u003e\n    \u003cspan class=\"softymat-icon\"\u003e💸\u003c\/span\u003e\n    \u003cspan class=\"problem-title\"\u003eBuying a New Mattress?\u003c\/span\u003e\n    \u003cspan class=\"problem-desc\"\u003eCosts ₹15,000+ and is a huge hassle.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-arrow\"\u003e⬇\u003c\/div\u003e\n  \u003cdiv class=\"softymat-big-promise\"\u003eSoftyMat Solves It.\u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-solution-card border-blue\"\u003e\n    \u003cdiv class=\"solution-icon-img\"\u003e☁️\u003c\/div\u003e\n    \u003cdiv class=\"solution-content\"\u003e\n      \u003ch4\u003eInstant Cloud Comfort\u003c\/h4\u003e\n      \u003cp\u003eHigh-Density foam transforms rock-hard beds into a soft paradise instantly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-solution-card border-purple\"\u003e\n    \u003cdiv class=\"solution-icon-img\"\u003e🦴\u003c\/div\u003e\n    \u003cdiv class=\"solution-content\"\u003e\n      \u003ch4\u003eOrtho-Spine Relief\u003c\/h4\u003e\n      \u003cp\u003eContours to your lower back curves to relieve pressure points \u0026amp; pain.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-solution-card border-green\"\u003e\n    \u003cdiv class=\"solution-icon-img\"\u003e🔒\u003c\/div\u003e\n    \u003cdiv class=\"solution-content\"\u003e\n      \u003ch4\u003eZero-Slip Anchors\u003c\/h4\u003e\n      \u003cp\u003e4 heavy-duty elastic straps ensure the topper never slides off.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-perfect-box\"\u003e\n    \u003cdiv class=\"softymat-section-title\" style=\"margin-top:0;\"\u003ePerfect For:\u003c\/div\u003e\n    \u003cdiv class=\"perfect-grid\"\u003e\n      \n      \u003cdiv class=\"perfect-item\"\u003e\n        \u003cdiv class=\"circle-icon\"\u003e🛌\u003c\/div\u003e\n        \u003cspan class=\"perfect-label\"\u003eOld Beds\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"perfect-item\"\u003e\n        \u003cdiv class=\"circle-icon\"\u003e🚑\u003c\/div\u003e\n        \u003cspan class=\"perfect-label\"\u003eBack Pain\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"perfect-item\"\u003e\n        \u003cdiv class=\"circle-icon\"\u003e🏠\u003c\/div\u003e\n        \u003cspan class=\"perfect-label\"\u003eHostels\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"perfect-item\"\u003e\n        \u003cdiv class=\"circle-icon\"\u003e🤰\u003c\/div\u003e\n        \u003cspan class=\"perfect-label\"\u003ePregnancy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-howto-box\"\u003e\n    \u003ch3 class=\"softymat-section-title\" style=\"margin:0;\"\u003eEasy Setup\u003c\/h3\u003e\n    \u003cdiv class=\"howto-steps\"\u003e\n      \u003cspan\u003e📦 Unbox\u003c\/span\u003e\n      \u003cspan class=\"step-arrow\"\u003e➜\u003c\/span\u003e\n      \u003cspan\u003e🌀 Unroll\u003c\/span\u003e\n      \u003cspan class=\"step-arrow\"\u003e➜\u003c\/span\u003e\n      \u003cspan\u003e🔒 Strap On\u003c\/span\u003e\n      \u003cspan class=\"step-arrow\"\u003e➜\u003c\/span\u003e\n      \u003cspan\u003e😴 Sleep\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"softymat-footer\"\u003e\n    Stop Tossing. Start Sleeping.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Multiplee","offers":[{"title":"Queen","offer_id":51572065370394,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true},{"title":"King","offer_id":51572065403162,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true},{"title":"Single","offer_id":51572065435930,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/2596\/4826\/files\/sm1000.jpg?v=1768828202","url":"https:\/\/multiplee.shop\/products\/matty-memory-foam-mattress-topper","provider":"Multiplee","version":"1.0","type":"link"}