{"title":"Barber Cape","description":null,"products":[{"product_id":"360-hair-catching-haircut-cape","title":"360° Hair Catching Haircut Cape","description":"\u003cstyle\u003e\n\/* =========================================================\n   23.62\" HAIR CATCHER HAIRCUT CAPE\n   SHOPIFY CRO PDP\n   MOBILE FIRST \/ CLEAN HOME BARBER\n========================================================= *\/\n\n.hcc-page,\n.hcc-page *{\n  box-sizing:border-box;\n}\n\n.hcc-page{\n  --hcc-ink:#252c31;\n  --hcc-muted:#667179;\n\n  --hcc-black:#293137;\n  --hcc-dark:#1e252a;\n\n  --hcc-blue:#668ca2;\n  --hcc-blue-dark:#476b80;\n  --hcc-blue-soft:#e3edf2;\n\n  --hcc-silver:#dfe4e7;\n  --hcc-silver-dark:#78838a;\n  --hcc-silver-soft:#f0f3f4;\n\n  --hcc-cream:#f8f7f4;\n  --hcc-white:#ffffff;\n  --hcc-line:#d8dde0;\n\n  --hcc-shadow:0 9px 25px rgba(35,44,49,.08);\n\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  padding:0;\n  overflow-x:hidden;\n\n  background:#eef0f1;\n  color:var(--hcc-ink);\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  Roboto,\n  Helvetica,\n  Arial,\n  sans-serif;\n\n  line-height:1.55;\n}\n\n.hcc-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  margin:0;\n  object-fit:contain;\n}\n\n.hcc-page a{\n  text-decoration:none;\n}\n\n.hcc-container{\n  width:100%;\n  max-width:960px;\n  margin:0 auto;\n}\n\n.hcc-section{\n  padding:30px 14px;\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.hcc-heading{\n  max-width:820px;\n  margin:0 auto 18px;\n  text-align:center;\n}\n\n.hcc-eyebrow{\n  display:inline-block;\n\n  margin:0 0 9px;\n  padding:7px 13px;\n\n  border-radius:999px;\n\n  background:var(--hcc-blue-soft);\n  color:var(--hcc-blue-dark);\n\n  font-size:11px;\n  line-height:1.35;\n  font-weight:900;\n  letter-spacing:.55px;\n  text-transform:uppercase;\n}\n\n.hcc-title{\n  margin:0 0 9px;\n\n  font-size:30px;\n  line-height:1.1;\n  font-weight:900;\n  letter-spacing:-.7px;\n}\n\n.hcc-title span{\n  color:var(--hcc-blue-dark);\n}\n\n.hcc-desc{\n  max-width:720px;\n  margin:0 auto;\n\n  color:var(--hcc-muted);\n\n  font-size:15px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hcc-hero{\n  padding:38px 14px 30px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n  radial-gradient(\n    circle at 15% 20%,\n    rgba(102,140,162,.26),\n    transparent 30%\n  ),\n  radial-gradient(\n    circle at 88% 78%,\n    rgba(220,228,232,.14),\n    transparent 30%\n  ),\n  linear-gradient(\n    140deg,\n    #38434a,\n    #20272c\n  );\n}\n\n.hcc-hero-inner{\n  max-width:900px;\n  margin:0 auto;\n}\n\n.hcc-hero-badge{\n  display:inline-block;\n\n  margin:0 0 13px;\n  padding:8px 14px;\n\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:999px;\n\n  background:rgba(255,255,255,.08);\n\n  color:#dcecf5;\n\n  font-size:11px;\n  line-height:1.35;\n  font-weight:900;\n  letter-spacing:.6px;\n}\n\n.hcc-hero h1{\n  max-width:900px;\n  margin:0 auto;\n\n  font-size:39px;\n  line-height:1.03;\n  font-weight:900;\n  letter-spacing:-1.2px;\n}\n\n.hcc-hero h1 span{\n  color:#9fc6da;\n}\n\n.hcc-hero-text{\n  max-width:720px;\n  margin:14px auto 17px;\n\n  color:rgba(255,255,255,.88);\n\n  font-size:16px;\n  line-height:1.58;\n}\n\n.hcc-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:6px;\n  margin:0 0 18px;\n}\n\n.hcc-tags span{\n  display:inline-block;\n\n  padding:6px 8px;\n\n  border:1px solid rgba(255,255,255,.14);\n  border-radius:999px;\n\n  background:rgba(255,255,255,.08);\n\n  color:#fff;\n\n  font-size:11px;\n  font-weight:800;\n}\n\n.hcc-hero-image{\n  max-width:820px;\n  margin:0 auto;\n  padding:6px;\n\n  overflow:hidden;\n\n  border-radius:20px;\n\n  background:\n  linear-gradient(\n    135deg,\n    rgba(126,168,190,.55),\n    rgba(225,231,234,.38)\n  );\n\n  box-shadow:\n  0 22px 50px rgba(0,0,0,.25);\n}\n\n.hcc-hero-image img{\n  border-radius:15px;\n}\n\n\n\/* =========================================================\n   CORE BENEFITS 2x2\n========================================================= *\/\n\n.hcc-benefits{\n  background:\n  linear-gradient(\n    135deg,\n    #f5f6f6,\n    #e7edf0\n  );\n}\n\n.hcc-benefit-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  max-width:940px;\n  margin:0 auto;\n}\n\n.hcc-benefit{\n  min-width:0;\n\n  padding:13px 10px;\n\n  border:1px solid var(--hcc-line);\n  border-radius:16px;\n\n  box-shadow:var(--hcc-shadow);\n}\n\n.hcc-benefit:nth-child(1){\n  background:#e2edf2;\n}\n\n.hcc-benefit:nth-child(2){\n  background:#eef1f2;\n}\n\n.hcc-benefit:nth-child(3){\n  background:#e7ebed;\n}\n\n.hcc-benefit:nth-child(4){\n  background:#f3f3f1;\n}\n\n.hcc-benefit-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:36px;\n  height:36px;\n\n  margin:0 0 8px;\n\n  border-radius:11px;\n\n  background:rgba(255,255,255,.80);\n\n  font-size:17px;\n}\n\n.hcc-benefit h3{\n  margin:0 0 6px;\n\n  font-size:15px;\n  line-height:1.28;\n  font-weight:900;\n}\n\n.hcc-benefit p{\n  margin:0;\n\n  color:var(--hcc-muted);\n\n  font-size:13px;\n  line-height:1.43;\n}\n\n\n\/* =========================================================\n   CORE SELLING POINTS\n========================================================= *\/\n\n.hcc-features{\n  background:\n  linear-gradient(\n    135deg,\n    #eceff0,\n    #f4f5f4\n  );\n}\n\n.hcc-feature-list{\n  max-width:880px;\n  margin:0 auto;\n}\n\n.hcc-feature{\n  margin:0 0 10px;\n  padding:14px 12px;\n\n  overflow:hidden;\n\n  border:1px solid var(--hcc-line);\n  border-radius:19px;\n\n  background:#fafafa;\n\n  box-shadow:var(--hcc-shadow);\n}\n\n.hcc-feature:nth-child(2){\n  background:#e6eef2;\n}\n\n.hcc-feature:nth-child(3){\n  background:#f0f2f3;\n}\n\n.hcc-feature:nth-child(4){\n  background:#e5ebee;\n}\n\n.hcc-feature:nth-child(5){\n  background:#f3f3f1;\n}\n\n.hcc-feature:nth-child(6){\n  background:#e8eef1;\n}\n\n.hcc-feature h3{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n  font-weight:900;\n}\n\n.hcc-feature p{\n  margin:0;\n\n  color:var(--hcc-muted);\n\n  font-size:14px;\n  line-height:1.5;\n}\n\n.hcc-list{\n  margin:10px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.hcc-list li{\n  position:relative;\n\n  margin:0 0 5px;\n  padding-left:21px;\n\n  color:var(--hcc-muted);\n\n  font-size:14px;\n  line-height:1.46;\n}\n\n.hcc-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:var(--hcc-blue-dark);\n\n  font-weight:900;\n}\n\n.hcc-img-wrap{\n  margin-top:15px;\n\n  overflow:hidden;\n\n  border-radius:15px;\n}\n\n\n\/* =========================================================\n   DETAILS 2x2\n========================================================= *\/\n\n.hcc-details{\n  background:\n  linear-gradient(\n    135deg,\n    #f4f5f4,\n    #e5ebee\n  );\n}\n\n.hcc-detail-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  max-width:940px;\n  margin:0 auto 22px;\n}\n\n.hcc-detail{\n  min-width:0;\n\n  padding:12px 9px;\n\n  border:1px solid var(--hcc-line);\n  border-radius:16px;\n\n  background:#fafafa;\n\n  box-shadow:\n  0 7px 20px rgba(35,44,49,.05);\n}\n\n.hcc-detail:nth-child(2){\n  background:#e4edf2;\n}\n\n.hcc-detail:nth-child(3){\n  background:#eceff0;\n}\n\n.hcc-detail:nth-child(4){\n  background:#f1f2f1;\n}\n\n.hcc-detail-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:36px;\n  height:36px;\n\n  margin:0 0 8px;\n\n  border-radius:11px;\n\n  background:rgba(255,255,255,.82);\n\n  font-size:17px;\n}\n\n.hcc-detail h3{\n  margin:0 0 6px;\n\n  font-size:15px;\n  line-height:1.28;\n  font-weight:900;\n}\n\n.hcc-detail p{\n  margin:0;\n\n  color:var(--hcc-muted);\n\n  font-size:13px;\n  line-height:1.43;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.hcc-spec-title{\n  margin:26px auto 16px;\n\n  text-align:center;\n}\n\n.hcc-spec-box{\n  max-width:940px;\n  margin:0 auto;\n\n  padding:8px;\n\n  border:1px solid #d1d7da;\n  border-radius:18px;\n\n  background:#e2e6e8;\n\n  box-shadow:\n  0 8px 22px rgba(35,44,49,.06);\n}\n\n.hcc-spec-row{\n  display:grid;\n  grid-template-columns:39% 61%;\n\n  margin:0 0 6px;\n\n  overflow:hidden;\n\n  border:1px solid #d7dcde;\n  border-radius:10px;\n}\n\n.hcc-spec-row:last-child{\n  margin-bottom:0;\n}\n\n.hcc-spec-label{\n  display:flex;\n  align-items:center;\n\n  padding:10px 8px;\n\n  background:#e0ebf0;\n  color:#476b80;\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:900;\n}\n\n.hcc-spec-value{\n  display:flex;\n  align-items:center;\n\n  padding:10px 8px;\n\n  background:#fafafa;\n  color:var(--hcc-muted);\n\n  font-size:12px;\n  line-height:1.42;\n}\n\n.hcc-spec-row:nth-child(even) .hcc-spec-label{\n  background:#e8ebed;\n  color:#59646a;\n}\n\n.hcc-spec-row:nth-child(even) .hcc-spec-value{\n  background:#f1f2f2;\n}\n\n.hcc-note{\n  max-width:940px;\n  margin:12px auto 0;\n  padding:14px;\n\n  border:1px solid #d2dce1;\n  border-radius:14px;\n\n  background:#e7f0f4;\n\n  color:var(--hcc-muted);\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n.hcc-note strong{\n  color:var(--hcc-blue-dark);\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.hcc-faq{\n  background:\n  linear-gradient(\n    135deg,\n    #e9edef,\n    #f3f3f2\n  );\n}\n\n.hcc-faq-list{\n  max-width:900px;\n  margin:0 auto;\n}\n\n.hcc-faq details{\n  margin:0 0 8px;\n\n  overflow:hidden;\n\n  border:1px solid #d6dcdf;\n  border-radius:14px;\n\n  background:#fafafa;\n}\n\n.hcc-faq summary{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:12px;\n\n  padding:15px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--hcc-ink);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:900;\n}\n\n.hcc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.hcc-faq summary:after{\n  content:\"⌄\";\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  flex:0 0 28px;\n\n  width:28px;\n  height:28px;\n\n  border-radius:50%;\n\n  background:#e1ebf0;\n  color:var(--hcc-blue-dark);\n\n  transition:\n  transform .3s ease,\n  background .3s ease,\n  color .3s ease;\n}\n\n.hcc-faq details[open] summary:after{\n  transform:rotate(180deg);\n\n  background:var(--hcc-blue);\n  color:#fff;\n}\n\n.hcc-faq-answer{\n  padding:0 15px 15px;\n\n  color:var(--hcc-muted);\n\n  font-size:14px;\n  line-height:1.56;\n}\n\n\n\/* =========================================================\n   CUSTOMER REVIEWS 2x2\n========================================================= *\/\n\n.hcc-reviews{\n  background:\n  linear-gradient(\n    135deg,\n    #f2f3f3,\n    #e5ecef\n  );\n}\n\n.hcc-review-note{\n  max-width:720px;\n  margin:0 auto 14px;\n\n  color:#7c868c;\n\n  font-size:10px;\n  line-height:1.45;\n  text-align:center;\n}\n\n.hcc-review-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  max-width:940px;\n  margin:0 auto;\n}\n\n.hcc-review-card{\n  min-width:0;\n\n  padding:12px 9px;\n\n  border:1px solid var(--hcc-line);\n  border-radius:16px;\n\n  background:#fafafa;\n\n  box-shadow:var(--hcc-shadow);\n}\n\n.hcc-review-card:nth-child(2){\n  background:#e4edf2;\n}\n\n.hcc-review-card:nth-child(3){\n  background:#eceff1;\n}\n\n.hcc-review-card:nth-child(4){\n  background:#f2f2f0;\n}\n\n.hcc-review-stars{\n  margin:0 0 7px;\n\n  color:#b28a45;\n\n  font-size:13px;\n  letter-spacing:1px;\n}\n\n.hcc-review-card p{\n  margin:0 0 9px;\n\n  color:var(--hcc-muted);\n\n  font-size:13px;\n  line-height:1.48;\n}\n\n.hcc-review-meta{\n  display:block;\n\n  color:var(--hcc-blue-dark);\n\n  font-size:10px;\n  line-height:1.35;\n  font-weight:900;\n}\n\n\/* =========================================================\n   GUARANTEES\n========================================================= *\/\n\n.hcc-guarantees{\n  background:\n  linear-gradient(\n    135deg,\n    #dfe5e8,\n    #e9e9e6\n  );\n}\n\n.hcc-guarantee-list{\n  display:flex;\n  flex-direction:column;\n\n  gap:10px;\n\n  max-width:900px;\n  margin:0 auto;\n}\n\n.hcc-guarantee{\n  display:flex;\n  align-items:center;\n\n  gap:13px;\n\n  padding:14px;\n\n  border:1px solid #d3d8da;\n  border-radius:16px;\n\n  background:#fafafa;\n\n  box-shadow:\n  0 8px 22px rgba(35,44,49,.06);\n}\n\n.hcc-guarantee-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  flex:0 0 42px;\n\n  width:42px;\n  height:42px;\n\n  border-radius:12px;\n\n  background:#e2edf2;\n\n  font-size:19px;\n}\n\n.hcc-guarantee h3{\n  margin:0 0 4px;\n\n  font-size:15px;\n  line-height:1.3;\n  font-weight:900;\n}\n\n.hcc-guarantee p{\n  margin:0;\n\n  color:var(--hcc-muted);\n\n  font-size:13px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.hcc-cta{\n  padding:44px 14px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n  radial-gradient(\n    circle at 15% 20%,\n    rgba(102,140,162,.27),\n    transparent 30%\n  ),\n  radial-gradient(\n    circle at 87% 80%,\n    rgba(218,225,229,.14),\n    transparent 29%\n  ),\n  linear-gradient(\n    135deg,\n    #38434a,\n    #20272c\n  );\n}\n\n.hcc-cta h2{\n  margin:0 0 11px;\n\n  font-size:31px;\n  line-height:1.08;\n  font-weight:900;\n}\n\n.hcc-cta h2 span{\n  color:#9fc6da;\n}\n\n.hcc-cta p{\n  max-width:700px;\n  margin:0 auto 21px;\n\n  color:rgba(255,255,255,.87);\n\n  font-size:15px;\n  line-height:1.56;\n}\n\n.hcc-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  min-height:50px;\n  padding:0 27px;\n\n  border-radius:999px;\n\n  background:\n  linear-gradient(\n    135deg,\n    #6f98af,\n    #476b80\n  );\n\n  color:#fff !important;\n\n  font-size:14px;\n  font-weight:900;\n\n  box-shadow:\n  0 11px 27px rgba(38,73,92,.30);\n\n  transition:\n  transform .22s ease,\n  box-shadow .22s ease;\n}\n\n.hcc-btn:hover{\n  transform:translateY(-3px) scale(1.02);\n\n  box-shadow:\n  0 16px 34px rgba(38,73,92,.36);\n}\n\n.hcc-btn:active{\n  transform:scale(.96);\n}\n\n\n\/* =========================================================\n   FLOATING BUY\n========================================================= *\/\n\n.hcc-floating{\n  position:fixed;\n\n  right:10px;\n  bottom:10px;\n\n  z-index:9999;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  min-height:43px;\n  padding:0 16px;\n\n  border-radius:999px;\n\n  background:\n  linear-gradient(\n    135deg,\n    #6f98af,\n    #476b80\n  );\n\n  color:#fff !important;\n\n  font-size:12px;\n  font-weight:900;\n\n  box-shadow:\n  0 10px 27px rgba(38,73,92,.34);\n\n  transition:transform .22s ease;\n}\n\n.hcc-floating:hover{\n  transform:translateY(-3px) scale(1.02);\n}\n\n\n\/* =========================================================\n   DESKTOP\n========================================================= *\/\n\n@media only screen and (min-width:701px){\n\n  .hcc-section{\n    padding:42px 20px;\n  }\n\n  .hcc-heading{\n    margin-bottom:21px;\n  }\n\n  .hcc-eyebrow{\n    font-size:12px;\n  }\n\n  .hcc-title{\n    font-size:36px;\n    line-height:1.08;\n  }\n\n\n  .hcc-hero{\n    padding:52px 20px 42px;\n  }\n\n  .hcc-hero h1{\n    font-size:53px;\n  }\n\n  .hcc-tags{\n    gap:7px;\n  }\n\n  .hcc-tags span{\n    padding:7px 10px;\n    font-size:12px;\n  }\n\n\n  .hcc-benefit-grid{\n    gap:12px;\n  }\n\n  .hcc-benefit{\n    padding:18px;\n  }\n\n  .hcc-benefit-icon{\n    width:42px;\n    height:42px;\n\n    font-size:20px;\n  }\n\n  .hcc-benefit h3{\n    font-size:17px;\n  }\n\n  .hcc-benefit p{\n    font-size:14px;\n  }\n\n\n  .hcc-feature{\n    margin-bottom:14px;\n    padding:21px;\n  }\n\n  .hcc-feature h3{\n    font-size:21px;\n  }\n\n\n  .hcc-detail-grid{\n    gap:12px;\n  }\n\n  .hcc-detail{\n    padding:18px;\n  }\n\n  .hcc-detail-icon{\n    width:42px;\n    height:42px;\n\n    font-size:20px;\n  }\n\n  .hcc-detail h3{\n    font-size:17px;\n  }\n\n  .hcc-detail p{\n    font-size:14px;\n  }\n\n\n  .hcc-spec-row{\n    grid-template-columns:36% 64%;\n  }\n\n  .hcc-spec-label,\n  .hcc-spec-value{\n    padding:12px 14px;\n\n    font-size:13px;\n  }\n\n\n  .hcc-faq summary{\n    padding:16px 18px;\n\n    font-size:15px;\n  }\n\n  .hcc-faq-answer{\n    padding:0 18px 17px;\n  }\n\n\n  .hcc-review-grid{\n    gap:12px;\n  }\n\n  .hcc-review-card{\n    padding:18px;\n  }\n\n  .hcc-review-stars{\n    font-size:15px;\n  }\n\n  .hcc-review-card p{\n    font-size:14px;\n    line-height:1.52;\n  }\n\n  .hcc-review-meta{\n    font-size:11px;\n  }\n\n\n  .hcc-guarantee{\n    padding:16px 18px;\n  }\n\n  .hcc-guarantee-icon{\n    flex-basis:46px;\n\n    width:46px;\n    height:46px;\n\n    font-size:21px;\n  }\n\n  .hcc-guarantee h3{\n    font-size:16px;\n  }\n\n  .hcc-guarantee p{\n    font-size:14px;\n  }\n\n\n  .hcc-cta{\n    padding:58px 20px;\n  }\n\n  .hcc-cta h2{\n    font-size:40px;\n  }\n\n  .hcc-cta p{\n    font-size:16px;\n  }\n\n  .hcc-btn{\n    min-height:52px;\n    padding:0 31px;\n\n    font-size:15px;\n  }\n\n  .hcc-floating{\n    right:16px;\n    bottom:16px;\n\n    min-height:48px;\n    padding:0 21px;\n\n    font-size:13px;\n  }\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hcc-page\" id=\"hcc-product-top\"\u003e\n\u003c!-- =========================================================\n     01 HERO\n========================================================= --\u003e\n\u003csection class=\"hcc-hero\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003cdiv class=\"hcc-hero-inner\"\u003e\n\u003cbr\u003e\n\u003ch1\u003eCatch The Hair \u003cbr\u003e\u003cspan\u003eBefore It Hits The Floor.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hcc-hero-text\"\u003eA raised hair-catching cape that helps keep loose clippings off clothes and makes post-haircut cleanup easier.\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"hcc-hero-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/l_429e093a-2cdb-4f1e-bc23-0f3d916bc29b.gif?v=1789371916\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     02 CORE BENEFITS 2x2\n========================================================= --\u003e\u003c!-- =========================================================\n     03 CORE SELLING POINT DETAILS\n========================================================= --\u003e\n\u003csection class=\"hcc-section hcc-features\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003cdiv class=\"hcc-heading\"\u003e\n\u003ch2 class=\"hcc-title\"\u003eMore Hair In The Cape. \u003cbr\u003e\u003cspan\u003eLess Hair Around The Room.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-feature-list\"\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003cdiv class=\"hcc-feature\"\u003e\n\u003ch3\u003e✂️ Catch Clippings As You Cut.\u003c\/h3\u003e\n\u003cp\u003eThe surrounding raised shape helps loose hair land inside the cape instead of falling straight onto clothing and floors.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/1_78bd3285-59b0-40ad-ad15-35f96c2227d3.jpg?v=1789374371\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003cdiv class=\"hcc-feature\"\u003e\n\u003ch3\u003e🧹 More Hair Here. Less Hair Down There.\u003c\/h3\u003e\n\u003cp\u003eUnlike a flat cape that mainly covers clothing, the raised design also helps keep more clippings from reaching the floor.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/2_33d44ffd-f581-4f9b-b4dd-33ddd0c09177.jpg?v=1789374371\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 03 --\u003e\u003c!-- FEATURE 04 --\u003e\n\u003cdiv class=\"hcc-feature\"\u003e\n\u003ch3\u003e🗑️ Cut. Catch. Dump. Done.\u003c\/h3\u003e\n\u003cp\u003eOnce the haircut is finished, gather the loose clippings and empty them into the trash for a simpler cleanup process.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/3_9a5b371e-6b95-4033-b4b5-73640957313d.jpg?v=1789374371\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul class=\"hcc-list\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-feature\"\u003e\n\u003ch3\u003e💧 Made For Messy Haircut Moments.\u003c\/h3\u003e\n\u003cp\u003eThe waterproof surface adds practical protection during everyday haircut use and makes surface cleanup more convenient.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/4_f35ca365-0fb2-4be4-8a68-da72105b6455.jpg?v=1789374371\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 06 --\u003e\n\u003cdiv class=\"hcc-feature\"\u003e\n\u003ch3\u003e🏠 Handy For Home Or Salon Haircuts.\u003c\/h3\u003e\n\u003cp\u003eA portable hair-catching solution for at-home trims, family haircut routines and compatible salon or barber use.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/5_7b53dc68-7f9e-4843-850e-dd3a2d48f869.jpg?v=1789374385\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     04 PRODUCT DETAILS + SPECS\n========================================================= --\u003e\n\u003csection class=\"hcc-section hcc-details\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003cdiv class=\"hcc-heading\"\u003e\u003cspan class=\"hcc-eyebrow\"\u003e 🔍 PRODUCT DETAILS \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcc-detail-grid\"\u003e\n\u003cdiv class=\"hcc-detail\"\u003e\n\u003cdiv class=\"hcc-detail-icon\"\u003e✂️\u003c\/div\u003e\n\u003ch3\u003eHair-Catching Shape\u003c\/h3\u003e\n\u003cp\u003eRaised surrounding coverage helps collect loose hair during cutting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-detail\"\u003e\n\u003cdiv class=\"hcc-detail-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003e23.62\" Diameter\u003c\/h3\u003e\n\u003cp\u003eA large overall diameter creates a generous catching area around the wearer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-detail\"\u003e\n\u003cdiv class=\"hcc-detail-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eWaterproof Surface\u003c\/h3\u003e\n\u003cp\u003eA practical protective surface designed for repeated haircut use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-detail\"\u003e\n\u003cdiv class=\"hcc-detail-icon\"\u003e♻️\u003c\/div\u003e\n\u003ch3\u003eReusable\u003c\/h3\u003e\n\u003cp\u003eClean it after use and keep it ready for future haircut sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= PRODUCT INFORMATION ================= --\u003e\n\u003cdiv class=\"hcc-spec-title\"\u003e\u003cspan class=\"hcc-eyebrow\"\u003e 📋 PRODUCT INFORMATION \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-box\"\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003eHair Catcher Haircut Cape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003eOverall Diameter\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003e23.62 Inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003eMain Function\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003eHelps Collect Loose Hair During Haircuts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003eSurface\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003eUse Type\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003eReusable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003ePortability\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003ePortable Haircut Accessory\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-row\"\u003e\n\u003cdiv class=\"hcc-spec-label\"\u003eSuitable Settings\u003c\/div\u003e\n\u003cdiv class=\"hcc-spec-value\"\u003eHousehold • Salon • Barber Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     05 FAQ\n========================================================= --\u003e\n\u003csection class=\"hcc-section hcc-faq\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003cdiv class=\"hcc-heading\"\u003e\u003cspan class=\"hcc-eyebrow\"\u003e ❓ FREQUENTLY ASKED QUESTIONS \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcc-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is this different from a regular haircut cape?\u003c\/summary\u003e\n\u003cdiv class=\"hcc-faq-answer\"\u003eA traditional flat cape mainly helps cover clothing. This design also creates a raised surrounding area that helps collect loose hair as it falls.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it catch every single hair?\u003c\/summary\u003e\n\u003cdiv class=\"hcc-faq-answer\"\u003eIt is designed to help reduce scattered hair during a haircut, but results can vary with movement, cutting technique and the direction of loose clippings.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does 23.62 inches measure?\u003c\/summary\u003e\n\u003cdiv class=\"hcc-faq-answer\"\u003eThe 23.62-inch measurement refers to the overall diameter of the hair-catching cape, not the neck opening.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it for home haircuts?\u003c\/summary\u003e\n\u003cdiv class=\"hcc-faq-answer\"\u003eYes. It is designed for household as well as salon haircut use, making it useful for regular at-home trimming routines.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it reusable?\u003c\/summary\u003e\n\u003cdiv class=\"hcc-faq-answer\"\u003eYes. Empty the loose hair after cutting, clean the cape according to its care instructions and keep it ready for another use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the surface waterproof?\u003c\/summary\u003e\n\u003cdiv class=\"hcc-faq-answer\"\u003eYes. The product is described as having a waterproof surface for practical haircut use. It is not intended to function as a sealed container for holding water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     06 CUSTOMER REVIEWS 2x2\n========================================================= --\u003e\n\u003csection class=\"hcc-section hcc-reviews\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003cdiv class=\"hcc-heading\"\u003e\u003cspan class=\"hcc-eyebrow\"\u003e ⭐ CUSTOMER REVIEWS \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcc-review-grid\"\u003e\n\u003cdiv class=\"hcc-review-card\"\u003e\n\u003cdiv class=\"hcc-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“This made my husband’s home haircut so much easier to clean up. Most of the clippings stayed in the cape instead of ending up all around the chair.”\u003c\/p\u003e\n\u003cspan class=\"hcc-review-meta\"\u003e— SAMPLE REVIEW • HOME HAIRCUT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-review-card\"\u003e\n\u003cdiv class=\"hcc-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“I usually spend more time sweeping than trimming. This catches a lot of the loose hair, so the cleanup afterward feels much quicker.”\u003c\/p\u003e\n\u003cspan class=\"hcc-review-meta\"\u003e— SAMPLE REVIEW • EASY CLEANUP\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-review-card\"\u003e\n\u003cdiv class=\"hcc-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“The raised shape is the part I like most. Hair does not just slide straight down like it did with our regular flat cape.”\u003c\/p\u003e\n\u003cspan class=\"hcc-review-meta\"\u003e— SAMPLE REVIEW • HAIR CATCHING\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-review-card\"\u003e\n\u003cdiv class=\"hcc-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“We keep it with our clippers for quick trims at home. It is simple to use, easy to empty, and makes the whole haircut routine feel less messy.”\u003c\/p\u003e\n\u003cspan class=\"hcc-review-meta\"\u003e— SAMPLE REVIEW • REUSABLE ROUTINE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     07 THREE GUARANTEES\n========================================================= --\u003e\n\u003csection class=\"hcc-section hcc-guarantees\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003cdiv class=\"hcc-heading\"\u003e\n\u003cspan class=\"hcc-eyebrow\"\u003e 🛡️ SHOP WITH CONFIDENCE \u003c\/span\u003e\n\u003ch2 class=\"hcc-title\"\u003eSimple Support. \u003cbr\u003e\u003cspan\u003eFrom Packing To Delivery.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcc-guarantee-list\"\u003e\n\u003c!-- ROW 01 --\u003e\n\u003cdiv class=\"hcc-guarantee\"\u003e\n\u003cdiv class=\"hcc-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCareful Packaging\u003c\/h3\u003e\n\u003cp\u003eYour haircut accessory is packed carefully for transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 02 --\u003e\n\u003cdiv class=\"hcc-guarantee\"\u003e\n\u003cdiv class=\"hcc-guarantee-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eShipping Updates\u003c\/h3\u003e\n\u003cp\u003eFollow available order and shipment updates as your package moves toward delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 03 --\u003e\n\u003cdiv class=\"hcc-guarantee\"\u003e\n\u003cdiv class=\"hcc-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a product, fit or order question? Contact our support team for assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     08 FINAL CTA\n========================================================= --\u003e\n\u003csection class=\"hcc-cta\"\u003e\n\u003cdiv class=\"hcc-container\"\u003e\n\u003ch2\u003eFinish The Haircut. \u003cbr\u003e\u003cspan\u003eSkip More Of The Floor Cleanup.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eCatch more loose hair while you trim and make your next home haircut cleanup easier.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"hcc-btn\"\u003e ✂️ CHOOSE YOURS NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LLM","offers":[{"title":"White","offer_id":49141886845113,"sku":"NC03162609141213-白色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":49141886877881,"sku":"NC03162609141213-黑色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":49142111273145,"sku":"NC03162609141213-银色","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/1_78bd3285-59b0-40ad-ad15-35f96c2227d3.jpg?v=1789374371"}],"url":"https:\/\/fvaulity.com\/collections\/barber-cape.oembed","provider":"fvaulity","version":"1.0","type":"link"}