
Wet N Wild My Melody X Kuromi Eye & Face Palette **NEW**
USD 15.99

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 21.91
Condition: New with box
View My Melody Kuromi Face Palette My Sweet Glow Beauty Cosmetic Makeup Set with current marketplace pricing, condition, product images and item details. Embrace both your sweet and mischievous sides with products that let you be as charming or as bold as you choose. Add the perfect touch of cuteness and attitude to your beauty routine with new formulas, finishes, and accessories! Premium eBay Listing @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; line-height: 1.7; color: #333; background-color: #fafafa; } .container { max-width: 1200px; margin: 0 auto; background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%); box-shadow: 0 12px 35px rgba(0,0,0,0.1); border-radius: 12px; overflow: hidden; } .header-banner { position: relative; background: linear-gradient(135deg, #1a2a6c 0%, #b21f1f 51%, #fdbb2d 100%); height: 220px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .header-banner::before { content: ""; position: absolute; width: 150%; height: 150%; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); animation: drift 15s linear infinite; opacity: 0.4; } @keyframes drift { from { transform: rotate(0deg) translate(-50px) rotate(0deg); } to { transform: rotate(360deg) translate(-50px) rotate(-360deg); } } .brand-container { position: relative; z-index: 1; text-align: center; padding: 20px; } .brand-name { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: 1.5px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .brand-tagline { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); font-weight: 300; letter-spacing: 3px; text-transform: uppercase; } .product-title-section { position: relative; padding: 50px 30px; text-align: center; background-color: #fff; border-bottom: 1px solid #eaeaea; } .product-title { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: #222; margin-bottom: 20px; line-height: 1.3; } .decorative-line { display: inline-block; width: 100px; height: 3px; background: linear-gradient(to right, #1a2a6c, #b21f1f, #fdbb2d); border-radius: 3px; } .main-content { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; padding: 50px; } @media (max-width: 768px) { .brand-name { font-size: 2.5rem; } .product-title { font-size: 2rem; } .main-content { grid-template-columns: 1fr; padding: 20px; gap: 30px; } .card-content { padding: 20px; } .header-banner { height: 180px; } } .product-details { display: flex; flex-direction: column; gap: 40px; } .sidebar { display: flex; flex-direction: column; gap: 30px; } .content-card { background-color: #fff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eaeaea; } .content-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .card-header { position: relative; padding: 22px 25px; display: flex; align-items: center; border-bottom: 1px solid #eaeaea; } .gallery-card .card-header { background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); color: white; } .description-card .card-header { background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%); color: white; } .features-card .card-header { background: linear-gradient(to right, #f83600 0%, #f9d423 100%); color: white; } .contact-card .card-header { background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); color: white; } .payment-card .card-header { background: linear-gradient(to right, #ff9966 0%, #ff5e62 100%); color: white; } .shipping-card .card-header { background: linear-gradient(to right, #0ba360 0%, #3cba92 100%); color: white; } .return-card .card-header { background: linear-gradient(to right, #141e30 0%, #243b55 100%); color: white; } .header-icon { margin-right: 15px; font-size: 1.6rem; filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2)); } .header-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; } .card-content { padding: 30px; } .gallery-placeholder { min-height: 400px; display: flex; align-items: center; justify-content: center; background-color: #f8f9fa; color: #adb5bd; font-style: italic; border-radius: 8px; border: 2px dashed #e3e3e3; } .description-text { font-size: 1.1rem; line-height: 1.9; color: #333; } .feature-list { list-style: none; padding: 0; margin: 0; } .feature-list li { position: relative; padding: 15px 0 15px 40px; border-bottom: 1px dashed #eaeaea; font-size: 1.05rem; } .feature-list li:last-child { border-bottom: none; } .feature-list li::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 15px; color: #f83600; font-size: 1.4rem; transition: transform 0.3s ease; } .feature-list li:hover::before { transform: scale(1.2); } .appreciation-box { margin-top: 30px; padding: 25px; background: linear-gradient(to right, #fffaf2, #fff6e5); border-left: 5px solid #f9d423; text-align: center; border-radius: 8px; } .appreciation-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: #333; margin-bottom: 15px; } .guarantee-badge { display: inline-block; padding: 10px 20px; background: linear-gradient(to right, #f83600, #f9d423); color: white; border-radius: 30px; font-size: 1rem; font-weight: 600; margin-top: 15px; box-shadow: 0 5px 15px rgba(248, 54, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .guarantee-badge:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(248, 54, 0, 0.4); } .contact-info { display: flex; flex-direction: column; gap: 15px; } .contact-info p { margin: 0; line-height: 1.8; } .rating { display: flex; margin: 15px 0; } .star { color: #ffcc00; font-size: 1.3rem; margin-right: 3px; filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.1)); } .payment-options { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; } .payment-card-icon { width: 70px; height: 45px; background-color: white; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #333; box-shadow: 0 3px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .payment-card-icon:hover { transform: translateY(-3px); } .shipping-list { list-style: none; padding: 0; margin: 0; } .shipping-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid #f1f3f5; } .shipping-list li:last-child { border-bottom: none; } .shipping-list li::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 12px; color: #0ba360; } .return-steps { list-style: none; padding: 0; margin: 0; counter-reset: return-counter; } .return-steps li { position: relative; padding: 15px 0 15px 45px; margin-bottom: 15px; counter-increment: return-counter; } .return-steps li::before { content: counter(return-counter); position: absolute; left: 0; top: 12px; width: 30px; height: 30px; background: linear-gradient(to right, #141e30, #243b55); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: bold; } .shipping-badge { display: inline-block; padding: 8px 16px; background: linear-gradient(to right, #0ba360, #3cba92); color: white; border-radius: 6px; font-size: 0.9rem; margin-top: 20px; box-shadow: 0 4px 12px rgba(11, 163, 96, 0.3); } .limited-offer { background: linear-gradient(45deg, #f5515f, #9f041b); color: white; padding: 15px 25px; border-radius: 10px; text-align: center; margin-top: 30px; box-shadow: 0 5px 15px rgba(245, 81, 95, 0.3); animation: pulse 2s infinite; } @keyframes pulse { 0% { box-shadow: 0 5px 15px rgba(245, 81, 95, 0.3); } 50% { box-shadow: 0 5px 25px rgba(245, 81, 95, 0.6); } 100% { box-shadow: 0 5px 15px rgba(245, 81, 95, 0.3); } } .limited-offer h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin-bottom: 10px; } .trust-badges { display: flex; justify-content: center; gap: 20px; margin-top: 20px; flex-wrap: wrap; } .trust-badge { display: flex; align-items: center; background: white; padding: 10px 15px; border-radius: 50px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); } .trust-badge i { margin-right: 10px; color: #0ba360; font-size: 1.2rem; } .highlight-box { background: linear-gradient(to right, #fafaff, #f6f6ff); border-left: 5px solid #6a11cb; padding: 20px; margin: 25px 0; border-radius: 8px; } .highlight-box h4 { color: #6a11cb; margin-bottom: 10px; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; } footer { text-align: center; padding: 30px; background-color: #f8f9fa; color: #777; font-size: 0.9rem; border-top: 1px solid #eaeaea; } Luxe Treasures Exceptional Quality, Exceptional Service My Melody and Kuromi Face Quad - My Sweet Glow Product Showcase About This Item Why Choose This Product? Our items are carefully selected for their exceptional quality, design, and value. Each product undergoes rigorous quality checks before shipping to ensure your complete satisfaction. Outstanding Features Blush & Glow: Featuring four dreamy multi-use shades for the perfect flush, glow, and shimmer. Wear each one on its own or swirl them together for the sweetest radiant blend! Dreamy Duo: Wishing for the perfect shimmering flush? Your wish is granted! Each buttery-soft shade doubles as both a blush and highlighter—dreams really do come true! Buildable & Blendable: From soft and subtle to bold and bright, this formula effortlessly blends into a radiant, soft-focus finish you can customize! x My Melody & Kuromi: by My Melody and Kuromi, this collection blends dreamy pastels with a rebellious edge for looks that are equal parts adorable and daring. Embrace both your sweet and mischievous sides with products that let you be as charming or as bold as you choose. Add the perfect touch of cuteness and attitude to your beauty routine with new formulas, finishes, and accessories! Cruelty-Free: makeup products are never tested on animals and are always cruelty-free. A Special Thank You We genuinely appreciate your business and trust in our products. Every purchase supports our commitment to bringing you exceptional items at fair prices. 100% Satisfaction Guaranteed Customer Support Have questions? Our dedicated support team is here to help! Message us through eBay's messaging system anytime. We pride ourselves on rapid responses — typically within 12 hours or less. Secure Payment Your transaction is protected through eBay's secure payment system. We accept: All transactions are securely processed through eBay's trusted payment system for your complete peace of mind. Premium Shipping We only ship to the address provided at checkout. Please verify your address before completing your purchase Orders are processed within 1-2 business day (excluding weekends and holidays) Delivery usually takes 3-5 business days We use trusted shipping services such as UPS, FedEx, and USPS Shipping is available only within the contiguous United States. We do not ship to Alaska, Hawaii, Puerto Rico, or PO Boxes If there are any shipping delays, please contact us for support Safe & Reliable Shipping Buyer Protection Hassle-Free 30-Day Returns If you're not completely satisfied, contact us within 30 days of delivery We'll provide a prepaid return label for your convenience Simply package the unused item securely and ship it back Once received, we'll process your full refund within 2 business days Quality Guaranteed Secure Shopping Thank you for visiting Luxe Treasures on eBay | Dedicated to Excellence Condition: New with box. Category: Health & Beauty › Makeup › Face › Blush.
Additional views from the marketplace listing for My Melody Kuromi Face Palette My Sweet Glow Beauty Cosmetic Makeup Set.







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 My Melody Kuromi Face Palette My Sweet Glow Beauty Cosmetic Makeup Set.

USD 15.99

USD 10.99

USD 30.40

USD 14.40

USD 20.00

USD 14.40

USD 19.10

USD 16.95

USD 15.00

USD 40.00