Candy Couture Gel Extensions | Pink Coffin
/* ===================================================== 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 Candy Couture Gel Extensions | Pink Coffin Achieve sleek, high-fashion extensions in minutes with the Candy Couture Gel Extensions | Pink Coffin full cover soft gel boxes. Designed with a perfect structural apex and a ultra-thin cuticle area, these tips offer comfortable wear, unmatched styling versatility, and natural aesthetics. Perfect for professional salons, training kits, or home nail enthusiasts. The Pink base is designed to blend seamlessly with the natural nail, providing a flawless foundation for neutral overlays, vibrant gel colors, French manicures, or detailed nail art. Shape Profile Coffin Base shade Pink Box Quantity 500 tips (approx. 50 per size) The Details Why You'll Love It Premium, salon-grade nail products developed for fast application, maximum durability, and gorgeous visual results. Full Size Range Includes 12 sizes (0 to 11) to guarantee a flawless, side-to-side fit for all client nail shapes. Flawless Structure Pre-molded apex and thin cuticle edge prevent lifting and ensure a beautiful, natural profile. Speed Up Services Skip tedious sculpting and form placement—simply prep, apply builder, flash cure, and go. How to Apply Dehydrate natural nails using Prep It, then apply Prime It nail primer for chemical bonding. Gently wipe the inside contact area of the soft gel tip with acetone to clean and prep the surface. Apply a small amount of Build It or Blush It builder gel to the inside cuticle area of the tip. Apply the tip at a 45-degree angle to the cuticle, slowly pressing down to expel air bubbles. Holding the tip securely in place, flash cure for 15 seconds using the Flash Cure LED Torch. Place the hand inside your main UV/LED lamp for a final 30-60 second cure to lock the bond. Blend the cuticle edge with a file if necessary, buff the tip surface, and apply your favorite gel color. 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 What sizes are included in the box? + The box contains 500 tips split across 12 distinct sizes (size 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11). There are approximately 50 tips per size. How do I replenish individual sizes as they run out? + You can top up your box with single-size refills using our Candy Couture Replacement Tip bags of 50, so you never have to buy a full box again. Do I need a base coat under these soft gel tips? + No separate base coat is required when using our specialized Blush It or Build It Clear builder gels, which serve as the perfect bonding agent.
More you might like
Related
Candy Couture Gel Extensions | Nude Coffin
Related
Candy Couture Gel Extensions | Long Clear Coffin
Related
Candy Couture Gel Extensions | Medium Clear Square
Related