{"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  Product Type: Manual 6-blade razor\n  Target Audience: Adult men seeking an efficient, comfortable shaving experience\n  Visual Style: Tech-forward, bold, clean, emphasizing metal and orange contrast\n  Color Palette: Silver and black as main colors, orange as accent, clean white\/light gray background\n  Module Order: Intro\/Hero -\u003e Feature 1 (6-blade core) -\u003e Feature 2 (Smooth comfort) -\u003e Feature 3 (Easy rinse \u0026 Pivoting head) -\u003e Use Scenario (6 Steps) -\u003e Specifications -\u003e FAQ\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    \/* 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    \/* Mini Features (New Selling Points) *\/\n    .pd-mini-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-md);\n      background: var(--bg-card);\n      padding: var(--spacing-md);\n      border-radius: var(--radius-lg);\n    }\n    @media (min-width: 768px) {\n      .pd-mini-features {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n    .pd-mini-feature-card {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      gap: var(--spacing-xs);\n    }\n    .pd-icon-wrapper {\n      width: 48px;\n      height: 48px;\n      background: var(--primary);\n      color: white;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: var(--spacing-xs);\n    }\n    .pd-icon-wrapper svg {\n      width: 24px;\n      height: 24px;\n      fill: currentColor;\n    }\n\n    \/* 6-Step Ritual Grid *\/\n    .pd-steps-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-sm);\n      margin-top: var(--spacing-md);\n    }\n    @media (min-width: 600px) {\n      .pd-steps-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    @media (min-width: 900px) {\n      .pd-steps-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n    .pd-step-card {\n      background: var(--bg-card);\n      padding: var(--spacing-sm) var(--spacing-md);\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n    .pd-step-number {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 4px;\n    }\n    .pd-step-text {\n      font-size: 16px;\n      color: var(--text-main);\n      font-weight: 500;\n      margin: 0;\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714165656\/7b5c2c0ace1cf931479cb1d927c787c4.jpg\" style=\"width: 100%; border-radius: var(--radius-lg);\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714152239\/10ada28dbfb6c5775a0e0bcd3a05a375.jpg\" style=\"width: 100%; border-radius: var(--radius-lg);\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714152239\/f3b7fbbc7f803f2c4fbd32bc649bf75c.jpg\" style=\"width: 100%; border-radius: var(--radius-lg);\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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!-- NEW: Advanced Features (Extracted from FAQ\/Specs) --\u003e\n\n\u003cdiv class=\"pd-section pd-mini-features\"\u003e\n\u003cdiv class=\"pd-mini-feature-card\"\u003e\n\u003cdiv class=\"pd-icon-wrapper\"\u003e\n\u003c!-- Water Drop \/ Rinse Icon --\u003e\u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e \u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"margin-bottom: 4px; font-size: 20px;\"\u003eEasy Rinse Design\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 16px; margin: 0;\"\u003eAn open-flow architecture allows water to wash away stubble instantly, preventing clogging and keeping your blades sharp and hygienic.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-mini-feature-card\"\u003e\n\u003cdiv class=\"pd-icon-wrapper\"\u003e\n\u003c!-- Pivoting \/ Rotation Icon --\u003e\u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e \u003cpath d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm4.82-4.924a7 7 0 1 0-9.64 0l1.414-1.414a5 5 0 1 1 6.812 0l1.414 1.414z\"\u003e\u003c\/path\u003e \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"margin-bottom: 4px; font-size: 20px;\"\u003ePivoting Head\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 16px; margin: 0;\"\u003eThe flexible pivoting head adapts perfectly to your facial contours and jawline, ensuring a seamless and close shave from every angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Use Scenario (Updated with 6-Step Ritual) --\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.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-bottom: var(--spacing-md);\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714152239\/079f6b51cacbd57cce047faf97046640.jpg\" style=\"width: 100%; border-radius: var(--radius-lg);\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- NEW: 6 Steps Grid --\u003e\n\n\u003cdiv class=\"pd-steps-grid\"\u003e\n\u003cdiv class=\"pd-step-card\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003eStep 1\u003c\/div\u003e\n\n\u003cp class=\"pd-step-text\"\u003eWash face with warm water\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-step-card\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003eStep 2\u003c\/div\u003e\n\n\u003cp class=\"pd-step-text\"\u003eApply shaving cream\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-step-card\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003eStep 3\u003c\/div\u003e\n\n\u003cp class=\"pd-step-text\"\u003eShave with the grain\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-step-card\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003eStep 4\u003c\/div\u003e\n\n\u003cp class=\"pd-step-text\"\u003eRinse blade frequently\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-step-card\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003eStep 5\u003c\/div\u003e\n\n\u003cp class=\"pd-step-text\"\u003eRinse face with cold water\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-step-card\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003eStep 6\u003c\/div\u003e\n\n\u003cp class=\"pd-step-text\"\u003eApply aftershave\u003c\/p\u003e\n\u003c\/div\u003e\n\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, Open-flow Design, Pivoting Head\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 (1 Month Supply)","offer_id":50036866449648,"sku":"0715-18044564","price":12.95,"currency_code":"USD","in_stock":true},{"title":"1 Handle + 8 Cartridges (2 Months Supply)","offer_id":50036866482416,"sku":"0715-18042877","price":16.95,"currency_code":"USD","in_stock":true},{"title":"1 Handle + 12 Cartridges (3 Months Supply - Best Value!)","offer_id":50036866515184,"sku":"0715-18048505","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/7b5c2c0ace1cf931479cb1d927c787c4.jpg?v=1784110408","url":"https:\/\/cozyllio.com\/products\/6-blade-precision-razor-set","provider":"Cozyllio","version":"1.0","type":"link"}