✨ Create Magical 3D Effects – Puffy Pens for Creative DIY
/* ========================================================= Puffy 3D Pens Product Description Unique scope: bustatio-puffy-pens-v1 ================================================ ========== */ .bustatio-puffy-pens-v1 { --bpp-purple: #6d43d8; --bpp-purple-dark: #4d2ba7; --bpp-pink: #ff6fa9; --bpp-yellow: #ffd75a; --bpp-green: #56b98d; --bpp-blue: #54a8e8; --bpp-text: #17131f; --bpp-body: #655d70; --bpp-soft: #faf7ff; --bpp-border: #e8ddf6; width: 100%; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif; } .bustatio-puffy-pens-v1 *, .bustatio-puffy-pens-v1 *::before, .bustatio-puffy-pens-v1 *::after { box-sizing: border-box; } .bustatio-puffy-pens-v1 img { display: block; width: 100%; max-width: 100%; height: auto !important; margin: 18px auto; border-radius: 12px; } /* ========================================================= NEW INTRO CARD ========================================================== */ .bustatio-puffy-pens-v1 .bpp-creative-hero { position: relative; overflow: hidden; width: 100%; margin: 0 0 28px; padding: 24px 22px 21px; background: radial-gradient( circle at 100% 0%, rgba(255, 215, 90, 0.38), transparent 34% ), radial-gradient( circle at 0% 100%, rgba(255, 111, 169, 0.16), transparent 35% ), linear-gradient( 135deg, #fcf9ff 0%, #f7f0ff 52%, #fffaf1 100% ); border: 1.5px solid var(--bpp-border); border-radius: 20px; box-shadow: 0 8px 24px rgba(79, 45, 132, 0.08); } .bustatio-puffy-pens-v1 .bpp-creative-hero::before { content: ""; position: absolute; top: -28px; right: -20px; width: 105px; height: 105px; border-radius: 50%; background: radial-gradient( circle, rgba(255,255,255,0.4) 0 22%, rgba(255,111,169,0.14) 23% 47%, rgba(109,67,216,0.08) 48% 100% ); pointer-events: none; } .bustatio-puffy-pens-v1 .bpp-eyebrow { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 10px; color: var(--bpp-purple-dark); font-size: 10px; line-height: 1.2; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; } .bustatio-puffy-pens-v1 .bpp-eyebrow-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--bpp-pink); box-shadow: 0 0 0 4px rgba(255,111,169,0.13); } .bustatio-puffy-pens-v1 .bpp-hero-title { position: relative; z-index: 1; max-width: 570px; margin: 0; color: var(--bpp-text); font-size: 28px; line-height: 1.08; font-weight: 900; letter-spacing: -0.8px; } .bustatio-puffy-pens-v1 .bpp-highlight { color: var(--bpp-purple); } .bustatio-puffy-pens-v1 .bpp-hero-text { position: relative; z-index: 1; max-width: 590px; margin: 12px 0 0; color: var(--bpp-body); font-size: 15px; line-height: 1.52; font-weight: 500; } .bustatio-puffy-pens-v1 .bpp-hero-text strong { color: var(--bpp-text); font-weight: 800; } /* Mini benefits */ .bustatio-puffy-pens-v1 .bpp-mini-benefits { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; } .bustatio-puffy-pens-v1 .bpp-mini-benefit { display: inline-flex; align-items: center; gap: 5px; min-height: 31px; padding: 7px 10px; background: rgba(255,255,255,0.78); border: 1px solid rgba(109,67,216,0.15); border-radius: 999px; color: #4f4560; font-size: 10px; line-height: 1.1; font-weight: 750; box-shadow: 0 2px 7px rgba(69,40,108,0.04); } /* ========================================================= DESCRIPTION TYPOGRAPHY ========================================================== */ .bustatio-puffy-pens-v1 h3 { margin: 29px 0 14px; color: var(--bpp-text); font-size: 22px; line-height: 1.2; font-weight: 900; letter-spacing: -0.4px; } .bustatio-puffy-pens-v1 h4 { margin: 28px 0 13px; color: var(--bpp-text); font-size: 20px; line-height: 1.25; font-weight: 900; } .bustatio-puffy-pens-v1 p, .bustatio-puffy-pens-v1 li { color: #4f4858; font-size: 15px; line-height: 1.62; } .bustatio-puffy-pens-v1 p { margin: 0 0 16px; } .bustatio-puffy-pens-v1 ul { margin: 0 0 18px; padding-left: 21px; } .bustatio-puffy-pens-v1 li { margin-bottom: 8px; } .bustatio-puffy-pens-v1 strong { color: var(--bpp-text); } /* ========================================================= FEATURE TEXT BOXES ========================================================== */ .bustatio-puffy-pens-v1 .bpp-feature { margin: 0 0 17px; padding: 14px 15px; background: #fcfaff; border: 1px solid #eee5f8; border-left: 4px solid var(--bpp-purple); border-radius: 11px; } .bustatio-puffy-pens-v1 .bpp-feature p { margin: 0; } .bustatio-puffy-pens-v1 .bpp-feature-pink { border-left-color: var(--bpp-pink); } .bustatio-puffy-pens-v1 .bpp-feature-green { border-left-color: var(--bpp-green); } .bustatio-puffy-pens-v1 .bpp-feature-blue { border-left-color: var(--bpp-blue); } /* ========================================================= SPECS ========================================================== */ .bustatio-puffy-pens-v1 .bpp-specs { overflow: hidden; margin: 5px 0 22px; background: #faf8fd; border: 1px solid #e9e1f0; border-radius: 13px; } .bustatio-puffy-pens-v1 .bpp-spec-row { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 12px; padding: 11px 14px; border-bottom: 1px solid #ece5f2; } .bustatio-puffy-pens-v1 .bpp-spec-row:last-child { border-bottom: 0; } .bustatio-puffy-pens-v1 .bpp-spec-label { color: var(--bpp-text); font-size: 13px; font-weight: 800; } .bustatio-puffy-pens-v1 .bpp-spec-value { color: var(--bpp-body); font-size: 13px; line-height: 1.4; } /* ========================================================= SHIPPING / TRUST ========================================================== */ .bustatio-puffy-pens-v1 .bpp-trust { margin: 24px 0; padding: 18px; background: #f8f9ff; border: 1px solid #e1e5f1; border-radius: 14px; } .bustatio-puffy-pens-v1 .bpp-trust p { margin-bottom: 12px; } .bustatio-puffy-pens-v1 .bpp-trust p:last-child { margin-bottom: 0; } /* ========================================================= MOBILE ========================================================== */ @media screen and (max-width: 620px) { .bustatio-puffy-pens-v1 .bpp-creative-hero { margin-bottom: 24px; padding: 20px 16px 18px; border-radius: 17px; } .bustatio-puffy-pens-v1 .bpp-eyebrow { font-size: 9px; letter-spacing: 0.9px; } .bustatio-puffy-pens-v1 .bpp-hero-title { font-size: 25px; line-height: 1.08; letter-spacing: -0.65px; } .bustatio-puffy-pens-v1 .bpp-hero-text { margin-top: 10px; font-size: 14px; line-height: 1.5; } .bustatio-puffy-pens-v1 .bpp-mini-benefits { gap: 6px; margin-top: 14px; } .bustatio-puffy-pens-v1 .bpp-mini-benefit { min-height: 29px; padding: 6px 9px; font-size: 9px; } .bustatio-puffy-pens-v1 h3 { margin-top: 25px; font-size: 21px; } .bustatio-puffy-pens-v1 p, .bustatio-puffy-pens-v1 li { font-size: 14px; line-height: 1.58; } .bustatio-puffy-pens-v1 img { margin: 15px auto; border-radius: 10px; } .bustatio-puffy-pens-v1 .bpp-feature { padding: 13px 13px; border-radius: 10px; } .bustatio-puffy-pens-v1 .bpp-spec-row { grid-template-columns: 1fr; gap: 3px; padding: 11px 12px; } } Draw · Heat · Watch It Puff Unleash Your Creativity — Bring Your Art to Life in 3D! The fine tips make it easy to create detailed lines, patterns, doodles, and colorful designs with precision. Draw your idea, apply gentle heat, and watch your artwork puff into a fun 3D texture. ✍️ Fine Precision Tips 🍿 Heat-Activated 3D Effect 🌈 6 Creative Colors Features [🍿 Puffy 3D Art] – Simply draw and apply heat with a hair dryer! Every pen in this set contains Puffy Magic Ink that creates raised, dimensional lines that puff up when heated. [So Much Fun!] – Whether you’re looking for a fun creative activity or a hands-on project to keep kids entertained, these puffy pens make a perfect gift — or a fun treat for yourself! [Wide Range of Uses] – Perfect for art, crafts, school projects, painting, dotting, gift cards, greeting cards, Christmas cards, DIY projects, personalized posters, artwork, and photo albums. Works on a wide variety of surfaces, including metal, ceramic, wood, rubber, glass, plastic, stone, and more. [Easy to Use] – Draw whatever you like on paper or another suitable surface, then apply even heat with a hair dryer until the artwork begins to puff up — and watch your design transform into amazing 3D art! SPECIFICATIONS: Product Name Magic Popcorn Pen Colors 6 Colors Size 13.5 × 8.5 cm Uses Graffiti, Drawing, Upcycling Old Items, Writing PACKAGE INCLUDES: 1 × Magic Puffy Pen Set 📦 Real-Time Order Tracking Every order includes tracking information so you can follow your package throughout its journey. 🔒 Safe & Secure Checkout We use SSL encryption technology to help protect your personal and payment information. 🔒 Hassle-Free Support If your order isn’t right for you, contact us and our team will help according to the store’s return and refund policy. Why Choose Us? We work directly with manufacturers around the world to provide high-quality products. Our quality control team helps ensure our standards are consistently maintained. ✓ Competitive pricing ✓ Helpful customer service ✓ Quality-focused products ✓ Reviews from real customers 📦 Every order is shipped with a tracking number so you can follow your package every step of the way!
More you might like
Related
Create Magical 3D Fabric Art
Related
Djeco - 3D Dollhouse - 🏠 Create Magical Adventures!
Related
Create 3D Shibori and Rose Effects with Shrinking Interfacin
Related