Prep It - Dehydrator 15ml
/* ===================================================== 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 Prep It - Dehydrator 15ml Achieve maximum adhesion and prevent lifting with the professional Prep It - Dehydrator 15ml. This essential prep step balances the natural nail surface and establishes a chemical bond between the nail plate and gel overlays. Prep It quickly dehydrates the natural nail and removes natural oils. Apply before primer to ensure a perfectly clean and dry surface for extensions. Prep Step Step 1: Dehydration Formula Type Oil-stripping / Air-drying Bottle Size 15ml bottle The Details Why You'll Love It Premium, salon-grade nail products developed for fast application, maximum durability, and gorgeous visual results. Salon Durability Combats moisture, natural oils, and chemical barriers to deliver up to 4+ weeks of adhesion. Prevents Lifting Forms a tight seal around the cuticle and sidewalls, preventing water ingress and lifting. Gentle Formula Acid-free formulation protects the natural nail plate from damage and thinning. How to Apply Sanitize the hands, perform dry nail prep, push back cuticles, and lightly buff the nail surface. Apply an even layer of Prep It Dehydrator across the entire nail plate. Allow to air-dry completely for 5-10 seconds. The nail will take on a chalky, dehydrated appearance. Follow immediately with Prime It Nail Primer before applying your base or soft gel tips. 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 Why is dehydrator important? + Natural nails contain oils and moisture that block gel bonding. Dehydrator removes these contaminants, ensuring the gel can adhere directly to the keratin fibers. Do I need to cure this bottle in a lamp? + No. Both Prep It and Prime It are 100% air-drying formulas that prep the nail in seconds without needing a UV or LED light. Should I apply primer over the whole extension tip? + No. Primer should only be applied to the natural nail plate. Do not apply it over the plastic/soft gel tip as it is not necessary.
More you might like
Related
Nail Prep - Dehydrator - 15ml
Related
KODI Preparation: Dehydrator, 15ml
Related
Dehydrator Prep CJP 15ml
Related