{"product_id":"haircuttingcapeaa1","title":"🏆 Last Day Special Price £9.99!✂️ Hair Cutting Cape with Catcher – built-in groove traps clippings","description":"\u003cstyle\u003e\n  .wishdew-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    border: 2px solid #9D72E1;\n    border-radius: 8px;\n    overflow: hidden;\n    max-width: 800px;\n    margin: 20px auto;\n    background-color: #ffffff;\n    color: #333333;\n  }\n\n  \/* 顶部横幅 *\/\n  .bj-top-banner {\n    background-color: #9D72E1;\n    color: #ffffff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    padding: 8px 12px;\n    text-align: center;\n    white-space: nowrap;\n    overflow: hidden;\n    text-transform: uppercase;\n  }\n\n  \/* 第一部分：品牌商店信息 *\/\n  .bj-store-info {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 12px 24px;\n    gap: 16px;\n    background-color: #f7f7f7;\n  }\n\n  .bj-store-left {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .bj-icon-box {\n    position: relative;\n    width: 60px;\n    height: 60px;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    background-color: #ffffff;\n  }\n\n  \/* 新增：品牌 Logo 图片自适应 *\/\n  .bj-brand-logo {\n    width: 100%;\n    height: 100%;\n    object-fit: contain; \n    border-radius: 11px;\n  }\n\n  .bj-check-badge {\n    position: absolute;\n    bottom: -6px;\n    right: -6px;\n    width: 22px;\n    height: 22px;\n    background-color: #ffffff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .bj-text-content {\n    display: flex;\n    flex-direction: column;\n    min-width: 0;\n  }\n\n  .bj-label {\n    color: #eab308;\n    font-size: 11px;\n    font-weight: 800;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .bj-label span {\n    width: 6px;\n    height: 6px;\n    background-color: #f59e0b;\n    border-radius: 50%;\n    display: inline-block;\n  }\n\n  \/* 保持字体单行显示 *\/\n  .bj-title {\n    font-size: 17px; \n    font-weight: 800;\n    margin: 2px 0 4px 0;\n    color: #111827;\n    white-space: nowrap; \n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n\n  .bj-desc {\n    font-size: 13px;\n    color: #6b7280;\n    line-height: 1.4;\n  }\n\n  .bj-auth-btn {\n    border: 2px solid #d4af37;\n    color: #b89014;\n    background-color: #ffffff;\n    font-weight: 800;\n    font-size: 11px;\n    text-align: center;\n    padding: 8px 14px;\n    border-radius: 4px;\n    line-height: 1.4;\n    flex-shrink: 0;\n  }\n\n  \/* 第二部分：4列特性图标 *\/\n  .bj-features {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid #e5e7eb;\n    border-bottom: 1px solid #e5e7eb;\n    background-color: #ffffff;\n  }\n\n  .bj-feature-item {\n    padding: 20px 14px;\n    text-align: center;\n    border-right: 1px solid #e5e7eb;\n  }\n\n  .bj-feature-item:last-child {\n    border-right: none;\n  }\n\n  .bj-feature-icon {\n    width: 44px;\n    height: 44px;\n    background-color: transparent; \/* 取消了原有的底色，适应你的图片 *\/\n    border-radius: 10px;\n    margin: 0 auto 12px auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* 新增：特性图标图片自适应 *\/\n  .bj-feature-icon img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n  }\n\n  .bj-feature-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #111827;\n    margin-bottom: 6px;\n    line-height: 1.3;\n  }\n\n  .bj-feature-desc {\n    font-size: 12px;\n    color: #6b7280;\n    line-height: 1.4;\n  }\n\n  \/* 第三部分：绿色订单支持提示 *\/\n  .bj-support-banner {\n    background-color: #f2fcf5;\n    padding: 20px 24px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .bj-support-text h4 {\n    margin: 0 0 4px 0;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111827;\n  }\n\n  .bj-support-text p {\n    margin: 0;\n    font-size: 13px;\n    color: #4b5563;\n    line-height: 1.5;\n  }\n\n  \/* 第四部分：纯CSS手风琴折叠 *\/\n  .bj-accordion summary {\n    list-style: none; \n    outline: none;\n  }\n  .bj-accordion summary::-webkit-details-marker {\n    display: none; \n  }\n\n  .bj-accordion-header {\n    padding: 16px 24px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    user-select: none;\n    background-color: #ffffff;\n  }\n\n  .bj-accordion-header span {\n    font-weight: 700;\n    font-size: 14px;\n    color: #111827;\n  }\n\n  .bj-close-icon {\n    width: 24px;\n    height: 24px;\n    background-color: #9D72E1; \n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff;\n    transition: transform 0.3s ease; \n  }\n\n  details[open] .bj-close-icon {\n    transform: rotate(45deg); \n  }\n\n  details[open] .bj-accordion-header {\n    border-bottom: 1px solid #e5e7eb; \n  }\n\n  \/* 底部协议文本 *\/\n  .bj-footer-text {\n    padding: 16px 24px 24px 24px;\n    font-size: 13px;\n    color: #6b7280;\n    line-height: 1.6;\n    background-color: #ffffff;\n  }\n\n  \/* 移动端适配 *\/\n  @media (max-width: 640px) {\n    .bj-store-info {\n      flex-direction: column;\n      text-align: center;\n      padding: 16px;\n    }\n    .bj-store-left {\n      flex-direction: column;\n    }\n    .bj-label {\n      justify-content: center;\n    }\n    .bj-title {\n      white-space: normal; \n    }\n    .bj-features {\n      grid-template-columns: 1fr 1fr;\n    }\n    .bj-feature-item {\n      border-bottom: 1px solid #e5e7eb;\n    }\n    .bj-feature-item:nth-child(2),\n    .bj-feature-item:nth-child(4) {\n      border-right: none;\n    }\n    .bj-feature-item:nth-child(3),\n    .bj-feature-item:nth-child(4) {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wishdew-wrapper\"\u003e\n  \n  \u003c!-- 顶部横幅 --\u003e\n  \u003cdiv class=\"bj-top-banner\"\u003e\n    AND STORE · SECURE CHECKOUT · TRACKABLE DELIVERY · DIRECT STORE SUPPORT\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌店铺主体信息 --\u003e\n  \u003cdiv class=\"bj-store-info\"\u003e\n    \u003cdiv class=\"bj-store-left\"\u003e\n      \u003cdiv class=\"bj-icon-box\"\u003e\n        \u003c!-- 替换为你指定的 Brand Store 图标 --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1026\/4077\/9543\/files\/background-removed_1.png?v=1789117959\" class=\"bj-brand-logo\" alt=\"Wishdew Logo\"\u003e\n        \n        \u003cdiv class=\"bj-check-badge\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"#22c55e\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M7 12.5l3.5 3.5 7-7\" stroke=\"#ffffff\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bj-text-content\"\u003e\n        \u003cdiv class=\"bj-label\"\u003e\n          \u003cspan\u003e\u003c\/span\u003e BRAND STORE\n        \u003c\/div\u003e\n        \u003cdiv class=\"bj-title\" title=\"Wishdew Brand Store\"\u003eWishdew Brand Store\u003c\/div\u003e\n        \u003cdiv class=\"bj-desc\"\u003e\n          Shop through Wishdew with secure checkout, trackable delivery and direct store-backed customer support.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bj-auth-btn\"\u003e\n      AUTHORIZED ONLINE\u003cbr\u003eRETAIL STORE\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 四大特性列 (依次替换了4个图标) --\u003e\n  \u003cdiv class=\"bj-features\"\u003e\n    \u003cdiv class=\"bj-feature-item\"\u003e\n      \u003cdiv class=\"bj-feature-icon\"\u003e\n        \u003c!-- 图标1 --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1029\/3447\/9124\/files\/e173b880f287e3fdcfaafb73fd2739c6_430x.png?v=1789714752\" alt=\"Brand Store Selection\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-title\"\u003eBrand Store\u003cbr\u003eSelection\u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-desc\"\u003eProducts selected for our online catalog\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"bj-feature-item\"\u003e\n      \u003cdiv class=\"bj-feature-icon\"\u003e\n        \u003c!-- 图标2 --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1029\/3447\/9124\/files\/12480f0e8f9b09674ef371b7319a2184_430x.png?v=1789113726\" alt=\"Secure Checkout\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-title\"\u003eSecure Checkout\u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-desc\"\u003eEncrypted payment processing\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bj-feature-item\"\u003e\n      \u003cdiv class=\"bj-feature-icon\"\u003e\n        \u003c!-- 图标3 --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1029\/3447\/9124\/files\/20260908183738_13_2_430x.png?v=1789112129\" alt=\"Trackable Delivery\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-title\"\u003eTrackable\u003cbr\u003eDelivery\u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-desc\"\u003eShipment updates when available\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bj-feature-item\"\u003e\n      \u003cdiv class=\"bj-feature-icon\"\u003e\n        \u003c!-- 图标4 --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1029\/3447\/9124\/files\/096d7f8dfb69a2235ac6379c2a94c9e0_430x.png?v=1789115042\" alt=\"Direct Store Support\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-title\"\u003eDirect Store\u003cbr\u003eSupport\u003c\/div\u003e\n      \u003cdiv class=\"bj-feature-desc\"\u003eHelp from our customer-care team\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 绿色售后横幅 --\u003e\n  \u003cdiv class=\"bj-support-banner\"\u003e\n    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"#22c55e\" style=\"flex-shrink: 0;\"\u003e\n      \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n      \u003cpath d=\"M7 12.5l3.5 3.5 7-7\" stroke=\"#ffffff\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    \u003cdiv class=\"bj-support-text\"\u003e\n      \u003ch4\u003eOrder support is handled directly by Wishdew\u003c\/h4\u003e\n      \u003cp\u003eProduct questions, shipment updates and eligible return requests follow our published store policies.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部折叠部分 --\u003e\n  \u003cdetails class=\"bj-accordion\" open\u003e\n    \u003csummary class=\"bj-accordion-header\"\u003e\n      \u003cspan\u003eView store protection and policy information\u003c\/span\u003e\n      \u003cdiv class=\"bj-close-icon\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/summary\u003e\n    \n    \u003cdiv class=\"bj-footer-text\"\u003e\n      All orders placed on Wishdew are protected under our Customer Care Guarantee. We process transactions via secure SSL 256-bit encryption. For tracking or return requests, please contact our support team with your order ID.\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#263237 0%,#58676c 58%,#8d735d 125%); padding: 58px 26px 50px; text-align: center; border-radius: 0 0 34px 34px;\"\u003e\n\u003cdiv style=\"display: inline-block; background: #ffffff; color: #2e3b40 !important; -webkit-text-fill-color: #2e3b40; padding: 9px 17px; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 22px;\"\u003e✂️ FOLDABLE HAIRCUT CATCHER CAPE\u003c\/div\u003e\n\u003ch1 style=\"margin: 0 auto 18px; max-width: 730px; font-size: 40px; line-height: 1.1; font-weight: 800; letter-spacing: -0.8px; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eCatch More Hair Clippings Before They Reach The Floor\u003c\/h1\u003e\n\u003cp style=\"margin: 0 auto 29px; max-width: 700px; font-size: 19px; line-height: 1.75; color: #f2f5f4 !important; -webkit-text-fill-color: #f2f5f4;\"\u003eA foldable haircut cape with a wide raised rim designed to help collect loose clippings during home trims, beard grooming and selected hair-colouring sessions.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); padding: 11px 15px; border-radius: 999px; font-size: 17px; font-weight: bold; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003e✂️ Helps Catch Clippings\u003c\/span\u003e\u003cspan style=\"background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); padding: 11px 15px; border-radius: 999px; font-size: 17px; font-weight: bold; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003e🧺 Raised Collection Rim\u003c\/span\u003e\u003cspan style=\"background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); padding: 11px 15px; border-radius: 999px; font-size: 17px; font-weight: bold; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003e↩️ Foldable Design\u003c\/span\u003e\u003cspan style=\"background: #ffffff; border: 1px solid #ffffff; padding: 11px 15px; border-radius: 999px; font-size: 17px; font-weight: 800; color: #2e3b40 !important; -webkit-text-fill-color: #2e3b40;\"\u003e🚚 Fast Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 30px 18px 0; background: #f6f7f6;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123108_860d6d9509ecd368d6f5b0d6b3486212.png?v=1789533072\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 48px 25px 34px; text-align: center; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.8px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 10px;\"\u003e🏠 EASIER HOME HAIRCUT CLEANUP\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 16px; font-size: 32px; line-height: 1.2; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eKeep Loose Hair Closer To The Cutting Area\u003c\/h2\u003e\n\u003cp style=\"margin: 0 auto; max-width: 705px; font-size: 19px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eThe wide circular shape creates a collection area around the shoulders, helping reduce the amount of freshly cut hair that reaches clothing, chairs and floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 10px 18px 44px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px;\"\u003e\n\u003cdiv style=\"flex: 1 1 46%; min-width: 250px; background: #ffffff; border: 1px solid #dfe4e1; border-radius: 23px; padding: 26px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 9px;\"\u003e✂️\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 9px; font-size: 22px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eHelps Catch Loose Hair\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eThe surrounding groove helps keep more freshly cut strands close to the wearer instead of immediately dropping onto the floor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 46%; min-width: 250px; background: #eef2f0; border: 1px solid #dce4df; border-radius: 23px; padding: 26px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 9px;\"\u003e⭕\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 9px; font-size: 22px; color: #35413d !important; -webkit-text-fill-color: #35413d;\"\u003eWide Flexible Rim\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #626d68 !important; -webkit-text-fill-color: #626d68;\"\u003eThe spring-style rim opens into a broad collection shape while remaining foldable for storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 46%; min-width: 250px; background: #f7f1eb; border: 1px solid #e8ded3; border-radius: 23px; padding: 26px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 9px;\"\u003e💧\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 9px; font-size: 22px; color: #4d433b !important; -webkit-text-fill-color: #4d433b;\"\u003eEasy-Wipe Surface\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #6b635d !important; -webkit-text-fill-color: #6b635d;\"\u003eThe smooth, water-resistant surface is designed to make loose clippings easier to sweep or wipe away after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 46%; min-width: 250px; background: #ffffff; border: 1px solid #dfe4e1; border-radius: 23px; padding: 26px; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 9px;\"\u003e↩️\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 9px; font-size: 22px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eCompact Folding Storage\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eThe flexible structure folds down after use to take up less space in a cupboard, drawer or grooming kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 40px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #dfe4e1; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123113_f3bac843907adae55809f7225da2b30d.png?v=1789533077\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e🧹 LESS SCATTERED CLEANUP\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eReduce The Area You Need To Clean After A Trim\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eHair clippings can stick to clothing, chairs and flooring. The surrounding collection area helps keep more of the mess together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 40px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #2d3a3e; border: 1px solid #2d3a3e; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123118_fa58152c4bd08c0a9ca869b9889b36d1.png?v=1789533082\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #efd1a9 !important; -webkit-text-fill-color: #efd1a9; text-transform: uppercase; margin-bottom: 9px;\"\u003e⭕ WIDE COLLECTION AREA\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eA Raised Rim Helps Hold Falling Clippings\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #edf2f0 !important; -webkit-text-fill-color: #edf2f0;\"\u003eThe flexible rim opens outward around the shoulders, creating a broad area designed to catch more falling hair during trimming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 40px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #f3f0ec; border: 1px solid #e3ddd6; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123123_68f79e559bc772b8bd2447011f45ac02.png?v=1789533087\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e🧼 EASY-CLEAN SURFACE\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #403b37 !important; -webkit-text-fill-color: #403b37;\"\u003eSweep Hair Away More Easily After The Cut\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #69635e !important; -webkit-text-fill-color: #69635e;\"\u003eThe smooth surface is designed to reduce how strongly short clippings cling compared with ordinary clothing fabrics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 40px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #dfe4e1; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123129_58bc6fed95d1b7ba4771c0be2c67d37c.png?v=1789533093\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e👨👩👧 FAMILY GROOMING USE\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eUseful For Haircuts, Trims \u0026amp; Selected Colouring Tasks\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eUse it during adult trims, supervised children's haircuts, beard grooming or suitable home colouring sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 40px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #2d3a3e; border: 1px solid #2d3a3e; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123136_3ed16872904052ae9b0935b6781975b6.png?v=1789533101\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #bde0dc !important; -webkit-text-fill-color: #bde0dc; text-transform: uppercase; margin-bottom: 9px;\"\u003e💧 WATER-RESISTANT SURFACE\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eHelps Handle Small Splashes During Grooming\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #edf2f0 !important; -webkit-text-fill-color: #edf2f0;\"\u003eThe surface is designed to resist light moisture and can be wiped after normal grooming use. It is not intended as a container for large amounts of liquid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 40px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #dfe4e1; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123142_e26c8ec14a67b2eb62357ae0f730b2e5.png?v=1789533106\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e↩️ POP OPEN, FOLD DOWN\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eBroad During Use, Compact Afterward\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eThe supplier description indicates an open diameter of approximately 60cm, while the flexible frame folds down for more compact storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 18px 44px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #f3f0ec; border: 1px solid #e3ddd6; border-radius: 28px; overflow: hidden;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0663\/6004\/9734\/files\/spp_shopify20260916123147_fef098172102ccfc9835bfee68cbd616.png?v=1789533111\"\u003e\n\u003cdiv style=\"padding: 32px 26px 35px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.7px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e🧹 QUICK POST-TRIM CLEANUP\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 13px; font-size: 29px; line-height: 1.2; color: #403b37 !important; -webkit-text-fill-color: #403b37;\"\u003eCollect, Empty \u0026amp; Store\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 19px; color: #69635e !important; -webkit-text-fill-color: #69635e;\"\u003eOnce the haircut is finished, carefully bring the collected clippings together, empty them into a bin and wipe the cape before folding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#eef2f0 0%,#ffffff 50%,#f7f1eb 100%); padding: 48px 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 28px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.8px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e✂️ GROOMING USES\u003c\/div\u003e\n\u003ch2 style=\"margin: 0; font-size: 31px; line-height: 1.2; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eOne Cape For More Than One Grooming Routine\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1 1 21%; min-width: 150px; background: #ffffff; border: 1px solid #dfe4e1; border-radius: 20px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 29px; margin-bottom: 8px;\"\u003e✂️\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 7px; font-size: 19px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eHaircuts\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eCatch loose clippings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 21%; min-width: 150px; background: #ffffff; border: 1px solid #dfe4e1; border-radius: 20px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 29px; margin-bottom: 8px;\"\u003e🧔\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 7px; font-size: 19px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eBeard Trims\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eReduce sink-area mess.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 21%; min-width: 150px; background: #ffffff; border: 1px solid #dfe4e1; border-radius: 20px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 29px; margin-bottom: 8px;\"\u003e👨👩👧\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 7px; font-size: 19px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eFamily Cuts\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eUseful for home grooming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 21%; min-width: 150px; background: #ffffff; border: 1px solid #dfe4e1; border-radius: 20px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 29px; margin-bottom: 8px;\"\u003e🎨\u003c\/div\u003e\n\u003ch3 style=\"margin: 0 0 7px; font-size: 19px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eHair Colouring\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eProtect clothing from light splashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 46px 21px; background: #ffffff;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 26px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.8px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e🧭 HOW TO USE\u003c\/div\u003e\n\u003ch2 style=\"margin: 0; font-size: 29px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003eOpen, Wear \u0026amp; Empty\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #eef2f0; border-radius: 20px; padding: 21px; margin-bottom: 12px;\"\u003e\n\u003ch3 style=\"margin: 0 0 6px; font-size: 20px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003e1️⃣ Open The Cape\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eLet the flexible rim expand fully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f7f1eb; border-radius: 20px; padding: 21px; margin-bottom: 12px;\"\u003e\n\u003ch3 style=\"margin: 0 0 6px; font-size: 20px; color: #4d433b !important; -webkit-text-fill-color: #4d433b;\"\u003e2️⃣ Position Around The Neck\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #6b635d !important; -webkit-text-fill-color: #6b635d;\"\u003eAdjust comfortably before trimming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #eef2f0; border-radius: 20px; padding: 21px;\"\u003e\n\u003ch3 style=\"margin: 0 0 6px; font-size: 20px; color: #30383b !important; -webkit-text-fill-color: #30383b;\"\u003e3️⃣ Empty \u0026amp; Fold\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 17px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003eDispose of clippings, wipe clean and fold for storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #2d3a3e; padding: 48px 22px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 28px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.8px; color: #efd1a9 !important; -webkit-text-fill-color: #efd1a9; text-transform: uppercase; margin-bottom: 9px;\"\u003e📋 PRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 style=\"margin: 0; font-size: 30px; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border: 1px solid rgba(255,255,255,.25); border-radius: 20px; overflow: hidden; font-size: 18px;\"\u003e\n\u003cdiv style=\"display: flex; border-bottom: 1px solid rgba(255,255,255,.20);\"\u003e\n\u003cdiv style=\"width: 42%; padding: 18px; background: rgba(255,255,255,.08); font-weight: bold; box-sizing: border-box; color: #f3f6f5 !important; -webkit-text-fill-color: #f3f6f5;\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv style=\"width: 58%; padding: 18px; box-sizing: border-box; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eFoldable Haircut Catcher Cape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; border-bottom: 1px solid rgba(255,255,255,.20);\"\u003e\n\u003cdiv style=\"width: 42%; padding: 18px; background: rgba(255,255,255,.08); font-weight: bold; box-sizing: border-box; color: #f3f6f5 !important; -webkit-text-fill-color: #f3f6f5;\"\u003eColour\u003c\/div\u003e\n\u003cdiv style=\"width: 58%; padding: 18px; box-sizing: border-box; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eGrey \/ As Shown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; border-bottom: 1px solid rgba(255,255,255,.20);\"\u003e\n\u003cdiv style=\"width: 42%; padding: 18px; background: rgba(255,255,255,.08); font-weight: bold; box-sizing: border-box; color: #f3f6f5 !important; -webkit-text-fill-color: #f3f6f5;\"\u003eOpen Size\u003c\/div\u003e\n\u003cdiv style=\"width: 58%; padding: 18px; box-sizing: border-box; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eApprox. 60 cm Diameter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\"\u003e\n\u003cdiv style=\"width: 42%; padding: 18px; background: rgba(255,255,255,.08); font-weight: bold; box-sizing: border-box; color: #f3f6f5 !important; -webkit-text-fill-color: #f3f6f5;\"\u003eDesign\u003c\/div\u003e\n\u003cdiv style=\"width: 58%; padding: 18px; box-sizing: border-box; color: #ffffff !important; -webkit-text-fill-color: #ffffff;\"\u003eFoldable Rim + Hair Collection Groove\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 38px 21px 18px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #dfe4e1; border-radius: 22px; padding: 25px;\"\u003e\n\u003cdiv style=\"font-size: 14px; font-weight: 800; letter-spacing: 1.5px; color: #846850 !important; -webkit-text-fill-color: #846850; text-transform: uppercase; margin-bottom: 9px;\"\u003e📦 PACKAGE INCLUDES\u003c\/div\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #626b6e !important; -webkit-text-fill-color: #626b6e;\"\u003e• 1 × Foldable Haircut Catcher Barber Cape\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 18px 18px 30px; background: #f6f7f6;\"\u003e\n\u003cdiv style=\"background: #fff4df; border: 1px solid #e5c996; border-radius: 22px; padding: 24px 22px;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: 800; letter-spacing: 1.3px; color: #765020 !important; -webkit-text-fill-color: #765020; margin-bottom: 13px;\"\u003e⚠️ IMPORTANT USE NOTES\u003c\/div\u003e\n\u003cul style=\"margin: 0; padding-left: 21px; font-size: 17px; line-height: 1.65; color: #584b3e !important; -webkit-text-fill-color: #584b3e;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003eOpen and fold the spring-style rim carefully and keep it away from the face while unfolding.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003eWipe hair dye or liquids promptly; stain resistance is not guaranteed.\u003c\/li\u003e\n\u003cli\u003eColour and measurements may vary slightly from product images.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"zx-HairCuttingCapeaa1","offers":[{"title":"BUY 1（You Save $10）","offer_id":55290219626775,"sku":"LG22014847","price":192.0,"currency_code":"HKD","in_stock":true},{"title":"BUY 2 （You Save $13）","offer_id":55290219659543,"sku":"LG22014848","price":280.0,"currency_code":"HKD","in_stock":true},{"title":"BUY 3 （Save $17 | Free Shipping🌍）","offer_id":55290219692311,"sku":"LG22014849","price":377.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1026\/4077\/9543\/files\/spp_shopify20260917140927_b6d552b0e1061eef8a20fc2cae6b3920_04558b51-5b0a-4d14-9303-a91bce94b5f4.webp?v=1789879727","url":"https:\/\/wishdew.com\/products\/haircuttingcapeaa1","provider":"Wishdew","version":"1.0","type":"link"}