Flash Cure LED Torch
/* ===================================================== UNICORN LAB® CANDY COUTURE COLLECTION ===================================================== */ .ul-candy-couture { --ul-pin k: #F25EA5; --ul-pink-700: #D63384; --ul-pink-300: #F8A8CC; --ul-pink-100: #FFD9E8; --ul-pink-50: #FFF1F7; --ul-purple: #9F7AEA; --ul-purple-soft: #FAF5FF; --ul-lilac: #E3D5E9; --ul-cream: #FBF7F4; --ul-ink: #2F1A24; /* Plum/Dark Berry */ --ul-ink-soft: #422834; --ul-graphite: #5A3E4B; --ul-mute: #8A6D7C; --ul-line: #F6CADC; --ul-line-neutral: #EFE4EA; --ul-white: #FFFFFF; --radius-xl: 24px; --radius-pill: 999px; --shadow-sm: 0 1px 3px rgba(173,36,109,0.08), 0 1px 2px rgba(173,36,109,0.04); --shadow-pink-glow: 0 0 0 3px rgba(242,94,165,0.25); --font-display: 'Libre Franklin', sans-serif; --font-body: 'Montserrat', sans-serif; font-family: var(--font-body); color: var(--ul-ink-soft); background: #fffbfd; width: 100% !important; max-width: 1280px !important; margin: 20px auto 0 !important; display: block !important; border-radius: var(--radius-xl); } .ul-candy-couture * { box-sizing: border-box !important; } .ul-candy-couture .section { padding: 30px 0; } .ul-candy-couture .section-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; } .ul-candy-couture .section-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .ul-candy-couture .section-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ul-pink-700); margin-bottom: 8px; text-align: center; } .ul-candy-couture .section-title { font-family: var(--font-display); font-size: clamp(1.4rem, 1.8vw, 2rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; color: var(--ul-ink); text-align: center; margin-bottom: 12px; } .ul-candy-couture .section-sub { font-size: 0.9rem; color: var(--ul-mute); text-align: center; max-width: 650px; margin: 0 auto 30px; line-height: 1.6; } /* ---- INTRO CARD ---- */ .ul-candy-couture .intro-card { background: linear-gradient(135deg, #fff5f8 0%, #ffeef4 50%, #f3ebff 100%); border: 1px solid var(--ul-line); border-radius: 20px; padding: 32px; text-align: center; box-shadow: var(--shadow-sm); } .ul-candy-couture .intro-card h1 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.2vw, 2.4rem); font-weight: 900; line-height: 1.1; color: var(--ul-ink); margin: 0 0 16px; } .ul-candy-couture .intro-card p { font-size: 0.95rem; line-height: 1.7; color: var(--ul-graphite); margin: 0 auto 16px; max-width: 800px; } .ul-candy-couture .intro-card p:last-child { margin-bottom: 0; } /* ---- SPECS GRID ---- */ .ul-candy-couture .specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0 0; } .ul-candy-couture .spec-item { background: var(--ul-white); border: 1px solid var(--ul-line-neutral); border-radius: 16px; padding: 16px; text-align: center; } .ul-candy-couture .spec-item h4 { font-size: 0.7rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ul-pink-700); margin: 0 0 4px; } .ul-candy-couture .spec-item p { font-size: 0.9rem; font-weight: 600; color: var(--ul-ink); margin: 0; } /* ---- FEATURES GRID ---- */ .ul-candy-couture .why-section { background: white; border-radius: var(--radius-xl); padding: 30px 20px; border: 1px solid var(--ul-line-neutral); } .ul-candy-couture .ul-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ul-candy-couture .ul-icon-item { background: var(--ul-purple-soft); border: 1px solid rgba(159, 122, 234, 0.12); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.25s; } .ul-candy-couture .ul-icon-item:hover { border-color: var(--ul-pink); background: var(--ul-pink-50); transform: translateY(-2px); } .ul-candy-couture .ul-icon-circle { width: 56px; height: 56px; border-radius: 50%; background: white; border: 1.5px solid var(--ul-line); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--ul-pink-700); } .ul-candy-couture .ul-icon-svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .ul-candy-couture .ul-icon-item h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 800; color: var(--ul-ink); margin: 0 0 8px; } .ul-candy-couture .ul-icon-item p { font-size: 0.85rem; color: var(--ul-graphite); line-height: 1.5; margin: 0; } /* ---- INSTRUCTIONS SECTION ---- */ .ul-candy-couture .instruction-card { background: white; border: 1px solid var(--ul-line-neutral); border-radius: 20px; padding: 32px 24px; margin-top: 24px; } .ul-candy-couture .instruction-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; color: var(--ul-ink); margin: 0 0 16px; text-align: center; } .ul-candy-couture .instruction-list { display: inline-block; text-align: left; margin: 0 auto; padding-left: 20px; font-size: 0.9rem; line-height: 1.7; color: var(--ul-graphite); max-width: 780px; } .ul-candy-couture .instruction-list li { margin-bottom: 8px; } .ul-candy-couture .instruction-list li:last-child { margin-bottom: 0; } /* ---- CTA CARDS / LINKS ---- */ .ul-candy-couture .cta-section { display: grid; grid-template-columns: 1fr; gap: 20px; } .ul-candy-couture .cta-card { background: linear-gradient(135deg, #fff5f8 0%, #ffeef4 50%, #f3ebff 100%); border: 1px solid var(--ul-line); border-radius: var(--radius-xl); padding: 30px; text-align: center; } .ul-candy-couture .cta-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 850; color: var(--ul-ink); margin: 0 0 10px; } .ul-candy-couture .cta-card p { font-size: 0.9rem; color: var(--ul-graphite); line-height: 1.6; margin: 0 0 20px; max-width: 700px; margin-left: auto; margin-right: auto; } .ul-candy-couture .cta-button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } .ul-candy-couture .btn-primary { display: inline-flex; align-items: center; justify-content: center; background: var(--ul-pink-700); border: 1.5px solid var(--ul-pink-700); border-radius: var(--radius-pill); padding: 12px 24px; font-size: 0.85rem; font-weight: 700; color: white; text-decoration: none; transition: all 0.2s; cursor: pointer; } .ul-candy-couture .btn-primary:hover { background: #b52269; border-color: #b52269; transform: translateY(-1px); } .ul-candy-couture .btn-secondary { display: inline-flex; align-items: center; justify-content: center; background: white; border: 1.5px solid var(--ul-line); border-radius: var(--radius-pill); padding: 12px 24px; font-size: 0.85rem; font-weight: 700; color: var(--ul-pink-700); text-decoration: none; transition: all 0.2s; cursor: pointer; } .ul-candy-couture .btn-secondary:hover { background: var(--ul-pink-50); border-color: var(--ul-pink); transform: translateY(-1px); } /* ---- FAQ ACCORDION ---- */ .ul-candy-couture .accordion { border-top: 1px solid var(--ul-line-neutral); } .ul-candy-couture details.accordion-item { border-bottom: 1px solid var(--ul-line-neutral); } .ul-candy-couture .accordion-trigger { width: 100%; background: none; border: none; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: var(--ul-ink-soft); text-align: left; list-style: none; } .ul-candy-couture .accordion-trigger::-webkit-details-marker { display: none; } .ul-candy-couture .accordion-trigger:hover { color: var(--ul-pink-700); } .ul-candy-couture .accordion-plus { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--ul-line-neutral); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--ul-mute); transition: all 0.2s; } .ul-candy-couture details.accordion-item[open] .accordion-plus { background: var(--ul-pink-700); color: white; border-color: var(--ul-pink-700); transform: rotate(45deg); } .ul-candy-couture .accordion-body { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.6; padding-bottom: 16px; } @media (max-width: 768px) { .ul-candy-couture .ul-icon-grid { grid-template-columns: 1fr; } .ul-candy-couture .specs-grid { grid-template-columns: 1fr; } .ul-candy-couture .cta-button-group { flex-direction: column; width: 100%; } .ul-candy-couture .btn-primary, .ul-candy-couture .btn-secondary { width: 100%; } } Candy Couture Collection Flash Cure LED Torch Lock your soft gel extensions in place with speed and precision using the Flash Cure LED Torch. This portable, handheld curing device is engineered for flash curing soft gel tips, crystals, and detailed nail art prior to a full cure. The high-output UV/LED bulb delivers targeted curing light, allowing you to hold tips firmly at the cuticle with one hand while securing the bond in just 15 seconds. Non-rechargeable design ensures reliable, battery-operated performance. Device Type Handheld Curing Torch Cure Speed 15-second flash cure Power Source AAA battery operated (not included) The Details Why You'll Love It Premium, salon-grade nail products developed for fast application, maximum durability, and gorgeous visual results. Hands-Free Control Hold the extension tip in place with your thumb while positioning the light directly over the cuticle. Targeted Cure Focused UV/LED output concentrates light on a single nail, preventing accidental curing of nearby gels. Compact Portability Fits easily on your desk or in a mobile kit bag for convenient onsite services and quick nail prep. How to Apply Ensure fresh AAA batteries are installed in the torch. Prep the natural nail, apply builder gel to the inside of the soft gel tip, and press the tip onto the nail. Hold the tip at a 45-degree angle to the cuticle to ensure no air bubbles are trapped. Bring the LED torch close to the cuticle and turn it on, holding the light over the nail for 15 seconds. Once flash cured, release your hold and proceed to the next finger. Repeat for all 10 nails. Place the client's full hand inside a main professional LED lamp for 30-60 seconds for a final, secure cure. Complete the Candy Couture Service Build a perfect salon-quality service by pairing our premium soft gel tips with our prep liquids, building gels, curing devices, and nourishing cuticle aftercare. Shop Gel Extension Kit Shop Replacement Tips Shop Cuticle Oil Aftercare Frequently Asked Questions Does this torch come with batteries? + No. The torch is non-rechargeable and requires 3 AAA batteries (not included). Can I use this torch to fully cure a whole set of nails? + No. The torch is designed specifically for flash curing (holding a tip or crystal in place). You must still cure the full hand in a standard LED salon lamp to ensure a deep and safe cure. Is it safe for skin contact? + Yes. The low-wattage LED output is safe for short exposures, but avoid staring directly into the bulb while lit.
More you might like
Related
LED Nail Torch Flash Cure Gel Tips USB Rechargeable
Related
USB Flash Cure torch
Related
Xtens Battery Flash cure torch
Related