
BRIGHTON BEACH Hoop Earrings..
USD 5.49

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Unbranded
USD 4.50
Condition: New without tags
View BRIGHTON BEACH Hoop Earrings.. with current marketplace pricing, condition, product images and item details. Crafted from durable zinc alloy with a retro-inspired look — these drop earrings add instant attitude to any outfit. Exaggerated Wide Band Cutout Earrings – Retro Punk. Exaggerated Wide Band Cutout Earrings. Exaggerated Wide Band Cutout Earrings – Retro Punk * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #0d0b0a; font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; padding: 20px; color: #e8e0d8; line-height: 1.6; } .container { max-width: 1100px; margin: 0 auto; background: radial-gradient(ellipse at 50% 0%, #1a1614 0%, #0d0b0a 90%); border-radius: 32px; padding: 30px 30px 50px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), inset 0 0 80px rgba(192, 192, 192, 0.03); } /* ─── HEADER ─── */ .store-header { text-align: center; padding: 10px 0 22px; border-bottom: 1px solid rgba(192, 192, 192, 0.15); margin-bottom: 30px; position: relative; } .store-header::after { content: ''; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 120px; height: 2px; background: linear-gradient(90deg, transparent, #c0c0c0, transparent); border-radius: 4px; } .store-header h1 { font-family: 'Georgia', 'Times New Roman', serif; font-size: 32px; letter-spacing: 10px; color: #c0c0c0; text-transform: uppercase; font-weight: 400; text-shadow: 0 0 30px rgba(192, 192, 192, 0.10); margin: 0; } .store-header .sub-brand { font-size: 11px; letter-spacing: 6px; color: #7a726a; text-transform: uppercase; margin-top: 4px; font-weight: 300; } /* ─── HERO IMAGES ─── */ .hero-grid { display: flex; gap: 18px; margin-bottom: 40px; } .hero-grid .img-wrap { flex: 1; border-radius: 20px; overflow: hidden; background: #14110f; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7); transition: box-shadow 0.4s ease; cursor: zoom-in; } .hero-grid .img-wrap:hover { box-shadow: 0 20px 60px rgba(192, 192, 192, 0.15); } .hero-grid .img-wrap img { width: 100%; height: auto; display: block; transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.1); } .hero-grid .img-wrap:hover img { transform: scale(1.05); } /* ─── TITLE ─── */ .product-title { font-size: 2.4rem; font-weight: 800; text-align: center; margin: 10px 0 16px; background: linear-gradient(135deg, #ffffff 10%, #c0c0c0 50%, #a0a0a0 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; line-height: 1.2; } .product-title small { display: block; font-size: 1rem; font-weight: 400; letter-spacing: 2px; color: #8a8078; -webkit-text-fill-color: #8a8078; background: none; margin-top: 6px; } /* ─── HOOK ─── */ .hook { max-width: 780px; margin: 0 auto 44px; text-align: center; font-size: 1.12rem; color: #c8c0b8; background: rgba(255, 255, 255, 0.02); padding: 20px 28px; border-radius: 60px; border: 1px solid rgba(255, 255, 255, 0.04); backdrop-filter: blur(4px); letter-spacing: 0.3px; } .hook span { color: #d0d0d0; font-weight: 500; } /* ─── SECTION COMMON ─── */ .section-block { background: rgba(255, 255, 255, 0.015); border-radius: 28px; padding: 36px 30px; margin-bottom: 40px; border: 1px solid rgba(255, 255, 255, 0.04); backdrop-filter: blur(2px); transition: all 0.3s ease; } .section-block.alt { background: rgba(192, 192, 192, 0.04); border-color: rgba(192, 192, 192, 0.08); } .section-title { font-size: 1.9rem; font-weight: 700; margin-bottom: 24px; letter-spacing: -0.3px; display: flex; align-items: center; gap: 12px; color: #f0e8e0; } .section-title .icon { color: #c0c0c0; font-size: 2rem; } /* ─── KEY FEATURES (GRID) ─── */ .features-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; } .feature-card { background: rgba(0, 0, 0, 0.40); padding: 24px 18px 22px; border-radius: 18px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.04); transition: all 0.35s ease; cursor: default; backdrop-filter: blur(2px); } .feature-card:hover { transform: translateY(-6px); border-color: rgba(192, 192, 192, 0.30); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5); background: rgba(20, 17, 15, 0.8); } .feature-card .f-icon { font-size: 2.2rem; display: block; margin-bottom: 10px; color: #c0c0c0; } .feature-card h4 { font-size: 1.1rem; font-weight: 700; color: #f0e8e0; margin-bottom: 6px; } .feature-card p { font-size: 0.92rem; color: #b0a8a0; margin: 0; } /* ─── SPECIFICATIONS ─── */ .spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; } .spec-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.04); } .spec-item .label { color: #9a928a; font-weight: 400; } .spec-item .value { color: #f0e8e0; font-weight: 500; text-align: right; } .spec-item .value.gold { color: #c0c0c0; } /* ─── WHY CHOOSE / BENEFITS ─── */ .two-col-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; } .bullet-list { list-style: none; padding: 0; } .bullet-list li { padding: 10px 0 10px 32px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.04); font-size: 1.02rem; color: #c8c0b8; } .bullet-list li:last-child { border-bottom: 0; } .bullet-list li::before { content: '✦'; position: absolute; left: 4px; top: 10px; color: #c0c0c0; font-size: 1.2rem; } .benefit-card { background: rgba(0, 0, 0, 0.30); padding: 22px 24px; border-radius: 18px; border-left: 3px solid #c0c0c0; transition: all 0.3s ease; cursor: default; margin-bottom: 16px; } .benefit-card:hover { background: rgba(192, 192, 192, 0.06); transform: translateX(4px); } .benefit-card h4 { color: #f0e8e0; font-size: 1.1rem; margin-bottom: 4px; } .benefit-card p { color: #b0a8a0; margin: 0; font-size: 0.95rem; } /* ─── DETAIL HIGHLIGHT ─── */ .detail-wrap { display: flex; align-items: center; gap: 40px; } .detail-wrap .img-box { flex: 1; border-radius: 20px; overflow: hidden; background: #14110f; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6); transition: box-shadow 0.4s ease; cursor: zoom-in; } .detail-wrap .img-box:hover { box-shadow: 0 20px 60px rgba(192, 192, 192, 0.15); } .detail-wrap .img-box img { width: 100%; height: auto; display: block; transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.1); } .detail-wrap .img-box:hover img { transform: scale(1.06); } .detail-wrap .detail-text { flex: 1; } .detail-wrap .detail-text h3 { font-size: 1.7rem; color: #f0e8e0; margin-bottom: 12px; } .detail-wrap .detail-text h3 .highlight { color: #c0c0c0; } .detail-wrap .detail-text p { color: #b8b0a8; font-size: 1.05rem; margin-bottom: 14px; } .detail-wrap .detail-text ul { list-style: none; padding: 0; } .detail-wrap .detail-text ul li { padding: 6px 0 6px 28px; position: relative; color: #c8c0b8; } .detail-wrap .detail-text ul li::before { content: '◆'; position: absolute; left: 2px; top: 6px; color: #c0c0c0; font-size: 1rem; } /* ─── RESPONSIVE ─── */ @media (max-width: 768px) { body { padding: 10px; } .container { padding: 16px 16px 30px; border-radius: 20px; } .store-header h1 { font-size: 24px; letter-spacing: 6px; } .product-title { font-size: 1.8rem; } .product-title small { font-size: 0.85rem; } .hero-grid { flex-direction: column; gap: 12px; } .hook { font-size: 1rem; padding: 16px 18px; border-radius: 30px; } .features-grid { grid-template-columns: 1fr 1fr; gap: 14px; } .feature-card { padding: 18px 12px; } .spec-grid { grid-template-columns: 1fr; gap: 4px; } .two-col-grid { grid-template-columns: 1fr; gap: 10px; } .detail-wrap { flex-direction: column; gap: 24px; } .section-block { padding: 24px 16px; } .section-title { font-size: 1.5rem; } .detail-wrap .detail-text h3 { font-size: 1.4rem; } } @media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } .store-header h1 { font-size: 20px; letter-spacing: 4px; } } /* ─── MISC CURSOR / EFFECTS ─── */ .section-block, .feature-card, .benefit-card, .spec-item { cursor: default; } .img-wrap, .img-box { cursor: zoom-in; } .store-header h1 { cursor: default; } * { transition: background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s; } ahmad324 ✦ statement jewelry ✦ Exaggerated Wide Band Cutout Earrings Plant Pattern · Hip Hop Punk · Retro Statement Jewelry ✦ Make a bold statement with these exaggerated wide band cutout earrings. Featuring a striking plant pattern cutout design and a hip hop punk aesthetic, they're the perfect accessory for fashion-forward women who love to stand out. Crafted from durable zinc alloy with a retro-inspired look — these drop earrings add instant attitude to any outfit. ✦ ◈ Key Features ✧ Exaggerated Wide Band Bold, wide band design makes a dramatic statement — perfect for those who love exaggerated jewelry. ✦ Cutout Plant Pattern Intricate plant-inspired cutout detailing adds texture and visual interest to the design. ◈ Hip Hop Punk Aesthetic Combines hip hop and punk influences for an edgy, urban look that stands out from the crowd. ▣ Retro-Inspired Design Vintage-inspired silhouette with a modern twist — a unique addition to any jewelry collection. ◆ Durable Zinc Alloy Crafted from high-quality zinc alloy — sturdy, long-lasting, and resistant to wear. ♢ Drop Earring Style Classic drop earring construction ensures a secure, comfortable fit with maximum impact. ✧ Product Specifications Item Type Drop Earrings Material Zinc Alloy (Metal) Design Wide Band, Cutout Plant Pattern Style Hip Hop, Punk, Retro Fine or Fashion Fashion Gender Women Occasion Party, Streetwear, Everyday High-concerned Chemical None Package 1 Pair ✦ Why Choose These Earrings These wide band cutout earrings are for the woman who isn't afraid to make a statement. The exaggerated design and intricate plant pattern cutout create a bold, eye-catching look that demands attention. The hip hop punk aesthetic adds an edgy, urban vibe, while the retro-inspired silhouette gives them a timeless quality. Made from durable zinc alloy, they're built to last and maintain their striking appearance. Whether you're dressing up for a party, expressing your streetwear style, or just want to add some attitude to your everyday look, these earrings deliver. They're a unique and stylish addition to any jewelry collection. Bold, exaggerated wide band design. Intricate cutout plant pattern. Hip hop punk aesthetic for an edgy look. Retro-inspired, versatile styling. Durable zinc alloy construction. ▣ Benefits You'll Love ✧ Instant Statement Piece These earrings are the focal point of any outfit — no other accessories needed. ✧ Unique & Eye-Catching The distinctive cutout design and wide band silhouette ensure you stand out from the crowd. ✧ Versatile Edge Perfect for parties, streetwear, festivals, or adding a touch of punk to everyday looks. ✧ Durable & Comfortable High-quality zinc alloy and secure drop earring construction for comfortable, long-lasting wear. ⬟ Detail Highlight: Cutout Plant Pattern & Wide Band Design Intricate Cutout Design & Bold Silhouette The cutout plant pattern is the defining feature of these earrings, creating a beautiful interplay of positive and negative space that catches the eye. The wide band silhouette adds drama and presence, making these earrings a true statement piece. Crafted from durable zinc alloy, they feature a polished finish that enhances the intricate detailing. The drop earring style ensures they hang beautifully and comfortably, and the secure fastening keeps them in place all day or night. Whether you're channeling a retro look or a modern punk aesthetic, these earrings deliver bold style and quality craftsmanship. Intricate cutout pattern — adds texture and visual interest. Wide band silhouette — bold, dramatic, and eye-catching. Polished zinc alloy — durable with a premium finish. ✧ ◈ ✧ ◈ ✧ Condition: New without tags. Category: Jewelry & Watches › Fashion Jewelry › Earrings. Brand: Unbranded.
Additional views from the marketplace listing for BRIGHTON BEACH Hoop 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 BRIGHTON BEACH Hoop Earrings...

USD 5.49

USD 6.99

USD 6.99

USD 3.98

USD 8.79

USD 4.99

USD 10.99

USD 7.99

USD 8.99

USD 4.89