{"product_id":"3d-khanda-punjabi-projection-necklace","title":"Collar de proyección 3D Khanda Punjabi","description":"\u003cstyle\u003e\n    section#khanda-product {\n      background: #FDF2F8;\n      color: #6B21A8;\n      padding: 2rem 1rem;\n      font-family: inherit;\n      font-size: inherit;\n      max-width: 900px;\n      margin: 0 auto 4rem;\n    }\n    section#khanda-product * {\n      box-sizing: border-box;\n    }\n    section#khanda-product h1 {\n      font-weight: 900;\n      font-size: 2.25rem;\n      line-height: 1.2;\n      color: #7C3AED;\n      text-align: center;\n      margin-bottom: 0.5em;\n      text-shadow:\n        0 0 6px #F472B6CC,\n        0 0 8px #F472B6AA;\n    }\n    section#khanda-product h1 span.emoji {\n      font-size: 1.2em;\n      margin-left: 0.3em;\n      user-select: none;\n    }\n    section#khanda-product p.intro {\n      font-size: 1rem;\n      line-height: 1.5;\n      color: #9333EA;\n      max-width: 34rem;\n      margin: 0 auto 2rem;\n      font-weight: 500;\n      text-align: center;\n    }\n    \/* Hero image *\/\n    section#khanda-product .hero-image {\n      width: 100%;\n      max-width: 320px;\n      margin: 0 auto 2rem;\n      border-radius: 1rem;\n      box-shadow:\n        0 0 15px 3px #F472B6AA;\n      transition: box-shadow 0.3s ease-in-out;\n      display: block;\n    }\n    section#khanda-product .hero-image:hover,\n    section#khanda-product .hero-image:focus {\n      box-shadow:\n        0 0 25px 6px #F472B6DD;\n      outline: none;\n      cursor: pointer;\n    }\n\n    \/* Features grid *\/\n    section#khanda-product .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit,minmax(14rem,1fr));\n      gap: 1.25rem 1rem;\n      margin-bottom: 3rem;\n    }\n    section#khanda-product .feature-card {\n      background: #A78BFA22;\n      border-radius: 1rem;\n      padding: 1.25rem 1rem 1.5rem;\n      text-align: center;\n      color: #7C3AED;\n      box-shadow: 0 0 6px transparent;\n      transition: box-shadow 0.3s ease-in-out;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n    section#khanda-product .feature-card:hover,\n    section#khanda-product .feature-card:focus-within {\n      box-shadow:\n        0 0 15px 4px #F472B6CC;\n      outline: none;\n      cursor: pointer;\n    }\n    section#khanda-product .feature-icon {\n      font-size: 2.5rem;\n      margin-bottom: 0.5em;\n      user-select: none;\n      color: #F472B6;\n      filter: drop-shadow(0 0 1.5px #F472B6CC);\n      transition: filter 0.3s ease-in-out;\n    }\n    section#khanda-product .feature-card:hover .feature-icon,\n    section#khanda-product .feature-card:focus-within .feature-icon {\n      filter: drop-shadow(0 0 5px #F472B6DD);\n    }\n    section#khanda-product .feature-text {\n      font-size: 1rem;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    \/* Specs table *\/\n    section#khanda-product table.specs {\n      border-collapse: collapse;\n      width: 100%;\n      max-width: 600px;\n      margin: 0 auto 3rem;\n      font-size: 1rem;\n      color: #7C3AED;\n      background: #FDF2F8;\n      border-radius: 0.75rem;\n      overflow: hidden;\n      box-shadow: 0 0 8px #A78BFA44;\n    }\n    section#khanda-product table.specs thead tr {\n      background: linear-gradient(90deg, #A78BFA, #F472B6);\n      color: #FFFFFF;\n      font-weight: 700;\n      text-align: left;\n    }\n    section#khanda-product table.specs thead th {\n      padding: 0.75em 1em;\n    }\n    section#khanda-product table.specs tbody tr:nth-child(odd) {\n      background: #FCE7F3;\n    }\n    section#khanda-product table.specs tbody tr:nth-child(even) {\n      background: #FDF2F8;\n    }\n    section#khanda-product table.specs tbody td {\n      padding: 0.65em 1em;\n      border-bottom: 1px solid #EDE9FE;\n    }\n\n    \/* Testimonial Section *\/\n    section#khanda-product .testimonials {\n      max-width: 700px;\n      margin: 0 auto 3rem;\n      color: #7C3AED;\n    }\n    section#khanda-product .testimonials h2 {\n      font-weight: 800;\n      font-size: 1.75rem;\n      margin-bottom: 1.25rem;\n      text-align: center;\n      color: #A78BFA;\n      text-shadow:\n        0 0 5px #F472B6AA;\n    }\n    section#khanda-product .testimonial {\n      background: #A78BFA11;\n      border-radius: 1rem;\n      padding: 1rem 1.25rem;\n      margin-bottom: 1.25rem;\n      font-style: italic;\n      box-shadow: 0 0 6px transparent;\n      transition: box-shadow 0.3s ease-in-out;\n      position: relative;\n    }\n    section#khanda-product .testimonial:hover {\n      box-shadow:\n        0 0 12px 4px #F472B6CC;\n      cursor: default;\n    }\n    section#khanda-product .testimonial::before {\n      content: \"💬\";\n      position: absolute;\n      top: 0.7rem;\n      left: 1rem;\n      font-size: 1.2rem;\n      color: #F472B6;\n    }\n    section#khanda-product .testimonial-footer {\n      margin-top: 0.75em;\n      font-weight: 700;\n      font-style: normal;\n      color: #9333EA;\n      text-align: right;\n      user-select: none;\n    }\n\n    \/* CTA Button *\/\n    section#khanda-product .cta-button {\n      background: #A78BFA;\n      border: none;\n      color: #FFFFFF;\n      font-weight: 700;\n      font-size: 1.1rem;\n      padding: 0.9em 2.5em;\n      border-radius: 2rem;\n      display: block;\n      max-width: 300px;\n      margin: 0 auto;\n      text-align: center;\n      text-decoration: none;\n      box-shadow:\n        0 0 8px #F472B6CC;\n      transition: box-shadow 0.35s ease-in-out, transform 0.3s ease-in-out;\n      cursor: pointer;\n      user-select: none;\n      font-family: inherit;\n      font-size: inherit;\n    }\n    section#khanda-product .cta-button:hover,\n    section#khanda-product .cta-button:focus {\n      box-shadow:\n        0 0 20px 5px #F472B6DD;\n      outline: none;\n      transform: scale(1.05);\n      background: #9333EA;\n    }\n\n    \/* Product Images Grid *\/\n    section#khanda-product .product-images {\n      display: grid;\n      grid-template-columns: repeat(auto-fit,minmax(9rem,1fr));\n      gap: 1rem;\n      margin-top: 3rem;\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    section#khanda-product .product-images img {\n      width: 100%;\n      border-radius: 1rem;\n      box-shadow:\n        0 0 8px #A78BFA44;\n      transition: box-shadow 0.3s ease-in-out;\n      cursor: pointer;\n      user-select: none;\n    }\n    section#khanda-product .product-images img:hover,\n    section#khanda-product .product-images img:focus {\n      box-shadow:\n        0 0 20px 6px #F472B6DD;\n      outline: none;\n    }\n\n    \/* Responsive tweaks *\/\n    @media (max-width: 480px) {\n      section#khanda-product h1 {\n        font-size: 1.75rem;\n      }\n      section#khanda-product p.intro {\n        font-size: 0.95rem;\n        max-width: 100%;\n      }\n      section#khanda-product .features {\n        grid-template-columns: 1fr;\n      }\n      section#khanda-product table.specs {\n        font-size: 0.9rem;\n      }\n      section#khanda-product .product-images {\n        grid-template-columns: 1fr;\n      }\n      section#khanda-product .cta-button {\n        max-width: 100%;\n        padding: 1em 1.5em;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection id=\"khanda-product\" aria-label=\"3D Khanda Punjabi Projection Necklace product section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/3028\/2436\/files\/gold_6b69c011-1678-4eba-8f69-dbbf52d8350d.jpg?v=1749211553\" alt=\"Collar con proyección 3D Khanda Punjabi - Regreso a clases\" class=\"hero-image\" loading=\"lazy\" width=\"320\" height=\"320\" tabindex=\"0\"\u003e\n\u003ch1\u003e Collar de proyección 3D Khanda Punjabi: luce tu herencia, ilumina tus recuerdos \u003cspan class=\"emoji\" aria-hidden=\"true\"\u003e🎒\u003c\/span\u003e\n\n\u003c\/h1\u003e\n\n\u003cp class=\"intro\"\u003e Imagina llevar un trocito de tu fe y de tus seres queridos cerca de tu corazón cada día, un recordatorio significativo que despierta la conexión y el orgullo. El collar de proyección punjabi 3D Khanda es más que una joya: es una historia personal que puedes lucir, combinando tradición con un toque de magia. \u003c\/p\u003e\n\n\u003cdiv class=\"features\" role=\"list\" aria-label=\"Product features\"\u003e\n\n\u003carticle class=\"feature-card\" role=\"listitem\" tabindex=\"0\"\u003e\n\u003cdiv class=\"feature-icon\" aria-hidden=\"true\"\u003e 🛡️\u003c\/div\u003e\n\n\u003cp class=\"feature-text\"\u003e Símbolo sagrado Khanda que representa la unidad, la fuerza y ​​la espiritualidad.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\" role=\"listitem\" tabindex=\"0\"\u003e\n\u003cdiv class=\"feature-icon\" aria-hidden=\"true\"\u003e 🔦\u003c\/div\u003e\n\n\u003cp class=\"feature-text\"\u003e La función de proyección de fotografías ocultas revela recuerdos preciados\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\" role=\"listitem\" tabindex=\"0\"\u003e\n\u003cdiv class=\"feature-icon\" aria-hidden=\"true\"\u003e ⚒️\u003c\/div\u003e\n\n\u003cp class=\"feature-text\"\u003e Fabricado con cobre duradero y de alta calidad para uso diario.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\" role=\"listitem\" tabindex=\"0\"\u003e\n\u003cdiv class=\"feature-icon\" aria-hidden=\"true\"\u003e 🔗\u003c\/div\u003e\n\n\u003cp class=\"feature-text\"\u003e El diseño clásico de cadena de eslabones unisex se adapta a cualquier estilo u ocasión.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\" role=\"listitem\" tabindex=\"0\"\u003e\n\u003cdiv class=\"feature-icon\" aria-hidden=\"true\"\u003e 🎁\u003c\/div\u003e\n\n\u003cp class=\"feature-text\"\u003e Bellamente empaquetado, listo para celebrar el amor, la fe y la identidad. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003ctable class=\"specs\" role=\"table\" aria-label=\"Product specifications\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth scope=\"col\"\u003e Especificación 📋\u003c\/th\u003e\n\n\u003cth scope=\"col\"\u003e Detalles ✨\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Material\u003c\/td\u003e\n\n\u003ctd\u003e Acero inoxidable\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Tamaño del colgante\u003c\/td\u003e\n\n\u003ctd\u003e 2–3 centímetros\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Peso\u003c\/td\u003e\n\n\u003ctd\u003e Aproximadamente 6 g\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Tipo de cadena\u003c\/td\u003e\n\n \u003ctd\u003eCadena de eslabones clásica\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Diseño\u003c\/td\u003e\n\n\u003ctd\u003e Colgante Khanda 3D con función de proyección de fotos oculta\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Género\u003c\/td\u003e\n\n\u003ctd\u003e Unisexo\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e Embalaje\u003c\/td\u003e\n\n\u003ctd\u003e Caja lista para regalo \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003csection class=\"testimonials\" aria-label=\"Customer testimonials\"\u003e\n\u003ch2\u003e Lo que dicen nuestros clientes 🗣️\u003c\/h2\u003e\n\n\u003cblockquote class=\"testimonial\" tabindex=\"0\"\u003e Me encanta cómo este collar combina mi fe con un toque personal. La proyección de fotos es increíble y lo hace tan especial.\u003cfooter class=\"testimonial-footer\"\u003e – Jaspreet, 29\u003c\/footer\u003e\n\n\u003c\/blockquote\u003e\n\n\u003cblockquote class=\"testimonial\" tabindex=\"0\"\u003e Un regalo perfecto para mi esposa en nuestro aniversario. ¡Lo usa todos los días y siempre recibe cumplidos!\u003cfooter class=\"testimonial-footer\"\u003e – Raj, 35\u003c\/footer\u003e\n\n\u003c\/blockquote\u003e\n\n\u003c\/section\u003e\n \u003ca href=\"#order\" class=\"cta-button\" role=\"button\" aria-label=\"Order your 3D Khanda Punjabi Projection Necklace today\"\u003e🎓 Celebra tu historia y mantén cerca tus preciados recuerdos: ¡pide el tuyo hoy!\u003c\/a\u003e \n\u003cdiv class=\"product-images\" aria-label=\"Additional product images\"\u003e\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"RIYOVA","offers":[{"title":"18k Gold Plated \/ 35 centímetros","offer_id":44916902002884,"sku":"4511","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"18k Gold Plated \/ 40 cm | Más vendido","offer_id":44916902035652,"sku":"4512","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"18k Gold Plated \/ 45 centímetros","offer_id":44916902068420,"sku":"4513","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"Silver Plated \/ 35 centímetros","offer_id":44916902101188,"sku":"4514","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"Silver Plated \/ 40 cm | Más vendido","offer_id":44916902133956,"sku":"4515","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"Silver Plated \/ 45 centímetros","offer_id":44916902166724,"sku":"4516","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"Rose Gold Plated \/ 35 centímetros","offer_id":44916902199492,"sku":"4517","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"Rose Gold Plated \/ 40 cm | Más vendido","offer_id":44916902232260,"sku":"4518","price":82.49,"currency_code":"CAD","in_stock":true},{"title":"Rose Gold Plated \/ 45 centímetros","offer_id":44916902265028,"sku":"4519","price":82.49,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0686\/3028\/2436\/files\/3DKhandaPunjabiProjectionNecklace-Gold.jpg?v=1776909009","url":"https:\/\/riyovajewelry.com\/es-ca\/products\/3d-khanda-punjabi-projection-necklace","provider":"RIYOVA Jewelry","version":"1.0","type":"link"}