{"product_id":"6-blade-precision-razor-set","title":"6-Blade Precision Razor Set","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：手动6层刀片剃须刀\n  目标受众：追求高效、舒适剃须体验的成年男性\n  视觉风格：科技感、硬朗、干净、强调金属与橙色对比\n  配色策略：以银、黑为主色调，橙色为强调色，背景采用干净的白色或浅灰\n  模块顺序：Intro\/Hero -\u003e Feature 1 (6刀片核心) -\u003e Feature 2 (顺滑舒适) -\u003e Use Scenario (使用步骤) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_0.png, Feature2=image_2.png, Scenario=image_3.png\n  规格图映射：Specs=无明确规格图，从描述提取\n  对比模块：未加入（无明确对比对象）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ff6600;\n      --primary-hover: #e65c00;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f8f8;\n      --bg-soft: #f0f0f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n      --border-color: #eeeeee;\n      --spacing-xs: 0.5rem;\n      --spacing-sm: 1rem;\n      --spacing-md: 2rem;\n      --spacing-lg: clamp(2rem, 5vw, 4rem);\n\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: var(--spacing-sm);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      line-height: 1.3;\n      margin-bottom: var(--spacing-sm);\n    }\n\n    .product-detail-container h3 {\n      font-size: 24px;\n      font-weight: 600;\n      margin-bottom: var(--spacing-sm);\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: var(--spacing-sm);\n    }\n\n    .product-detail-container .text-sm {\n      font-size: 16px;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-lg);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: var(--spacing-sm);\n    }\n\n    .pd-image-container {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      padding-bottom: 66.66%; \/* 3:2 aspect ratio *\/\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      position: relative;\n    }\n    \n    .pd-image-placeholder img {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    \/* Feature Section (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-md);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n      }\n      .pd-feature:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature \u003e * {\n        flex: 1;\n      }\n    }\n\n    .pd-feature-copy {\n      padding: var(--spacing-sm);\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: var(--spacing-xs);\n      margin-top: var(--spacing-sm);\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      color: var(--text-sub);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-size: 14px;\n    }\n\n    \/* Use Scenario *\/\n    .pd-scenario-image {\n        width: 100%;\n        border-radius: var(--radius-lg);\n        display: block;\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--spacing-md);\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: var(--spacing-sm);\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr {\n        margin-bottom: var(--spacing-sm);\n        border-bottom: none;\n      }\n      .pd-specs-table td {\n        padding-left: 0;\n        text-align: right;\n        display: flex;\n        justify-content: space-between;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n        padding-right: var(--spacing-sm);\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: var(--spacing-sm) 0;\n    }\n\n    .pd-faq-details summary {\n      font-size: 18px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .pd-faq-details summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .pd-faq-details summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n    }\n\n    .pd-faq-details[open] summary::after {\n      content: '-';\n    }\n\n    .pd-faq-answer {\n      padding-top: var(--spacing-sm);\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003eEngineered for Men's Grooming\u003c\/span\u003e\n\u003ch1\u003eThe Ultimate 6-Blade Precision Shave\u003c\/h1\u003e\n\n\u003cp\u003eExperience a closer, smoother, and more comfortable shave with advanced multi-blade technology designed for your daily routine.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\" style=\"margin-top: var(--spacing-md);\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714165656\/7b5c2c0ace1cf931479cb1d927c787c4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714152239\/10ada28dbfb6c5775a0e0bcd3a05a375.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e6-Layer Progressive Blade System\u003c\/h2\u003e\n\n\u003cp\u003eWhy settle for less? Our six precisely aligned blades work in unison to capture more hair in a single stroke. This progressive arrangement means fewer passes are needed for an ultra-close finish, reducing time and effort.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHexa-Blade Technology\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eCloser Cut\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEfficient\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714152239\/f3b7fbbc7f803f2c4fbd32bc649bf75c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Control\u003c\/h2\u003e\n\n\u003cp\u003eShaving shouldn't be a chore. The ergonomic handle with a textured rubber grip ensures precise control, even when wet. Combined with the advanced lubrication strip, the razor glides effortlessly across your skin, minimizing irritation for maximum comfort.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eErgonomic Grip\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmooth Glide\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eReduced Irritation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Use Scenario (Optional but recommended based on image_3.png) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eYour 6-Step Ritual for the Perfect Shave\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 600px; margin: 0 auto var(--spacing-md) auto;\"\u003eFollow these simple steps to maximize the performance of your 6-blade razor and achieve the best results.\u003cbr\u003e\n\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714152239\/079f6b51cacbd57cce047faf97046640.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan style=\"font-size:16px;\"\u003eManual Razor\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Blade Count\"\u003e\u003cspan style=\"font-size:16px;\"\u003e6 Layers per Cartridge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Handle Material\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMetal \u0026amp; Rubber Grip\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003e\u003cspan style=\"font-size:16px;\"\u003eLubrication Strip, Pivoting Head, Ergonomic Design\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Use\"\u003e\u003cspan style=\"font-size:16px;\"\u003eDaily Facial Shaving\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails class=\"pd-faq-details\"\u003e\u003csummary\u003e\u003cspan style=\"font-size:18px;\"\u003eHow often should I change the blade cartridge?\u003c\/span\u003e\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\u003cspan style=\"font-size:16px;\"\u003eFor the best shaving performance and hygiene, we recommend changing the cartridge after 5-7 shaves, or whenever you feel the blades becoming dull or tugging at the hair.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails class=\"pd-faq-details\" open=\"\"\u003e\u003csummary\u003e\u003cspan style=\"font-size:18px;\"\u003eIs this razor suitable for sensitive skin?\u003c\/span\u003e\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\u003cspan style=\"font-size:16px;\"\u003eYes, the 6-blade design means less pressure is needed per blade, and the integrated lubrication strip helps the razor glide smoothly. This combination is designed to reduce irritation, making it suitable for most skin types, including sensitive skin.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails class=\"pd-faq-details\" open=\"\"\u003e\u003csummary\u003e\u003cspan style=\"font-size:18px;\"\u003eHow do I clean the razor between strokes?\u003c\/span\u003e\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSimply rinse the blade head under running warm water after a few strokes to clear away hair and shaving cream. The open-flow design helps keep the blades clean for an effective shave.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Handle + 4 Cartridges","offer_id":45848129798335,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"1 Handle + 8 Cartridges","offer_id":45848129831103,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"1 Handle + 12 Cartridges","offer_id":45848129863871,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"1 Handle + 16 Cartridges","offer_id":45848129896639,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"1 Handle + 20 Cartridges","offer_id":45848129929407,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/7b5c2c0ace1cf931479cb1d927c787c4.jpg?v=1784019455","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/6-blade-precision-razor-set","provider":"Bak","version":"1.0","type":"link"}