JACK FIMO PIECES
/* ===================================================== UNICORN LAB® FIMO SLICES COLLECTION ===================================================== */ .ul-fimo-lab { --ul-pink: #F25 EA5; --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: #fffdf9; width: 100% !important; max-width: 1280px !important; margin: 20px auto 0 !important; display: block !important; border-radius: var(--radius-xl); } .ul-fimo-lab * { box-sizing: border-box !important; } .ul-fimo-lab .section { padding: 30px 0; } .ul-fimo-lab .section-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; } .ul-fimo-lab .section-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .ul-fimo-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-fimo-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-fimo-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-fimo-lab .intro-card { background: linear-gradient(135deg, #fffcf6 0%, #fff0fa 50%, #ebf8ff 100%); border: 1px solid var(--ul-line); border-radius: 20px; padding: 32px; text-align: center; box-shadow: var(--shadow-sm); } .ul-fimo-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-fimo-lab .intro-card p { font-size: 0.95rem; line-height: 1.7; color: var(--ul-graphite); margin: 0 auto 16px; max-width: 800px; } .ul-fimo-lab .intro-card p:last-child { margin-bottom: 0; } /* ---- FEATURES GRID ---- */ .ul-fimo-lab .why-section { background: white; border-radius: var(--radius-xl); padding: 30px 20px; border: 1px solid var(--ul-line-neutral); } .ul-fimo-lab .ul-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ul-fimo-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-fimo-lab .ul-icon-item:hover { border-color: var(--ul-pink); background: var(--ul-pink-50); transform: translateY(-2px); } .ul-fimo-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-fimo-lab .ul-icon-svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .ul-fimo-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-fimo-lab .ul-icon-item p { font-size: 0.85rem; color: var(--ul-graphite); line-height: 1.5; margin: 0; } /* ---- CTA CARDS ---- */ .ul-fimo-lab .cta-section { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .ul-fimo-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-fimo-lab .cta-card.alt { background: var(--ul-pink-50); border: 1px solid var(--ul-line); } .ul-fimo-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-fimo-lab .cta-card p { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.5; margin: 0 0 16px; } .ul-fimo-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-fimo-lab .btn-outline:hover { background: var(--ul-ink); color: white; } /* ---- FAQ ACCORDION ---- */ .ul-fimo-lab .accordion { border-top: 1px solid var(--ul-line-neutral); } .ul-fimo-lab details.accordion-item { border-bottom: 1px solid var(--ul-line-neutral); } .ul-fimo-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-fimo-lab .accordion-trigger::-webkit-details-marker { display: none; } .ul-fimo-lab .accordion-trigger:hover { color: var(--ul-pink); } .ul-fimo-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-fimo-lab details.accordion-item[open] .accordion-plus { background: var(--ul-ink); color: white; border-color: var(--ul-ink); transform: rotate(45deg); } .ul-fimo-lab .accordion-body { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.6; padding-bottom: 16px; } @media (max-width: 768px) { .ul-fimo-lab .ul-icon-grid { grid-template-columns: 1fr; } .ul-fimo-lab .cta-section { grid-template-columns: 1fr; } } FIMO Slices Collection JACK FIMO PIECES Add a dark, gothic touch to your manicures with the spooky JACK FIMO PIECES. Precision sliced from rich black and orange clay, these bat and jack-o'-lantern fimo shapes contrast beautifully on dark bases. Ideal for Halloween sets, gothic extensions, resin shakers, and custom slime creations. ⚠️ SAFETY NOTICE: All 3D fimo slices and sprinkles are strictly NON-EDIBLE and intended for nail art and decorative crafts only. The Details Why You'll Love These FIMO Slices Precision-cut polymer clay slices designed to lay flat for smooth encapsulation and long-lasting salon sets. Halloween Themes Spooky black bats and orange jack-o'-lantern fimo slices perfect for gothic and Halloween sets. Deep Pigment Clay Vibrant oranges and deep blacks that contrast beautifully on dark gel polishes or matte finishes. Encapsulation Ready Ultra-thin profiles allow you to stack or layer bats and jacks under clear builder gel cleanly. View Metal Snake Charms Complete your dark, gothic sets by pairing bats with gold and silver metal snake charms. Shop Snake Charms Shop Black & Purple Gels Find the perfect dark gel polishes to base your spooky Halloween fimo overlays on. Shop Dark Gels Frequently Asked Questions Are these spooky slices edible? + No! All bat, jack, and eyeball fimo slices are made of polymer clay and are strictly NON-EDIBLE. How do I create a spooky Halloween scene? + Layer these black bats and jack-o'-lanterns over deep black, purple, or orange gel polish, overlay with fine holographic glitter, encapsulate in clear builder gel, and buff to a smooth finish. Can I use these for resin shaker charms? + Yes! These lightweight fimo pieces float beautifully inside liquid shaker charms, resin crafts, and custom slime creations.
More you might like
Related
AVOCADO FIMO PIECES
Related
RAINBOW FIMO PIECES
Related
STRAWBERRY FIMO PIECES
Related