TIP DISPLAY STAND
/* ===================================================== UNICORN LAB® ACCESSORIES COLLECTION ===================================================== */ .ul-accessories-lab { --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: #121212; --ul-ink-soft: #2A2A2A; --ul-graphite: #4F4F4F; --ul-mute: #7A7A7A; --ul-line: #F2CDDD; --ul-line-neutral: #EDE6EA; --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-accessories-lab * { box-sizing: border-box !important; } .ul-accessories-lab .section { padding: 30px 0; } .ul-accessories-lab .section-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; } .ul-accessories-lab .section-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .ul-accessories-lab .section-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ul-pink); margin-bottom: 8px; text-align: center; } .ul-accessories-lab .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-accessories-lab .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-accessories-lab .intro-card { background: linear-gradient(135deg, #fffcfd 0%, #ffeef6 100%); border: 1px solid var(--ul-line); border-radius: 20px; padding: 32px; text-align: center; box-shadow: var(--shadow-sm); } .ul-accessories-lab .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-accessories-lab .intro-card p { font-size: 0.95rem; line-height: 1.7; color: var(--ul-graphite); margin: 0 auto 16px; max-width: 800px; } .ul-accessories-lab .intro-card p:last-child { margin-bottom: 0; } /* ---- FEATURES GRID ---- */ .ul-accessories-lab .why-section { background: white; border-radius: var(--radius-xl); padding: 30px 20px; border: 1px solid var(--ul-line-neutral); } .ul-accessories-lab .ul-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ul-accessories-lab .ul-icon-item { background: var(--ul-purple-soft); border: 1px solid rgba(159, 122, 234, 0.15); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.25s; } .ul-accessories-lab .ul-icon-item:hover { border-color: var(--ul-pink); background: var(--ul-pink-50); transform: translateY(-2px); } .ul-accessories-lab .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); } .ul-accessories-lab .ul-icon-svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .ul-accessories-lab .ul-icon-item h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 800; color: var(--ul-ink); margin: 0 0 8px; } .ul-accessories-lab .ul-icon-item p { font-size: 0.85rem; color: var(--ul-graphite); line-height: 1.5; margin: 0; } /* ---- CTA CARDS ---- */ .ul-accessories-lab .cta-section { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .ul-accessories-lab .cta-card { background: var(--ul-pink-100); border-radius: var(--radius-xl); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; } .ul-accessories-lab .cta-card.alt { background: var(--ul-pink-50); border: 1px solid var(--ul-line); } .ul-accessories-lab .cta-card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 850; color: var(--ul-ink); margin: 0 0 10px; } .ul-accessories-lab .cta-card p { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.5; margin: 0 0 16px; } .ul-accessories-lab .btn-outline { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid var(--ul-ink); border-radius: var(--radius-pill); padding: 10px 20px; font-size: 0.85rem; font-weight: 700; color: var(--ul-ink); background: transparent; text-decoration: none; width: fit-content; transition: all 0.2s; } .ul-accessories-lab .btn-outline:hover { background: var(--ul-ink); color: white; } /* ---- FAQ ACCORDION ---- */ .ul-accessories-lab .accordion { border-top: 1px solid var(--ul-line-neutral); } .ul-accessories-lab details.accordion-item { border-bottom: 1px solid var(--ul-line-neutral); } .ul-accessories-lab .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-accessories-lab .accordion-trigger::-webkit-details-marker { display: none; } .ul-accessories-lab .accordion-trigger:hover { color: var(--ul-pink); } .ul-accessories-lab .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-accessories-lab details.accordion-item[open] .accordion-plus { background: var(--ul-ink); color: white; border-color: var(--ul-ink); transform: rotate(45deg); } .ul-accessories-lab .accordion-body { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.6; padding-bottom: 16px; } @media (max-width: 768px) { .ul-accessories-lab .ul-icon-grid { grid-template-columns: 1fr; } .ul-accessories-lab .cta-section { grid-template-columns: 1fr; } } Accessories Collection TIP DISPLAY STAND Showcase your beautiful nail polish collections and hand-painted art designs with the TIP DISPLAY STAND. Sized and designed for clean, professional client presentations, this swatch or display tool makes it easy to organize your colors by brand, shade family, or art finish. Made from sturdy plastic that takes polish smoothly and holds up to client handling. A premium salon-grade accessory chosen for performance, durability, and aesthetics. Build your matching toolkit and make your nail prep or art process more efficient. The Details Why You'll Love This Accessory Professional tools designed with high-quality materials to give you better control, durability, and clean results during every set. Clean Design Durable, high-transparency or sleek color base shows polish colors and art designs with high clarity. Easy Application Surface takes gel polish, builder gel, acrylic overlays, and top coats smoothly without pooling. Sturdy Build Thick plastic structures ensure display wheels and swatch sticks hold up to regular customer handling. Explore Gel Polishes Stock up on gorgeous gel shades to paint onto your new swatches and display wheels. Shop Gel Colors Shop Nail Art & Glitter Build stunning sample designs on your display stand to upsell premium art to your salon clients. Shop Glitter Lab Frequently Asked Questions What is the best way to label these swatches? + We recommend using a fine permanent marker or adhesive label tape on the underside/handle of the swatch stick, then sealing with a matte or glossy top coat to protect it. Do I need to buff the swatch surfaces before applying gel? + For best gel adhesion, a light buffing with a fine file or buffer can prevent peeling, though many gels stick well directly to clean plastic display tips. Are the stiletto swatches reusable? + They are designed for single polish application to showcase your work, but can be filed down or acetone-cleaned (if acetone-safe plastic is preferred, test a small corner first).
More you might like
Related
Tip Display Stand - 32 tips
Related
Display Book Tip Stand
Related
Nail Tips Display Stand
Related