Red Light Therapy Skin Rejuvenation – HLKGO-MR07 7 Color LED Silicone Face Mask for Home Skincare Beauty
₦454,851.90
Description
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background-color: #faf8f7;
color: #2d2a28;
padding: 30px 15px;
display: flex;
justify-content: center;
}
.container {
max-width: 820px;
width: 100%;
background: #ffffff;
border-radius: 28px;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
padding: 40px 35px;
transition: all 0.2s;
}
/* 主标题 — 干净、现代 */
.product-title {
font-size: 28px;
font-weight: 600;
letter-spacing: -0.3px;
color: #1e1b1a;
margin-bottom: 6px;
line-height: 1.2;
}
.product-sub {
font-size: 18px;
font-weight: 400;
color: #6b5f5a;
border-bottom: 2px solid #f0ebe8;
padding-bottom: 18px;
margin-bottom: 28px;
letter-spacing: 0.2px;
}
/* 通用标题 — 柔和但清晰 */
.section-title {
font-size: 20px;
font-weight: 600;
color: #1e1b1a;
margin-top: 36px;
margin-bottom: 14px;
letter-spacing: -0.2px;
padding-bottom: 6px;
border-bottom: 1.5px solid #f0ebe8;
}
.section-title-first {
margin-top: 4px;
}
/* 正文 */
p, li, .text-block {
font-size: 16px;
line-height: 1.7;
color: #3a3532;
margin-bottom: 14px;
}
.text-muted {
color: #6b5f5a;
font-size: 15px;
}
/* 列表 */
ul, .check-list {
list-style: none;
padding-left: 0;
margin-bottom: 18px;
}
ul li, .check-list li {
font-size: 16px;
line-height: 1.6;
padding: 6px 0 6px 28px;
background: url(‘data:image/svg+xml;utf8,’) left center no-repeat;
background-size: 18px;
margin-bottom: 2px;
}
/* 表格 — 干净、易读 */
.spec-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
margin: 12px 0 18px 0;
background: #fcfaf9;
border-radius: 16px;
overflow: hidden;
}
.spec-table td {
padding: 12px 18px;
border-bottom: 1px solid #efe9e6;
vertical-align: top;
}
.spec-table tr:last-child td {
border-bottom: none;
}
.spec-table .label {
font-weight: 500;
color: #4d4440;
width: 38%;
background: #f8f5f3;
}
.spec-table .value {
color: #2d2a28;
background: #ffffff;
}
/* 卖点卡片 — 柔光+圆角 */
.feature-grid {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
margin: 8px 0 14px 0;
}
.feature-item {
background: #fcfaf9;
padding: 14px 20px;
border-radius: 18px;
border-left: 4px solid #dccfc8;
font-size: 15.5px;
line-height: 1.6;
color: #3a3532;
}
.feature-item strong {
color: #1e1b1a;
font-weight: 600;
}
/* 提示框 / 重要信息 */
.notice-box {
background: #f8f4f1;
border-radius: 18px;
padding: 18px 24px;
margin: 16px 0 10px 0;
border-left: 4px solid #c6b2a8;
font-size: 15px;
line-height: 1.7;
color: #3f3936;
}
.notice-box strong {
color: #1e1b1a;
}
.highlight-box {
background: #f5f0ed;
border-radius: 20px;
padding: 20px 26px;
margin: 24px 0 10px 0;
text-align: center;
border: 1px solid #e8dfda;
}
.highlight-box .big {
font-size: 18px;
font-weight: 500;
color: #1e1b1a;
letter-spacing: 0.2px;
}
.highlight-box .sub {
font-size: 15px;
color: #5f544e;
margin-top: 4px;
}
.btn-cta {
display: inline-block;
background: #1e1b1a;
color: #ffffff;
font-weight: 500;
font-size: 17px;
padding: 14px 44px;
border-radius: 60px;
letter-spacing: 0.4px;
text-decoration: none;
margin-top: 10px;
border: none;
transition: background 0.2s;
background: #2d2724;
}
.btn-cta:hover {
background: #141110;
}
.divider-light {
height: 1px;
background: #f0ebe8;
margin: 30px 0 18px 0;
}
/* 小字号辅助 */
.small-note {
font-size: 14px;
color: #7a6e68;
line-height: 1.6;
}
/* 受众表格 — 干净 */
.audience-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
margin: 8px 0 10px 0;
background: #fcfaf9;
border-radius: 16px;
overflow: hidden;
}
.audience-table td {
padding: 12px 18px;
border-bottom: 1px solid #efe9e6;
vertical-align: top;
}
.audience-table tr:last-child td {
border-bottom: none;
}
.audience-table .skin-type {
font-weight: 500;
color: #4d4440;
width: 34%;
background: #f8f5f3;
}
.audience-table .action {
color: #2d2a28;
background: #ffffff;
}
/* 响应式 */
@media (min-width: 600px) {
.feature-grid {
grid-template-columns: 1fr 1fr;
}
.product-title {
font-size: 32px;
}
}
@media (max-width: 480px) {
.container {
padding: 24px 16px;
}
.product-title {
font-size: 24px;
}
.section-title {
font-size: 18px;
}
.spec-table td, .audience-table td {
padding: 10px 12px;
font-size: 14.5px;
}
.feature-item {
padding: 12px 16px;
font-size: 14.5px;
}
.btn-cta {
padding: 12px 30px;
font-size: 16px;
width: 100%;
text-align: center;
}
}
/* 光色小标签 */
.color-tag {
display: inline-block;
font-weight: 500;
color: #1e1b1a;
min-width: 60px;
}
.light-desc {
color: #3f3936;
}
.inline-code {
background: #f0ebe8;
padding: 0 6px;
border-radius: 6px;
font-size: 14px;
color: #2d2a28;
}
HLKGO-MR07 7-Color LED Photon Mask

