
Member's Mark 8.5' Pre-Lit Animated Witch
USD 294.80

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Member's Mark
USD 246.99
Condition: New
View Member's Mark 8.5' Pre-Lit Animated Witch with current marketplace pricing, condition, product images and item details. Animated for a lively display. Animated features bring the witch to life. Easy to clean and maintain. We strive for 5-star service. Durable and high-quality construction. Member's Mark 8.5' Pre-Lit Animated Witch :root { --primary:#189DDA; --secondary:#1A1E39; --accent:#25A8E6; --light:#E3F7FF; --text:#1A1E39; --radius:10px; } *{box-sizing:border-box;margin:0;padding:0;} body{font-family:'Poppins',sans-serif;background:var(--light);color:var(--text);font-size:1rem;line-height:1.5;} header{display:flex;align-items:center;padding:1rem 2rem;background:var(--primary);flex-wrap:wrap;position:relative;} .logo{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.3rem 1rem;border-radius:999px;box-shadow:0 2px 6px rgba(0,0,0,0.1);} .logo img.logo-img{height:40px;width:auto;} .logo span{color:var(--secondary);font-size:1.2rem;font-weight:700;} .menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;margin-left:auto;cursor:pointer;} nav{display:flex;gap:1rem;margin-left:auto;flex-wrap:wrap;} nav a{text-decoration:none;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:.6rem 1.2rem;color:#fff;font-weight:500;display:flex;align-items:center;gap:.4rem;transition:background .3s,transform .2s;} nav a:hover{background:rgba(255,255,255,.4);transform:translateY(-2px);} nav.active{display:flex;} .hero{margin:2rem;padding:3rem;border-radius:var(--radius);background:var(--primary);color:#fff;text-align:center;position:relative;overflow:hidden;} .hero::before{content:'';position:absolute;top:0;left:-50px;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.2),transparent);animation:float 6s ease-in-out infinite;} @keyframes float{0%,100%{transform:translateX(0);}50%{transform:translateX(20px);}} .hero h1{position:relative;font-size:1.8rem;font-weight:700;} @media(max-width:600px){.hero h1{font-size:1.4rem;}} .container{width:90%;max-width:1100px;margin:2rem auto;} .info{display:flex;flex-wrap:wrap;gap:2rem;} .info>div{background:#fff;padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 6px rgba(0,0,0,.1);flex:1 1 300px;} .info h2{margin-bottom:1rem;color:var(--secondary);} .intro-img{max-width:100%;height:auto;display:block;margin:0 auto 1rem;border-radius:var(--radius);} @media(min-width:600px){.intro-img{float:right;width:160px;margin:0 1rem 1rem 0;}} .specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;} .specs div{background:var(--light);padding:.8rem;border-radius:var(--radius);text-align:center;font-size:.9rem;} .features{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;} .feature-card{background:#fff;padding:1rem;border-radius:var(--radius);box-shadow:0 1px 4px rgba(0,0,0,.1);display:flex;align-items:center;gap:.8rem;flex:1 1 200px;} .why-delivery{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;} .why,.delivery{background:#fff;padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 6px rgba(0,0,0,.1);flex:1 1 300px;} .why h2,.delivery h2{margin:0;color:var(--secondary);font-size:1.2rem;} .delivery-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;} .shipping-tag{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary);color:#fff;padding:.3rem .8rem;border-radius:999px;font-size:.9rem;} .why ul{list-style:none;margin-top:.5rem;} .why li{margin-bottom:.6rem;display:flex;align-items:center;gap:.6rem;} .delivery-intro{margin-bottom:1rem;font-size:.95rem;color:var(--text);} .delivery-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;} .delivery-card{background:var(--light);border-radius:var(--radius);padding:1rem;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.1);flex:1 1 150px;min-width:150px;} .delivery-card img{max-width:100%;height:auto;margin-bottom:.5rem;object-fit:contain;} .delivery-card h4{margin:.5rem 0;font-size:1rem;color:var(--secondary);} .tabs{margin:3rem 0;} .tabs input[type=radio]{display:none;} .tabs .tab-buttons label{display:inline-block;padding:.8rem 1.2rem;margin-right:.5rem;background:var(--light);border-radius:var(--radius);cursor:pointer;font-weight:500;transition:background .3s;color:var(--text);} #tab-payments:checked~.tab-buttons label[for=tab-payments], #tab-returns:checked~.tab-buttons label[for=tab-returns], #tab-feedback:checked~.tab-buttons label[for=tab-feedback]{background:var(--primary);color:#fff;} .tabs .tab-content{display:none;margin-top:1rem;padding:1rem;background:#fff;border-radius:var(--radius);box-shadow:0 1px 4px rgba(0,0,0,.1);color:var(--text);} #tab-payments:checked~#content-payments, #tab-returns:checked~#content-returns, #tab-feedback:checked~#content-feedback{display:block;} footer{background:var(--secondary);color:#fff;padding:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;} footer .col{flex:1 1 200px;min-width:200px;} footer h3{margin-bottom:1rem;} footer ul{list-style:none;} footer li{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;} footer li a{color:#fff;text-decoration:none;} footer li a:hover{text-decoration:underline;} @media(max-width:600px){.menu-toggle{display:block;}nav{display:none;width:100%;flex-direction:column;margin-top:.5rem;}nav.active{display:flex;}nav a{padding:.8rem 1rem;border-radius:var(--radius);background:rgba(255,255,255,.1);margin:.2rem 0;}} Flip Craft | USA Shop Add Us Feedback Member's Mark 8.5' Pre-Lit Animated Witch Introduction Member's Mark 8.5' Pre-Lit Animated Witch - Add a spellbinding touch to your Halloween decor with the Member's Mark 8.5' Pre-Lit Animated Witch, perfect for creating a spooky ambiance that's sure to delight both kids and adults alike. Specifications Brand Member's Mark Height Conveniently sized for display Lighting Pre-lit for added ambiance Animation Animated for a lively display Construction Durable and high-quality construction Power Energy-efficient design Maintenance Easy to clean and maintain Key Features Creates a spooky and festive atmosphere Pre-lit for a dazzling display of lights Animated features bring the witch to life Durable construction ensures long-lasting use Easy to assemble and disassemble for convenient storage Why Choose Us? Premium Flip Craft Quality Listings Customer-focused service Fast & Free U.S. Shipping Competitive everyday pricing Delivery Options USPS 3–5 days UPS 2–4 days FedEx 2–4 days Payments Returns Feedback Payment Methods We accept PayPal, Visa, MasterCard, AmEx, and Discover. Please complete payment within 3 business days. Easy Returns Return unopened items within 30 days for a full refund. Buyer pays return shipping unless the item arrived damaged or incorrect. Your Feedback Matters! We strive for 5-star service. Please contact us before leaving feedback—our support team will make it right. About Flip Craft Flip Craft USA brings quality and value together for smart shoppers nationwide. Shop confidently with our trusted eBay store for premium products and quick shipping. Useful Links Shop Add Us Feedback © Flip Craft | Designed by Huz Condition: New. Category: Collectibles › Holiday & Seasonal › Props. Brand: Member's Mark.
Additional views from the marketplace listing for Member's Mark 8.5' Pre-Lit Animated Witch.



Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Member's Mark 8.5' Pre-Lit Animated Witch.

USD 294.80

USD 284.99

USD 285.99

USD 212.00

USD 165.00

USD 294.86

USD 199.99

USD 256.99

USD 183.99

USD 189.99