CHERRY 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 CHERRY FIMO PIECES Add a fresh, juicy pop of color to your nail sets with the CHERRY FIMO PIECES. Made of high-quality polymer clay, these 3D fimo slices are precision-cut into ultra-thin fruit shapes, including strawberries, watermelons, citrus slices, and avocados. Designed to lay completely flat on the nail, they are perfect for encapsulation under clear builder gel, acrylic overlays, clear slime mixtures, and resin crafts. ⚠️ 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. Ultra-Thin Slices Precision cut fimo slices are extremely thin, laying flat on the nail surface for easy encapsulation. Vibrant Clay Colors Formulated with premium polymer clay to guarantee bright fruit details that won't fade under top coat. Multi-Use Compatibility Ideal for summer fruit nail sets, builder gel designs, clear slime mix-ins, and colorful resin crafts. Need Rhinestone Glue? Lock down fimo slices and charms with our premium crystal pickup and adhesion gels. Shop Adhesion Gels Browse Glitter Lab Layer fruit fimo slices with fine glitters or mylar flakes to create beautiful summer fruit cocktails. Shop Glitter Lab Frequently Asked Questions Are these fruit fimo slices edible? + No! Although they feature realistic designs like strawberries, avocados, and watermelons, they are made of polymer clay and are strictly NON-EDIBLE. How do I apply fruit slices to my nails? + For a smooth surface, encapsulate them. Place fimo slices into a thin wet layer of clear builder gel or acrylic, cure or let dry, file flat if any corners stick up, and apply your glossy top coat. What is the best way to store these fimo slices? + We recommend storing them in airtight test tubes or macaron storage containers to protect them from dust and heat.
More you might like
Related
FIMO - F46 Cherry
Related
AVOCADO FIMO PIECES
Related
RAINBOW FIMO PIECES
Related