PEPPERMINT 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 PEPPERMINT FIMO PIECES Decorate your nails with bakery-fresh sweetness with the PEPPERMINT FIMO PIECES. Featuring detailed miniature cupcakes, gingerbread, cookie crumbs, and candy hearts, these polymer clay slices add instant fun. Ultra-thin profiles mean they sit flush on nail structures, making them ideal for custom press-ons, decoden crafts, and slime shaker mixes. ⚠️ 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. Mini Bakery Designs Adorable 3D look fimo slices featuring cupcakes, cookie crumbs, gingerbread, and peppermints. Solvent-Resistant Colors won't bleed, melt, or smudge when exposed to monomer, slip solutions, or nail gel systems. Perfect Craft Sprinkle Ideal for decoden crafts, slime mix-ins, whipped clay projects, and custom resin shaker charms. View All Nail Charms Mix sweet dessert fimo slices with 3D gummy bears, lollypops, and donut charms. Shop Nail Charms Shop Storage Boxes Keep your dessert sprinkles and fimo collections clean and organized in client storage boxes. Shop Storage Frequently Asked Questions Are these sweet sprinkles edible? + No! All cupcakes, cookie crumbs, and gingerbread fimo slices are made of polymer clay and are strictly NON-EDIBLE. How do I encapsulate cookie crumbs for textured nails? + Apply your base color, sprinkle the cookie crumbs into a clear builder gel layer, cure, refine the texture with a buffer, and seal with a matte or shiny top coat. Can I use these in water or oil-based sensory bottles? + Yes, polymer clay is waterproof and will not dissolve in water or baby oil, making them excellent for sensory shaker crafts.
More you might like
Related
Candy Stripe Beads - 9mm Small Round Peppermint Striped Bead
Related
FIMO Soft - Peppermint, 2 oz.
Related
Peppermint Fimo & Sprinkle Mix
Related