
Free Ship 8 pcs tibetan silver solid flower heart charms pendant 42x33mm L-1729
USD 13.39

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 13.39
Condition: New
View Free Ship 8 pcs tibetan silver solid flower heart charms pendant 42x33mm L-1729 with current marketplace pricing, condition, product images and item details. The Hub for Hard-to-Find. Amount: 8 pcs. The Joyce Mart Not Just Auto. Not Just Anything. Just… Everything — Done Right. We started with cars. Fair prices. Real support. Product Detail | The Joyce Mart :root { --primary-gradient: linear-gradient(120deg, #ea580c, #f97316, #fbbf24); --card-gradient: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%); --light-bg: #fff7ed; --dark-text: #431407; --border-radius: 20px; --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.08); --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: var(--dark-text); background-color: #ffffff; line-height: 1.6; overflow-x: hidden; } a { color: inherit; text-decoration: none; transition: var(--transition); } a:hover { color: #ea580c; } .banner { background: var(--primary-gradient); color: white; padding: 2.5rem 1.5rem; text-align: center; box-shadow: 0 4px 20px rgba(234, 88, 12, 0.25); position: relative; overflow: hidden; } .banner::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%); transform: rotate(30deg); } .shop-name { font-size: 4.5rem; font-weight: 1000; letter-spacing: -0.03em; margin-bottom: 0.75rem; text-shadow: 0 2px 6px rgba(0,0,0,0.3); position: relative; } .slogan { font-size: 1.5rem; opacity: 0.95; max-width: 1000px; margin: 0 auto; font-weight: 300; position: relative; text-shadow: 0 1px 3px rgba(0,0,0,0.2); } .container { max-width: 1400px; margin: 2.5rem auto; padding: 0 2rem; } .gallery-section { margin-bottom: 3.5rem; background: var(--light-bg); border-radius: var(--border-radius); padding: 1.5rem; box-shadow: var(--shadow); } .gallery { display: flex; flex-direction: column; gap: 1.5rem; } /* 优化的主图正方形设计 */ .main-image-container { position: relative; width: 100%; padding-bottom: 100%; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15); background: white; border: 1px solid #fed7aa; } .main-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .main-image-wrapper img { width: 100%; height: 100%; object-fit: contain; display: none; transition: opacity 0.5s ease; background: white; } .image-indicator { position: absolute; bottom: 20px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 10; } .indicator-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); border: 2px solid rgba(255, 255, 255, 0.8); cursor: pointer; transition: var(--transition); } .indicator-dot:hover { background: rgba(255, 255, 255, 0.8); transform: scale(1.2); } #img1:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(1), #img2:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(2), #img3:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(3), #img4:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(4), #img5:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(5), #img6:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(6), #img7:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(7), #img8:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(8), #img9:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(9), #img10:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(10), #img11:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(11), #img12:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(12), #img13:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(13), #img14:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(14), #img15:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(15), #img16:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(16), #img17:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(17), #img18:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(18), #img19:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(19), #img20:checked ~ .main-image-container .image-indicator .indicator-dot:nth-child(20) { background: white; border-color: #f97316; box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.3); } .thumbnails { display: flex; gap: 1rem; overflow-x: auto; padding: 0.75rem 0; scrollbar-width: none; padding-bottom: 0.5rem; } .thumbnails::-webkit-scrollbar { display: none; } .thumbnail-label { cursor: pointer; border: 3px solid transparent; border-radius: 16px; overflow: hidden; flex: 0 0 auto; width: 90px; height: 90px; transition: var(--transition); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); position: relative; background: white; } .thumbnail-label::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--primary-gradient); opacity: 0; transition: var(--transition); } .thumbnail-label:hover { transform: scale(1.08); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .thumbnail-label:hover::after { opacity: 0.15; } .thumbnail-label img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; } .thumbnail-label:hover img { transform: scale(1.1); } /* Gallery navigation without JavaScript for 20 images */ #img1:checked ~ .main-image-container .main-image-wrapper img:nth-child(1), #img2:checked ~ .main-image-container .main-image-wrapper img:nth-child(2), #img3:checked ~ .main-image-container .main-image-wrapper img:nth-child(3), #img4:checked ~ .main-image-container .main-image-wrapper img:nth-child(4), #img5:checked ~ .main-image-container .main-image-wrapper img:nth-child(5), #img6:checked ~ .main-image-container .main-image-wrapper img:nth-child(6), #img7:checked ~ .main-image-container .main-image-wrapper img:nth-child(7), #img8:checked ~ .main-image-container .main-image-wrapper img:nth-child(8), #img9:checked ~ .main-image-container .main-image-wrapper img:nth-child(9), #img10:checked ~ .main-image-container .main-image-wrapper img:nth-child(10), #img11:checked ~ .main-image-container .main-image-wrapper img:nth-child(11), #img12:checked ~ .main-image-container .main-image-wrapper img:nth-child(12), #img13:checked ~ .main-image-container .main-image-wrapper img:nth-child(13), #img14:checked ~ .main-image-container .main-image-wrapper img:nth-child(14), #img15:checked ~ .main-image-container .main-image-wrapper img:nth-child(15), #img16:checked ~ .main-image-container .main-image-wrapper img:nth-child(16), #img17:checked ~ .main-image-container .main-image-wrapper img:nth-child(17), #img18:checked ~ .main-image-container .main-image-wrapper img:nth-child(18), #img19:checked ~ .main-image-container .main-image-wrapper img:nth-child(19), #img20:checked ~ .main-image-container .main-image-wrapper img:nth-child(20) { display: block; } #img1:checked ~ .thumbnails label[for="img1"], #img2:checked ~ .thumbnails label[for="img2"], #img3:checked ~ .thumbnails label[for="img3"], #img4:checked ~ .thumbnails label[for="img4"], #img5:checked ~ .thumbnails label[for="img5"], #img6:checked ~ .thumbnails label[for="img6"], #img7:checked ~ .thumbnails label[for="img7"], #img8:checked ~ .thumbnails label[for="img8"], #img9:checked ~ .thumbnails label[for="img9"], #img10:checked ~ .thumbnails label[for="img10"], #img11:checked ~ .thumbnails label[for="img11"], #img12:checked ~ .thumbnails label[for="img12"], #img13:checked ~ .thumbnails label[for="img13"], #img14:checked ~ .thumbnails label[for="img14"], #img15:checked ~ .thumbnails label[for="img15"], #img16:checked ~ .thumbnails label[for="img16"], #img17:checked ~ .thumbnails label[for="img17"], #img18:checked ~ .thumbnails label[for="img18"], #img19:checked ~ .thumbnails label[for="img19"], #img20:checked ~ .thumbnails label[for="img20"] { border: 3px solid #ffffff; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0 6px rgba(249, 115, 22, 0.3); transform: scale(1.05); position: relative; z-index: 2; } .product-details { margin-bottom: 3.5rem; background: white; border-radius: var(--border-radius); padding: 2.5rem; box-shadow: var(--shadow); } .product-title { font-size: 2.4rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; color: #431407; position: relative; padding-bottom: 0.5rem; } .product-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 80px; height: 4px; background: var(--primary-gradient); border-radius: 2px; } .product-description h3 { font-size: 1.8rem; margin: 1.8rem 0 1.2rem; color: #ea580c; position: relative; display: inline-block; } .product-description h3::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 50px; height: 3px; background: var(--primary-gradient); border-radius: 3px; } .product-description p { font-size: 1.15rem; line-height: 1.8; max-width: 800px; color: #78350f; margin-bottom: 1.2rem; font-weight: 300; } .policies h3 { font-size: 2rem; text-align: center; margin: 2.5rem 0 2rem; color: #431407; position: relative; } .policies h3::after { content: ""; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--primary-gradient); border-radius: 2px; } .policy-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-bottom: 3rem; } .policy-card { background: white; border-radius: var(--border-radius); padding: 2.2rem; text-align: center; box-shadow: var(--shadow); transition: var(--transition); border: 1px solid #fed7aa; position: relative; overflow: hidden; min-height: 280px; } .policy-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: var(--primary-gradient); } .policy-card::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(120, 53, 15, 0.015) 0%, rgba(255, 255, 255, 0) 100%); z-index: 0; } .policy-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2); border-color: rgba(249, 115, 22, 0.3); } .policy-card-content { position: relative; z-index: 1; } .policy-icon { font-size: 3.5rem; margin-bottom: 1.2rem; background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: block; } .policy-card h4 { font-size: 1.5rem; margin-bottom: 1rem; color: #431407; font-weight: 700; } .policy-card p { font-size: 1.1rem; color: #78350f; line-height: 1.7; font-weight: 400; } .site-footer { background: var(--primary-gradient); color: white; padding: 4rem 2rem 2rem; margin-top: 2rem; } .footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .footer-section h4 { font-size: 1.4rem; margin-bottom: 1.5rem; color: white; letter-spacing: 0.5px; position: relative; padding-bottom: 0.5rem; } .footer-section h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: white; border-radius: 3px; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 1rem; position: relative; padding-left: 1.2rem; } .footer-section li::before { content: "•"; position: absolute; left: 0; color: #fb923c; font-size: 1.2rem; } .footer-section a { color: #fff7ed; font-size: 1.05rem; font-weight: 300; display: block; transition: var(--transition); } .footer-section a:hover { color: white; transform: translateX(5px); } .rating { color: gold; font-size: 1.8rem; margin-top: 1rem; letter-spacing: 3px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .copyright { max-width: 1400px; margin: 2rem auto 0; text-align: center; color: rgba(255, 255, 255, 0.85); font-size: 1.05rem; padding-top: 1.5rem; font-weight: 300; } /* Responsive Design */ @media (min-width: 768px) { .gallery { flex-direction: row; } .main-image-container { flex: 1; padding-bottom: 0; height: 600px; max-height: 1500px; } .thumbnails { flex-direction: column; height: 600px; overflow-y: auto; width: 120px; padding: 0; } .thumbnail-label { width: 100%; height: 110px; } .container { padding: 0 3rem; } .product-title { font-size: 3.2rem; } .image-indicator { bottom: 15px; } } @media (max-width: 480px) { .banner { padding: 1.8rem 1rem; } .shop-name { font-size: 1.9rem; } .slogan { font-size: 1.05rem; } .main-image-container { padding-bottom: 100%; } .product-title { font-size: 1.9rem; } .policy-icon { font-size: 2.8rem; } .footer-content { gap: 2rem; } .image-indicator { bottom: 10px; } .indicator-dot { width: 8px; height: 8px; } } The Joyce Mart The Hub for Hard-to-Find. Product Description Free Ship 8 pcs tibetan silver solid flower heart charms pendant 42x33mm L-1729 PRODUCT DETAILS Material: tibetan silver zinc alloy metal Amount: 8 pcs Size: 42x33mm (1 inch = 25.4 mm) Our Commitment to Excellence 🔐 Payment Options We accept PayPal, Visa, Mastercard, American Express. Instant payment verification ensures quick dispatch. If you have any problems about payment, please contact us via ebay message. 🛡️ Warranty Coverage We strive for 100% customer satisfaction! Positive Feedback is very important to us. If you have any questions, please feel free to contact us via "Ask seller a question" . We will reply you within 24 working hours. Contact us with proof of purchase. 🚚 Shipping Information Processing time: 3-4 business days. It takes about 7-15 working days to UK; about 10-30 working days to other countries. Transit time may be a little delayed because of the bad weather and customs inspection. If you do not receive your item within 30 working days since payment finished, please contact us immediately for further assistance. 🛠️ 30-Day Free Returns Enjoy hassle-free returns within 30 days of delivery—no questions asked. Items with non-human-caused damage (e.g., manufacturing defects) are also covered. Returns are free: we cover shipping with no restocking fees. Items must be in original condition, unused, with tags and packaging intact. The Joyce Mart Visit Our Shop All Our Products About Us The Joyce Mart Not Just Auto. Not Just Anything. Just… Everything — Done Right. We started with cars. Then came tools, home goods, electronics, hardware, seasonal must-haves — and yes, even that one thing you’ve been searching for everywhere. Think of us as your digital general store: globally sourced, rigorously vetted, and listed with clarity (no cryptic titles, no stock-photo guesswork). Whether you’re fixing, upgrading, gifting, or just stocking up — we aim to be the one tab you keep open. Fair prices. Real support. No category limits. Just relentless usefulness. 🔧📦💡 — Whatever you need. Whenever you need it. © 2025 The Joyce Mart. All rights reserved. Serving Customers in US, UK, DE, AU, and Worldwide We offer the best value on quality automotive parts, Industrial Supplies, accessories & More Condition: New. Category: Crafts › Beads & Jewelry Making › Charms & Pendants.
Additional views from the marketplace listing for Free Ship 8 pcs tibetan silver solid flower heart charms pendant 42x33mm L-1729.




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 Free Ship 8 pcs tibetan silver solid flower heart charms pendant 42x33mm L-1729.

USD 13.39

USD 23.74

USD 12.74

USD 12.49

USD 12.49

USD 16.32

USD 12.49

USD 12.49

USD 15.99

USD 12.49