{"product_id":"fabunora-angel-wings-925-sterling-silver-pendant-set","title":"Swarovski Angel Wings Dancing Necklace - 925 Sterling Silver Necklace","description":"\u003c!-- ============================================= --\u003e\u003c!-- OMNISIA.PK — Angel Wing Heart Necklace Description --\u003e\u003c!-- Paste this block into Shopify Product Description (switch to HTML\/Code view) --\u003e\u003c!-- ============================================= --\u003e\n\u003cstyle\u003e\n  .ow-wrap {\n    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;\n    max-width: 800px;\n    margin: 0 auto;\n    color: #2b2b35;\n    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);\n    border-radius: 18px;\n    overflow: hidden;\n    box-shadow: 0 10px 40px rgba(80, 130, 200, 0.12);\n  }\n\n  \/* Hero *\/\n  .ow-hero {\n    position: relative;\n    text-align: center;\n    padding: 45px 25px 35px;\n    background: linear-gradient(135deg, #eaf3ff 0%, #ffffff 60%, #f3eaff 100%);\n    overflow: hidden;\n  }\n  .ow-hero::before, .ow-hero::after {\n    content: \"✦\";\n    position: absolute;\n    color: #aee0ff;\n    font-size: 18px;\n    animation: ow-twinkle 2.4s ease-in-out infinite;\n  }\n  .ow-hero::before { top: 20px; left: 12%; animation-delay: 0s; }\n  .ow-hero::after { top: 60px; right: 15%; animation-delay: 1.1s; font-size: 14px; }\n  @keyframes ow-twinkle {\n    0%, 100% { opacity: 0.2; transform: scale(0.8); }\n    50% { opacity: 1; transform: scale(1.2); }\n  }\n\n  .ow-badge {\n    display: inline-block;\n    background: linear-gradient(90deg, #6fb1ff, #9b8cff);\n    color: #fff;\n    font-size: 12px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 30px;\n    margin-bottom: 18px;\n    font-weight: 600;\n  }\n\n  .ow-title {\n    font-size: 32px;\n    font-weight: 800;\n    margin: 0 0 10px;\n    background: linear-gradient(90deg, #4a90e2, #8a6fe2, #4ac0e2);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: ow-shine 4s linear infinite;\n  }\n  @keyframes ow-shine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n\n  .ow-subtitle {\n    font-size: 16px;\n    color: #6b7280;\n    max-width: 520px;\n    margin: 0 auto 22px;\n    line-height: 1.6;\n  }\n\n  .ow-hero-img {\n    width: 100%;\n    max-width: 320px;\n    border-radius: 14px;\n    transition: transform 0.5s ease;\n  }\n  .ow-hero-img:hover { transform: scale(1.04) rotate(-1deg); }\n\n  \/* Trust strip *\/\n  .ow-trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    padding: 16px 20px;\n    background: #ffffff;\n    border-top: 1px solid #eef1f7;\n    border-bottom: 1px solid #eef1f7;\n  }\n  .ow-trust span {\n    font-size: 13px;\n    font-weight: 600;\n    color: #4a4a5a;\n    background: #f3f6fc;\n    padding: 8px 14px;\n    border-radius: 30px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* Section *\/\n  .ow-section {\n    padding: 32px 30px;\n  }\n  .ow-section h2 {\n    font-size: 22px;\n    font-weight: 700;\n    margin: 0 0 18px;\n    color: #2b2b45;\n    position: relative;\n    display: inline-block;\n  }\n  .ow-section h2::after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    bottom: -6px;\n    width: 45px;\n    height: 3px;\n    background: linear-gradient(90deg, #6fb1ff, #9b8cff);\n    border-radius: 3px;\n  }\n\n  \/* Feature grid *\/\n  .ow-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 22px;\n  }\n  .ow-card {\n    background: #ffffff;\n    border: 1px solid #edf0f7;\n    border-radius: 14px;\n    padding: 18px;\n    transition: all 0.35s ease;\n    box-shadow: 0 2px 10px rgba(40,60,100,0.04);\n  }\n  .ow-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 14px 30px rgba(100,130,220,0.18);\n    border-color: #d8e6ff;\n  }\n  .ow-card .ow-icon {\n    font-size: 26px;\n    margin-bottom: 10px;\n    display: inline-block;\n  }\n  .ow-card h3 {\n    font-size: 15px;\n    font-weight: 700;\n    margin: 0 0 6px;\n    color: #2b2b45;\n  }\n  .ow-card p {\n    font-size: 13.5px;\n    color: #6b7280;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* Specs table *\/\n  .ow-specs {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 18px;\n    font-size: 14px;\n  }\n  .ow-specs tr {\n    border-bottom: 1px solid #eef1f7;\n  }\n  .ow-specs tr:last-child { border-bottom: none; }\n  .ow-specs td {\n    padding: 12px 10px;\n  }\n  .ow-specs td:first-child {\n    font-weight: 700;\n    color: #2b2b45;\n    width: 38%;\n  }\n  .ow-specs td:last-child {\n    color: #5a5f6e;\n  }\n  .ow-specs tr:hover { background: #f7faff; }\n\n  \/* Story \/ emotional copy *\/\n  .ow-story {\n    background: linear-gradient(135deg, #f3eaff, #eaf3ff);\n    border-radius: 16px;\n    padding: 26px 28px;\n    margin-top: 10px;\n    position: relative;\n  }\n  .ow-story p {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #41414f;\n    margin: 0;\n  }\n  .ow-story .ow-quote-mark {\n    font-size: 40px;\n    color: #b9a8ff;\n    line-height: 0;\n    position: relative;\n    top: 12px;\n  }\n\n  \/* Gift box CTA *\/\n  .ow-cta {\n    text-align: center;\n    padding: 34px 25px 40px;\n    background: linear-gradient(135deg, #2b2b45, #3a3a66);\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n  .ow-cta::before {\n    content: \"\";\n    position: absolute;\n    width: 200px;\n    height: 200px;\n    background: radial-gradient(circle, rgba(155,140,255,0.35), transparent 70%);\n    top: -60px;\n    left: -40px;\n    animation: ow-float 6s ease-in-out infinite;\n  }\n  .ow-cta::after {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    background: radial-gradient(circle, rgba(111,177,255,0.3), transparent 70%);\n    bottom: -70px;\n    right: -50px;\n    animation: ow-float 7s ease-in-out infinite reverse;\n  }\n  @keyframes ow-float {\n    0%, 100% { transform: translateY(0) translateX(0); }\n    50% { transform: translateY(15px) translateX(10px); }\n  }\n  .ow-cta h2 {\n    font-size: 24px;\n    margin: 0 0 10px;\n    position: relative;\n    z-index: 1;\n  }\n  .ow-cta p {\n    font-size: 14.5px;\n    color: #d8d9f5;\n    max-width: 480px;\n    margin: 0 auto 22px;\n    line-height: 1.7;\n    position: relative;\n    z-index: 1;\n  }\n  .ow-cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #6fb1ff, #9b8cff);\n    color: #fff;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 36px;\n    border-radius: 40px;\n    text-decoration: none;\n    box-shadow: 0 8px 25px rgba(111,177,255,0.45);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    position: relative;\n    z-index: 1;\n  }\n  .ow-cta-btn:hover {\n    transform: translateY(-3px) scale(1.03);\n    box-shadow: 0 12px 30px rgba(155,140,255,0.55);\n  }\n\n  .ow-shipping {\n    display: flex;\n    justify-content: center;\n    gap: 22px;\n    flex-wrap: wrap;\n    margin-top: 22px;\n    position: relative;\n    z-index: 1;\n  }\n  .ow-shipping div {\n    font-size: 12.5px;\n    color: #d8d9f5;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  @media (max-width: 600px) {\n    .ow-grid { grid-template-columns: 1fr; }\n    .ow-title { font-size: 26px; }\n    .ow-section { padding: 26px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ow-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"ow-hero\"\u003e\n\u003cspan class=\"ow-badge\"\u003e✨ New Arrival · Limited Stock\u003c\/span\u003e\n\u003ch1 class=\"ow-title\"\u003eGuardian Angel Wings Heart Necklace\u003c\/h1\u003e\n\u003cp class=\"ow-subtitle\"\u003eA sky-blue crystal heart cradled between two sparkling angel wings — symbolizing love that's always watching over you. Finished in radiant 925 sterling silver.\u003c\/p\u003e\n\u003cp class=\"ow-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/5162\/1145\/files\/1683715954_480x480.gif?v=1702389000\" width=\"342\" height=\"342\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003cimg class=\"ow-hero-img\" src=\"https:\/\/i.imgur.com\/REPLACE-WITH-YOUR-IMAGE-URL.jpg\" alt=\"Angel Wing Heart Necklace in sterling silver with blue crystal\"\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"ow-trust\"\u003e\n\u003cspan\u003e🛡️ 925 Sterling Silver\u003c\/span\u003e \u003cspan\u003e💎 AAA Cubic Zirconia\u003c\/span\u003e \u003cspan\u003e🚫 Anti-Tarnish Finish\u003c\/span\u003e \u003cspan\u003e📦 Gift-Ready Packaging\u003c\/span\u003e \u003cspan\u003e🇵🇰 Ships from Omnisia.pk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"ow-section\"\u003e\n\u003ch2\u003eWhy You'll Fall in Love With It\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; line-height: 1.8; color: #4a4a5a; margin-top: 16px;\"\u003eThis isn't just a necklace — it's a tiny guardian you wear close to your heart. A brilliant sky-blue heart-cut crystal sits at the center, glowing like a piece of the sky itself, framed by a halo of hand-set micro-pavé stones.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; line-height: 1.8; color: #4a4a5a; margin-top: 16px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/345A9573-D7FE-4430-BA39-693D2716F511.png?v=1782128689\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; line-height: 1.8; color: #4a4a5a; margin-top: 16px;\"\u003eOn either side, delicately textured angel wings stretch outward, each feather lined with shimmering crystals that catch the light with every move you make.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; line-height: 1.8; color: #4a4a5a; margin-top: 16px;\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/IMG-1430.jpg?v=1782128660\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; line-height: 1.8; color: #4a4a5a; margin-top: 16px;\"\u003eBelow, a fine chain trails down to a teardrop crystal charm — adding graceful movement and a touch of quiet elegance that flows beautifully whether you're dressing up or keeping it simple.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; line-height: 1.8; color: #4a4a5a; margin-top: 16px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/13_34f47724-9bec-4d7c-b619-968dbb558151.jpg?v=1782128655\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"ow-grid\"\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cspan class=\"ow-icon\"\u003e💙\u003c\/span\u003e\n\u003ch3\u003eSky-Blue Heart Center\u003c\/h3\u003e\n\u003cp\u003eA vivid heart-shaped crystal in soft aquamarine blue, the centerpiece that everyone will ask about.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cspan class=\"ow-icon\"\u003e🪶\u003c\/span\u003e\n\u003ch3\u003eDetailed Angel Wings\u003c\/h3\u003e\n\u003cp\u003eRealistic feather texture lined with sparkling stones — light, airy, and full of grace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cspan class=\"ow-icon\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eDangling Teardrop Charm\u003c\/h3\u003e\n\u003cp\u003eA clear crystal teardrop swings gently below, adding movement and extra sparkle as you walk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cspan class=\"ow-icon\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003eTarnish-Resistant Shine\u003c\/h3\u003e\n\u003cp\u003eRhodium-plated 925 silver keeps its mirror shine for years — no greening, no fading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cspan class=\"ow-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch3\u003ePerfect Gift\u003c\/h3\u003e\n\u003cp\u003eComes beautifully packaged — ideal for birthdays, anniversaries, or \"just because\" moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cspan class=\"ow-icon\"\u003e🧺\u003c\/span\u003e\n\u003ch3\u003eHypoallergenic\u003c\/h3\u003e\n\u003cp\u003eNickel-free and gentle on sensitive skin — comfortable for everyday, all-day wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"ow-section\" style=\"background: #fbfcff;\"\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/Customdesigns_2.png?v=1782127741\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ctable class=\"ow-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e925 Sterling Silver, Rhodium Plated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStone\u003c\/td\u003e\n\u003ctd\u003eHeart-cut Sky Blue Cubic Zirconia + Clear CZ Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePendant Design\u003c\/td\u003e\n\u003ctd\u003eAngel Wings with Heart Center \u0026amp; Teardrop Drop Charm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain Type\u003c\/td\u003e\n\u003ctd\u003eCable Link Chain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain Length\u003c\/td\u003e\n\u003ctd\u003eApprox. 40 cm + 5 cm Extender\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePendant Size\u003c\/td\u003e\n\u003ctd\u003eApprox. 3.5 cm x 2.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClosure\u003c\/td\u003e\n\u003ctd\u003eLobster Clasp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \/ Sky Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eDaily Wear, Gifting, Date Night, Office Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- STORY --\u003e\n\u003cdiv class=\"ow-section\"\u003e\n\u003ch2\u003eThe Story Behind It\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/7425EC60-234D-4E50-8677-DB82BAC7DE6D.png?v=1782128690\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"ow-story\"\u003e\n\u003cspan class=\"ow-quote-mark\"\u003e\"\u003c\/span\u003e\n\u003cp\u003eAngel wings have always been a symbol of protection, love, and guidance from above. Paired with a heart, this piece becomes a quiet reminder — that you are loved, watched over, and never alone. Wear it for yourself, or gift it to someone who needs that gentle reminder today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"ow-cta\"\u003e\n\u003ch2\u003eWrap Her in Love Today 💙\u003c\/h2\u003e\n\u003cp\u003eOrder now from Omnisia.pk and let this little guardian find its way to your heart — or someone else's.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"ow-cta-btn\"\u003eShop Now\u003c\/a\u003e\n\u003cdiv class=\"ow-shipping\"\u003e\n\u003cdiv\u003e🚚 Fast Nationwide Delivery\u003c\/div\u003e\n\u003cdiv\u003e🔁 Easy Returns\u003c\/div\u003e\n\u003cdiv\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omniisia","offers":[{"title":"Default Title","offer_id":46129594597512,"sku":"#OD93ANGEL","price":1899.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/7425EC60-234D-4E50-8677-DB82BAC7DE6D.png?v=1782128690","url":"https:\/\/www.omnisia.pk\/products\/fabunora-angel-wings-925-sterling-silver-pendant-set","provider":"Omniisia","version":"1.0","type":"link"}