{"product_id":"red-light-therapy-hair-growth-cap-3000mah-cordless","title":"Red Light Therapy Hair Growth Cap – 3000mAh Cordless","description":"\u003cstyle\u003e\n    \/* NOTE: this file is the default eBay listing-description body. It is\n       published into the listing and rendered in buyers' browsers, not in an\n       extension page, so this must stay a public URL. Extension UI uses the\n       self-hosted assets\/fonts\/fonts.css instead. *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026display=swap');\n\n    .template1 {\n        font-family: 'Poppins', Arial, sans-serif;\n        line-height: 1.6;\n        margin: 0 auto;\n    }\n\n    .template1 img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    .template1 .full-width_container {\n        width: 100%;\n        display: flex;\n        justify-content: center;\n    }\n\n    .template1 .max-width_container {\n        width: 100%;\n        max-width: 1280px;\n    }\n\n    .template1 .section-title {\n        font-size: 38px;\n        font-weight: 600;\n        text-align: center;\n        margin: 40px 0 20px;\n        padding: 12px 15px;\n    }\n\n    .template1 .section {\n        padding: 0px 80px;\n        max-width: 100%;\n        display: flex;\n        justify-content: space-between;\n        gap: 20px;\n        margin: 30px 0;\n    }\n\n    .template1 .section .text {\n        flex: 2;\n        font-size: 18px;\n    }\n\n    .template1 .section .image {\n        flex: 1;\n        text-align: right;\n        display: flex;\n        align-items: center;\n        justify-content: flex-end;\n    }\n\n    .template1 .section .image svg {\n        width: 120px;\n        height: 120px;\n        opacity: 0.6;\n    }\n\n    .template1 .gallery {\n        display: flex;\n        justify-content: center;\n        gap: 10px;\n        flex-wrap: wrap;\n        padding: 20px 40px;\n    }\n\n    .template1 .gallery .gallery-img {\n        width: 100%;\n        max-width: 30%;\n        height: 260px;\n        background: #f3f4f6;\n        border: 1.5px solid #e5e7eb;\n        border-radius: 8px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #9ca3af;\n        font-size: 14px;\n    }\n\n    .template1 .products {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n        margin-top: 20px;\n        padding: 0 40px 40px;\n    }\n\n    .template1 .product {\n        border-radius: 10px;\n        text-align: center;\n        transition: transform 0.2s ease;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        border: 1.5px solid #e5e7eb;\n        overflow: hidden;\n    }\n\n    .template1 .product:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);\n    }\n\n    .template1 .product .product-content {\n        padding: 16px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        height: 100%;\n    }\n\n    .template1 .product .product-img {\n        width: 100%;\n        height: 220px;\n        background: #f3f4f6;\n        border-radius: 8px;\n        border: 1.5px solid #b8b8b8;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #9ca3af;\n        font-size: 13px;\n    }\n\n    .template1 .product .product-content h4 {\n        font-size: 18px;\n        margin: 10px 0 5px;\n        font-weight: 600;\n    }\n\n    .template1 .product .product-content p.price {\n        font-size: 16px;\n        font-weight: 600;\n        margin-bottom: 10px;\n        color: #2d72e9;\n    }\n\n    .template1 .product .view-btn {\n        font-size: 14px;\n        border: none;\n        padding: 12px 16px;\n        border-radius: 0 0 8px 8px;\n        cursor: pointer;\n        width: 100%;\n        font-weight: 600;\n        font-family: 'Poppins', Arial, sans-serif;\n        transition: opacity 0.2s;\n    }\n\n    .template1 .product .view-btn:hover {\n        opacity: 0.85;\n    }\n\n    .template1 .nav-color {\n        background-color: #4B5563;\n        color: #ffffff;\n    }\n\n    .template1 ul {\n        padding-left: 20px;\n    }\n\n    .template1 ul li {\n        margin-bottom: 10px;\n    }\n\n    @media (max-width: 1024px) {\n        .template1 .section {\n            flex-direction: column;\n            text-align: center;\n            gap: 20px;\n            padding: 0 20px;\n        }\n\n        .template1 .section .image {\n            justify-content: center;\n        }\n\n        .template1 .section-title {\n            font-size: 24px;\n        }\n\n        .template1 .products {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n            padding: 0 20px 30px;\n        }\n\n        .template1 .gallery .gallery-img {\n            max-width: 45%;\n        }\n\n        .template1 .section .text {\n            font-size: 15px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .template1 .section {\n            padding: 0 16px;\n            gap: 16px;\n        }\n\n        .template1 .section .text {\n            font-size: 14px;\n        }\n\n        .template1 .section-title {\n            font-size: 20px;\n            margin: 25px 0 15px;\n            padding: 10px;\n        }\n\n        .template1 .gallery .gallery-img {\n            max-width: 100%;\n        }\n\n        .template1 .products {\n            grid-template-columns: 1fr;\n            gap: 16px;\n            padding: 0 16px 24px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .template1 .section .text {\n            font-size: 13.5px;\n        }\n\n        .template1 .section-title {\n            font-size: 18px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"template1\"\u003e\n\n    \u003ch2 class=\"section-title\"\u003eLaser Hair Growth Cap Red Light Therapy 3000mAh Cordless for Thinning Hair\u003c\/h2\u003e\n\n    \u003cdiv class=\"full-width_container\"\u003e\n        \u003cdiv class=\"max-width_container\"\u003e\n            \u003cdiv class=\"gallery\"\u003e\n                \u003cdiv style=\"overflow:hidden;padding:0;display:block;\" class=\"gallery-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/W\/BW_MEDIAX_AVIF_MEASUREMENT_1306696-T3\/images\/I\/41RXT9KDN0L.jpg\" alt=\"Product image 1\" style=\"width:100%;height:260px;object-fit:contain;display:block;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                \u003cdiv style=\"overflow:hidden;padding:0;display:block;\" class=\"gallery-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/W\/BW_MEDIAX_AVIF_MEASUREMENT_1306696-T3\/images\/I\/41rBlKMXcdL.jpg\" alt=\"Product image 2\" style=\"width:100%;height:260px;object-fit:contain;display:block;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                \u003cdiv style=\"overflow:hidden;padding:0;display:block;\" class=\"gallery-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/W\/BW_MEDIAX_AVIF_MEASUREMENT_1306696-T3\/images\/I\/41ZuxP4AJ2L.jpg\" alt=\"Product image 3\" style=\"width:100%;height:260px;object-fit:contain;display:block;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"section-title nav-color\"\u003eProduct Description\u003c\/h3\u003e\n    \u003cdiv class=\"full-width_container\"\u003e\n        \u003cdiv class=\"max-width_container\"\u003e\n            \u003cdiv class=\"section\"\u003e\n                \u003cdiv class=\"text\"\u003e\n                    \u003cdiv\u003e\n\u003cp\u003eThis cordless red light therapy cap delivers 3000mAh of power for convenient hair growth sessions at home. Wear it to target thinning areas with laser light designed for daily scalp care.\u003c\/p\u003e\n\u003cp\u003eKey Features\u003cbr\u003e- Hands-free design — lightweight cap shape covers your scalp.\u003cbr\u003e- Cordless power — 3000mAh battery supports portable use.\u003cbr\u003e- Fits your routine — 30-minute auto timer simplifies sessions.\u003cbr\u003e- Built for daily use — wearable design for consistent care.\u003c\/p\u003e\n\u003cp\u003eQuick Specs\u003cbr\u003e- Power: 3000mAh cordless battery\u003cbr\u003e- Type: Cap-shaped laser therapy device\u003cbr\u003e- Timer: 30-minute auto shut-off\u003cbr\u003e- Weight: Lightweight for daily wear\u003cbr\u003e- Coverage: Full scalp coverage under cap\u003c\/p\u003e\n\u003cp\u003eWho It's For\u003cbr\u003eThis is for men and women using a laser therapy device for hair growth as part of their regular hair care routine.\u003c\/p\u003e\n\u003cp\u003eAdd this laser cap to your cart for a straightforward approach to at-home hair care.\u003c\/p\u003e\n\u003c\/div\u003e \u003c\/div\u003e\n                \u003cdiv class=\"image\"\u003e\n                    \u003csvg viewbox=\"0 0 120 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect width=\"120\" height=\"120\" rx=\"16\" fill=\"#f3f4f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"20\" y=\"30\" width=\"80\" height=\"10\" rx=\"3\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"20\" y=\"46\" width=\"80\" height=\"10\" rx=\"3\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"20\" y=\"62\" width=\"60\" height=\"10\" rx=\"3\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"20\" y=\"78\" width=\"70\" height=\"10\" rx=\"3\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"section-title nav-color\"\u003ePayments\u003c\/h3\u003e\n    \u003cdiv class=\"full-width_container\"\u003e\n        \u003cdiv class=\"max-width_container\"\u003e\n            \u003cdiv class=\"section\"\u003e\n                \u003cdiv class=\"text\"\u003e\n                    \u003cp\u003eWe accept all major credit cards, PayPal, and other secure payment methods for your convenience.\n                        Your payment information is fully encrypted to ensure a safe and seamless transaction. Please\n                        complete your payment within 3 days of purchase to avoid any delays in shipping.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"image\"\u003e\n                    \u003csvg viewbox=\"0 0 120 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect width=\"120\" height=\"120\" rx=\"16\" fill=\"#f3f4f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"15\" y=\"35\" width=\"90\" height=\"55\" rx=\"8\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"15\" y=\"50\" width=\"90\" height=\"14\" fill=\"#9ca3af\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"25\" y=\"69\" width=\"24\" height=\"10\" rx=\"3\" fill=\"#6b7280\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"55\" y=\"69\" width=\"24\" height=\"10\" rx=\"3\" fill=\"#6b7280\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"section-title nav-color\"\u003eShipping\u003c\/h3\u003e\n    \u003cdiv class=\"full-width_container\"\u003e\n        \u003cdiv class=\"max-width_container\"\u003e\n            \u003cdiv class=\"section\"\u003e\n                \u003cdiv class=\"text\"\u003e\n                    \u003cul\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eFree \u0026amp; Fast Shipping\u003c\/strong\u003e — We offer free shipping with a standard delivery\n                            time of 3–7 business days.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eMultiple Carriers\u003c\/strong\u003e — We may use USPS, FedEx, or UPS to ensure your package\n                            arrives safely and on time.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eHandling Time\u003c\/strong\u003e — Orders are processed and shipped within 1–2 business days\n                            of receiving cleared payment.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eShipping Restrictions\u003c\/strong\u003e — Shipping to Alaska, Hawaii, Puerto Rico, and US\n                            territories may incur additional charges. Please contact us before ordering.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eTracking\u003c\/strong\u003e — A tracking number will be provided after shipment. Contact us if\n                            you have any delivery concerns.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"image\"\u003e\n                    \u003csvg viewbox=\"0 0 120 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect width=\"120\" height=\"120\" rx=\"16\" fill=\"#f3f4f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"10\" y=\"45\" width=\"65\" height=\"40\" rx=\"4\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M75 55 L110 55 L110 85 L75 85 Z\" fill=\"#9ca3af\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M75 55 L95 45 L110 55\" fill=\"#6b7280\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"30\" cy=\"90\" r=\"8\" fill=\"#6b7280\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"88\" cy=\"90\" r=\"8\" fill=\"#6b7280\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"section-title nav-color\"\u003eReturns\u003c\/h3\u003e\n    \u003cdiv class=\"full-width_container\"\u003e\n        \u003cdiv class=\"max-width_container\"\u003e\n            \u003cdiv class=\"section\"\u003e\n                \u003cdiv class=\"text\"\u003e\n                    \u003cul\u003e\n                        \u003cli\u003e\n\u003cstrong\u003e30-Day Hassle-Free Returns\u003c\/strong\u003e — If you are not completely satisfied, return\n                            the item within 30 days for a full refund or exchange.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eEasy Return Process\u003c\/strong\u003e — Contact us to start a return and we will provide\n                            detailed instructions and a return label.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eNo Restocking Fees\u003c\/strong\u003e — There are no restocking fees. However, the buyer is\n                            responsible for return shipping costs if the return is not due to our error.\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eRefund Processing\u003c\/strong\u003e — Refunds are processed within 5 business days of\n                            receiving the returned item in its original condition.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"image\"\u003e\n                    \u003csvg viewbox=\"0 0 120 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect width=\"120\" height=\"120\" rx=\"16\" fill=\"#f3f4f6\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M30 60 A30 30 0 1 1 60 90\" stroke=\"#9ca3af\" stroke-width=\"8\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"20,50 30,60 40,50\" fill=\"none\" stroke=\"#6b7280\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"50,55 60,65 80,45\" fill=\"none\" stroke=\"#6b7280\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"section-title nav-color\"\u003eContact Us\u003c\/h3\u003e\n    \u003cdiv class=\"full-width_container\"\u003e\n        \u003cdiv class=\"max-width_container\"\u003e\n            \u003cdiv class=\"section\"\u003e\n                \u003cdiv class=\"text\"\u003e\n                    \u003cp\u003eIf you have any questions or concerns, please feel free to reach out to our customer support\n                        team. You can contact us through the eBay messaging system. We are available Monday to Friday,\n                        9:00 am to 5:00 pm, and we will do our best to respond within 24 hours.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"image\"\u003e\n                    \u003csvg viewbox=\"0 0 120 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect width=\"120\" height=\"120\" rx=\"16\" fill=\"#f3f4f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"15\" y=\"30\" width=\"90\" height=\"60\" rx=\"8\" fill=\"#d1d5db\"\u003e\u003c\/rect\u003e\n                        \u003cpolyline points=\"15,30 60,68 105,30\" fill=\"none\" stroke=\"#9ca3af\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":55589696241955,"sku":"800614857329","price":173.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0859\/3103\/2867\/files\/s-l1600_0d15596d-cd34-4d09-9637-91b7cb0aa808.jpg?v=1789269728","url":"https:\/\/bestgiftyy.com\/products\/red-light-therapy-hair-growth-cap-3000mah-cordless","provider":"BestGiftyy","version":"1.0","type":"link"}