3D Mold - Design 5
/* ===================================================== 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 3D Mold - Design 5 Create beautiful, custom 3D embellishments with the 3D Mold - Design 5. This high-grade flexible silicone mold features detailed recesses, allowing nail artists to easily cast custom roses, hearts, bows, or intricate accent designs. Simply fill the mold with your choice of 3D gel, builder gel, or acrylic, cure, and pop out for an instant professional 3D accent. 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. Flexible Silicone Durable, high-grade flexible silicone allows for clean, easy release without breaking details. Intricate Designs Perfect for creating detailed 3D roses, hearts, or accents with gel, builder gel, or acrylic. Reusable Design Easy to clean and sanitize for repeat salon client appointments and custom nail creations. Explore 3D Art Gels Find the perfect high-pigment gel or builder gel to create beautiful 3D shapes with your new silicone molds. Shop Art Gels Add Crystals & Pearls Combine your custom 3D molded shapes with flatback crystals and pearls for luxury, high-end nail sets. Browse Embellishments Frequently Asked Questions What products can I use with this 3D mold? + You can use this mold with 3D gel, builder gel, acrylic, polygel, or custom colored gel polishes. Make sure to cure gels completely under a UV/LED lamp. How do I remove the cured shapes from the mold? + Simply bend the flexible silicone mold gently back from the edges of the shape and lift the cured embellishment out. High flexibility ensures it pops out cleanly. How should I clean and store the mold? + Wipe with alcohol or wash with warm soapy water to remove dust. Let it air dry and store in a dust-free bag or container to protect the detailed surfaces.
More you might like
Related
3D Mold - Design 3
Related
3D Mold - Design 2
Related
3D Mold - Design 4
Related