
Halloween Pumpkin Earrings for Women,Sparkly Jack-o-Lantern Earrings
USD 10.99

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 10.37
Condition: New with tags
View Halloween Pumpkin Earrings for Women,Sparkly Jack-o-Lantern Earrings with current marketplace pricing, condition, product images and item details. As standout pumpkin earrings, they’ll instantly lift your festive mood. These halloween accessories add a playful yet chic touch to any outfit. As a go-to halloween accessories for woman, they work for trick-or-treating, parties, or casual wear. /* ═══ Halloween — RESET + BASE ═══ */ .tpl-halloween, .tpl-halloween * { box-sizing: border-box; margin: 0; padding: 0; } .tpl-halloween { font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif; color: #f5e6d3; background: #0d0410; width: 100%; max-width: 100%; margin: 0; padding: 16px; line-height: 1.5; font-size: 14px; -webkit-text-size-adjust: 100%; } /* ═══ SALE BAR ═══ */ .tpl-halloween .zdn-sale-bar { background: #ff7518; color: #1a0a1f; text-align: center; padding: 10px 16px; font-family: -apple-system, “Segoe UI”, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; border-radius: 6px; } /* ═══ HEADER ═══ */ .tpl-halloween .zdn-header { background: #1a0a1f; border: 2px solid #ff7518; border-radius: 10px; padding: 28px 20px; text-align: center; margin-bottom: 16px; position: relative; overflow: hidden; } .tpl-halloween .zdn-header-bg { position: absolute; right: -10px; top: -10px; font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 80px; color: #ff7518; opacity: 0.06; letter-spacing: 4px; line-height: 1; white-space: nowrap; pointer-events: none; text-transform: uppercase; } .tpl-halloween .zdn-store-stamp { display: inline-block; background: #ff7518; color: #251530; font-family: “Courier New”, monospace; font-size: 11px; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; padding: 5px 14px; margin-bottom: 14px; position: relative; z-index: 2; } .tpl-halloween .zdn-title-main { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 28px; color: #f5e6d3; letter-spacing: 1.5px; text-transform: uppercase; line-height: 1.15; margin-bottom: 14px; position: relative; z-index: 2; word-wrap: break-word; } .tpl-halloween .zdn-shipping-badge { font-family: “Courier New”, monospace; font-size: 12px; color: #ff7518; letter-spacing: 2.5px; text-transform: uppercase; font-weight: bold; position: relative; z-index: 2; margin: 0; } .tpl-halloween .zdn-shipping-badge::before, .tpl-halloween .zdn-shipping-badge::after { content: “🎃”; color: #ff7518; opacity: 0.6; margin: 0 10px; font-size: 10px; } /* ═══ MAIN ═══ */ .tpl-halloween .zdn-main { width: 100%; border-collapse: separate; border-spacing: 14px 0; margin-bottom: 14px; } .tpl-halloween .zdn-main > tbody > tr > td { vertical-align: top; padding: 0; } .tpl-halloween .zdn-col-img { width: 46%; } .tpl-halloween .zdn-col-desc { width: 54%; } .tpl-halloween .zdn-product-card { background: #251530; border: 1px solid #3d2548; border-radius: 8px; padding: 20px; height: 100%; } /* ═══ GALLERY ═══ */ .tpl-halloween .zdn-gallery-top { margin-bottom: 14px; } .tpl-halloween .zdn-product-badge { display: inline-block; background: #ff7518; color: #251530; font-family: “Courier New”, monospace; font-size: 9px; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; padding: 4px 10px; } .tpl-halloween .zdn-gallery { position: relative; background: #1a0a1f; border: 1px solid #3d2548; border-radius: 6px; padding: 14px; } .tpl-halloween .zdn-gallery::before { content: “”; position: absolute; top: 8px; left: 8px; width: 22px; height: 22px; border-top: 2px solid #ff7518; border-left: 2px solid #ff7518; } .tpl-halloween .zdn-gallery::after { content: “”; position: absolute; bottom: 8px; right: 8px; width: 22px; height: 22px; border-bottom: 2px solid #ff7518; border-right: 2px solid #ff7518; } .tpl-halloween .zdn-gallery-input { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; } .tpl-halloween .zdn-gallery-stage { position: relative; width: 100%; height: 280px; overflow: hidden; border-radius: 4px; background: #0d0410; } .tpl-halloween .zdn-gallery-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; pointer-events: none; padding: 10px; } .tpl-halloween .zdn-gallery-slide img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 3px; } .tpl-halloween #tpl-halloween-img-1:checked ~ .zdn-gallery-stage .zdn-gallery-slide:nth-child(1), .tpl-halloween #tpl-halloween-img-2:checked ~ .zdn-gallery-stage .zdn-gallery-slide:nth-child(2), .tpl-halloween #tpl-halloween-img-3:checked ~ .zdn-gallery-stage .zdn-gallery-slide:nth-child(3) { opacity: 1; pointer-events: auto; z-index: 2; } .tpl-halloween .zdn-stage-dots { display: flex; justify-content: center; gap: 6px; margin-top: 10px; } .tpl-halloween .zdn-stage-dots label { width: 24px; height: 4px; background: #3d2548; cursor: pointer; border-radius: 2px; transition: background 0.2s, width 0.2s; } .tpl-halloween #tpl-halloween-img-1:checked ~ .zdn-stage-dots label:nth-of-type(1), .tpl-halloween #tpl-halloween-img-2:checked ~ .zdn-stage-dots label:nth-of-type(2), .tpl-halloween #tpl-halloween-img-3:checked ~ .zdn-stage-dots label:nth-of-type(3) { background: #ff7518; width: 36px; } .tpl-halloween .zdn-thumbs { display: flex; gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #3d2548; } .tpl-halloween .zdn-thumb { flex: 1; height: 64px; background: #251530; border: 2px solid #3d2548; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 4px; position: relative; overflow: hidden; transition: border-color 0.2s, transform 0.15s; min-width: 0; } .tpl-halloween .zdn-thumb:hover { border-color: #ff7518; transform: translateY(-1px); } .tpl-halloween .zdn-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; } .tpl-halloween .zdn-thumb-num { position: absolute; top: 2px; left: 3px; font-family: “Courier New”, monospace; font-size: 9px; color: #ff7518; font-weight: bold; letter-spacing: 1px; z-index: 2; background: #1a0a1f; padding: 1px 4px; border-radius: 2px; } .tpl-halloween .zdn-gallery-info { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 10px; border-top: 1px solid #3d2548; font-family: “Courier New”, monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #9b7faa; } .tpl-halloween .zdn-gallery-info-left { color: #ff7518; font-weight: bold; } /* ═══ DESCRIPTION SIDE ═══ */ .tpl-halloween .zdn-desc-header-row { margin-bottom: 14px; } .tpl-halloween .zdn-desc-header { display: inline-block; background: #ff7518; color: #251530; font-family: “Courier New”, monospace; font-size: 9px; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; padding: 4px 10px; } .tpl-halloween .zdn-desc-title { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 22px; color: #ff7518; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #3d2548; } .tpl-halloween .zdn-desc-title .line { color: #9b7faa; font-family: “Courier New”, monospace; font-size: 11px; margin-right: 8px; } .tpl-halloween .zdn-desc-box { padding: 18px 20px; background: #1a0a1f; border-left: 3px solid #ff7518; color: #c4a8d4; font-size: 14px; line-height: 1.75; border-radius: 0 4px 4px 0; margin-bottom: 16px; word-wrap: break-word; overflow-wrap: break-word; } .tpl-halloween .zdn-desc-box strong { color: #f5e6d3; } .tpl-halloween .zdn-desc-box p { margin-bottom: 10px; } .tpl-halloween .zdn-desc-box p:last-child { margin-bottom: 0; } .tpl-halloween .zdn-desc-box ul, .tpl-halloween .zdn-desc-box ol { margin: 10px 0 10px 20px; padding-left: 8px; } .tpl-halloween .zdn-desc-box li { margin-bottom: 6px; line-height: 1.7; } .tpl-halloween .zdn-desc-box li::marker { color: #ff7518; } /* SPECS */ .tpl-halloween .zdn-specs-label { font-family: “Courier New”, monospace; font-size: 10px; color: #ff7518; letter-spacing: 3px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #3d2548; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; } .tpl-halloween .zdn-specs-label-badge { font-family: “Courier New”, monospace; font-size: 9px; color: #9b7faa; letter-spacing: 1px; font-weight: normal; text-transform: none; } .tpl-halloween .zdn-specs-box { background: #1a0a1f; border: 1px solid #3d2548; border-radius: 4px; padding: 14px 16px; font-size: 13px; line-height: 1.8; color: #c4a8d4; } .tpl-halloween .zdn-specs-box table { width: 100%; border-collapse: collapse; } .tpl-halloween .zdn-specs-box td, .tpl-halloween .zdn-specs-box th { padding: 6px 8px; border-bottom: 1px solid #3d2548; text-align: left; font-size: 13px; } .tpl-halloween .zdn-specs-box tr:last-child td, .tpl-halloween .zdn-specs-box tr:last-child th { border-bottom: none; } .tpl-halloween .zdn-specs-box th { color: #ff7518; font-family: “Courier New”, monospace; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; width: 40%; } .tpl-halloween .zdn-specs-box td { color: #f5e6d3; font-weight: 500; } /* ═══ INFO STRIP ═══ */ .tpl-halloween .zdn-info-table { width: 100%; border-collapse: separate; border-spacing: 12px 0; margin-bottom: 14px; } .tpl-halloween .zdn-info-table > tbody > tr > td { width: 33.33%; padding: 0; vertical-align: top; } .tpl-halloween .zdn-info-card { background: #251530; border: 1px solid #3d2548; border-top: 3px solid #ff7518; border-radius: 8px; padding: 24px 18px; text-align: center; position: relative; overflow: hidden; min-height: 240px; height: 100%; } .tpl-halloween .zdn-card-label { display: inline-block; font-family: “Courier New”, monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #ff7518; border: 1px solid #ff7518; padding: 3px 10px; margin-bottom: 14px; font-weight: bold; } .tpl-halloween .zdn-card-icon { font-size: 30px; margin-bottom: 10px; color: #ff7518; line-height: 1; } .tpl-halloween .zdn-card-title { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 20px; letter-spacing: 2.5px; color: #ff7518; margin-bottom: 12px; text-transform: uppercase; } .tpl-halloween .zdn-card-text { font-size: 13px; line-height: 1.6; color: #c4a8d4; margin-bottom: 8px; } .tpl-halloween .zdn-card-text strong { color: #f5e6d3; } .tpl-halloween .zdn-hl-orange { color: #ff7518; font-weight: bold; } .tpl-halloween .zdn-hl-gold { color: #a855f7; font-weight: bold; } /* ═══ SHOWCASE ═══ */ .tpl-halloween .zdn-showcase { background: #0d0410; border: 1px solid #3d2548; border-radius: 12px; overflow: hidden; margin-top: 24px; } .tpl-halloween .zdn-divider { padding: 20px 20px 8px; background: #1a0a1f; text-align: center; } .tpl-halloween .zdn-divider-label { display: inline-block; font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 3px; color: #ff7518; text-transform: uppercase; font-weight: bold; padding: 0 14px; } .tpl-halloween .zdn-divider-line { display: inline-block; width: 50px; height: 1px; background: #ff7518; vertical-align: middle; opacity: 0.5; } /* HERO */ .tpl-halloween .zdn-hero { background: #1a0a1f; padding: 44px 28px; border-bottom: 1px solid #3d2548; position: relative; overflow: hidden; } .tpl-halloween .zdn-hero-bg { position: absolute; right: -20px; top: -20px; font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 120px; color: #ff7518; opacity: 0.05; letter-spacing: 4px; line-height: 1; white-space: nowrap; pointer-events: none; text-transform: uppercase; max-width: 100%; overflow: hidden; } .tpl-halloween .zdn-hero-kicker { display: inline-block; font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; padding: 6px 14px; background: #ff7518; color: #251530; font-weight: bold; margin-bottom: 16px; position: relative; z-index: 2; } .tpl-halloween .zdn-hero-title { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 42px; line-height: 1.05; letter-spacing: 2px; margin-bottom: 18px; color: #f5e6d3; position: relative; z-index: 2; text-transform: uppercase; word-wrap: break-word; } .tpl-halloween .zdn-hero-title-accent { color: #ff7518; display: block; } .tpl-halloween .zdn-hero-desc { font-size: 14px; line-height: 1.8; color: #c4a8d4; max-width: 560px; margin-bottom: 24px; position: relative; z-index: 2; } .tpl-halloween .zdn-stats { width: 100%; border-collapse: separate; border-spacing: 20px 0; position: relative; z-index: 2; } .tpl-halloween .zdn-stats td { border-left: 2px solid #ff7518; padding: 2px 0 2px 12px; vertical-align: top; width: 25%; } .tpl-halloween .zdn-stat-num { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 30px; color: #ff7518; line-height: 1; letter-spacing: 1px; } .tpl-halloween .zdn-stat-label { font-family: “Courier New”, monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #9b7faa; margin-top: 6px; font-weight: bold; } /* SECTIONS */ .tpl-halloween .zdn-sec { padding: 36px 28px; } .tpl-halloween .zdn-sec-head-table { width: 100%; margin-bottom: 24px; } .tpl-halloween .zdn-sec-kicker { font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 4px; color: #ff7518; text-transform: uppercase; margin-bottom: 8px; font-weight: bold; } .tpl-halloween .zdn-sec-title { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 30px; letter-spacing: 2px; color: #f5e6d3; line-height: 1; text-transform: uppercase; word-wrap: break-word; } .tpl-halloween .zdn-sec-title-accent { color: #ff7518; } .tpl-halloween .zdn-sec-sub { font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 2px; color: #9b7faa; text-transform: uppercase; text-align: right; vertical-align: bottom; } /* CATEGORIES */ .tpl-halloween .zdn-cat-table { width: 100%; border-collapse: separate; border-spacing: 10px; } .tpl-halloween .zdn-cat-table td { width: 33.33%; padding: 0; vertical-align: top; } .tpl-halloween .zdn-cat-card { display: block; background: #251530; border: 1px solid #3d2548; padding: 20px 16px; text-decoration: none; color: inherit; border-radius: 4px; position: relative; min-height: 130px; transition: border-color 0.2s, background 0.2s; } .tpl-halloween .zdn-cat-card:hover { border-color: #ff7518; background: rgba(255,117,24,0.15); } .tpl-halloween .zdn-cat-num { position: absolute; top: 10px; right: 12px; font-family: “Courier New”, monospace; font-size: 10px; color: #5b3a6b; letter-spacing: 2px; font-weight: bold; } .tpl-halloween .zdn-cat-icon-box { width: 40px; height: 40px; border: 1px solid #ff7518; display: inline-block; text-align: center; line-height: 38px; color: #ff7518; margin-bottom: 12px; font-size: 18px; font-weight: bold; } .tpl-halloween .zdn-cat-name { font-size: 13px; font-weight: bold; color: #f5e6d3; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 4px; } .tpl-halloween .zdn-cat-count { font-family: “Courier New”, monospace; font-size: 10px; color: #9b7faa; letter-spacing: 1px; } /* ABOUT */ .tpl-halloween .zdn-about-bg { background: #1a0a1f; border-top: 1px solid #3d2548; border-bottom: 1px solid #3d2548; } .tpl-halloween .zdn-about-table { width: 100%; border-collapse: separate; border-spacing: 28px 0; } .tpl-halloween .zdn-about-table > tbody > tr > td { vertical-align: top; width: 50%; padding: 0; } .tpl-halloween .zdn-about-visual { background: linear-gradient(135deg, #251530 0%, #1a0a1f 100%); border: 1px solid #3d2548; height: 340px; position: relative; overflow: hidden; border-radius: 6px; } .tpl-halloween .zdn-about-visual::before { content: “”; position: absolute; inset: 0; background-image: linear-gradient(#ff7518 1px, transparent 1px), linear-gradient(90deg, #ff7518 1px, transparent 1px); background-size: 30px 30px; opacity: 0.06; } .tpl-halloween .zdn-about-visual-corner { position: absolute; width: 36px; height: 36px; pointer-events: none; } .tpl-halloween .zdn-about-visual-corner.tl { top: 12px; left: 12px; border-top: 2px solid #ff7518; border-left: 2px solid #ff7518; } .tpl-halloween .zdn-about-visual-corner.tr { top: 12px; right: 12px; border-top: 2px solid #ff7518; border-right: 2px solid #ff7518; } .tpl-halloween .zdn-about-visual-corner.bl { bottom: 12px; left: 12px; border-bottom: 2px solid #ff7518; border-left: 2px solid #ff7518; } .tpl-halloween .zdn-about-visual-corner.br { bottom: 12px; right: 12px; border-bottom: 2px solid #ff7518; border-right: 2px solid #ff7518; } .tpl-halloween .zdn-about-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 2; width: 90%; } .tpl-halloween .zdn-about-center-badge { display: inline-block; background: #ff7518; color: #251530; font-family: “Courier New”, monospace; font-size: 10px; font-weight: bold; letter-spacing: 3px; padding: 5px 14px; text-transform: uppercase; margin-bottom: 18px; } .tpl-halloween .zdn-about-center-num { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 88px; color: #ff7518; line-height: 0.9; letter-spacing: 2px; } .tpl-halloween .zdn-about-center-lbl { font-family: “Courier New”, monospace; font-size: 11px; letter-spacing: 4px; color: #f5e6d3; text-transform: uppercase; margin-top: 10px; font-weight: bold; } .tpl-halloween .zdn-about-center-sub { font-family: “Courier New”, monospace; font-size: 9px; letter-spacing: 3px; color: #9b7faa; text-transform: uppercase; margin-top: 16px; padding-top: 14px; border-top: 1px solid #3d2548; display: inline-block; padding-left: 30px; padding-right: 30px; } .tpl-halloween .zdn-about-content { padding: 8px 0; } .tpl-halloween .zdn-about-title { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 36px; letter-spacing: 2px; line-height: 1.05; margin-bottom: 18px; color: #f5e6d3; text-transform: uppercase; word-wrap: break-word; overflow-wrap: break-word; } .tpl-halloween .zdn-about-title-accent { color: #ff7518; } .tpl-halloween .zdn-about-text { font-size: 14px; line-height: 1.8; color: #c4a8d4; margin-bottom: 14px; } .tpl-halloween .zdn-pills { margin-top: 20px; line-height: 2.4; } .tpl-halloween .zdn-pill { display: inline-block; font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 2px; padding: 5px 12px; border: 1px solid #3d2548; color: #9b7faa; text-transform: uppercase; margin-right: 6px; margin-bottom: 4px; font-weight: bold; } .tpl-halloween .zdn-pill-on { border-color: #ff7518; color: #ff7518; background: rgba(255,117,24,0.15); } /* TRUST 6 cards */ .tpl-halloween .zdn-trust-table { width: 100%; border-collapse: separate; border-spacing: 2px; background: #3d2548; } .tpl-halloween .zdn-trust-table td { width: 33.33%; padding: 0; vertical-align: top; } .tpl-halloween .zdn-trust-card { background: #251530; padding: 26px 16px; text-align: center; min-height: 180px; height: 100%; } .tpl-halloween .zdn-trust-icon { width: 46px; height: 46px; margin: 0 auto 12px; color: #ff7518; border: 1px solid #ff7518; border-radius: 50%; line-height: 44px; font-size: 20px; font-weight: bold; } .tpl-halloween .zdn-trust-title { font-size: 12px; font-weight: bold; color: #f5e6d3; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 6px; } .tpl-halloween .zdn-trust-desc { font-size: 12px; color: #9b7faa; line-height: 1.6; } /* CTA */ .tpl-halloween .zdn-cta { background: #ff7518; padding: 32px 28px; position: relative; overflow: hidden; } .tpl-halloween .zdn-cta-bg { position: absolute; right: 20px; top: -15px; font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 90px; color: rgba(0,0,0,0.08); letter-spacing: 3px; line-height: 1; white-space: nowrap; pointer-events: none; text-transform: uppercase; } .tpl-halloween .zdn-cta-table { width: 100%; position: relative; z-index: 2; } .tpl-halloween .zdn-cta-table td { vertical-align: middle; } .tpl-halloween .zdn-cta-left { width: 60%; } .tpl-halloween .zdn-cta-right { width: 40%; text-align: right; } .tpl-halloween .zdn-cta-kicker { font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 4px; color: rgba(0,0,0,0.7); text-transform: uppercase; font-weight: bold; margin-bottom: 6px; } .tpl-halloween .zdn-cta-title { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 26px; color: #000; letter-spacing: 2px; line-height: 1.1; margin-bottom: 6px; text-transform: uppercase; word-wrap: break-word; } .tpl-halloween .zdn-cta-sub { font-size: 13px; color: rgba(0,0,0,0.8); font-weight: bold; } .tpl-halloween .zdn-cta-btn { display: inline-block; background: #000; color: #ff7518; font-family: “Courier New”, monospace; font-size: 11px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; padding: 14px 22px; border: 2px solid #000; text-decoration: none; margin-left: 6px; margin-bottom: 6px; min-height: 44px; line-height: 1.1; } .tpl-halloween .zdn-cta-btn-ghost { background: transparent; color: #000; } /* BOTTOM */ .tpl-halloween .zdn-bottom { padding: 22px 24px; background: #1a0a1f; border-top: 1px solid #3d2548; } .tpl-halloween .zdn-bottom-table { width: 100%; } .tpl-halloween .zdn-bottom-table td { vertical-align: middle; } .tpl-halloween .zdn-bottom-logo { font-family: Impact, ‘Arial Narrow Bold’, sans-serif; font-weight: normal; font-size: 22px; color: #ff7518; letter-spacing: 3px; line-height: 1.1; text-transform: uppercase; word-wrap: break-word; } .tpl-halloween .zdn-bottom-logo-sub { font-family: “Courier New”, monospace; font-size: 10px; color: #f5e6d3; letter-spacing: 3px; display: block; margin-top: 4px; font-weight: bold; } .tpl-halloween .zdn-bottom-meta { font-family: “Courier New”, monospace; font-size: 10px; letter-spacing: 1.5px; color: #9b7faa; text-align: right; line-height: 1.6; } .tpl-halloween .zdn-bottom-meta-strong { color: #ff7518; font-weight: bold; } /* ═══════════════════════════════════════════ RESPONSIVE ═══════════════════════════════════════════ */ @media only screen and (max-width: 900px) { .tpl-halloween .zdn-hero-title { font-size: 36px; } .tpl-halloween .zdn-sec-title { font-size: 26px; } .tpl-halloween .zdn-about-title { font-size: 32px; } .tpl-halloween .zdn-stat-num { font-size: 26px; } } @media only screen and (max-width: 768px) { .tpl-halloween { padding: 10px; font-size: 14px; } .tpl-halloween .zdn-sale-bar { font-size: 11px; padding: 8px 12px; letter-spacing: 1.5px; } .tpl-halloween .zdn-header { padding: 22px 14px; } .tpl-halloween .zdn-header-bg { font-size: 42px; } .tpl-halloween .zdn-title-main { font-size: 22px; letter-spacing: 1px; } .tpl-halloween .zdn-shipping-badge { font-size: 10px; letter-spacing: 1.5px; } .tpl-halloween .zdn-main, .tpl-halloween .zdn-main > tbody, .tpl-halloween .zdn-main > tbody > tr, .tpl-halloween .zdn-main > tbody > tr > td { display: block; width: 100% !important; } .tpl-halloween .zdn-main { border-spacing: 0; } .tpl-halloween .zdn-main > tbody > tr > td { margin-bottom: 10px; } .tpl-halloween .zdn-product-card { padding: 14px; } .tpl-halloween .zdn-gallery { padding: 12px; } .tpl-halloween .zdn-gallery-stage { height: 280px; } .tpl-halloween .zdn-thumb { height: 56px; min-height: 44px; } .tpl-halloween .zdn-desc-title { font-size: 20px; } .tpl-halloween .zdn-desc-box { padding: 14px 16px; font-size: 13.5px; } .tpl-halloween .zdn-specs-box { padding: 10px 12px; font-size: 12px; } .tpl-halloween .zdn-specs-box td, .tpl-halloween .zdn-specs-box th { padding: 5px 6px; font-size: 12px; display: block; width: 100%; border-bottom: none; } .tpl-halloween .zdn-specs-box th { color: #ff7518; padding-top: 10px; padding-bottom: 2px; } .tpl-halloween .zdn-specs-box td { padding-bottom: 10px; border-bottom: 1px solid #3d2548; } .tpl-halloween .zdn-specs-box tr:last-child td { border-bottom: none; } .tpl-halloween .zdn-info-table, .tpl-halloween .zdn-info-table > tbody, .tpl-halloween .zdn-info-table > tbody > tr, .tpl-halloween .zdn-info-table > tbody > tr > td { display: block; width: 100% !important; } .tpl-halloween .zdn-info-table { border-spacing: 0; } .tpl-halloween .zdn-info-table > tbody > tr > td { margin-bottom: 10px; } .tpl-halloween .zdn-info-card { min-height: auto; padding: 22px 18px; } .tpl-halloween .zdn-card-title { font-size: 20px; } .tpl-halloween .zdn-hero { padding: 30px 18px; } .tpl-halloween .zdn-hero-bg { font-size: 60px; } .tpl-halloween .zdn-hero-title { font-size: 26px; letter-spacing: 1.5px; } .tpl-halloween .zdn-hero-desc { font-size: 13px; } .tpl-halloween .zdn-stats, .tpl-halloween .zdn-stats tbody { display: block; width: 100%; } .tpl-halloween .zdn-stats { border-spacing: 0; } .tpl-halloween .zdn-stats tr { display: flex; flex-wrap: wrap; } .tpl-halloween .zdn-stats td { display: block; width: 50% !important; margin-bottom: 14px; padding-right: 10px; } .tpl-halloween .zdn-stat-num { font-size: 24px; } .tpl-halloween .zdn-sec { padding: 28px 16px; } .tpl-halloween .zdn-sec-title { font-size: 22px; letter-spacing: 1.5px; } .tpl-halloween .zdn-cat-table, .tpl-halloween .zdn-cat-table tbody { display: block; width: 100%; } .tpl-halloween .zdn-cat-table tr { display: flex; flex-wrap: wrap; width: 100%; } .tpl-halloween .zdn-cat-table td { display: block; width: 50% !important; padding: 4px !important; } .tpl-halloween .zdn-cat-card { min-height: 115px; padding: 14px 12px; } .tpl-halloween .zdn-cat-name { font-size: 11px; letter-spacing: 1px; } .tpl-halloween .zdn-cat-icon-box { width: 34px; height: 34px; line-height: 32px; font-size: 16px; margin-bottom: 10px; } .tpl-halloween .zdn-about-table, .tpl-halloween .zdn-about-table > tbody, .tpl-halloween .zdn-about-table > tbody > tr, .tpl-halloween .zdn-about-table > tbody > tr > td { display: block; width: 100% !important; } .tpl-halloween .zdn-about-table { border-spacing: 0; } .tpl-halloween .zdn-about-table > tbody > tr > td { margin-bottom: 24px; } .tpl-halloween .zdn-about-visual { height: 240px; } .tpl-halloween .zdn-about-center-num { font-size: 64px; } .tpl-halloween .zdn-about-title { font-size: 26px; letter-spacing: 1.5px; } .tpl-halloween .zdn-about-text { font-size: 13px; } .tpl-halloween .zdn-trust-table, .tpl-halloween .zdn-trust-table tbody { display: block; width: 100%; } .tpl-halloween .zdn-trust-table tr { display: flex; flex-wrap: wrap; width: 100%; } .tpl-halloween .zdn-trust-table td { display: block; width: 50% !important; border-bottom: 1px solid #3d2548; } .tpl-halloween .zdn-trust-card { min-height: 170px; padding: 22px 12px; } .tpl-halloween .zdn-trust-icon { width: 40px; height: 40px; line-height: 38px; font-size: 18px; } .tpl-halloween .zdn-trust-title { font-size: 11px; } .tpl-halloween .zdn-trust-desc { font-size: 11px; } .tpl-halloween .zdn-cta { padding: 24px 18px; } .tpl-halloween .zdn-cta-bg { font-size: 48px; } .tpl-halloween .zdn-cta-table, .tpl-halloween .zdn-cta-table tbody, .tpl-halloween .zdn-cta-table tr, .tpl-halloween .zdn-cta-table td { display: block; width: 100% !important; text-align: left !important; } .tpl-halloween .zdn-cta-right { margin-top: 18px; } .tpl-halloween .zdn-cta-title { font-size: 22px; letter-spacing: 1.5px; } .tpl-halloween .zdn-cta-btn { display: block; margin-left: 0; margin-bottom: 8px; text-align: center; padding: 14px 20px; font-size: 11px; } .tpl-halloween .zdn-bottom { padding: 18px; } .tpl-halloween .zdn-bottom-table, .tpl-halloween .zdn-bottom-table tbody, .tpl-halloween .zdn-bottom-table tr, .tpl-halloween .zdn-bottom-table td { display: block; width: 100% !important; } .tpl-halloween .zdn-bottom-logo { font-size: 20px; } .tpl-halloween .zdn-bottom-meta { text-align: left; margin-top: 14px; font-size: 9px; } } @media only screen and (max-width: 420px) { .tpl-halloween .zdn-title-main { font-size: 19px; } .tpl-halloween .zdn-gallery-stage { height: 240px; } .tpl-halloween .zdn-thumb { height: 48px; } .tpl-halloween .zdn-hero-title { font-size: 22px; } .tpl-halloween .zdn-sec-title { font-size: 18px; } .tpl-halloween .zdn-about-title { font-size: 22px; } .tpl-halloween .zdn-about-center-num { font-size: 56px; } .tpl-halloween .zdn-cta-title { font-size: 19px; } .tpl-halloween .zdn-stat-num { font-size: 22px; } .tpl-halloween .zdn-card-title { font-size: 18px; } .tpl-halloween .zdn-desc-title { font-size: 18px; } } /* eBay-safe gallery: no form controls, first image on the stage. The template scopes its rules under .tpl- , so these need !important. */ .zdn-gallery-stage .zdn-gallery-slide { position: static !important; opacity: 1 !important; pointer-events: auto !important; } .zdn-thumb { cursor: default !important; } .zdn-thumb:hover { transform: none !important; border-color: #2a2a3e !important; } /* Layout guards: long content scrolls instead of stretching the layout */ .zdn-desc-box { max-height: 280px !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch; } .zdn-specs-box { max-height: 300px !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch; } .zdn-desc-box img { max-width: 100% !important; height: auto !important; } .zdn-desc-box table, .zdn-specs-box table { max-width: 100%; } @media only screen and (min-width: 769px) { .zdn-info-table > tbody > tr { display: flex !important; gap: 12px; } .zdn-info-table > tbody > tr > td { display: block !important; flex: 1 1 0; width: auto !important; } .zdn-info-card { height: 100% !important; min-height: 0 !important; box-sizing: border-box; } /* Gallery card and details card share one height */ .zdn-main > tbody > tr { display: flex !important; gap: 14px; align-items: stretch; } .zdn-main > tbody > tr > td { display: block !important; } .zdn-main > tbody > tr > td.zdn-col-img { flex: 0 0 46%; width: 46% !important; } .zdn-main > tbody > tr > td.zdn-col-desc { flex: 1 1 0; width: auto !important; } .zdn-product-card { height: 100% !important; box-sizing: border-box; } } 🎃 HALLOWEEN SALE — UP TO 45% OFF 🎃 brookhavenusa Trick or Treat Halloween Pumpkin Earrings for Women,Sparkly Jack-o-Lantern Earrings Designed as charming halloween earrings for women, they’re perfect for embracing the spooky season. As standout pumpkin earrings, they’ll instantly lift your festive mood. 【Multi-Charm Dangle Design】These eye-catching pumpkin earrings for women showcase layered charms of pumpkins, ghosts, and candy corn, with shimmering rhinestone accents. As a piece of halloween jewelry for women, they’re the ultimate way to shine at parties. These halloween accessories add a playful yet chic touch to any outfit. 【Durable & Comfortable Construction】Crafted from high-quality alloy, these halloween pumpkin earrings are lightweight and built to last. Measuring 2.63×0.86 inches, these halloween earrings dangle comfortably all day long. They’re a stylish alternative to traditional skeleton earrings, offering a fun twist on the spooky theme. 【Versatile Holiday Accessory】These spooky yet chic earrings are the perfect addition to any costume or everyday fall look. As a go-to halloween accessories for woman, they work for trick-or-treating, parties, or casual wear. While not traditional skeleton earrings for women, they capture the same eerie fun with a colorful, playful twist. 【Thoughtful Gift for Halloween Lovers】Ideal for women of all ages, these pumpkin earrings make a unique present for friends, family, or coworkers. They’re a great pick for fans of skull earrings women love, offering a bright and festive take on the spooky season. Whether for birthdays or holidays, they’re sure to delight any Halloween enthusiast. // Specifications Technical Details Package Dimensions 4.25 x 3.02 x 0.02 inches; 0.81 ounces Department womens Manufacturer Mnwgjko Customer Reviews 4.9/5 Policy ↻ Returns We offer a 30-Day Return Policy on items you are not completely satisfied with. Choose a full refund or an exchange — refunds processed within 2-3 business days . Delivery 🦇 Shipping Delivered within 3 business days via UPS Express . Support 👻 Contact We do our very best to make sure every customer is completely satisfied. Message us anytime — 24/7 support available. More From brookhavenusa brookhavenusa 👻 BOO! 👻 FRIGHTFULLY GOOD. WICKEDLY FAST. Costumes, décor, candy bowls and everything in between. Our Halloween collection is hand-picked to make your spooky season scarily fun. 12K+ Happy Buyers 4.9★ Seller Rating 48H Avg Dispatch 100% Guarantee // Shop by Category Explore The Store // 06 departments // 01 🏚 Home & Garden Everyday essentials // 02 🐈⬛ Pet Supplies For happy pets // 03 💀 Smart Gadgets Tech that delivers // 04 ⚰ Tools & Industrial Built for work // 05 🕷 Collectibles Rare finds // 06 🎃 Best Sellers Top rated picks Trusted Seller 100% Satisfaction // Guaranteed // Who We Are About brookhavenusa We started with one goal — make quality products accessible without the noise. Every item in our catalog is handpicked, verified, and backed by real support. From Home & Garden to Smart Gadgets, Pet Supplies, Industrial Tools and beyond — we curate across categories so you can shop with confidence. Trusted Seller Verified Listings Fast Dispatch Quality Certified 5-Star Service // Our Promise Why Shop With Us // 06 reasons 🎃 Fast Dispatch Orders leave our warehouse in 1–2 business days, often sooner 🔮 Secure Checkout All transactions encrypted & fully protected end-to-end 🦇 24/7 Support Real humans ready to help whenever you need us ✓ Quality Assured Every listing hand-verified before it reaches the catalog 🕸 US Warehouse Ships from inside the United States — arrives quickly $ Tax-Free No import duties or hidden fees — the price you see is final brookhavenusa // More From brookhavenusa Browse the Full Catalog Thousands of curated products — something new every week. Visit Store → See All Items brookhavenusa Premium Catalog Thank you for shopping with us Fast & Secure · Premium Quality · Trusted Seller Condition: New with tags. Category: Jewelry & Watches › Fashion Jewelry › Earrings.
Additional views from the marketplace listing for Halloween Pumpkin Earrings for Women,Sparkly Jack-o-Lantern Earrings.







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 Halloween Pumpkin Earrings for Women,Sparkly Jack-o-Lantern Earrings.

USD 10.99

USD 10.99

USD 10.89

USD 8.12

USD 13.06

USD 11.16

USD 9.55

USD 5.75

USD 4.25

USD 12.99