{"product_id":"samsung-galaxy-a06","title":"Samsung Galaxy A06","description":"\u003cstyle\u003e\n  .rx-ui {\n    max-width: 1050px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #111827;\n    line-height: 1.45;\n  }\n\n  .rx-ui * {\n    box-sizing: border-box;\n  }\n\n  .rx-hero {\n    border: 1px solid #e5e7eb;\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at top right, rgba(17, 24, 39, 0.06), transparent 32%),\n      linear-gradient(135deg, #ffffff, #f8fafc);\n    padding: 24px;\n    margin-bottom: 14px;\n  }\n\n  .rx-badge {\n    display: inline-block;\n    padding: 6px 11px;\n    border-radius: 999px;\n    background: #f3f4f6;\n    border: 1px solid #e5e7eb;\n    font-size: 12px;\n    font-weight: 700;\n    color: #000000;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n  }\n\n  .rx-hero h2 {\n    margin: 0 0 8px;\n    font-size: 30px;\n    line-height: 1.15;\n    color: #000000;\n  }\n\n  .rx-hero p {\n    margin: 0;\n    max-width: 760px;\n    font-size: 15px;\n    color: #4b5563;\n  }\n\n  .rx-proof-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .rx-proof {\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    padding: 12px;\n  }\n\n  .rx-proof strong {\n    display: block;\n    font-size: 14px;\n    color: #000000;\n    margin-bottom: 3px;\n  }\n\n  .rx-proof span {\n    display: block;\n    font-size: 12px;\n    color: #6b7280;\n  }\n\n  .rx-section {\n    margin-bottom: 14px;\n  }\n\n  .rx-title {\n    margin: 0 0 10px;\n    font-size: 18px;\n    color: #000000;\n  }\n\n  .rx-grade-wrap {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .rx-grade-card {\n    border: 1px solid #e5e7eb;\n    border-radius: 20px;\n    background: #ffffff;\n    padding: 16px;\n  }\n\n  .rx-grade-card strong {\n    display: block;\n    color: #000000;\n    font-size: 17px;\n    margin-bottom: 6px;\n  }\n\n  .rx-grade-card p {\n    margin: 0;\n    color: #4b5563;\n    font-size: 14px;\n  }\n\n  .rx-compact-box {\n    border: 1px solid #e5e7eb;\n    border-radius: 22px;\n    background: #ffffff;\n    padding: 16px;\n    margin-bottom: 14px;\n  }\n\n  .rx-included {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .rx-pill {\n    border: 1px solid #e5e7eb;\n    background: #f9fafb;\n    border-radius: 999px;\n    padding: 9px 12px;\n    font-size: 14px;\n    color: #111827;\n  }\n\n  .rx-note {\n    margin: 12px 0 0;\n    color: #4b5563;\n    font-size: 13px;\n  }\n\n  .rx-highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 10px;\n  }\n\n  .rx-highlight {\n    border: 1px solid #e5e7eb;\n    background: #ffffff;\n    border-radius: 18px;\n    padding: 12px;\n    min-height: 84px;\n  }\n\n  .rx-highlight span {\n    display: block;\n    font-size: 12px;\n    color: #6b7280;\n    margin-bottom: 5px;\n  }\n\n  .rx-highlight strong {\n    display: block;\n    font-size: 14px;\n    color: #000000;\n  }\n\n  .rx-details {\n    border: 1px solid #e5e7eb;\n    border-radius: 18px;\n    background: #ffffff;\n    overflow: hidden;\n    margin-bottom: 10px;\n  }\n\n  .rx-details summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 15px 48px 15px 16px;\n    font-weight: 700;\n    color: #000000;\n    background: #f9fafb;\n    position: relative;\n  }\n\n  .rx-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rx-details summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 22px;\n    font-weight: 400;\n  }\n\n  .rx-details[open] summary::after {\n    content: \"-\";\n  }\n\n  .rx-detail-body {\n    padding: 14px 16px 16px;\n    border-top: 1px solid #e5e7eb;\n  }\n\n  .rx-spec-group {\n    margin-bottom: 16px;\n  }\n\n  .rx-spec-group:last-child {\n    margin-bottom: 0;\n  }\n\n  .rx-spec-group h4 {\n    margin: 0 0 8px;\n    color: #000000;\n    font-size: 15px;\n  }\n\n  .rx-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    background: #ffffff;\n    border: 1px solid #eef0f2;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .rx-table td {\n    padding: 9px 10px;\n    border-bottom: 1px solid #eef0f2;\n    vertical-align: top;\n  }\n\n  .rx-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .rx-table td:first-child {\n    width: 36%;\n    font-weight: 700;\n    color: #000000;\n    background: #f9fafb;\n  }\n\n  .rx-policy-card {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .rx-policy-item {\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    background: #ffffff;\n    padding: 13px;\n  }\n\n  .rx-policy-item h4 {\n    margin: 0 0 6px;\n    color: #000000;\n    font-size: 15px;\n  }\n\n  .rx-policy-item p,\n  .rx-policy-item ul {\n    margin: 0;\n    color: #4b5563;\n    font-size: 13px;\n  }\n\n  .rx-policy-item ul {\n    padding-left: 18px;\n  }\n\n  .rx-disclaimer {\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    background: #f9fafb;\n    padding: 13px;\n    color: #4b5563;\n    font-size: 13px;\n    margin-top: 12px;\n  }\n\n  @media only screen and (max-width: 850px) {\n    .rx-proof-bar,\n    .rx-highlight-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rx-grade-wrap,\n    .rx-policy-card {\n      grid-template-columns: 1fr;\n    }\n\n    .rx-hero h2 {\n      font-size: 24px;\n    }\n  }\n\n  @media only screen and (max-width: 520px) {\n    .rx-proof-bar,\n    .rx-highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rx-hero {\n      padding: 18px;\n    }\n\n    .rx-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .rx-table td:first-child {\n      width: 100%;\n      border-bottom: 0;\n      padding-bottom: 4px;\n    }\n\n    .rx-table td:last-child {\n      padding-top: 4px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rx-ui\"\u003e\n\n  \u003csection class=\"rx-hero\"\u003e\n    \u003cspan class=\"rx-badge\"\u003eProfessionally Refurbished\u003c\/span\u003e\n    \u003ch2\u003eSamsung Galaxy A06\u003c\/h2\u003e\n    \u003cp\u003e\n      Fully tested, cleaned, restored to factory settings, and ready to use. Available in Excellent and Good condition grades, unlocked to UK networks, and supplied with 6 months warranty.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rx-proof-bar\"\u003e\n      \u003cdiv class=\"rx-proof\"\u003e\n        \u003cstrong\u003eFully Tested\u003c\/strong\u003e\n        \u003cspan\u003eChecked before dispatch\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-proof\"\u003e\n        \u003cstrong\u003eUnlocked\u003c\/strong\u003e\n        \u003cspan\u003eTested for UK networks\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-proof\"\u003e\n        \u003cstrong\u003eFree Delivery\u003c\/strong\u003e\n        \u003cspan\u003eRoyal Mail service\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-proof\"\u003e\n        \u003cstrong\u003e6 Months\u003c\/strong\u003e\n        \u003cspan\u003eWarranty included\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rx-section\"\u003e\n    \u003ch3 class=\"rx-title\"\u003eCondition Guide\u003c\/h3\u003e\n\n    \u003cdiv class=\"rx-grade-wrap\"\u003e\n      \u003cdiv class=\"rx-grade-card\"\u003e\n        \u003cstrong\u003eExcellent\u003c\/strong\u003e\n        \u003cp\u003eVery light signs of use. Fully functional, professionally refurbished, and tested before dispatch.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-grade-card\"\u003e\n        \u003cstrong\u003eGood\u003c\/strong\u003e\n        \u003cp\u003eVisible signs of use such as light marks or scuffs. Fully functional, professionally refurbished, and reliable for everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rx-compact-box\"\u003e\n    \u003ch3 class=\"rx-title\"\u003eWhat’s Included?\u003c\/h3\u003e\n\n    \u003cdiv class=\"rx-included\"\u003e\n      \u003cspan class=\"rx-pill\"\u003eSamsung Galaxy A06 device\u003c\/span\u003e\n      \u003cspan class=\"rx-pill\"\u003eUSB-C charging cable\u003c\/span\u003e\n      \u003cspan class=\"rx-pill\"\u003eSIM tool\u003c\/span\u003e\n      \u003cspan class=\"rx-pill\"\u003ePlain generic box\u003c\/span\u003e\n      \u003cspan class=\"rx-pill\"\u003eFree Royal Mail delivery\u003c\/span\u003e\n      \u003cspan class=\"rx-pill\"\u003eFree 6 months warranty\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"rx-note\"\u003e\n      Device comes in a plain generic box with a protected insert and is sealed for security and quality.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rx-section\"\u003e\n    \u003ch3 class=\"rx-title\"\u003eKey Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"rx-highlight-grid\"\u003e\n      \u003cdiv class=\"rx-highlight\"\u003e\n        \u003cspan\u003eDisplay\u003c\/span\u003e\n        \u003cstrong\u003e6.7-inch HD+ PLS LCD\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-highlight\"\u003e\n        \u003cspan\u003eCamera\u003c\/span\u003e\n        \u003cstrong\u003e50MP Dual Camera\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-highlight\"\u003e\n        \u003cspan\u003eStorage\u003c\/span\u003e\n        \u003cstrong\u003e64GB \/ 128GB\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-highlight\"\u003e\n        \u003cspan\u003eBattery\u003c\/span\u003e\n        \u003cstrong\u003e5000 mAh\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-highlight\"\u003e\n        \u003cspan\u003eNetwork\u003c\/span\u003e\n        \u003cstrong\u003e4G LTE Unlocked\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-highlight\"\u003e\n        \u003cspan\u003eColours\u003c\/span\u003e\n        \u003cstrong\u003eBlue \/ Light Blue \/ Gold\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdetails class=\"rx-details\"\u003e\n    \u003csummary\u003eView Full Technical Specifications\u003c\/summary\u003e\n\n    \u003cdiv class=\"rx-detail-body\"\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003eGeneral\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eSamsung\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eGalaxy A06\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eForm factor\u003c\/td\u003e\n\u003ctd\u003eTouchscreen bar\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eColours\u003c\/td\u003e\n\u003ctd\u003eBlue, Light Blue, Gold\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e167.3 x 77.3 x 8.0 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e189g\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBattery capacity\u003c\/td\u003e\n\u003ctd\u003e5000 mAh typical\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRemovable battery\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCharging\u003c\/td\u003e\n\u003ctd\u003e25W Fast Charging support, wall charger sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003eDisplay\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDisplay type\u003c\/td\u003e\n\u003ctd\u003ePLS LCD\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eScreen size\u003c\/td\u003e\n\u003ctd\u003e6.7 inches full rectangle, 6.6 inches rounded corners\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eResolution\u003c\/td\u003e\n\u003ctd\u003e720 x 1600 pixels, HD+\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eColour depth\u003c\/td\u003e\n\u003ctd\u003e16M\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRefresh rate\u003c\/td\u003e\n\u003ctd\u003e60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003ePerformance \u0026amp; Storage\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\u003ctd\u003eMediaTek Helio G85\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCPU type\u003c\/td\u003e\n\u003ctd\u003eOcta-Core\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCPU speed\u003c\/td\u003e\n\u003ctd\u003e2GHz, 1.8GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRAM \/ Storage options\u003c\/td\u003e\n\u003ctd\u003e4GB\/64GB, 4GB\/128GB, 6GB\/128GB\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAvailable storage on 128GB model\u003c\/td\u003e\n\u003ctd\u003eApprox. 109.4GB\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eExternal storage support\u003c\/td\u003e\n\u003ctd\u003eMicroSD up to 1TB\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003eCamera\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRear camera\u003c\/td\u003e\n\u003ctd\u003eDual camera: 50MP main + 2MP depth\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRear camera aperture\u003c\/td\u003e\n\u003ctd\u003eF1.8, F2.4\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRear autofocus\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRear OIS\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRear flash\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eRear zoom\u003c\/td\u003e\n\u003ctd\u003eDigital zoom up to 10x\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFront camera\u003c\/td\u003e\n\u003ctd\u003e8MP, F2.0\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFront autofocus\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFront flash\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eVideo recording\u003c\/td\u003e\n\u003ctd\u003eFHD 1920 x 1080 at 60fps\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSlow motion\u003c\/td\u003e\n\u003ctd\u003e120fps at HD\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003eSoftware\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eOperating system\u003c\/td\u003e\n\u003ctd\u003eAndroid\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSamsung interface\u003c\/td\u003e\n\u003ctd\u003eOne UI\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSoftware support\u003c\/td\u003e\n\u003ctd\u003eUp to 2 generations of OS upgrades and 4 years of security maintenance\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSecurity\u003c\/td\u003e\n\u003ctd\u003eSamsung Knox Vault supported\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003eConnectivity\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eNetwork compatibility\u003c\/td\u003e\n\u003ctd\u003eUnlocked to UK networks\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eNetwork\u003c\/td\u003e\n\u003ctd\u003e2G GSM, 3G WCDMA, 4G LTE FDD, 4G LTE TDD\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e5G\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWi-Fi\u003c\/td\u003e\n\u003ctd\u003e802.11 a\/b\/g\/n\/ac 2.4GHz + 5GHz, VHT80\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWi-Fi Direct\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBluetooth\u003c\/td\u003e\n\u003ctd\u003eBluetooth v5.3\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eGPS, Glonass, Beidou, Galileo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUSB\u003c\/td\u003e\n\u003ctd\u003eUSB Type-C, USB 2.0\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eHeadphone jack\u003c\/td\u003e\n\u003ctd\u003e3.5mm stereo\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSIM\u003c\/td\u003e\n\u003ctd\u003eDual SIM, Nano-SIM, SIM 1 + SIM 2 + MicroSD\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-spec-group\"\u003e\n        \u003ch4\u003eSensors\u003c\/h4\u003e\n        \u003ctable class=\"rx-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFingerprint sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAccelerometer\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLight sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProximity sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"rx-details\"\u003e\n    \u003csummary\u003eShipping, Returns \u0026amp; Warranty\u003c\/summary\u003e\n\n    \u003cdiv class=\"rx-detail-body\"\u003e\n      \u003cdiv class=\"rx-policy-card\"\u003e\n\n        \u003cdiv class=\"rx-policy-item\"\u003e\n          \u003ch4\u003eShipping\u003c\/h4\u003e\n          \u003cp\u003eWe ship all items using Royal Mail. If payment is received before 3:00PM, your item will be shipped on the same day. If payment is received after 3:00PM, your item will be shipped on the next working day.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rx-policy-item\"\u003e\n          \u003ch4\u003eReturns\u003c\/h4\u003e\n          \u003cp\u003eCustomer satisfaction is our priority. We accept returns if you do not like the item for any reason and offer a 30-day return policy with a money back guarantee.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rx-policy-item\"\u003e\n          \u003ch4\u003eRefunds \u0026amp; Exchanges\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003ePlease provide the tracking number as soon as possible when returning an item.\u003c\/li\u003e\n            \u003cli\u003eRefunds or exchanges are processed within 2 business days.\u003c\/li\u003e\n            \u003cli\u003eFor refunds, any required cancellation request must be approved by the customer.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rx-policy-item\"\u003e\n          \u003ch4\u003e6 Months Warranty\u003c\/h4\u003e\n          \u003cp\u003eFor customer peace of mind, this device includes 6 months warranty. Buy with confidence, you are in safe hands.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rx-disclaimer\"\u003e\n        The product images shown are for illustration purposes only and may not be an exact representation of the product.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Mobile Solution Nottingham","offers":[{"title":"Blue \/ 4GB\/64GB \/ Excellent","offer_id":55751237861725,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 4GB\/64GB \/ Good","offer_id":64996753801565,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Blue \/ 4GB\/128GB \/ Excellent","offer_id":55751237894493,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 4GB\/128GB \/ Good","offer_id":64996753834333,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Blue \/ 6GB\/126GB \/ Excellent","offer_id":55751237927261,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ 6GB\/126GB \/ Good","offer_id":64996753867101,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Light Blue \/ 4GB\/64GB \/ Excellent","offer_id":55751237960029,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ 4GB\/64GB \/ Good","offer_id":64996753899869,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Light Blue \/ 4GB\/128GB \/ Excellent","offer_id":55751237992797,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ 4GB\/128GB \/ Good","offer_id":64996753932637,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Light Blue \/ 6GB\/126GB \/ Excellent","offer_id":55751238025565,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ 6GB\/126GB \/ Good","offer_id":64996753965405,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Gold \/ 4GB\/64GB \/ Excellent","offer_id":55751238058333,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Gold \/ 4GB\/64GB \/ Good","offer_id":64996753998173,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Gold \/ 4GB\/128GB \/ Excellent","offer_id":55751238091101,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Gold \/ 4GB\/128GB \/ Good","offer_id":64996754030941,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false},{"title":"Gold \/ 6GB\/126GB \/ Excellent","offer_id":55751238123869,"sku":"","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Gold \/ 6GB\/126GB \/ Good","offer_id":64996754063709,"sku":null,"price":159.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/2389\/9997\/files\/s24fe_2_26087e2b-7452-4872-9496-975c66a7e5d7.png?v=1736622171","url":"https:\/\/mobilesolution.uk\/products\/samsung-galaxy-a06","provider":"Mobile Solution Nottingham","version":"1.0","type":"link"}