Is Your Skin Facing These Issues?
- Dull, tired-looking skin after late nights – even after washing your face
- Recurring breakouts on the chin and forehead, leaving marks behind
- Fine lines around the eyes and mouth becoming more noticeable when you smile
- Skin feels tight, red, or irritated during seasonal changes
- You already own a few beauty devices, but none of them solves all your concerns
If you checked 2 or more items above, the HLKGO-MR07 can help you address multiple skin concerns with one device – using light, not more products.
Who Is This Mask For?

| Oily, acne-prone skin | Blue light helps reduce acne-causing bacteria and calm active breakouts |
| Dull, uneven skin tone | Green/White light helps brighten complexion and improve tired-looking skin |
| Fine lines and early sagging | Red light supports collagen production for firmer skin texture |
| Sensitive, redness-prone skin | Yellow/Cyan light helps soothe irritation and calm flare-ups |
| Any skin type for daily maintenance | Use full-spectrum mode 2–3 times a week to keep skin stable and healthy |

What Do the 7 Light Colors Do?
- Red (630–660nm) — Deep-layer repair, helps smooth fine lines and firm contours
- Blue (415–450nm) — Oil control and acne treatment, targets inflamed pimples and clogged pores
- Green (520–530nm) — Brightens dull areas, helps fade dark spots and even out tone
- Yellow (580–590nm) — Soothes redness and rosacea, gentle on sensitive skin
- Purple (Red + Blue) — Dual-action for areas with both breakouts and post-acne marks
- Cyan (490–500nm) — Calms and cools, ideal for sun-exposed or irritated skin
- White (Full Spectrum) — Overall skin conditioning for daily maintenance
Tip: Choose 1–2 colors per session based on your current skin concern. You don’t need to use all colors at once.
How Does LED Light Therapy Work?

LED light therapy has been used in dermatology for decades as a clinically backed adjunctive skincare treatment.
The science is simple: Different light wavelengths penetrate the skin to different depths.
- Red light (longer wavelength) reaches the dermis, where it helps stimulate collagen and elastin production.
- Blue light (shorter wavelength) stays in the epidermis and targets sebaceous glands to kill acne-causing bacteria.
This process is called photobiomodulation (PBM) – light energy is absorbed by skin cells, which then produce more ATP (cellular energy) to accelerate natural repair. It does not generate heat, cause peeling, or damage the skin surface. There is zero downtime.

