{"product_id":"pelvic-trainer","title":"PELVIC TRAINER","description":"\u003cdiv class=\"thigh-trainer-page\"\u003e\n\u003cstyle\u003e\n.thigh-trainer-page {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 40px 20px;\n  font-family: Arial, sans-serif;\n  color: #222222;\n}\n\n\/*=====模块1：左右亮点 + 中间图片=====*\/\n.module-1 {\n  display: grid;\n  grid-template-columns: 1fr 440px 1fr;\n  gap: 36px;\n  align-items: center;\n  margin-bottom: 70px;\n}\n.side-feature-list {\n  display: flex;\n  flex-direction: column;\n  gap: 26px;\n}\n.side-feature-item {\n  background: #f7f9fc;\n  padding: 20px;\n  border-left: 4px solid #2b7bdd;\n  border-radius: 8px;\n}\n.side-feature-item h4 {\n  margin: 0 0 8px 0;\n  font-size: 17px;\n  color: #1a5cad;\n}\n.side-feature-item p {\n  margin: 0;\n  line-height: 1.6;\n  font-size: 15px;\n}\n.mid-image-wrap img {\n  width: 100%;\n  border-radius: 12px;\n}\n\n\/*=====模块2、3：文案在上，图片在下方 通用区块=====*\/\n.image-text-block {\n  margin-bottom: 64px;\n}\n.image-text-content h3 {\n  text-align: center;\n  font-size: 24px;\n  margin: 0 0 12px 0;\n}\n.image-text-content p {\n  max-width: 920px;\n  margin: 0 auto 16px auto;\n  text-align: center;\n  line-height: 1.7;\n  font-size: 16px;\n  color: #444;\n}\n.image-text-block img {\n  width: 100%;\n  border-radius: 12px;\n}\n\n\/*=====模块4 用户评价区=====*\/\n.review-section h2 {\n  text-align: center;\n  margin-bottom: 40px;\n  font-size: 28px;\n}\n.review-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  margin-bottom: 70px;\n}\n.review-card {\n  background: #f7f9fc;\n  padding: 22px;\n  border-radius: 12px;\n}\n.review-photo {\n  width: 100%;\n  border-radius: 8px;\n  margin-bottom: 14px;\n}\n.star-gold {\n  color: #ffc107;\n  font-size: 22px;\n  margin-bottom: 10px;\n}\n.review-card h5 {\n  margin: 0 0 10px 0;\n  font-size: 17px;\n}\n.review-card p {\n  line-height: 1.6;\n  margin: 0 0 12px 0;\n}\n.reviewer-info {\n  font-size: 14px;\n  color: #555;\n}\n\n\/*=====模块5 产品对比表格=====*\/\n.compare-section h2 {\n  text-align: center;\n  margin-bottom: 32px;\n}\n.compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-bottom: 70px;\n}\n.compare-table th,\n.compare-table td {\n  border: 1px solid #dbe4f0;\n  padding: 16px;\n  text-align: center;\n}\n.compare-table th {\n  background: #2b7bdd;\n  color: #ffffff;\n}\n\n\/*=====模块6 FAQ 最后区域块单独优化=====*\/\n.faq-section {\n  max-width: 1068px;\n  margin: 0 auto;\n  background: #ffffff;\n  padding: 30px 20px;\n  border-radius: 12px;\n}\n.faq-section h2 {\n  text-align: center;\n  margin-bottom: 30px;\n  font-size: 28px;\n  font-weight: 800;\n  letter-spacing: 0.5px;\n  color: #111111;\n}\n.faq-wrap {\n  display: flex;\n  flex-direction: column;\n  gap: 18px;\n}\n.faq-item {\n  border: 1px solid #dbe4f0;\n  border-radius: 10px;\n  overflow: hidden;\n  background: #f0f5fc;\n}\n.faq-question {\n  padding: 18px 24px;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-weight: bold;\n  font-size: 16px;\n  line-height: 1.4;\n  color: #222222;\n}\n.faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.48s ease-in-out;\n}\n.faq-answer-inner {\n  padding: 0 24px;\n  line-height: 1.7;\n  color: #444444;\n  background: #ffffff;\n}\n.faq-item.active .faq-answer {\n  max-height: 320px;\n}\n.faq-icon {\n  font-size: 28px;\n  color: #2b7bdd;\n  user-select: none;\n  font-weight: bold;\n  line-height: 1;\n  flex-shrink: 0;\n  margin-left: 16px;\n}\n\n\/*=====移动端自适应=====*\/\n@media (max-width: 900px) {\n  .module-1 {\n    grid-template-columns: 1fr;\n  }\n  .side-feature-list.left {\n    order: 2;\n  }\n  .mid-image-wrap {\n    order: 1;\n    margin-bottom: 24px;\n  }\n  .side-feature-list.right {\n    order: 3;\n  }\n  .review-grid {\n    grid-template-columns: 1fr;\n  }\n  .faq-section {\n    padding: 24px 16px;\n  }\n  .faq-question {\n    padding: 16px 18px;\n    font-size: 15px;\n  }\n  .faq-icon {\n    font-size: 24px;\n  }\n}\n\/* ========== 卖点模块 仅移动端修复，桌面完全不变 ========== *\/\n@media only screen and (max-width: 767px) {\n  \/* 中间图片\/视频自适应 *\/\n  .module-feature-grid img,\n  .module-feature-grid video {\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    display:block;\n  }\n  \/* 三栏布局手机切换垂直堆叠 *\/\n  .module-feature-grid {\n    grid-template-columns: 1fr !important;\n    gap:28px !important;\n  }\n  \/* 调整模块顺序：左卖点 → 中间图 → 右卖点 *\/\n  .module-feature-grid .feature-col:first-child {\n    order: 1;\n  }\n  .module-feature-grid \u003e div:nth-child(2) {\n    order: 2;\n  }\n  .module-feature-grid .feature-col:last-child {\n    order: 3;\n  }\n  \/* 卖点卡片内边距适配手机 *\/\n  .feature-card {\n    padding:14px !important;\n  }\n  .feature-card h4 {\n    font-size:15px !important;\n  }\n  .feature-card p {\n    font-size:13px !important;\n    line-height:1.6 !important;\n  }\n}\n\/* 桌面端：保持原样 *\/\n.review-wrap {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 20px;\n}\n\n\/* 仅移动端启用轮播容器 *\/\n@media only screen and (max-width:767px) {\n  .review-wrap {\n    display: block;\n    overflow: hidden;\n    position: relative;\n  }\n  .review-card {\n    display: none;\n  }\n  .review-card.active-slide {\n    display: block;\n  }\n}\n\u003c\/style\u003e\n\n\u003c!--模块1：左右各2个亮点，中间图片--\u003e\n\u003cdiv class=\"module-1\"\u003e\n  \u003cdiv class=\"side-feature-list left\"\u003e\n    \u003cdiv class=\"side-feature-item\"\u003e\n      \u003ch4\u003e✅ Digital Count Display\u003c\/h4\u003e\n      \u003cp\u003eBuilt-in LCD screen tracks reps, time and calories, monitor your training progress in real-time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"side-feature-item\"\u003e\n      \u003ch4\u003e✅ Adjustable Resistance\u003c\/h4\u003e\n      \u003cp\u003eGreat for thigh, hip \u0026amp; pelvic floor muscle exercise, suitable for men and women home workout.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mid-image-wrap\"\u003e\n    \u003c!--👉替换为你的中间主图链接--\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/1_b5a80239-1140-4e40-ba68-187f629f4613.gif?v=1788400891\" alt=\"Digital thigh trainer main product\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"side-feature-list right\"\u003e\n    \u003cdiv class=\"side-feature-item\"\u003e\n      \u003ch4\u003e✅ Lightweight \u0026amp; Portable\u003c\/h4\u003e\n      \u003cp\u003eCompact build, easy to store or put into your bag, workout at home, office or while traveling.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"side-feature-item\"\u003e\n      \u003ch4\u003e✅ Auto Power-off Protection\u003c\/h4\u003e\n      \u003cp\u003eIntelligent auto shut-down protects battery for long-term daily use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!--模块2：第一张给到的图，文案在上，图片在下方--\u003e\n\u003cdiv class=\"image-text-block\"\u003e\n  \u003cdiv class=\"image-text-content\"\u003e\n    \u003ch3\u003eEffortless Home Muscle Training\u003c\/h3\u003e\n    \u003cp\u003eYou can do effective inner-thigh and hip muscle training while sitting comfortably on your couch. No gym trips required. Simple squeeze-and-release movements help you build strength easily within your daily routine.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003c!--👉替换第一张图CDN链接--\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/2_f1f13c18-b39f-48cf-96db-b141bd718192.webp?v=1788400889\" alt=\"Use thigh trainer comfortably on sofa\"\u003e\n\u003c\/div\u003e\n\n\u003c!--模块3：第二张给到的图，文案在上，图片在下方--\u003e\n\u003cdiv class=\"image-text-block\"\u003e\n  \u003cdiv class=\"image-text-content\"\u003e\n    \u003ch3\u003eSmart Display Monitors Every Workout\u003c\/h3\u003e\n    \u003cp\u003eThe built-in smart screen records squeeze counts, exercise duration and estimated calorie consumption. Visually track your progress, keep yourself motivated and achieve better long-time training results.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003c!--👉替换第二张图CDN链接--\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/3_5369cbb7-8df0-4207-aa7e-f1b736945aea.webp?v=1788400889\" alt=\"Smart digital display screen\"\u003e\n\u003c\/div\u003e\n\n\u003c!--模块4 用户评价，图片在文案上方，一行3张，金色五星--\u003e\n\u003cdiv class=\"review-section\"\u003e\n  \u003ch2\u003eReal Customer Reviews\u003c\/h2\u003e\n  \u003cdiv class=\"review-grid\"\u003e\n    \u003cdiv class=\"review-card\"\u003e\n      \u003c!--👉客户评价图片1--\u003e\n      \u003cimg class=\"review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/1_590add05-e03d-4eee-a9c0-d79b692f5d05.webp?v=1788400889\" alt=\"customer real photo\"\u003e\n      \u003cdiv class=\"star-gold\"\u003e★★★★★\u003c\/div\u003e\n      \u003ch5\u003eGreat for my leg strength training\u003c\/h5\u003e\n      \u003cp\u003eI use this trainer every evening sitting on my couch. The digital counter is really helpful to track my daily squeeze volume. It builds thigh muscle gradually without heavy gym equipment, and the overall build feels very solid and durable.\u003c\/p\u003e\n      \u003cdiv class=\"reviewer-info\"\u003e— Michael T. | Arizona\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n      \u003c!--👉客户评价图片2--\u003e\n      \u003cimg class=\"review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/2_da44f019-1c9f-4949-9b11-2df2f2dcc9bc.webp?v=1788400889\" alt=\"customer real photo\"\u003e\n      \u003cdiv class=\"star-gold\"\u003e★★★★★\u003c\/div\u003e\n      \u003ch5\u003ePortable home fitness helper\u003c\/h5\u003e\n      \u003cp\u003eI love how lightweight this thigh trainer is. I can throw it inside my travel bag easily. The calorie and time display keeps my daily workout motivating. Works quietly, perfect for pelvic and inner-thigh exercise for men.\u003c\/p\u003e\n      \u003cdiv class=\"reviewer-info\"\u003e— Robert S. | Texas\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n      \u003c!--👉客户评价图片3--\u003e\n      \u003cimg class=\"review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/3_c6fa13fe-3f90-49e1-9b9d-482ecbcbe017.webp?v=1788400889\" alt=\"customer real photo\"\u003e\n      \u003cdiv class=\"star-gold\"\u003e★★★★★\u003c\/div\u003e\n      \u003ch5\u003eExactly what I was looking for\u003c\/h5\u003e\n      \u003cp\u003eSuper easy to start exercising right out of the box. Reset button works perfectly for new training sessions. My hip and inner thigh muscles feel noticeably more toned after weeks of consistent use. Definitely worth adding to your home gym set-up.\u003c\/p\u003e\n      \u003cdiv class=\"reviewer-info\"\u003e— James W. | Florida\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!--模块5 产品对比表格--\u003e\n\u003cdiv class=\"compare-section\"\u003e\n  \u003ch2\u003eProduct Comparison\u003c\/h2\u003e\n  \u003ctable class=\"compare-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eFeature\u003c\/th\u003e\n        \u003cth\u003eOur Digital Thigh Trainer\u003c\/th\u003e\n        \u003cth\u003eOrdinary Thigh Trainer\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDigital Count Screen\u003c\/td\u003e\n        \u003ctd\u003e✅ Yes\u003c\/td\u003e\n        \u003ctd\u003e❌ No\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCalorie \u0026amp; Time Tracking\u003c\/td\u003e\n        \u003ctd\u003e✅ Yes\u003c\/td\u003e\n        \u003ctd\u003e❌ No\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAuto Power-off Function\u003c\/td\u003e\n        \u003ctd\u003e✅ Yes\u003c\/td\u003e\n        \u003ctd\u003e❌ No\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePortable Compact Size\u003c\/td\u003e\n        \u003ctd\u003e✅ Yes\u003c\/td\u003e\n        \u003ctd\u003e✅ Yes\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFor Men \u0026amp; Women\u003c\/td\u003e\n        \u003ctd\u003e✅ Yes\u003c\/td\u003e\n        \u003ctd\u003eLimited Compatibility\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!--模块6 FAQ，5组问答，默认收起，加号在最右侧并放大--\u003e\n\u003cdiv class=\"faq-section\"\u003e\n  \u003ch2\u003eFREQUENTLY ASKED QUESTIONS\u003c\/h2\u003e\n  \u003cdiv class=\"faq-wrap\"\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003e\n        \u003cspan\u003eHow does this trainer help?\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cdiv class=\"faq-answer-inner\"\u003e\n          \u003cp\u003eIt adds simple resistance to your routine, helping you train the muscles that support better bladder control.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003e\n        \u003cspan\u003eIs it better than basic Kegels?\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cdiv class=\"faq-answer-inner\"\u003e\n          \u003cp\u003eBasic Kegels can feel hard to track. This trainer gives you resistance, rep counting, and session time so the routine feels clearer.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003e\n        \u003cspan\u003eIs it private to use?\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cdiv class=\"faq-answer-inner\"\u003e\n          \u003cp\u003eYes. It's made for at-home training and can be used quietly without apps, wires, or awkward setup.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003e\n        \u003cspan\u003eHow often should I use it?\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cdiv class=\"faq-answer-inner\"\u003e\n          \u003cp\u003eMost men use it for a few minutes daily. The screen helps you follow your reps and training time more easily.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-question\"\u003e\n        \u003cspan\u003eDoes it require batteries or charging?\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cdiv class=\"faq-answer-inner\"\u003e\n          \u003cp\u003eThe small display uses basic battery power and has auto power off to help save energy when not in use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.faq-question').forEach(question =\u003e {\n  question.addEventListener('click', function () {\n    const faqDom = this.closest('.faq-item');\n    const iconDom = this.querySelector('.faq-icon');\n    faqDom.classList.toggle('active');\n    iconDom.textContent = faqDom.classList.contains('active') ? '−' : '+';\n  });\n});\n\u003c\/script\u003e\n\u003cscript\u003e\n(function(){\n  const breakpoint = 767;\n  const reviewWrap = document.querySelector('.review-wrap');\n  const cards = document.querySelectorAll('.review-card');\n  let currentIndex = 0;\n  let timer = null;\n\n  function startCarousel(){\n    if(cards.length ===0) return;\n    \/\/初始化第一张\n    cards[0].classList.add('active-slide');\n    timer = setInterval(()=\u003e{\n      cards[currentIndex].classList.remove('active-slide');\n      currentIndex++;\n      if(currentIndex \u003e= cards.length){\n        currentIndex = 0;\n      }\n      cards[currentIndex].classList.add('active-slide');\n    },3000); \/\/停留3000ms=3秒\n  }\n\n  function stopCarousel(){\n    clearInterval(timer);\n    cards.forEach(card=\u003e card.classList.remove('active-slide'));\n  }\n\n  function checkScreen(){\n    if(window.innerWidth \u003c= breakpoint){\n      if(!timer) startCarousel();\n    }else{\n      stopCarousel();\n    }\n  }\n\n  checkScreen();\n  window.addEventListener('resize', checkScreen);\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"FushionMall","offers":[{"title":"Blue","offer_id":53420566872431,"sku":null,"price":49.0,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":53420566905199,"sku":null,"price":49.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0982\/0091\/2239\/files\/1_0ee50230-b5f2-4a0c-b0c7-297fe58b473c.webp?v=1788401022","url":"https:\/\/fushionmall.com\/products\/pelvic-trainer","provider":"FushionMall","version":"1.0","type":"link"}