{"product_id":"pyrite-bracelet","title":"Pyrite Bracelet","description":"\u003cdiv class=\"am-container\"\u003e\n\n  \u003cstyle\u003e\n    \/* --- GLOBAL STYLES \u0026 VARIABLES --- *\/\n    .am-container {\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: #2c2c2c;\n      line-height: 1.8;\n      \/* WIDER WIDTH ADJUSTMENT *\/\n      width: 96%;\n      max-width: 1300px; \n      margin: 20px auto;\n      background-color: #fafafa;\n      padding: 40px;\n      box-sizing: border-box;\n    }\n    \n    .am-container h2, .am-container h3 {\n      font-family: 'Garamond', 'Georgia', serif; \/* Classy Serif font *\/\n      color: #996515; \/* Metallic Gold color *\/\n      margin-top: 0;\n    }\n\n    .am-container h2 {\n      font-size: 2.8rem;\n      text-align: center;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      margin-bottom: 15px;\n      position: relative;\n      display: inline-block;\n      padding-bottom: 15px;\n    }\n    \n    .am-container h2::after {\n        content: '';\n        display: block;\n        width: 60%;\n        height: 3px;\n        background: #996515;\n        margin: 10px auto 0;\n    }\n\n    .am-header-section {\n      text-align: center;\n      margin-bottom: 70px;\n    }\n    \n    .am-subtitle {\n      font-size: 1.4rem;\n      color: #555;\n      font-weight: 300;\n      letter-spacing: 1px;\n    }\n\n    \/* --- ZIGZAG LAYOUT UTILITIES --- *\/\n    .am-row {\n      display: flex;\n      align-items: center; \/* Center vertically *\/\n      justify-content: space-between;\n      margin-bottom: 80px;\n      gap: 50px;\n    }\n\n    \/* Reverse for alternate rows *\/\n    .am-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .am-col-img {\n      flex: 1.1; \/* Images take slightly more space *\/\n    }\n\n    .am-col-img img {\n      width: 100%;\n      height: auto;\n      border-radius: 8px;\n      box-shadow: 0 15px 35px rgba(0,0,0,0.15); \n      transition: transform 0.4s ease;\n      display: block;\n    }\n    \n    .am-col-img img:hover {\n        transform: translateY(-5px);\n    }\n\n    .am-col-text {\n      flex: 1;\n    }\n\n    \/* --- BOXED CONTENT STYLES --- *\/\n    .am-box {\n      background: #fff;\n      padding: 45px;\n      border-radius: 4px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n      border-left: 6px solid #996515; \/* Gold accent on left *\/\n      position: relative;\n    }\n\n    .am-box h3 {\n        font-size: 1.8rem;\n        margin-bottom: 20px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* --- LIST STYLES --- *\/\n    .am-benefits-list {\n      list-style: none;\n      padding: 0;\n      margin-top: 20px;\n    }\n\n    .am-benefits-list li {\n      margin-bottom: 20px;\n      padding-left: 40px;\n      position: relative;\n      font-size: 1.15rem;\n      color: #444;\n    }\n\n    .am-benefits-list li::before {\n      content: '✔'; \n      color: #996515;\n      position: absolute;\n      left: 0;\n      top: 0px;\n      font-size: 1.4rem;\n      font-weight: bold;\n    }\n\n    \/* --- TABLE STYLES --- *\/\n    .am-specs-box {\n        background: #fff;\n        padding: 40px;\n        border-radius: 8px;\n        border: 1px solid #e0e0e0;\n        box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n    }\n    .am-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 10px;\n    }\n    .am-table td {\n      padding: 18px;\n      border-bottom: 1px solid #f0f0f0;\n      font-size: 1.1rem;\n    }\n    .am-table td:first-child {\n      font-weight: bold;\n      color: #996515;\n      width: 30%;\n      text-transform: uppercase;\n      font-size: 0.95rem;\n      letter-spacing: 1px;\n    }\n\n    \/* --- EXTRA SECTIONS (Chakra\/Care) --- *\/\n    .am-extras-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        margin-bottom: 80px;\n    }\n    \n    .am-dark-box {\n        background: #1a1a1a; \n        color: #f1dfb8; \/* Light gold text *\/\n        border-left: 6px solid #f1dfb8;\n    }\n    .am-dark-box h3 {\n        color: #fff;\n    }\n\n    \/* --- FOOTER --- *\/\n    .am-footer-banner {\n        position: relative;\n    }\n    .am-footer-banner img {\n        width: 100%;\n        border-radius: 8px;\n        margin-bottom: 30px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    .am-trust-badge {\n        text-align: center;\n        padding: 30px;\n        background: linear-gradient(135deg, #fffcf5, #f5ecd8);\n        border-radius: 4px;\n        font-weight: 600;\n        color: #7a5210;\n        font-size: 1.4rem;\n        letter-spacing: 1px;\n        border: 1px solid #d4bda1;\n        text-transform: uppercase;\n    }\n\n    \/* --- MOBILE RESPONSIVENESS --- *\/\n    @media (max-width: 850px) {\n      .am-container {\n        width: 100%;\n        padding: 15px;\n      }\n      .am-row, .am-row.reverse {\n        flex-direction: column;\n        gap: 30px;\n      }\n      .am-extras-grid {\n          grid-template-columns: 1fr;\n      }\n      .am-container h2 {\n          font-size: 2rem;\n      }\n      .am-box {\n          padding: 25px;\n      }\n      .am-header-section {\n        margin-bottom: 40px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"am-header-section\"\u003e\n    \u003cdiv\u003e\u003ch2\u003eThe Ultimate Wealth Magnet\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cp class=\"am-subtitle\"\u003eAuthentic Natural Pyrite Bracelet by Astro Mastro\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-row\"\u003e\n    \u003cdiv class=\"am-col-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/8359\/7122\/files\/ftr_brace_1.png?v=1764307462\" alt=\"Astro Mastro Pyrite Bracelet - Full View\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"am-col-text\"\u003e\n      \u003cdiv class=\"am-box\"\u003e\n        \u003ch3\u003eUnlock the Power of \"Fool's Gold\"\u003c\/h3\u003e\n        \u003cp\u003ePyrite has been revered for centuries not just for its stunning metallic luster, but for its powerful energetic properties. Often called the stone of \u003cstrong\u003eabundance, prosperity, and protection\u003c\/strong\u003e, Pyrite is a must-have for anyone looking to upgrade their life.\u003c\/p\u003e\n        \u003cp\u003eThe Astro Mastro Pyrite Bracelet is more than just jewelry; it is an energy tool. Handcrafted from raw pyrite stones worked into smooth, spherical beads, it carries the heavy, grounding energy of the earth combined with the fiery energy of the sun.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-row reverse\"\u003e\n    \u003cdiv class=\"am-col-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/8359\/7122\/files\/ftr_brace_2.png?v=1764307459\" alt=\"Natural Pyrite Beads - Close up Details\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"am-col-text\"\u003e\n      \u003cdiv class=\"am-box\"\u003e\n        \u003ch3\u003eWhy You Need This Bracelet\u003c\/h3\u003e\n        \u003cp\u003eAre you looking to manifest financial stability or seeking a shield against negativity? Here is how this bracelet helps:\u003c\/p\u003e\n        \u003cul class=\"am-benefits-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eAttract Wealth:\u003c\/strong\u003e Known as a money magnet, it invites new business opportunities and financial luck.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBoost Confidence:\u003c\/strong\u003e It activates your inner fire, helping you overcome fear, anxiety, and self-doubt.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEnergy Shield:\u003c\/strong\u003e Acts as a strong barrier against negative vibes, pollutants, and emotional fatigue.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMental Clarity:\u003c\/strong\u003e sharpens the mind, improving focus, logic, and creativity.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-row\"\u003e\n    \u003cdiv class=\"am-col-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/8359\/7122\/files\/ftr_brace_3.png?v=1764307458\" alt=\"Pyrite Bracelet Wearing Look\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"am-col-text\"\u003e\n      \u003cdiv class=\"am-box\"\u003e\n        \u003ch3\u003ePremium Craftsmanship\u003c\/h3\u003e\n        \u003cp\u003eAt Astro Mastro, authenticity is our priority. We transform raw, rugged Pyrite stones into elegant, \u003cstrong\u003esmoothly polished rounded beads\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eThe beads are strung on a high-quality, durable elastic cord, ensuring a comfortable fit for all wrist sizes. The smooth finish ensures it feels cool and soothing against the skin, making it perfect for daily wear. Its metallic brass-gold hue adds a touch of royal elegance to any outfit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-extras-grid\"\u003e\n      \u003cdiv class=\"am-box am-dark-box\"\u003e\n          \u003ch3\u003e✦ The Chakra Connection\u003c\/h3\u003e\n          \u003cp\u003ePyrite is deeply connected to the \u003cstrong\u003eSolar Plexus Chakra (Manipura)\u003c\/strong\u003e.\u003c\/p\u003e\n          \u003cp\u003eThis is the center of your personal power, will, and ambition. When this chakra is balanced using Pyrite, you feel unstoppable, motivated, and ready to conquer your goals.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"am-box\"\u003e\n          \u003ch3\u003e✦ Care Instructions\u003c\/h3\u003e\n          \u003cp\u003eTo maintain the shine and energy of your Pyrite:\u003c\/p\u003e\n          \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003eAvoid Water:\u003c\/strong\u003e Pyrite is an iron-based stone and can rust if exposed to water for long periods. Keep it dry.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCleansing:\u003c\/strong\u003e Recharge the stone by placing it in moonlight or using sage smoke.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eStorage:\u003c\/strong\u003e Store in a soft pouch when not in use to prevent scratches.\u003c\/li\u003e\n          \u003c\/ul\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-specs-box\" style=\"margin-bottom: 60px;\"\u003e\n    \u003ch3 style=\"text-align: center; margin-bottom: 20px; color: #333;\"\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"am-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003e100% Natural Pyrite Stone\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBead Type\u003c\/td\u003e\n          \u003ctd\u003ePolished Rounded Beads\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eMetallic Gold \/ Brass\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSize\u003c\/td\u003e\n          \u003ctd\u003eStandard (Stretchable Elastic)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal For\u003c\/td\u003e\n          \u003ctd\u003eMen \u0026amp; Women (Unisex)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-footer-banner\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/8359\/7122\/files\/ftr_brace_4.png?v=1764307459\" alt=\"Astro Mastro Pyrite Lifestyle\"\u003e\n      \n      \u003cdiv class=\"am-trust-badge\"\u003e\n          ★ Authentic Quality • Cleansed \u0026amp; Energized • Astro Mastro Guarantee ★\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42636045385794,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/8359\/7122\/files\/braces_1.png?v=1764306746","url":"https:\/\/bharatyug.shop\/products\/pyrite-bracelet","provider":"Bharat yug","version":"1.0","type":"link"}