What results to expect:
- 1–2 weeks: Less oil on the T-zone, pimples heal faster
- 3–4 weeks: Brighter complexion, smoother skin texture
- 8+ weeks: Fine lines appear reduced, skin feels firmer
Individual results vary based on skin type and consistency. This is a long-term maintenance tool, not an instant filler or surgical treatment.
Product Features
Product Specifications
| Model | HLKGO-MR07 |
| Light Colors | Red / Blue / Green / Yellow / Purple / Cyan / White (7 total) |
| Wavelength Range | 415nm – 660nm |
| Material | Medical-grade flexible silicone |
| Charging Port | USB-C |
| Battery Life | Approx. 2 hours per full charge |
| Recommended Session | 10 – 20 minutes (auto shut-off) |
| Cleaning | Wipe with a damp cloth. Do not rinse or submerge. |
| Package Includes | Mask × 1, Goggles × 1, USB-C Cable × 1, Manual × 1 |

How to Use
- Cleanse your face – Wash with a gentle cleanser and pat dry. No gels needed.
- Put on the goggles – Wear the protective goggles, then place the mask over your face and adjust the strap.
- Select your light color – Press the power button, then the mode button to cycle through 7 colors.
- Relax for 10–20 minutes – The mask turns off automatically. Remove and apply your usual serum or moisturizer.
Frequency: 3–4 times per week for best results. Sensitive skin: 2 times per week. Daily use is not necessary.
What’s in the Box

- HLKGO-MR07 LED Photon Mask × 1
- Protective Goggles × 1 pair
- USB-C Charging Cable × 1
- User Manual × 1
Important Safety Information
Please read before use:
-
<li style="padding: 3px 0 3px 24px; background: url('data:image/svg+xml;utf8,’) left center no-repeat; background-size: 16px;”>Home-use maintenance device – not a substitute for professional medical treatments.
<li style="padding: 3px 0 3px 24px; background: url('data:image/svg+xml;utf8,’) left center no-repeat; background-size: 16px;”>Do not use if pregnant, breastfeeding, under 18, have thyroid disorders, photosensitivity, or taking photosensitizing drugs.
<li style="padding: 3px 0 3px 24px; background: url('data:image/svg+xml;utf8,’) left center no-repeat; background-size: 16px;”>Avoid use on open wounds, severe eczema, or acute infections.
<li style="padding: 3px 0 3px 24px; background: url('data:image/svg+xml;utf8,’) left center no-repeat; background-size: 16px;”>Not waterproof. Clean only with a damp cloth. Do not immerse.
<li style="padding: 3px 0 3px 24px; background: url('data:image/svg+xml;utf8,’) left center no-repeat; background-size: 16px;”>Slight silicone odor upon unboxing is harmless and dissipates in 1–2 days.
Have questions? Contact our support team — we reply within 24 hours.
*30-day trial · 1-year warranty for peace of mind
-

OneXPlayer Super X 6-in-1 Gaming Laptop 14-inch 60/120Hz 2.8K AMOLED Windows 11 WIFI 7 64GB Notebook Tablet Face Unlock 85.58Wh
Price range: ₦3,589,886.51 through ₦3,816,533.29Add To Cart This product has multiple variants. The options may be chosen on the product pageEstimated delivery dates: Sep 9, 2026 - Sep 14, 2026 -

NILLKIN For Xiaomi 17 Ultra Magsafe Case Iceblade Prop Phone Holder Camera Cover Transparent Magnetic Case For Xiaomi17 Ultra
₦29,723.36Add To Cart This product has multiple variants. The options may be chosen on the product pageEstimated delivery dates: Sep 9, 2026 - Sep 14, 2026 -

Original Huawei Mate X6 5G Foldable Phone 7.93 Inches OLED 120Hz Folded Display Kirin 9020 HarmonyOS 4.3 NFC Smartphone
Price range: ₦2,161,811.44 through ₦3,002,735.44Add To Cart This product has multiple variants. The options may be chosen on the product pageEstimated delivery dates: Sep 9, 2026 - Sep 14, 2026 -

2026 New Women Luxury Brand Designer Purses And Handbags Messenger Cross Body Tote Bags
₦78,857.35Add To Cart This product has multiple variants. The options may be chosen on the product pageEstimated delivery dates: Sep 9, 2026 - Sep 14, 2026 -

Onexplayer X1Pro Gaming Laptop 3-in-1 10.95” 120Hz 2560*1600 Mini PC AMD A1470-32G+2TB Windows 11 Camera HDMI Handheld Tablet
Price range: ₦2,506,366.37 through ₦2,794,590.11Add To Cart This product has multiple variants. The options may be chosen on the product pageEstimated delivery dates: Sep 9, 2026 - Sep 14, 2026














Reviews
There are no reviews yet.