๐ฅPoinsettia LED Flower String Lights
/* ===== BASE ===== */ .fl-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .fl-wrap { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1a1a1a; background: #fff; max-width: 680px; margin: 0 auto; line-height: 1.6; } .fl-wrap img { width: 100%; height: auto; display: block; border-radius: 8px; } /* ===== HERO BANNER ===== */ .fl-hero { background: linear-gradient(135deg, #7b0000 0%, #a02c2c 50%, #2d5a27 100%); border-radius: 12px; padding: 28px 20px; text-align: center; margin-bottom: 24px; position: relative; overflow: hidden; } .fl-hero::before { content: '๐โจ๐บโจ๐'; display: block; font-size: 22px; letter-spacing: 6px; margin-bottom: 12px; opacity: 0.85; } .fl-hero-title { font-size: 24px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 1px; line-height: 1.3; margin-bottom: 10px; text-shadow: 0 2px 8px rgba(0,0,0,0.4); } .fl-hero-sub { font-size: 14px; color: rgba(255,255,255,0.88); margin-bottom: 16px; } .fl-hero-badge { display: inline-block; background: #ffd700; color: #7b0000; font-size: 12px; font-weight: 800; padding: 6px 18px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; } /* ===== SECTION TITLES ===== */ .fl-section-title { font-size: 20px; font-weight: 800; text-align: center; color: #111; margin: 36px 0 16px; text-transform: uppercase; letter-spacing: 0.5px; } .fl-section-title span { border-bottom: 3px solid #a02c2c; padding-bottom: 4px; } /* ===== TRUST BAR ===== */ .fl-trust { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 10px; background: #1a1a1a; color: #fff; border-radius: 10px; padding: 18px 12px; margin: 20px 0 28px; text-align: center; } .fl-trust-item { flex: 1 1 100px; } .fl-trust-icon { font-size: 24px; margin-bottom: 4px; } .fl-trust-val { font-size: 13px; font-weight: 800; color: #fff; } .fl-trust-label { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: 0.4px; margin-top: 2px; } /* ===== FEATURES ===== */ .fl-features { margin: 8px 0 24px; } .fl-feature-item { margin-bottom: 28px; border-left: 4px solid #a02c2c; padding-left: 14px; } .fl-feature-num { display: inline-block; background: #a02c2c; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; margin-bottom: 6px; } .fl-feature-title { font-size: 16px; font-weight: 800; color: #111; margin-bottom: 6px; } .fl-feature-desc { font-size: 14px; color: #555; line-height: 1.65; margin-bottom: 12px; } /* ===== REVIEWS ===== */ .fl-reviews { margin: 8px 0 24px; } .fl-review-card { background: #fdf6f6; border-left: 4px solid #a02c2c; border-radius: 8px; padding: 16px 18px; margin-bottom: 14px; } .fl-review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; } .fl-review-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #a02c2c, #2d5a27); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; color: #fff; font-weight: 700; } .fl-review-name { font-weight: 700; font-size: 14px; color: #111; } .fl-review-stars { color: #e8a000; font-size: 14px; letter-spacing: 1px; } .fl-review-text { font-size: 14px; color: #444; line-height: 1.65; font-style: italic; } /* ===== VARIANT HIGHLIGHT ===== */ .fl-variants { display: flex; gap: 12px; margin: 16px 0 24px; flex-wrap: wrap; } .fl-variant-card { flex: 1 1 140px; border: 2px solid #a02c2c; border-radius: 10px; padding: 16px 12px; text-align: center; background: #fff; } .fl-variant-card.fl-best { background: #a02c2c; color: #fff; position: relative; } .fl-variant-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #ffd700; color: #7b0000; font-size: 10px; font-weight: 800; padding: 3px 10px; border-radius: 50px; white-space: nowrap; text-transform: uppercase; } .fl-variant-size { font-size: 22px; font-weight: 900; margin-bottom: 4px; } .fl-variant-price { font-size: 18px; font-weight: 800; } .fl-variant-sub { font-size: 11px; opacity: 0.75; margin-top: 4px; } /* ===== NOTES ===== */ .fl-notes { background: #f5f5f5; border-radius: 8px; padding: 14px 16px; margin: 20px 0; font-size: 13px; color: #666; } .fl-notes strong { color: #333; display: block; margin-bottom: 6px; } .fl-notes li { margin-left: 16px; margin-bottom: 4px; } /* ===== GUARANTEE ===== */ .fl-guarantee { border: 2px dashed #a02c2c; border-radius: 10px; padding: 18px 16px; margin: 20px 0; text-align: center; } .fl-guarantee-icon { font-size: 36px; margin-bottom: 8px; } .fl-guarantee-title { font-size: 16px; font-weight: 800; color: #a02c2c; margin-bottom: 8px; text-transform: uppercase; } .fl-guarantee-text { font-size: 13px; color: #555; line-height: 1.6; } /* ===== CTA ===== */ .fl-cta-block { background: linear-gradient(135deg, #7b0000 0%, #a02c2c 60%, #2d5a27 100%); border-radius: 12px; padding: 28px 20px; text-align: center; margin: 28px 0 16px; } .fl-cta-headline { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; text-shadow: 0 2px 6px rgba(0,0,0,0.3); } .fl-cta-sub { font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 18px; } .fl-cta-btn { display: inline-block; background: #ffd700; color: #7b0000; font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; padding: 14px 36px; border-radius: 50px; cursor: pointer; border: none; box-shadow: 0 4px 16px rgba(0,0,0,0.25); animation: fl-pulse 2s infinite; } @keyframes fl-pulse { 0%,100% { transform: scale(1); box-shadow: 0 4px 16px rgba(0,0,0,0.25); } 50% { transform: scale(1.04); box-shadow: 0 6px 24px rgba(255,215,0,0.5); } } /* ===== DIVIDER ===== */ .fl-divider { border: none; border-top: 1px solid #eee; margin: 28px 0; } /* ===== MOBILE ===== */ @media (max-width: 480px) { .fl-hero-title { font-size: 19px; } .fl-section-title { font-size: 17px; } .fl-cta-headline { font-size: 17px; } .fl-variant-card { flex: 1 1 120px; } } Poinsettia LED FlowerString Lights Transform Your Home Into a Festive Wonderland โ Instantly โญ 4.9/5 ยท Loved by Holiday Decorators Across the US ๐ Cordless Battery Powered ๐บ Realistic Lifelike Greenery โป๏ธ Reusable Year After Year ๐ฏ 30-Day Money-Back Choose Your Size 6 ft $19.98 Perfect for mantels & doorframes ๐ฅ Most Popular 9 ft $24.98 Ideal for staircases & large spaces Why You'll Love It Feature 01 ๐ Instant Festive Ambiance Decorate stair railings, mantels, doorframes, and banisters in minutes โ creating a holiday atmosphere effortlessly, with zero stress. Feature 02 ๐บ Luminous Poinsettia Glow Beautiful red poinsettia flowers paired with warm LED lights create a cozy Christmas ambiance โ perfect for day and night display. Feature 03 โจ Realistic Holiday Greenery Lifelike pine branches, holly leaves, berries, and ornaments provide a full and exquisite festive look that guests will admire. Feature 04 ๐ Battery-Powered, Cordless Design No power outlets or messy extension cords needed. Decorate anywhere in your home โ indoors or outdoors โ with total freedom. Feature 05 ๐ก Perfect for Any Space Ideal for stairs, fireplaces, windows, entrances, porches, and Christmas parties. One garland, endless possibilities. Feature 06 ๐ Reusable Holiday Decoration Durable and built to last โ designed to bring lasting Christmas joy to your home, year after year. A smart investment in holiday magic. What Our Customers Say E Emily R. โ Verified Buyer ๐บ๐ธ โ โ โ โ โ "Absolutely gorgeous! It instantly elevated my living room for Christmas. So easy to set up โ I had it draped over my mantel in under 5 minutes. The poinsettias look incredibly real!" D David C. โ Verified Buyer ๐บ๐ธ โ โ โ โ โ "The LED lights are just perfect โ not too bright, not too dim. It feels so warm and inviting. My whole family loves the ambiance it creates in the evenings." S Sarah W. โ Verified Buyer ๐บ๐ธ โ โ โ โ โ "I love that it's battery-operated. I draped it over my porch railing without any hassle โ no extension cords, no mess. Looks stunning both day and night!" M Michael B. โ Verified Buyer ๐บ๐ธ โ โ โ โ โ "This garland is even prettier in person! The poinsettias are vibrant and the greenery looks so real. Ordered the 9ft for my staircase โ it's the centerpiece of our holiday decor this year." ๐ก๏ธ 30-Day Money-Back Guarantee We believe in our product 100%. If you're not completely satisfied for any reason, we'll make it right โ no questions asked. Zero risk, all holiday joy. ๐ Please Note: Due to manual measurements, please allow slight measurement deviations. Actual color may vary slightly from photos due to different display settings and lighting. ๐ Secure Checkout | ๐ฆ Fast US Shipping | ๐ฏ 30-Day Money-Back Guarantee
More you might like
Related
6.5ft Poinsettia Christmas Flowers LED String Light
Related
6.5ft Poinsettia Christmas Flowers LED String Light
Related
Poinsettia Cardinal Glass Orb with LED String Lights
Related