{"product_id":"royal-peacock-teal-crystal-tassel-earrings-elegant-drop-earrings","title":"🦚 Royal Peacock Teal Crystal Tassel Earrings • Elegant Drop Earrings","description":"\u003c!-- Peacock Crystal Drop Earrings | Shopify Mobile-First PDP --\u003e \u003cstyle\u003e   .wl-pdp {     --wl-charcoal: #0f2b38; \/* 高奢深海蓝 \/ 皇家蓝 *\/     --wl-text: #1d2d35;     --wl-muted: #536973;     --wl-yellow: #32869f; \/* 调淡后的优雅孔雀蓝 *\/     --wl-yellow-soft: #f8fafb; \/* 极淡清透光调（已调淡） *\/     --wl-cream: #fcfdfe; \/* 高洁柔白背景（已调淡） *\/     --wl-white: #ffffff;     --wl-border: #e1ebee; \/* 更轻盈的淡边框 *\/     --wl-shadow: 0 8px 24px rgba(15,43,56,.06);      width: 100% !important;     max-width: 860px !important;     margin: 0 auto !important;     padding: 0 !important;     color: var(--wl-text);     background: transparent;     font-family: 'Sweet Sans Pro', sans-serif !important;     font-size: 16px;     line-height: 1.5;     -webkit-text-size-adjust: 100%;     box-sizing: border-box;     overflow: hidden;   }    .wl-pdp *,   .wl-pdp *::before,   .wl-pdp *::after {     box-sizing: border-box;   }    .wl-pdp h1,   .wl-pdp h2,   .wl-pdp h3 {     font-family: 'IvyOra Display Regular', serif !important;     font-weight: 400 !important;     letter-spacing: -0.02em;   }    .wl-pdp p,   .wl-pdp span,   .wl-pdp div,   .wl-pdp a,   .wl-pdp td,   .wl-pdp th,   .wl-pdp summary {     font-family: 'Sweet Sans Pro', sans-serif;   }    .wl-pdp img {     display: block !important;     width: 100% !important;     max-width: 100% !important;     height: auto !important;     margin: 0 !important;     padding: 0 !important;     border: 0 !important;   }    .wl-section {     margin: 0 0 14px;   }    \/* =========================       HERO   ========================= *\/    .wl-hero {     overflow: hidden;     border-radius: 18px;     background: var(--wl-charcoal);     border: 1px solid var(--wl-charcoal);     box-shadow: var(--wl-shadow);   }    .wl-hero-copy {     padding: 22px 18px 14px;     text-align: center;   }    .wl-eyebrow {     display: inline-flex;     align-items: center;     margin-bottom: 10px;     padding: 5px 14px;     border-radius: 999px;     background: var(--wl-yellow);     color: #ffffff;     font-size: 12px;     line-height: 1;     font-weight: 700;     letter-spacing: .07em;     text-transform: uppercase;   }    .wl-hero h1 {     margin: 0;     color: #ffffff !important;     font-size: clamp(26px, 7vw, 38px);     line-height: 1.15;     text-align: center;   }    .wl-hero-media {     background: #ffffff;     padding: 0;     margin: 0;   }    \/* =========================       HIGHLIGHT MODULE   ========================= *\/    .wl-highlight-module {     overflow: hidden;     border-radius: 18px;     border: 1px solid var(--wl-border);     background: var(--wl-white);     box-shadow: var(--wl-shadow);     padding: 0;   }    .wl-highlight-tags {     display: grid;     grid-template-columns: repeat(2, minmax(0,1fr));     gap: 8px;     padding: 12px;     background: var(--wl-cream);   }    .wl-highlight-tag {     display: flex;     align-items: center;     justify-content: center;     min-height: 43px;     padding: 8px 6px;     border: 1px solid #d0e4e9;     border-radius: 11px;     background: var(--wl-yellow-soft);     color: var(--wl-charcoal);     font-size: 15px;     line-height: 1.15;     font-weight: 700;     text-align: center;   }    .wl-highlight-tag:nth-child(2),   .wl-highlight-tag:nth-child(3) {     background: #ffffff;     border-color: var(--wl-border);   }    .wl-highlight-media {     overflow: hidden;     border-top: 1px solid var(--wl-border);     border-bottom: 1px solid var(--wl-border);     padding: 0;     margin: 0;     background: #ffffff;   }    .wl-highlight-cards-wrap {     padding: 12px;     background: var(--wl-cream);   }    \/* =========================       QUICK JUMP CARDS   ========================= *\/    .wl-benefit-grid {     display: grid;     grid-template-columns: repeat(2,minmax(0,1fr));     gap: 9px;   }    .wl-benefit-card {     position: relative;     display: flex;     flex-direction: column;     min-height: 112px;     padding: 13px 11px 28px;     border: 1px solid var(--wl-border);     border-radius: 15px;     background: #ffffff;     color: var(--wl-charcoal);     text-decoration: none !important;     box-shadow: 0 4px 14px rgba(15,43,56,.035);     transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;     -webkit-tap-highlight-color: transparent;   }    .wl-benefit-card:nth-child(2),   .wl-benefit-card:nth-child(3) {     background: var(--wl-yellow-soft);     border-color: #d0e4e9;   }    .wl-benefit-card::after {     content: '↓';     position: absolute;     right: 11px;     bottom: 8px;     color: var(--wl-yellow);     font-size: 15px;     font-weight: 700;     transition: transform .22s ease;   }    .wl-benefit-card:active {     transform: scale(.98);   }    .wl-benefit-card:active::after {     transform: translateY(3px);   }    @media (hover:hover) {     .wl-benefit-card:hover {       transform: translateY(-3px);       border-color: var(--wl-yellow);       box-shadow: 0 9px 22px rgba(15,43,56,.08);     }      .wl-benefit-card:hover::after {       transform: translateY(3px);     }   }    .wl-benefit-icon {     margin-bottom: 7px;     font-size: 22px;     line-height: 1;   }    .wl-benefit-title {     margin-bottom: 4px;     font-family: 'IvyOra Display Regular', serif !important;     font-size: 19px;     line-height: 1.1;   }    .wl-benefit-copy {     padding-right: 8px;     color: var(--wl-muted);     font-size: 16px;     line-height: 1.35;   }    \/* =========================       FEATURE CARDS   ========================= *\/    .wl-detail-stack {     display: flex;     flex-direction: column;     gap: 12px;   }    .wl-feature {     overflow: hidden;     border: 1px solid var(--wl-border);     border-radius: 18px;     background: var(--wl-white);     box-shadow: var(--wl-shadow);     scroll-margin-top: 18px;     padding: 0 !important;   }    .wl-feature-copy {     padding: 16px 14px 10px; \/* 缩短文字底部到图片的间距 *\/   }    .wl-feature:nth-child(even) .wl-feature-copy {     background: var(--wl-yellow-soft);   }    .wl-kicker {     display: inline-block;     margin-bottom: 4px;     color: #1c738e;     font-size: 12px;     font-weight: 700;     letter-spacing: .075em;     text-transform: uppercase;   }    .wl-feature h2 {     margin: 0 0 6px;     color: var(--wl-charcoal);     font-size: clamp(23px,6.2vw,31px);     line-height: 1.08;   }    .wl-feature p {     margin: 0; \/* 移除文案底部 margin，紧贴图片 *\/     color: var(--wl-text);     font-size: clamp(16px,4.2vw,18px);     line-height: 1.48;   }    \/* =========================       USE CASE   ========================= *\/    .wl-usecase {     overflow: hidden;     border: 1px solid var(--wl-charcoal);     border-radius: 18px;     background: var(--wl-charcoal);     box-shadow: var(--wl-shadow);     padding: 0 !important;   }    .wl-usecase-copy {     padding: 18px 15px 10px; \/* 缩短与图片的间距 *\/     text-align: center;   }    .wl-usecase h2 {     margin: 0 0 7px;     color: #ffffff !important;     font-size: clamp(24px,6.4vw,32px);     line-height: 1.08;     text-align: center;   }    .wl-usecase p {     margin: 0;     color: #d8ebf0;     font-size: clamp(16px,4.2vw,18px);     line-height: 1.48;   }    .wl-usecase-tags {     display: flex;     flex-wrap: wrap;     justify-content: center;     gap: 7px;     margin-top: 0;     padding: 12px 10px;     background: var(--wl-charcoal);   }    .wl-usecase-tag {     padding: 6px 10px;     border-radius: 999px;     background: var(--wl-yellow);     color: #ffffff;     font-size: 15px;     line-height: 1.15;     font-weight: 700;   }    \/* =========================       BUILD \/ COMPARISON HOOK   ========================= *\/    .wl-build {     overflow: hidden;     border: 1px solid var(--wl-border);     border-radius: 18px;     background: var(--wl-cream);     padding: 0 !important;   }    .wl-build-copy {     padding: 16px 14px 10px; \/* 缩短底部间距 *\/     text-align: center;   }    .wl-build h2 {     margin: 0 0 6px;     color: var(--wl-charcoal);     font-size: clamp(24px,6.4vw,32px);     line-height: 1.08;     text-align: center;   }    .wl-build p {     margin: 0;     color: var(--wl-text);     font-size: clamp(16px,4.2vw,18px);     line-height: 1.48;   }    \/* =========================       PRODUCT DETAILS TABLE   ========================= *\/    .wl-specs {     padding: 17px 12px 12px;     border: 1px solid var(--wl-border);     border-radius: 18px;     background: #ffffff;     box-shadow: 0 5px 16px rgba(15,43,56,.04);   }    .wl-section-head {     margin-bottom: 13px;     text-align: center;   }    .wl-section-head h2 {     margin: 0;     color: var(--wl-charcoal);     font-size: clamp(26px,6.7vw,33px);     line-height: 1.08;     text-align: center;   }    .wl-spec-table-wrap {     overflow: hidden;     width: 100%;     border: 1px solid var(--wl-border);     border-radius: 13px;   }    .wl-spec-table {     width: 100%;     margin: 0;     border: 0;     border-collapse: collapse;     border-spacing: 0;     table-layout: fixed;   }    .wl-spec-table tr {     background: var(--wl-cream);   }    .wl-spec-table th,   .wl-spec-table td {     margin: 0;     padding: 11px 10px;     border: 0;     border-bottom: 1px solid rgba(213,229,233,.95);     vertical-align: middle;     text-align: left;   }    .wl-spec-table tr:last-child th,   .wl-spec-table tr:last-child td {     border-bottom: 0;   }    .wl-spec-table th {     width: 38%;     color: #1c738e;     font-size: 13px;     line-height: 1.25;     font-weight: 700;     letter-spacing: .045em;     text-transform: uppercase;   }    .wl-spec-table td {     width: 62%;     color: var(--wl-charcoal);     font-size: 16px;     line-height: 1.35;     font-weight: 500;   }    \/* =========================       FAQ   ========================= *\/    .wl-faq {     padding-top: 3px;   }    .wl-faq-list {     display: flex;     flex-direction: column;     gap: 8px;   }    .wl-faq-item {     overflow: hidden;     border: 1px solid var(--wl-border);     border-radius: 13px;     background: #ffffff;   }    .wl-faq-item summary {     position: relative;     padding: 13px 44px 13px 13px;     color: var(--wl-charcoal);     font-size: 16px;     line-height: 1.35;     font-weight: 700;     cursor: pointer;     list-style: none;     user-select: none;   }    .wl-faq-item summary::-webkit-details-marker {     display: none;   }    .wl-faq-item summary::after {     content: '+';     position: absolute;     top: 50%;     right: 13px;     display: grid;     place-items: center;     width: 23px;     height: 23px;     border-radius: 50%;     background: var(--wl-yellow);     color: #ffffff;     font-size: 17px;     line-height: 1;     transform: translateY(-50%) rotate(0);     transition: transform .22s ease;   }    .wl-faq-item[open] summary::after {     content: '−';     transform: translateY(-50%) rotate(180deg);   }    .wl-faq-answer {     padding: 0 13px 13px;     color: var(--wl-muted);     font-size: 16px;     line-height: 1.5;   }    \/* =========================       TRUST   ========================= *\/    .wl-trust-stack {     display: flex;     flex-direction: column;     gap: 11px;   }    .wl-trust-card {     overflow: hidden;     border: 1px solid var(--wl-border);     border-radius: 18px;     background: #ffffff;     box-shadow: 0 5px 18px rgba(15,43,56,.04);     padding: 0 !important;   }    .wl-trust-copy {     padding: 15px 14px 10px; \/* 缩短边距 *\/     text-align: center;   }    .wl-trust-card h2 {     margin: 0 0 7px;     color: var(--wl-charcoal);     font-size: clamp(23px,6.2vw,30px);     line-height: 1.1;     text-align: center;   }    .wl-trust-card p,   .wl-trust-line {     margin: 0;     color: var(--wl-muted);     font-size: 16px;     line-height: 1.48;   }    .wl-trust-list {     display: flex;     flex-direction: column;     align-items: center;     gap: 6px;   }    .wl-trust-line {     display: flex;     align-items: center;     justify-content: center;     gap: 8px;   }    \/* =========================       BOTTOM BAR   ========================= *\/    .wl-bottom-bar {     display: grid;     grid-template-columns: repeat(3,minmax(0,1fr));     gap: 5px;     padding: 10px 6px;     border-radius: 15px;     background: var(--wl-charcoal);     color: #ffffff;   }    .wl-bottom-item {     min-width: 0;     text-align: center;   }    .wl-bottom-icon {     display: block;     margin-bottom: 3px;     font-size: 18px;   }    .wl-bottom-text {     display: block;     color: #ffffff;     font-size: 13px;     line-height: 1.25;     font-weight: 700;   }    \/* =========================       DESKTOP \u0026 MOBILE RESPONSIVE   ========================= *\/    @media (min-width:768px) {     .wl-pdp {       font-size: 18px;       padding: 8px 0 !important;     }      .wl-section {       margin-bottom: 18px;     }      .wl-hero-copy {       padding: 26px 26px 16px;     }      .wl-highlight-tags {       padding: 15px;       gap: 10px;     }      .wl-highlight-tag {       min-height: 48px;       font-size: 17px;     }      .wl-benefit-card {       min-height: 125px;       padding: 16px 16px 30px;     }      .wl-benefit-title {       font-size: 21px;     }      .wl-benefit-copy,     .wl-feature p,     .wl-usecase p,     .wl-build p,     .wl-spec-table td,     .wl-faq-item summary,     .wl-faq-answer,     .wl-trust-card p,     .wl-trust-line {       font-size: 18px;     }      .wl-feature-copy,     .wl-usecase-copy,     .wl-build-copy,     .wl-trust-copy {       padding: 20px 22px 12px;     }      .wl-specs {       padding: 23px 20px 20px;     }      .wl-spec-table th {       font-size: 14px;     }      .wl-spec-table th,     .wl-spec-table td {       padding: 13px 14px;     }      .wl-bottom-text {       font-size: 14px;     }   }    @media (prefers-reduced-motion:reduce) {     .wl-benefit-card,     .wl-benefit-card::after,     .wl-faq-item summary::after {       transition: none !important;     }   } \u003c\/style\u003e \u003cdiv class=\"wl-pdp\"\u003e \u003c!-- HERO --\u003e \u003csection class=\"wl-section wl-hero\"\u003e \u003cdiv class=\"wl-hero-copy\"\u003e \u003cdiv class=\"wl-eyebrow\"\u003e✨ INSTANT ELEGANCE BOOST\u003c\/div\u003e \u003ch1\u003e\u003cspan\u003e'Catch Every Light. Captivate Every Glance.'\u003c\/span\u003e\u003c\/h1\u003e \u003c\/div\u003e \u003cdiv class=\"wl-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/8_24.gif?v=1787539631\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- FOUR LABELS + HIGHLIGHT IMAGE + JUMP CARDS --\u003e \u003csection class=\"wl-section wl-highlight-module\"\u003e \u003cdiv class=\"wl-highlight-tags\"\u003e \u003cspan class=\"wl-highlight-tag\"\u003e 🦚 Royal Peacock Design \u003c\/span\u003e \u003cspan class=\"wl-highlight-tag\"\u003e 💎 Radiant Teal Crystal \u003c\/span\u003e \u003cspan class=\"wl-highlight-tag\"\u003e ✨ Face-Slimming Tassel \u003c\/span\u003e \u003cspan class=\"wl-highlight-tag\"\u003e 🪶 Featherlight All-Day Wear \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-highlight-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/b58ce7b99582c961375527c3c6b27ebb_4e6ed1f3-215b-42ac-a06b-e14761f1b49e.png?v=1787544060\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"wl-highlight-cards-wrap\"\u003e \u003cdiv class=\"wl-benefit-grid\"\u003e \u003ca class=\"wl-benefit-card\" href=\"#wl-face-contour\"\u003e \u003cspan class=\"wl-benefit-icon\"\u003e✨\u003c\/span\u003e \u003cspan class=\"wl-benefit-title\"\u003e Face Slimming \u003c\/span\u003e \u003cspan class=\"wl-benefit-copy\"\u003e Elongates neckline instantly \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"wl-benefit-card\" href=\"#wl-comfort-wear\"\u003e \u003cspan class=\"wl-benefit-icon\"\u003e🪶\u003c\/span\u003e \u003cspan class=\"wl-benefit-title\"\u003e Zero Strain \u003c\/span\u003e \u003cspan class=\"wl-benefit-copy\"\u003e Featherlight hypo-allergenic \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"wl-benefit-card\" href=\"#wl-sparkle\"\u003e \u003cspan class=\"wl-benefit-icon\"\u003e💎\u003c\/span\u003e \u003cspan class=\"wl-benefit-title\"\u003e High Sparkle \u003c\/span\u003e \u003cspan class=\"wl-benefit-copy\"\u003e Catching light from all angles \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"wl-benefit-card\" href=\"#wl-versatile\"\u003e \u003cspan class=\"wl-benefit-icon\"\u003e💃\u003c\/span\u003e \u003cspan class=\"wl-benefit-title\"\u003e Effortless Glam \u003c\/span\u003e \u003cspan class=\"wl-benefit-copy\"\u003e Elevates any outfit in seconds \u003c\/span\u003e \u003c\/a\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- MAIN FEATURES --\u003e \u003csection class=\"wl-section wl-detail-stack\"\u003e \u003carticle class=\"wl-feature\" id=\"wl-face-contour\"\u003e \u003cdiv class=\"wl-feature-copy\"\u003e \u003cspan class=\"wl-kicker\"\u003e INSTANT FACIAL CONTOUR \u003c\/span\u003e \u003ch2\u003eSlim Your Jawline \u0026amp; Elongate Your Neck\u003c\/h2\u003e \u003cp\u003eFlowing tassel chains draw the eye downward, creating a vertical silhouette that flatters every face shape for instant photo-ready elegance.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/1_6a2d84e9-bc6f-454e-9491-6f37bc9b0d90.png?v=1787538030\" alt=\"\"\u003e\u003c\/article\u003e \u003carticle class=\"wl-feature\" id=\"wl-comfort-wear\"\u003e \u003cdiv class=\"wl-feature-copy\"\u003e \u003cspan class=\"wl-kicker\"\u003eFEATHERLIGHT \u0026amp; HYPOALLERGENIC \u003c\/span\u003e \u003ch2\u003eBold Statement Look Without the Heavy Drag\u003c\/h2\u003e \u003cp\u003eCrafted at just ~10g with skin-friendly 18K gold plating. Enjoy all-day, pain-free wear without pulling on your earlobes or irritating sensitive skin.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/2_396e0da2-9625-473a-ab1a-08b63363fc63.png?v=1787538030\" alt=\"\"\u003e\u003c\/article\u003e \u003carticle class=\"wl-feature\" id=\"wl-sparkle\"\u003e \u003cdiv class=\"wl-feature-copy\"\u003e \u003cspan class=\"wl-kicker\"\u003eRADIANT TEAL CRYSTAL \u003c\/span\u003e \u003ch2\u003eCatches the Light from Every Angle\u003c\/h2\u003e \u003cp\u003eHand-set micro rhinestones paired with deep peacock blue gemstones reflect sunlight and ambient lighting with unmatched radiance.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/3_297afd91-0dac-4600-b7a7-0db4775dc652.png?v=1787538030\" alt=\"\"\u003e\u003c\/article\u003e \u003carticle class=\"wl-feature\" id=\"wl-versatile\"\u003e \u003cdiv class=\"wl-feature-copy\"\u003e \u003cspan class=\"wl-kicker\"\u003eEFFORTLESS STYLING \u003c\/span\u003e \u003ch2\u003eFrom Casual Chic to Evening Glam\u003c\/h2\u003e \u003cp\u003eInstantly transform a simple black dress, white blouse, or cocktail attire into a sophisticated, put-together statement.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/4_4c37aa97-9979-4f7c-8f91-6828a4b0d295.png?v=1787538030\" alt=\"\"\u003e\u003c\/article\u003e \u003c\/section\u003e \u003c!-- USE CASES --\u003e \u003csection class=\"wl-section wl-usecase\"\u003e \u003cdiv class=\"wl-usecase-copy\"\u003e \u003ch2\u003eRadiate Elegance for Every Special Moment.\u003c\/h2\u003e \u003cp\u003eFrom romantic candlelit dinners to high-profile events, elevate your personal style effortlessly.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/5_c72d1a58-d1c6-4bda-9336-c6608aeb25d6.png?v=1787538030\" alt=\"\"\u003e \u003cdiv class=\"wl-usecase-tags\"\u003e \u003cspan class=\"wl-usecase-tag\"\u003eEvening Parties \u003c\/span\u003e \u003cspan class=\"wl-usecase-tag\"\u003e Weddings \u0026amp; Galas \u003c\/span\u003e \u003cspan class=\"wl-usecase-tag\"\u003e Romantic Date Nights \u003c\/span\u003e \u003cspan class=\"wl-usecase-tag\"\u003e Luxe Gifting \u003c\/span\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- BUILD \/ COMPARISON HOOK SECTION --\u003e \u003csection class=\"wl-section wl-build\"\u003e \u003cdiv class=\"wl-build-copy\"\u003e \u003cspan class=\"wl-kicker\"\u003e CRAFTED TO LAST \u003c\/span\u003e \u003ch2\u003ePremium Finish That Keeps Its Sparkle\u003c\/h2\u003e \u003cp\u003eProtective anti-tarnish coating paired with high-clarity crystals ensures long-lasting brilliance, unlike cheap alternatives that lose shine quickly.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/d0e3ee4524ed7b5c292ca1fccfe89a23.png?v=1787538030\" alt=\"\"\u003e\u003c\/section\u003e \u003c!-- PRODUCT DETAILS TABLE --\u003e \u003csection class=\"wl-section wl-specs\"\u003e \u003cdiv class=\"wl-section-head\"\u003e \u003ch2\u003eProduct Specifications\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv class=\"wl-spec-table-wrap\"\u003e \u003ctable class=\"wl-spec-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e \u003ctd\u003eHypoallergenic Alloy, Royal Teal Crystal, Micro Rhinestones\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e \u003ctd\u003e18K Gold Plated (Anti-Tarnish Coated)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eEarring Style\u003c\/th\u003e \u003ctd\u003ePeacock Dangle Drop \/ Linear Tassel Hook\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e \u003ctd\u003eFeatherlight (~8g per pair) for all-day wear\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003ePackaging\u003c\/th\u003e \u003ctd\u003eComes in a Luxury Velvet Jewelry Pouch (Gift Ready)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eCare Guide\u003c\/th\u003e \u003ctd\u003eAvoid direct contact with perfumes \u0026amp; water; wipe clean with soft cloth\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FAQ --\u003e \u003csection class=\"wl-section wl-faq\"\u003e \u003cdiv class=\"wl-section-head\"\u003e \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv class=\"wl-faq-list\"\u003e \u003cdetails class=\"wl-faq-item\"\u003e \u003csummary\u003eWill these earrings irritate sensitive ears?\u003c\/summary\u003e \u003cdiv class=\"wl-faq-answer\"\u003eNot at all! The hooks are finished with a skin-friendly, lead-free, and nickel-free coating designed specifically to prevent irritation on sensitive skin.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"wl-faq-item\"\u003e \u003csummary\u003eAre these heavy to wear for an entire evening?\u003c\/summary\u003e \u003cdiv class=\"wl-faq-answer\"\u003eNo, despite their rich and detailed appearance, they are engineered to be featherlight (~8g), ensuring zero uncomfortable pulling or earlobe stretching.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"wl-faq-item\" open=\"\"\u003e \u003csummary\u003eWill the color tarnish or lose its sparkle over time?\u003c\/summary\u003e \u003cdiv class=\"wl-faq-answer\"\u003eWe treat every pair with an anti-tarnish protective coating. To maintain maximum brilliance, simply store them in the included velvet pouch and avoid spraying perfume directly onto them.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"wl-faq-item\"\u003e \u003csummary\u003eIs this suitable as a gift?\u003c\/summary\u003e \u003cdiv class=\"wl-faq-answer\"\u003eYes! Each pair is packaged in a premium velvet gift pouch, making it a perfect present for birthdays, anniversaries, holidays, or weddings.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- TRUST --\u003e \u003csection class=\"wl-section wl-trust-stack\"\u003e \u003carticle class=\"wl-trust-card\"\u003e \u003cdiv class=\"wl-trust-copy\"\u003e \u003ch2\u003eQuality Checked Before Dispatch\u003c\/h2\u003e \u003cdiv class=\"wl-trust-list\"\u003e \u003cdiv class=\"wl-trust-line\"\u003e \u003cspan\u003e✅\u003c\/span\u003e \u003cspan\u003e100% individual hand inspection\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-trust-line\"\u003e \u003cspan\u003e🤝\u003c\/span\u003e \u003cspan\u003e24\/7 US customer support\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-trust-line\"\u003e \u003cspan\u003e💰\u003c\/span\u003e \u003cspan\u003eDirect workshop price value\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674748\" alt=\"Quality checked before shipping\" loading=\"lazy\"\u003e\u003c\/article\u003e \u003carticle class=\"wl-trust-card\"\u003e \u003cdiv class=\"wl-trust-copy\"\u003e \u003ch2\u003e30-Day Risk-Free Guarantee\u003c\/h2\u003e \u003cp\u003eShop with total peace of mind. Your purchase is protected by our 30-day money-back guarantee and 256-bit encrypted secure checkout.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\" alt=\"Secure checkout and money back guarantee\" loading=\"lazy\"\u003e\u003c\/article\u003e \u003carticle class=\"wl-trust-card\"\u003e \u003cdiv class=\"wl-trust-copy\"\u003e \u003ch2\u003eFast \u0026amp; Tracked US Shipping\u003c\/h2\u003e \u003cdiv class=\"wl-trust-list\"\u003e \u003cdiv class=\"wl-trust-line\"\u003e \u003cspan\u003e📦\u003c\/span\u003e \u003cspan\u003eDispatched within 24–48 hours.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-trust-line\"\u003e \u003cspan\u003e🚚\u003c\/span\u003e \u003cspan\u003eReal-time tracking via Email\/SMS.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-trust-line\"\u003e \u003cspan\u003e🏠\u003c\/span\u003e \u003cspan\u003eDoor-to-door US delivery.\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\" alt=\"Fast US shipping\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\" alt=\"Tracked delivery\" loading=\"lazy\"\u003e\u003c\/article\u003e \u003c\/section\u003e \u003c!-- BOTTOM TRUST BAR --\u003e \u003cdiv class=\"wl-section wl-bottom-bar\"\u003e \u003cdiv class=\"wl-bottom-item\"\u003e \u003cspan class=\"wl-bottom-icon\"\u003e 🚀 \u003c\/span\u003e \u003cspan class=\"wl-bottom-text\"\u003e Fast US Shipping \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-bottom-item\"\u003e \u003cspan class=\"wl-bottom-icon\"\u003e 🔄 \u003c\/span\u003e \u003cspan class=\"wl-bottom-text\"\u003e 30-Day Guarantee \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wl-bottom-item\"\u003e \u003cspan class=\"wl-bottom-icon\"\u003e 🔒 \u003c\/span\u003e \u003cspan class=\"wl-bottom-text\"\u003e Secure Checkout \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"FJY01","offers":[{"title":"Ear Hook - Peacock Blue","offer_id":49525950382339,"sku":"NC02492608245481- 蓝色长款","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Ear Hook - Ruby Red","offer_id":49525950415107,"sku":"NC02492608245481- 红色长款","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Ear Threader - Peacock Blue","offer_id":49525950447875,"sku":"NC02492608245481-蓝色孔雀耳线","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/b58ce7b99582c961375527c3c6b27ebb_4e6ed1f3-215b-42ac-a06b-e14761f1b49e.png?v=1787816774","url":"https:\/\/cyrarise.com\/products\/royal-peacock-teal-crystal-tassel-earrings-elegant-drop-earrings","provider":"cyrarise","version":"1.0","type":"link"}