{"product_id":"portable-led-lighted-compact-travel-mirror","title":"portable LED lighted compact travel mirror","description":"\u003cstyle\u003e\n  .silver-mirror-section{\n    max-width:900px;\n    margin:0 auto;\n    padding:14px 0;\n    font-family:Arial,Helvetica,sans-serif;\n    color:#34373d;\n  }\n\n  .silver-mirror-hero{\n    position:relative;\n    overflow:hidden;\n    text-align:center;\n    padding:46px 24px;\n    margin-bottom:28px;\n    border-radius:26px;\n    background:\n      radial-gradient(circle at 15% 15%,rgba(255,255,255,.95),transparent 28%),\n      radial-gradient(circle at 88% 85%,rgba(205,210,218,.42),transparent 32%),\n      linear-gradient(135deg,#ffffff,#f3f4f6,#d9dde2);\n    border:1px solid #cfd3d8;\n    box-shadow:0 16px 40px rgba(76,82,91,.15);\n  }\n\n  .silver-mirror-hero:before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n      115deg,\n      transparent 24%,\n      rgba(255,255,255,.75) 49%,\n      transparent 74%\n    );\n    transform:translateX(-100%);\n    animation:silverMirrorShine 5.5s infinite;\n  }\n\n  @keyframes silverMirrorShine{\n    0%,68%{transform:translateX(-100%);}\n    100%{transform:translateX(100%);}\n  }\n\n  .silver-mirror-label{\n    position:relative;\n    z-index:1;\n    display:inline-block;\n    padding:8px 18px;\n    margin-bottom:15px;\n    border-radius:50px;\n    background:linear-gradient(135deg,#8c929a,#c8ccd1);\n    color:#ffffff;\n    font-size:12px;\n    font-weight:900;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    box-shadow:0 7px 18px rgba(104,110,119,.22);\n  }\n\n  .silver-mirror-hero h2{\n    position:relative;\n    z-index:1;\n    margin:0 0 12px;\n    color:#2f3339;\n    font-size:39px;\n    line-height:1.2;\n    font-weight:900;\n  }\n\n  .silver-mirror-hero h2 span{\n    color:#8c929a;\n  }\n\n  .silver-mirror-hero p{\n    position:relative;\n    z-index:1;\n    max-width:720px;\n    margin:0 auto;\n    color:#61666e;\n    font-size:16px;\n    line-height:1.8;\n  }\n\n  .silver-mirror-highlights{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:13px;\n    margin-bottom:30px;\n  }\n\n  .silver-mirror-highlight{\n    padding:18px 11px;\n    text-align:center;\n    border-radius:18px;\n    background:linear-gradient(145deg,#ffffff,#f1f2f4);\n    border:1px solid #d7dade;\n    box-shadow:0 9px 22px rgba(72,78,86,.08);\n  }\n\n  .silver-mirror-highlight strong{\n    display:block;\n    margin-bottom:5px;\n    color:#6f747c;\n    font-size:15px;\n    font-weight:900;\n  }\n\n  .silver-mirror-highlight span{\n    color:#747982;\n    font-size:12px;\n    line-height:1.45;\n  }\n\n  .silver-mirror-card{\n    overflow:hidden;\n    margin-bottom:28px;\n    border-radius:23px;\n    background:#ffffff;\n    border:1px solid #d8dbe0;\n    box-shadow:0 14px 34px rgba(67,73,82,.12);\n  }\n\n  .silver-mirror-card details{\n    margin:0;\n    background:#ffffff;\n  }\n\n  .silver-mirror-card summary{\n    list-style:none;\n    cursor:pointer;\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:15px;\n    padding:20px 22px;\n    background:\n      radial-gradient(circle at top right,rgba(255,255,255,.80),transparent 30%),\n      linear-gradient(135deg,#ffffff,#e8eaed,#c8ccd1);\n    color:#2f3339;\n    font-size:21px;\n    font-weight:900;\n    line-height:1.4;\n  }\n\n  .silver-mirror-card summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .silver-mirror-toggle{\n    width:34px;\n    min-width:34px;\n    height:34px;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    background:linear-gradient(135deg,#7d838b,#b9bdc3);\n    color:#ffffff;\n    font-size:23px;\n    font-weight:400;\n    box-shadow:0 6px 14px rgba(84,89,97,.20);\n    transition:transform .3s ease;\n  }\n\n  .silver-mirror-card details[open] .silver-mirror-toggle{\n    transform:rotate(45deg);\n    background:#4b5057;\n  }\n\n  .silver-mirror-answer{\n    padding:18px 22px 20px;\n    color:#5f646c;\n    font-size:15px;\n    line-height:1.8;\n    background:#ffffff;\n    border-top:1px solid #d9dce1;\n  }\n\n  .silver-mirror-media{\n    padding:12px;\n    background:#fafbfc;\n    overflow:hidden;\n  }\n\n  .silver-mirror-media img{\n    width:100% !important;\n    max-width:100% !important;\n    height:auto !important;\n    display:block !important;\n    border-radius:16px;\n    transition:transform .4s ease,box-shadow .4s ease;\n  }\n\n  .silver-mirror-media img:hover{\n    transform:scale(1.02);\n    box-shadow:\n      0 14px 30px rgba(56,61,69,.18),\n      0 0 18px rgba(180,185,192,.35);\n  }\n\n  .silver-mirror-feature-box{\n    margin-top:30px;\n    padding:30px 22px;\n    border-radius:23px;\n    background:\n      radial-gradient(circle at 90% 10%,rgba(255,255,255,.13),transparent 30%),\n      linear-gradient(135deg,#34383e,#777d85);\n    box-shadow:0 16px 36px rgba(49,54,61,.24);\n  }\n\n  .silver-mirror-feature-box h3{\n    margin:0 0 20px;\n    text-align:center;\n    color:#ffffff;\n    font-size:28px;\n    font-weight:900;\n  }\n\n  .silver-mirror-feature-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:13px;\n  }\n\n  .silver-mirror-feature{\n    padding:17px;\n    border-radius:16px;\n    background:rgba(255,255,255,.09);\n    border:1px solid rgba(255,255,255,.15);\n    color:#f4f5f7;\n    font-size:14px;\n    line-height:1.65;\n  }\n\n  .silver-mirror-feature strong{\n    display:block;\n    margin-bottom:5px;\n    color:#ffffff;\n    font-size:15px;\n  }\n\n  .silver-mirror-final{\n    margin-top:28px;\n    text-align:center;\n    padding:35px 22px;\n    border-radius:23px;\n    background:\n      radial-gradient(circle at 15% 18%,rgba(255,255,255,.90),transparent 25%),\n      linear-gradient(135deg,#ffffff,#e8eaed);\n    border:1px solid #d2d5d9;\n    box-shadow:0 12px 30px rgba(71,77,85,.10);\n  }\n\n  .silver-mirror-final h3{\n    margin:0 0 10px;\n    color:#33373d;\n    font-size:29px;\n    font-weight:900;\n  }\n\n  .silver-mirror-final p{\n    max-width:670px;\n    margin:0 auto 18px;\n    color:#62676f;\n    font-size:15px;\n    line-height:1.75;\n  }\n\n  .silver-mirror-final-badge{\n    display:inline-block;\n    padding:11px 21px;\n    border-radius:50px;\n    background:linear-gradient(135deg,#676d75,#b2b7bd);\n    color:#ffffff;\n    font-size:14px;\n    font-weight:900;\n    box-shadow:0 8px 20px rgba(82,88,96,.22);\n  }\n\n  @media(max-width:768px){\n    .silver-mirror-hero{\n      padding:34px 17px;\n      border-radius:20px;\n    }\n\n    .silver-mirror-hero h2{\n      font-size:28px;\n    }\n\n    .silver-mirror-hero p{\n      font-size:14px;\n    }\n\n    .silver-mirror-highlights{\n      grid-template-columns:repeat(2,1fr);\n      gap:10px;\n    }\n\n    .silver-mirror-card{\n      border-radius:18px;\n      margin-bottom:22px;\n    }\n\n    .silver-mirror-card summary{\n      padding:16px;\n      font-size:17px;\n    }\n\n    .silver-mirror-answer{\n      padding:15px 16px 17px;\n      font-size:14px;\n    }\n\n    .silver-mirror-toggle{\n      width:29px;\n      min-width:29px;\n      height:29px;\n      font-size:20px;\n    }\n\n    .silver-mirror-media{\n      padding:9px;\n    }\n\n    .silver-mirror-feature-grid{\n      grid-template-columns:1fr;\n    }\n\n    .silver-mirror-feature-box h3{\n      font-size:23px;\n    }\n\n    .silver-mirror-final h3{\n      font-size:24px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"silver-mirror-section\"\u003e\n\n  \u003cdiv class=\"silver-mirror-hero\"\u003e\n    \u003cspan class=\"silver-mirror-label\"\u003ePremium White \u0026amp; Silver Edition\u003c\/span\u003e\n\n    \u003ch2\u003e\n      Rechargeable LED \u003cspan\u003ePocket Makeup Mirror\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Enjoy clear, detailed reflection wherever you go. This elegant compact mirror\n      combines dimmable LED lighting, standard HD reflection, 3x magnification and\n      rechargeable convenience in one slim, travel-friendly beauty essential.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"silver-mirror-highlights\"\u003e\n\n    \u003cdiv class=\"silver-mirror-highlight\"\u003e\n      \u003cstrong\u003eLED Lighting\u003c\/strong\u003e\n      \u003cspan\u003eClear illumination for makeup\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"silver-mirror-highlight\"\u003e\n      \u003cstrong\u003e3x Magnification\u003c\/strong\u003e\n      \u003cspan\u003eDetailed close-up reflection\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"silver-mirror-highlight\"\u003e\n      \u003cstrong\u003eTouch Control\u003c\/strong\u003e\n      \u003cspan\u003eSimple brightness adjustment\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"silver-mirror-highlight\"\u003e\n      \u003cstrong\u003eType-C Charging\u003c\/strong\u003e\n      \u003cspan\u003eRechargeable travel convenience\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"silver-mirror-card\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003e\n        \u003cspan\u003eWhat makes this LED pocket mirror special?\u003c\/span\u003e\n        \u003cspan class=\"silver-mirror-toggle\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"silver-mirror-answer\"\u003e\n        This compact beauty mirror features a built-in dimmable LED ring light,\n        a standard HD mirror and a 3x magnification mirror. It helps make makeup,\n        skincare and detailed touch-ups clearer and more precise wherever you are.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"silver-mirror-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/ehance_this_image_for_me_202606221743.jpg?v=1782132444\" alt=\"Premium white and silver LED rechargeable pocket mirror\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"silver-mirror-card\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        \u003cspan\u003eHow do the adjustable LED lights work?\u003c\/span\u003e\n        \u003cspan class=\"silver-mirror-toggle\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"silver-mirror-answer\"\u003e\n        The smart touch button makes lighting control simple. Tap to adjust the\n        brightness and use the control according to the supplied instructions\n        to power the light on or off. The illuminated ring helps provide a clearer\n        view in dim rooms, cars, hotels and other low-light environments.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"silver-mirror-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/ehance_this_image_for_me_202606221741_1.jpg?v=1782132444\" alt=\"Dimmable LED makeup mirror with touch control\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"silver-mirror-card\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003e\n        \u003cspan\u003eIs the mirror rechargeable and travel-friendly?\u003c\/span\u003e\n        \u003cspan class=\"silver-mirror-toggle\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"silver-mirror-answer\"\u003e\n        Yes. The mirror includes a built-in 200mAh rechargeable battery and\n        convenient USB Type-C charging. Its slim, lightweight and foldable design\n        fits easily inside handbags, travel kits, office drawers and daily beauty pouches.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"silver-mirror-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/ehance_this_image_for_me_202606221746.jpg?v=1782132444\" alt=\"Portable rechargeable compact mirror with Type-C charging\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"silver-mirror-feature-box\"\u003e\n\n    \u003ch3\u003eWhy It Belongs in Your Beauty Bag\u003c\/h3\u003e\n\n    \u003cdiv class=\"silver-mirror-feature-grid\"\u003e\n\n      \u003cdiv class=\"silver-mirror-feature\"\u003e\n        \u003cstrong\u003eClear HD Reflection\u003c\/strong\u003e\n        Check your complete makeup look with a clean and detailed standard mirror.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"silver-mirror-feature\"\u003e\n        \u003cstrong\u003e3x Detailed View\u003c\/strong\u003e\n        Ideal for eyeliner, brows, contact lenses and precise makeup correction.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"silver-mirror-feature\"\u003e\n        \u003cstrong\u003eDimmable LED Ring\u003c\/strong\u003e\n        Adjust the brightness according to the surrounding light and your preference.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"silver-mirror-feature\"\u003e\n        \u003cstrong\u003eRechargeable Design\u003c\/strong\u003e\n        Charge through USB Type-C instead of frequently replacing disposable batteries.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"silver-mirror-feature\"\u003e\n        \u003cstrong\u003eCompact \u0026amp; Foldable\u003c\/strong\u003e\n        Easy to store in handbags, luggage, dressing tables and office drawers.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"silver-mirror-feature\"\u003e\n        \u003cstrong\u003ePremium Appearance\u003c\/strong\u003e\n        The clean white and silver design gives the mirror an elegant luxury finish.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"silver-mirror-final\"\u003e\n\n    \u003ch3\u003ePerfect Lighting. Precise Touch-Ups. Anywhere.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Keep your makeup fresh and polished throughout the day with a compact mirror\n      designed for clarity, convenience and effortless beauty checks on the go.\n    \u003c\/p\u003e\n\n    \u003cspan class=\"silver-mirror-final-badge\"\u003e\n      LED Light • 3x Magnification • Type-C Rechargeable\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Haiir Care","offers":[{"title":"Default Title","offer_id":48206837022873,"sku":null,"price":1380.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/ehance_this_images_for_me_202606221736_0be138ae-06e2-4323-9569-2053ba616c69.jpg?v=1782132606","url":"https:\/\/halfri.com\/products\/portable-led-lighted-compact-travel-mirror","provider":"Halfri","version":"1.0","type":"link"}