{"product_id":"premium-long-lasting-cologne","title":"Premium Long-Lasting Cologne","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：男士奢华香水（双款）\n目标受众：追求自信、魅力和品质生活的男士\n视觉风格：高端、深沉、金色点缀、氛围感强\n配色策略：以深蓝\/黑背景为主（--bg-body），金色（--primary）作为强调色呼应瓶盖，白色\/浅灰文字确保可读性。\n模块顺序：Intro\/Hero (确立调性) -\u003e Feature 1 (香调解析) -\u003e Feature 2 (使用场景与自信) -\u003e Feature 3 (持久与质感综合) -\u003e Specifications (参数) -\u003e FAQ (常见问题)\n详情图映射：\n- Hero: image_0.png (双瓶组合，深沉氛围，水珠质感)\n- Feature 1 (Ingredients): image_4.png (香料成分直观展示)\n- Feature 2 (Confidence\/Occasion): image_2.png (优雅社交场景，情感共鸣)\n- Feature 3 (Summary\/Quality): image_6.png (卖点图标总结与实物展示)\n规格图映射：Specs = image_8.png (提取容量和款式信息)\n对比模块：未加入（两款香水为互补关系，非新旧对比，不适用标准对比模块）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #B78727; \/* Rich Gold *\/\n    --text-main: #F4F4F4;\n    --text-sub: #B0B0B0;\n    --bg-body: #0A0E1A; \/* Deep Dark Blue\/Black *\/\n    --bg-card: #151B2D; \/* Slightly lighter dark *\/\n    --bg-soft: #1F2538;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0,0,0,0.2);\n    --shadow-lg: 0 8px 24px rgba(0,0,0,0.4);\n    --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\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: 1rem;\n    color: var(--primary);\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Layout \u0026 Components *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n  .pd-img-block {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-lg);\n  }\n\n  \/* Hero *\/\n  .hero-section {\n    text-align: center;\n    padding: 4rem 0 2rem;\n  }\n  .hero-tag {\n    display: inline-block;\n    padding: 0.4rem 1rem;\n    background: rgba(183, 135, 39, 0.2);\n    color: var(--primary);\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n  .hero-sub {\n    max-width: 700px;\n    margin: 0 auto 2.5rem;\n    font-size: 20px;\n  }\n\n  \/* Features - Z-Pattern *\/\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n  .feature-media, .feature-copy {\n    flex: 1;\n  }\n  .feature-tags-wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n  .feature-tag {\n    font-size: 14px;\n    color: var(--primary);\n    background: var(--bg-card);\n    padding: 0.3rem 0.8rem;\n    border-radius: var(--radius-md);\n    border: 1px solid rgba(183, 135, 39, 0.3);\n  }\n\n  \/* Mobile Feature Stack *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      flex-direction: column;\n      text-align: left;\n    }\n    .feature-media {\n      width: 100%;\n    }\n    .hero-section {\n      padding-top: 2rem;\n    }\n  }\n  \/* Desktop Z-Pattern Flip *\/\n  @media (min-width: 768px) {\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Specs Table *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n  .specs-table th, .specs-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n  }\n  .specs-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    color: var(--primary);\n    width: 35%;\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Mobile Specs Table *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr {\n      margin-bottom: 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table td {\n      padding: 0.8rem 1rem;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid rgba(255,255,255,0.05);\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--primary);\n      padding-right: 1rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    background: var(--bg-card);\n    padding: 1.5rem;\n    border-radius: var(--radius-md);\n    margin-bottom: 1rem;\n    box-shadow: var(--shadow-sm);\n  }\n  .faq-question {\n    font-weight: 600;\n    font-size: 18px;\n    color: var(--text-main);\n    margin-bottom: 0.5rem;\n    display: flex;\n    align-items: center;\n  }\n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    margin-right: 0.5rem;\n    font-weight: 700;\n  }\n  .faq-answer {\n    color: var(--text-sub);\n    margin-bottom: 0;\n    padding-left: 1.5rem;\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"hero-tag\"\u003ePremium Fragrance Oils\u003c\/span\u003e\n\u003ch1\u003eDefine Your Aura with Long-Lasting Luxury\u003c\/h1\u003e\n\n\u003cp class=\"hero-sub\"\u003eCrafted for the modern man, this sophisticated fragrance ensemble delivers confidence that lasts from morning meetings to late-night encounters.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608153741\/d69ac784e288b153d9927a6ae199dfa1.jpg\"\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 feature-list\"\u003e\n\u003c!-- Feature 1: Scent Profile --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608153741\/424bdfd5f2c569ff19960073683d5641.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Complex \u0026amp; Sophisticated Blend\u003c\/h2\u003e\n\n\u003cp\u003eExperience a refined balance that evolves throughout the day. It opens with invigorating citrus and a spark of spicy pepper, grounding into calming floral notes of lavender and a warm, sensual base of amber. It is a multi-layered scent designed to leave a memorable impression.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags-wrapper\"\u003e\n\u003cspan class=\"feature-tag\"\u003eZesty Citrus\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eIcy Pepper Spice\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCalming Lavender\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWarm Amber\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Confidence \u0026 Occasion --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608153741\/14eda5d65011c8222fd311daec9bdb75.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUnwavering Confidence for Every Occasion\u003c\/h2\u003e\n\n\u003cp\u003eWhether commanding the boardroom or impressing on a special date, this signature scent enhances your presence. The fresh yet warm masculine aroma acts as your invisible armor, perfectly adapting to work, social gatherings, and evening events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Longevity \u0026 Quality Summary --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608153741\/09e4c4a5d8e2c46a30dbc6f103f95ed2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDesigned to Endure \u0026amp; Impress\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with premium oils for a scent that stays noticeably fresh from day to night without being overpowering. Housed in heavy-weight glass bottles with sleek, polished gold caps, it is a statement piece for your dresser and an ideal gift for the discerning gentleman.\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 specs-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eBrand Series\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Brand Series\"\u003ePremium Long-Lasting Cologne\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eVariants\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Variants\"\u003eCEO MAN (Black), G.O.A.T. MAN (Amber Gradient)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eVolume (Per Bottle)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Volume\"\u003e100 ml \/ 3.4 fl.oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eBottle Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Bottle Material\"\u003eHeavy-weight Glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCap Style\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Cap Style\"\u003eCylindrical Polished Gold Finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow long does the scent last?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eOur premium formula is crafted with high-quality fragrance oils designed for longevity. A single application onto pulse points typically provides a noticeable scent that lasts from morning through to the evening.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat is the difference between CEO MAN and G.O.A.T. MAN?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eBoth are sophisticated, masculine blends. CEO MAN (black bottle) generally leans towards a bolder, more assertive profile suitable for professional settings, while G.O.A.T. MAN (amber bottle) offers a slightly warmer, more sensual aroma ideal for evenings and social events.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I apply it for best results?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor maximum projection and longevity, apply the fragrance directly to your pulse points, such as your wrists, neck, and behind the ears. These warmer areas of the body help to diffuse and amplify the scent throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (2 Bottles - CEO \u0026 G.O.A.T.)","offer_id":45703611941055,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"CEO MAN (Single Bottle)","offer_id":45703611973823,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"G.O.A.T. MAN (Single Bottle)","offer_id":45703612006591,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/d69ac784e288b153d9927a6ae199dfa1.jpg?v=1780904614","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/premium-long-lasting-cologne","provider":"Bak","version":"1.0","type":"link"}