{"product_id":"khanda-aura-necklace","title":"Khanda Aura Necklace","description":"\u003cbody\u003e\n  \u003cstyle\u003e\n    section.khanda-aura-clearance {\n      background-color: #FFF9F0;\n      color: #3B3B3B;\n      padding: 2rem 1rem;\n      box-sizing: border-box;\n      font-family: inherit;\n      font-size: inherit;\n    }\n    section.khanda-aura-clearance * {\n      box-sizing: inherit;\n    }\n    .hero {\n      position: relative;\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      max-width: 48rem;\n      margin: 0 auto 2rem;\n      text-align: center;\n    }\n    .hero img {\n      width: 100%;\n      height: auto;\n      border-radius: 0.5rem;\n      box-shadow: 0 0 10px 0 rgba(235, 168, 58, 0.6);\n      transition: box-shadow 0.3s ease;\n      cursor: pointer;\n    }\n    .hero img:hover,\n    .features .feature-card:hover,\n    .cta-button:hover {\n      box-shadow: 0 0 15px 5px #EBA83A;\n    }\n    .headline {\n      font-weight: 900;\n      font-size: 2.5rem;\n      color: #EBA83A;\n      font-family: inherit;\n      line-height: 1.1;\n      user-select: none;\n    }\n    .headline span {\n      display: inline-block;\n      filter: drop-shadow(0 0 4px #EBA83A);\n    }\n    .intro {\n      font-size: 1.125rem;\n      font-weight: 500;\n      color: #3B3B3B;\n      max-width: 42rem;\n      margin: 0 auto 2rem;\n      line-height: 1.5;\n    }\n\n    \/* Features *\/\n    .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));\n      gap: 1.5rem;\n      max-width: 48rem;\n      margin: 0 auto 2rem;\n    }\n    .feature-card {\n      background: #EBA83A;\n      color: #FFF9F0;\n      padding: 1.4rem 1rem 1.2rem;\n      border-radius: 0.8rem;\n      box-shadow: 0 0 6px 0 rgba(235, 168, 58, 0.6);\n      text-align: center;\n      font-size: 1rem;\n      font-weight: 600;\n      user-select: none;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      transition: box-shadow 0.3s ease;\n    }\n    .feature-card .icon {\n      font-size: 2.2rem;\n      margin-bottom: 0.6rem;\n      filter: drop-shadow(0 0 2px #FFF9F0);\n    }\n\n    \/* Specs Table *\/\n    .specs-wrapper {\n      max-width: 48rem;\n      margin: 0 auto 2.5rem;\n      overflow-x: auto;\n      border-radius: 0.5rem;\n      box-shadow: 0 0 10px 0 rgba(235, 168, 58, 0.3);\n    }\n    table.specs {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 1rem;\n      font-family: inherit;\n    }\n    table.specs thead tr {\n      background: linear-gradient(90deg, #EBA83A 0%, #F5C66D 100%);\n      color: #FFF9F0;\n      font-weight: 700;\n      user-select: none;\n    }\n    table.specs th,\n    table.specs td {\n      padding: 0.75rem 1rem;\n      text-align: left;\n      border-bottom: 1px solid #F0E6D6;\n    }\n    table.specs tbody tr:nth-child(even) {\n      background-color: #FFF4D6;\n    }\n    table.specs tbody tr:nth-child(odd) {\n      background-color: #FFF9F0;\n    }\n\n    \/* Testimonials *\/\n    .testimonials {\n      max-width: 48rem;\n      margin: 0 auto 2.5rem;\n      padding: 0 0.5rem;\n    }\n    .testimonials h2 {\n      font-weight: 800;\n      font-size: 1.75rem;\n      color: #EBA83A;\n      margin-bottom: 1rem;\n      user-select: none;\n      text-align: center;\n      font-family: inherit;\n    }\n    .testimonial-quote {\n      background: #EBA83A;\n      color: #FFF9F0;\n      border-radius: 0.75rem;\n      padding: 1.2rem 1.4rem;\n      margin-bottom: 1rem;\n      font-style: italic;\n      box-shadow: 0 0 8px 0 rgba(235, 168, 58, 0.5);\n      position: relative;\n      font-size: 1rem;\n      line-height: 1.4;\n      user-select: none;\n    }\n    .testimonial-quote::before {\n      content: \"❝\";\n      font-size: 2.5rem;\n      position: absolute;\n      top: 0.2rem;\n      left: 0.8rem;\n      color: #FFF9F0;\n      opacity: 0.3;\n      font-family: serif;\n      user-select: none;\n    }\n    .testimonial-author {\n      margin-top: 0.6rem;\n      text-align: right;\n      font-weight: 700;\n      font-size: 0.9rem;\n      user-select: none;\n    }\n\n    \/* CTA Button *\/\n    .cta-wrapper {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n    .cta-button {\n      background-color: #EBA83A;\n      color: #FFF9F0;\n      font-weight: 900;\n      font-size: 1.25rem;\n      text-transform: uppercase;\n      padding: 1rem 2.5rem;\n      border: none;\n      border-radius: 2rem;\n      cursor: pointer;\n      box-shadow: 0 0 10px 0 rgba(235, 168, 58, 0.7);\n      transition: box-shadow 0.3s ease, background-color 0.3s ease;\n      font-family: inherit;\n      user-select: none;\n      letter-spacing: 0.05em;\n      display: inline-block;\n      text-decoration: none;\n    }\n    .cta-button:hover,\n    .cta-button:focus {\n      background-color: #d9941d;\n      box-shadow: 0 0 20px 6px #EBA83A;\n      outline: none;\n    }\n\n    \/* Product Images *\/\n    .product-images {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));\n      gap: 1rem;\n      max-width: 48rem;\n      margin: 0 auto 2rem;\n    }\n    .product-images img {\n      width: 100%;\n      height: auto;\n      border-radius: 0.5rem;\n      box-shadow: 0 0 7px 0 rgba(235, 168, 58, 0.5);\n      transition: box-shadow 0.3s ease;\n      cursor: pointer;\n      user-select: none;\n    }\n    .product-images img:hover {\n      box-shadow: 0 0 18px 7px #EBA83A;\n    }\n\n    \/* Responsive Typography and Layout *\/\n    @media (min-width: 640px) {\n      .hero {\n        grid-template-columns: 1fr 1fr;\n        text-align: left;\n        gap: 2rem;\n      }\n      .headline {\n        font-size: 3rem;\n      }\n      .intro {\n        font-size: 1.25rem;\n        max-width: 100%;\n      }\n      .features {\n        gap: 2rem;\n      }\n      .testimonials h2 {\n        font-size: 2rem;\n      }\n      .cta-button {\n        font-size: 1.4rem;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003csection class=\"khanda-aura-clearance\" aria-label=\"Year-End Clearance: Khanda Aura Necklace\"\u003e\n    \u003cdiv class=\"hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/3028\/2436\/files\/IMG_20250228_010615.jpg?v=1747468718\" alt=\"Khanda Aura Necklace Year-End Clearance product image\" loading=\"lazy\" decoding=\"async\" role=\"img\" aria-describedby=\"hero-desc\"\u003e\n      \u003cdiv\u003e\n        \u003ch1 class=\"headline\" aria-label=\"Year-End Clearance 🎉\"\u003e✨ \u003cspan\u003eKhanda Aura Necklace\u003c\/span\u003e ✨\u003c\/h1\u003e\n        \u003cp id=\"hero-desc\" class=\"intro\"\u003e\n          In a world that often moves too fast, the Khanda Aura Necklace invites you to pause and connect with the timeless values of faith, unity, and strength. This elegant piece is more than just jewelry—it is a powerful symbol of courage and spiritual heritage that you can wear close to your heart every day.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features\" aria-label=\"Product Features\"\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e⚔️\u003c\/div\u003e\n        Tarnish-Resistant\n      \u003c\/article\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e✨\u003c\/div\u003e\n        Hypoallergenic\n      \u003c\/article\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e🛡️\u003c\/div\u003e\n        All-Weather Durable\n      \u003c\/article\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e🔗\u003c\/div\u003e\n        Adjustable Cable Chain\n      \u003c\/article\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e⚖️\u003c\/div\u003e\n        Lightweight \u0026amp; Comfortable\n      \u003c\/article\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e🎁\u003c\/div\u003e\n        Perfect Gift for Loved Ones\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specs-wrapper\" aria-label=\"Product Specifications\"\u003e\n      \u003ctable class=\"specs\" role=\"table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification 📝\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eDetails 📋\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eHigh-Quality Stainless Steel\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePendant Shape\u003c\/td\u003e\n            \u003ctd\u003eSikhism Khanda Symbol\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eChain Type\u003c\/td\u003e\n            \u003ctd\u003eCable Chain\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eChain Length\u003c\/td\u003e\n            \u003ctd\u003e45cm + 5cm Extended Chain\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColors Available\u003c\/td\u003e\n            \u003ctd\u003eSilver, Gold\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003eLightweight and Comfortable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eClassic, Religious, Vintage, Punk, Minimalist\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eOccasions\u003c\/td\u003e\n            \u003ctd\u003eAnniversary, Wedding, Birthday, Meditation, Religious Gatherings\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"testimonials\" aria-label=\"Customer Testimonials\"\u003e\n      \u003ch2\u003eWhat Our Customers Say 💬\u003c\/h2\u003e\n      \u003cblockquote class=\"testimonial-quote\"\u003e\n        “Wearing the Khanda Aura Necklace reminds me daily of my roots and the strength they give me. It’s elegant yet meaningful, perfect for any outfit.”\n        \u003cfooter class=\"testimonial-author\"\u003e— Jaspreet K., 34\u003c\/footer\u003e\n      \u003c\/blockquote\u003e\n      \u003cblockquote class=\"testimonial-quote\"\u003e\n        “This necklace is a beautiful blend of tradition and modern style. The quality is outstanding, and it feels wonderful to wear all day.”\n        \u003cfooter class=\"testimonial-author\"\u003e— Arjun S., 29\u003c\/footer\u003e\n      \u003c\/blockquote\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"intro\" style=\"max-width:48rem; margin: 0 auto 2.5rem; font-weight: 600; text-align:center;\"\u003e\n      Embrace the spirit of unity and courage with the Khanda Aura Necklace—an exclusive symbol of faith and elegance designed to inspire and empower. Make it yours today and carry a legacy of strength wherever you go. 🎉\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cta-wrapper\"\u003e\n      \u003ca href=\"\/collections\/year-end-clearance\/products\/khanda-aura-necklace\" class=\"cta-button\" role=\"button\" aria-label=\"Shop Khanda Aura Necklace Year-End Clearance now\"\u003e\n        Shop Now \u0026amp; Save ✨\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-images\" aria-label=\"Khanda Aura Necklace product images\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/3028\/2436\/files\/IMG_20250228_010615.jpg?v=1747468718\" alt=\"Khanda Aura Necklace product image\" loading=\"lazy\" decoding=\"async\" role=\"img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/body\u003e","brand":"RIYOVA","offers":[{"title":"Gold \/ 45cm or 17.7 Inches","offer_id":44555875942596,"sku":"SKU-1539","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 60cm or 23.6 Inches","offer_id":44629185003716,"sku":null,"price":31.0,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 45cm or 17.7 Inches","offer_id":44555875975364,"sku":"SKU-1540","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 60cm or 23.6 Inches","offer_id":44629185036484,"sku":null,"price":31.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0686\/3028\/2436\/files\/IMG_20250228_010615.jpg?v=1747468718","url":"https:\/\/ueegqa-j5.myshopify.com\/products\/khanda-aura-necklace","provider":"RIYOVA Jewelry","version":"1.0","type":"link"}