{"product_id":"mrx-womens-weight-lifting-gloves-for-gym-training-and-workouts-durable-comfortable-grip","title":"MRX Women's Weight Lifting Gloves for Gym Training","description":"\u003cstyle\u003e\n    section#mrx-gloves {\n      background-color: #FDF2F8;\n      color: #4B5563;\n      padding: 2rem 1rem;\n      font-family: inherit;\n      font-size: inherit;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    #mrx-gloves h1,\n    #mrx-gloves h2,\n    #mrx-gloves h3 {\n      font-family: inherit;\n      font-size: inherit;\n      margin: 0 0 0.5em 0;\n      color: #A78BFA;\n      font-weight: 900;\n      line-height: 1.2;\n      text-align: center;\n      text-shadow: 0 0 5px #F472B6AA;\n    }\n\n    #mrx-gloves h1 {\n      font-size: 2.25rem;\n    }\n\n    #mrx-gloves h2 {\n      font-size: 1.5rem;\n      margin-top: 2rem;\n      margin-bottom: 1rem;\n      color: #A78BFA;\n      text-shadow: 0 0 8px #F472B6CC;\n    }\n\n    #mrx-gloves p.intro {\n      font-family: inherit;\n      font-size: inherit;\n      color: #6B7280;\n      max-width: 36rem;\n      margin: 0.5rem auto 2rem auto;\n      line-height: 1.5;\n      text-align: center;\n    }\n\n    \/* Hero Image *\/\n    #mrx-gloves .hero-image {\n      width: 100%;\n      max-width: 400px;\n      border-radius: 0.5rem;\n      display: block;\n      margin: 0 auto 2rem auto;\n      box-shadow: 0 0 15px #F472B699;\n      transition: box-shadow 0.3s ease;\n    }\n\n    #mrx-gloves .hero-image:hover,\n    #mrx-gloves .feature-card:hover,\n    #mrx-gloves button.cta:hover {\n      box-shadow:\n        0 0 8px 3px #F472B6CC,\n        0 0 20px 6px #F472B6AA;\n      transition: box-shadow 0.4s ease;\n    }\n\n    \/* Features Grid *\/\n    #mrx-gloves .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 1.5rem;\n      margin-bottom: 2rem;\n    }\n\n    #mrx-gloves .feature-card {\n      background: #fff;\n      border-radius: 0.5rem;\n      padding: 1.5rem 1rem 2rem 1rem;\n      box-shadow: 0 2px 8px #F472B633;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      font-family: inherit;\n      font-size: inherit;\n      color: #374151;\n      transition: box-shadow 0.3s ease;\n    }\n\n    #mrx-gloves .feature-icon {\n      font-size: 2.5rem;\n      margin-bottom: 0.75rem;\n      color: #F472B6;\n      filter: drop-shadow(0 0 2px #F472B6AA);\n    }\n\n    #mrx-gloves .feature-text {\n      font-family: inherit;\n      font-size: inherit;\n      font-weight: 600;\n      color: #4B5563;\n    }\n\n    \/* Specs Table *\/\n    #mrx-gloves table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 2rem;\n      font-family: inherit;\n      font-size: inherit;\n    }\n\n    #mrx-gloves thead th {\n      background: linear-gradient(90deg, #A78BFA, #F472B6);\n      color: #FFFFFF;\n      padding: 0.75rem 1rem;\n      text-align: left;\n      font-weight: 700;\n      text-shadow: 0 0 3px #A78BFACC;\n      border-radius: 0.5rem 0.5rem 0 0;\n    }\n\n    #mrx-gloves tbody tr:nth-child(odd) {\n      background-color: #F9E6F2;\n    }\n\n    #mrx-gloves tbody tr:nth-child(even) {\n      background-color: #FDF2F8;\n    }\n\n    #mrx-gloves tbody td {\n      padding: 0.75rem 1rem;\n      color: #5B21B6;\n      font-weight: 600;\n      border-bottom: 1px solid #EDE9FE;\n    }\n\n    \/* Testimonial Section *\/\n    #mrx-gloves .testimonials {\n      margin-bottom: 2rem;\n    }\n\n    #mrx-gloves .testimonials h2 {\n      text-align: center;\n      color: #A78BFA;\n      margin-bottom: 1.25rem;\n      font-weight: 900;\n      font-size: 1.75rem;\n      text-shadow: 0 0 8px #F472B6CC;\n    }\n\n    #mrx-gloves .testimonial-item {\n      background: #fff;\n      border-radius: 0.5rem;\n      padding: 1rem 1.25rem;\n      margin-bottom: 1rem;\n      box-shadow: 0 2px 8px #F472B633;\n      font-style: italic;\n      color: #374151;\n      position: relative;\n      font-family: inherit;\n      font-size: inherit;\n    }\n\n    #mrx-gloves .testimonial-item::before {\n      content: \"💬\";\n      position: absolute;\n      top: 0.5rem;\n      left: 1rem;\n      font-size: 1.5rem;\n      color: #F472B6;\n      filter: drop-shadow(0 0 2px #F472B6AA);\n    }\n\n    #mrx-gloves .testimonial-author {\n      margin-top: 0.5rem;\n      font-weight: 700;\n      color: #A78BFA;\n      text-align: right;\n      font-family: inherit;\n      font-size: inherit;\n    }\n\n    \/* CTA Button *\/\n    #mrx-gloves .cta-container {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    #mrx-gloves button.cta {\n      background: linear-gradient(135deg, #A78BFA, #F472B6);\n      border: none;\n      border-radius: 9999px;\n      padding: 0.75em 2.5em;\n      font-weight: 900;\n      font-family: inherit;\n      font-size: 1.125rem;\n      color: #FFFFFF;\n      cursor: pointer;\n      box-shadow: 0 0 10px #F472B699;\n      transition: box-shadow 0.4s ease, transform 0.2s ease;\n      user-select: none;\n    }\n\n    #mrx-gloves button.cta:hover,\n    #mrx-gloves button.cta:focus {\n      outline: none;\n      box-shadow:\n        0 0 15px 6px #F472B6CC,\n        0 0 25px 10px #F472B6EE;\n      transform: scale(1.05);\n    }\n\n    \/* Product Images *\/\n    #mrx-gloves .images-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    #mrx-gloves .images-grid img {\n      width: 100%;\n      height: auto;\n      border-radius: 0.5rem;\n      box-shadow: 0 0 12px #F472B6AA;\n      transition: box-shadow 0.3s ease;\n      cursor: pointer;\n    }\n\n    #mrx-gloves .images-grid img:hover {\n      box-shadow:\n        0 0 12px 4px #F472B6CC,\n        0 0 24px 8px #F472B6EE;\n    }\n\n    \/* Responsive text and layout tweaks *\/\n    @media (max-width: 480px) {\n      #mrx-gloves h1 {\n        font-size: 1.75rem;\n      }\n\n      #mrx-gloves h2 {\n        font-size: 1.25rem;\n      }\n\n      #mrx-gloves .feature-card {\n        padding: 1rem 0.75rem 1.5rem 0.75rem;\n      }\n\n      #mrx-gloves .cta-container {\n        margin-bottom: 2rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection aria-label=\"MRX Women's Weight Lifting Gloves Product Section\" id=\"mrx-gloves\"\u003ePower through your workouts with confidence using these MRX women's weightlifting gloves. Strategically padded palms absorb impact and reduce hand fatigue during heavy lifting, allowing you to focus on form and performance. Breathable, lightweight construction keeps your hands cool and comfortable through intense training sessions. The versatile design works across weightlifting, strength training, and cross-training disciplines. Durable materials withstand repeated use while remaining fully machine washable for easy maintenance between workouts. Built for active women who demand reliable hand protection and support without compromise.\n\u003cdiv aria-label=\"Additional product images\" class=\"images-grid\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e","brand":"MRX Products","offers":[{"title":"Purple \/ S","offer_id":51653071536411,"sku":"2609-PUR-S","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":51653071569179,"sku":"2609-PUR-M","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":51653071601947,"sku":"2609-PUR-L","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":51653071634715,"sku":"2609-PUR-XL","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":51653071667483,"sku":"2609-PNK-S","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ S","offer_id":51653071700251,"sku":"2609-SKY-S","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":51653071733019,"sku":"2609-PNK-M","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":51653071765787,"sku":"2609-PNK-L","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":51653071798555,"sku":"2609-PNK-XL","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ M","offer_id":51653071831323,"sku":"2609-SKY-M","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ L","offer_id":51653071864091,"sku":"2609-SKY-L","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":51653071896859,"sku":"2609-SKY-XL","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/7762\/2299\/files\/2609.jpg?v=1768968040","url":"https:\/\/vellmarawellness.com\/products\/mrx-womens-weight-lifting-gloves-for-gym-training-and-workouts-durable-comfortable-grip","provider":"Vellmara","version":"1.0","type":"link"}