{"product_id":"compact-technician-tool-pouch-with-phone-pocket","title":"🔧 Compact Technician Tool Pouch with Phone Pocket \u0026 Dual-Layer Storage","description":"\u003cstyle\u003e .tool-pro-page{   max-width:900px;   margin:0 auto;   font-family:Arial,Helvetica,sans-serif;   color:#171717;   line-height:1.6;   overflow:hidden; }  .tool-pro-page *{   box-sizing:border-box; }  .tool-pro-section{   margin:30px 0;   border-radius:28px;   overflow:hidden; }  .tool-pro-img{   width:100%;   display:block;   border-radius:28px; }  \/* HERO *\/  .tool-pro-hero{   position:relative;   padding:48px 30px;   color:#fff;   background:     radial-gradient(circle at 85% 10%,rgba(249,115,22,.30),transparent 34%),     linear-gradient(135deg,#111827 0%,#20252d 55%,#292524 100%); }  .tool-pro-badge{   display:inline-block;   padding:8px 15px;   border-radius:999px;   background:#f97316;   font-size:13px;   font-weight:800;   letter-spacing:.7px; }  .tool-pro-hero h1{   margin:18px 0 12px;   font-size:42px;   line-height:1.12;   color:#fff; }  .tool-pro-hero p{   margin:0;   max-width:690px;   font-size:18px;   color:#e5e7eb; }  \/* GENERAL CARD *\/  .tool-pro-card{   padding:34px 28px;   border-radius:28px;   background:linear-gradient(135deg,#f8fafc,#f1f5f9);   border:1px solid #e5e7eb; }  .tool-pro-card h2{   margin:0 0 12px;   font-size:30px;   line-height:1.2; }  .tool-pro-card p{   margin:10px 0;   font-size:17px; }  .tool-pro-orange{   color:#ea580c; }  \/* FEATURE GRID *\/  .tool-pro-grid{   display:grid;   grid-template-columns:repeat(2,1fr);   gap:15px;   margin-top:22px; }  .tool-pro-feature{   padding:20px;   border-radius:20px;   background:#fff;   border:1px solid #e5e7eb;   box-shadow:0 8px 24px rgba(15,23,42,.05); }  .tool-pro-feature strong{   display:block;   margin-bottom:6px;   font-size:17px; }  \/* PHONE *\/  .tool-pro-phone{   padding:36px 28px;   border-radius:28px;   background:     radial-gradient(circle at 100% 0%,rgba(249,115,22,.16),transparent 32%),     #fff7ed; }  .tool-pro-phone h2{   margin:0 0 12px;   font-size:30px; }  .tool-pro-highlight{   display:inline-block;   margin-top:18px;   padding:13px 18px;   border-radius:16px;   background:#fff;   border-left:5px solid #f97316;   font-weight:700;   font-size:17px; }  \/* DARK STORAGE *\/  .tool-pro-dark{   padding:38px 28px;   border-radius:28px;   color:#fff;   background:     radial-gradient(circle at 15% 0%,rgba(249,115,22,.22),transparent 30%),     linear-gradient(135deg,#18181b,#27272a); }  .tool-pro-dark h2{   margin:0 0 12px;   color:#fff;   font-size:30px; }  .tool-pro-dark p{   color:#e5e7eb;   font-size:17px; }  .tool-pro-storage{   display:grid;   grid-template-columns:repeat(3,1fr);   gap:14px;   margin-top:24px; }  .tool-pro-storage-box{   padding:20px 16px;   border-radius:20px;   background:rgba(255,255,255,.09);   border:1px solid rgba(255,255,255,.13); }  .tool-pro-storage-box b{   display:block;   color:#fb923c;   margin-bottom:7px;   font-size:16px; }  \/* STEPS *\/  .tool-pro-steps{   display:grid;   grid-template-columns:repeat(4,1fr);   gap:12px;   margin-top:24px; }  .tool-pro-step{   padding:18px 14px;   background:#fff;   border-radius:20px;   border:1px solid #e5e7eb; }  .tool-pro-num{   width:36px;   height:36px;   display:flex;   align-items:center;   justify-content:center;   border-radius:50%;   background:#f97316;   color:#fff;   font-weight:800;   margin-bottom:11px; }  \/* USE CASE *\/  .tool-pro-use{   padding:35px 28px;   border-radius:28px;   background:#f8fafc; }  .tool-pro-use h2{   font-size:30px;   margin:0 0 10px; }  .tool-pro-tags{   display:flex;   flex-wrap:wrap;   gap:10px;   margin-top:20px; }  .tool-pro-tag{   padding:10px 15px;   border-radius:999px;   background:#fff;   border:1px solid #d1d5db;   font-weight:700;   font-size:14px; }  \/* CTA *\/  .tool-pro-cta{   padding:48px 28px;   text-align:center;   border-radius:30px;   color:#fff;   background:     radial-gradient(circle at 20% 0%,rgba(249,115,22,.30),transparent 32%),     linear-gradient(135deg,#111827,#27272a); }  .tool-pro-cta h2{   margin:0 0 12px;   color:#fff;   font-size:36px;   line-height:1.15; }  .tool-pro-cta p{   margin:0 auto;   max-width:680px;   color:#e5e7eb;   font-size:18px; }  .tool-pro-btn{   display:inline-block;   margin-top:24px;   padding:17px 34px;   border-radius:999px;   background:#f97316;   color:#fff !important;   text-decoration:none;   font-weight:800;   font-size:16px;   box-shadow:0 12px 30px rgba(249,115,22,.25); }  \/* MOBILE *\/  @media(max-width:640px){    .tool-pro-section{     margin:20px 0;     border-radius:22px;   }    .tool-pro-img{     border-radius:22px;   }    .tool-pro-hero,   .tool-pro-card,   .tool-pro-phone,   .tool-pro-dark,   .tool-pro-use,   .tool-pro-cta{     padding:28px 20px;   }    .tool-pro-hero h1{     font-size:31px;   }    .tool-pro-card h2,   .tool-pro-phone h2,   .tool-pro-dark h2,   .tool-pro-use h2{     font-size:25px;   }    .tool-pro-grid{     grid-template-columns:1fr;   }    .tool-pro-storage{     grid-template-columns:1fr;   }    .tool-pro-steps{     grid-template-columns:repeat(2,1fr);   }    .tool-pro-cta h2{     font-size:29px;   } } \u003c\/style\u003e \u003cdiv class=\"tool-pro-page\"\u003e \u003c!-- IMAGE 1 --\u003e \u003cdiv class=\"tool-pro-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/ac2d20bc-483a-4383-85ca-c2eec49f0898.png?v=1787365337\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- HERO --\u003e \u003cdiv class=\"tool-pro-section tool-pro-hero\"\u003e \u003cspan class=\"tool-pro-badge\"\u003e BUILT FOR TOOLS. DESIGNED FOR QUICK ACCESS. \u003c\/span\u003e \u003ch1\u003eYour Phone \u0026amp; Essential Tools.\u003cbr\u003e\u003cspan style=\"color: #fb923c;\"\u003e Right Where You Need Them. \u003c\/span\u003e \u003c\/h1\u003e \u003cp\u003eKeep your phone, everyday hand tools and small work essentials organized at your side — without digging through pockets or a large toolbox.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- IMAGE 2 --\u003e \u003cdiv class=\"tool-pro-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/f65ba62f-f118-4fa3-8a71-439b49490737.png?v=1787365337\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- PHONE POCKET --\u003e \u003cdiv class=\"tool-pro-section tool-pro-phone\"\u003e \u003ch2\u003e📱 A Dedicated Spot For Your \u003cspan class=\"tool-pro-orange\"\u003ePhone\u003c\/span\u003e \u003c\/h2\u003e \u003cp\u003eThe front quick-access compartment gives your phone its own space, keeping it easy to reach without mixing it together with your tools.\u003c\/p\u003e \u003cdiv class=\"tool-pro-highlight\"\u003eCheck messages, work orders or your phone without opening the main tool compartment.\u003c\/div\u003e \u003c\/div\u003e \u003c!-- IMAGE 3 --\u003e \u003cdiv class=\"tool-pro-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/b07a076f-3046-4293-848d-21dddd6c7026.png?v=1787365337\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- TOOL SLOTS --\u003e \u003cdiv class=\"tool-pro-section tool-pro-dark\"\u003e \u003ch2\u003e🧰 Stop Throwing Every Tool Into One Compartment\u003c\/h2\u003e \u003cp\u003eThe interior features multiple individual tool slots, helping keep commonly used tools separated, visible and easier to grab.\u003c\/p\u003e \u003cdiv class=\"tool-pro-storage\"\u003e \u003cdiv class=\"tool-pro-storage-box\"\u003e \u003cb\u003e🔧 Individual Tool Slots\u003c\/b\u003e Keep frequently used tools in their own positions.\u003c\/div\u003e \u003cdiv class=\"tool-pro-storage-box\"\u003e \u003cb\u003e⚡ Faster Access\u003c\/b\u003e See what you need without digging through a pile of tools.\u003c\/div\u003e \u003cdiv class=\"tool-pro-storage-box\"\u003e \u003cb\u003e✨ Cleaner Organization\u003c\/b\u003e Keep your everyday work setup neat and easier to manage.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- IMAGE 4 --\u003e \u003cdiv class=\"tool-pro-section\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003c!-- DUAL LAYER STORAGE --\u003e \u003cdiv class=\"tool-pro-section tool-pro-card\"\u003e \u003ch2\u003e📂 \u003cspan class=\"tool-pro-orange\"\u003eDual-Layer Storage\u003c\/span\u003e Keeps Everything Better Organized\u003c\/h2\u003e \u003cp\u003eInstead of one large open pocket, the interior uses \u003cstrong\u003etwo separated storage layers\u003c\/strong\u003e to help divide tools and everyday work accessories.\u003c\/p\u003e \u003cdiv class=\"tool-pro-grid\"\u003e \u003cdiv class=\"tool-pro-feature\"\u003e \u003cstrong\u003e🛠️ Tool Organization\u003c\/strong\u003e Separate commonly used hand tools instead of stacking everything together.\u003c\/div\u003e \u003cdiv class=\"tool-pro-feature\"\u003e \u003cstrong\u003e📦 Extra Storage Layer\u003c\/strong\u003e Keep additional work essentials in a separate section for easier access.\u003c\/div\u003e \u003cdiv class=\"tool-pro-feature\"\u003e \u003cstrong\u003e👀 Easier To See\u003c\/strong\u003e Open the pouch and quickly identify the tool you need.\u003c\/div\u003e \u003cdiv class=\"tool-pro-feature\"\u003e \u003cstrong\u003e⚡ Less Searching\u003c\/strong\u003e Spend less time looking for small tools during the job.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- IMAGE 5 --\u003e \u003cdiv class=\"tool-pro-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/ce43c336-b833-4a7d-bc82-77bd34a178ce.png?v=1787365337\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- WORKFLOW --\u003e \u003cdiv class=\"tool-pro-section tool-pro-card\"\u003e \u003ch2\u003e⚡ Made For A Faster Work Routine\u003c\/h2\u003e \u003cp\u003eKeep your most-used tools at your side so you can move from task to task without constantly returning to a larger tool bag.\u003c\/p\u003e \u003cdiv class=\"tool-pro-steps\"\u003e \u003cdiv class=\"tool-pro-step\"\u003e \u003cdiv class=\"tool-pro-num\"\u003e1\u003c\/div\u003e \u003cstrong\u003eCarry\u003c\/strong\u003e\u003cbr\u003eKeep your essentials at your side.\u003c\/div\u003e \u003cdiv class=\"tool-pro-step\"\u003e \u003cdiv class=\"tool-pro-num\"\u003e2\u003c\/div\u003e \u003cstrong\u003eOpen\u003c\/strong\u003e\u003cbr\u003eSee your organized tools.\u003c\/div\u003e \u003cdiv class=\"tool-pro-step\"\u003e \u003cdiv class=\"tool-pro-num\"\u003e3\u003c\/div\u003e \u003cstrong\u003eGrab\u003c\/strong\u003e\u003cbr\u003eTake what you need quickly.\u003c\/div\u003e \u003cdiv class=\"tool-pro-step\"\u003e \u003cdiv class=\"tool-pro-num\"\u003e4\u003c\/div\u003e \u003cstrong\u003eKeep Moving\u003c\/strong\u003e\u003cbr\u003eFinish the job with less interruption.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- PROFESSIONAL USE --\u003e \u003cdiv class=\"tool-pro-section tool-pro-use\"\u003e \u003ch2\u003e🛠️ Built For Everyday Work\u003c\/h2\u003e \u003cp\u003eA practical carry solution for people who frequently switch between small tools, accessories and their phone throughout the day.\u003c\/p\u003e \u003cdiv class=\"tool-pro-tags\"\u003e \u003cspan class=\"tool-pro-tag\"\u003e⚡ Electricians\u003c\/span\u003e \u003cspan class=\"tool-pro-tag\"\u003e🔧 Technicians\u003c\/span\u003e \u003cspan class=\"tool-pro-tag\"\u003e🛠️ Maintenance\u003c\/span\u003e \u003cspan class=\"tool-pro-tag\"\u003e🏠 Handymen\u003c\/span\u003e \u003cspan class=\"tool-pro-tag\"\u003e🔩 Installers\u003c\/span\u003e \u003cspan class=\"tool-pro-tag\"\u003e🧰 DIY Projects\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- IMAGE 6 --\u003e \u003cdiv class=\"tool-pro-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/908cd1f3-b38b-4589-b0c9-eb8500ac97fc.png?v=1787365337\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- FINAL CTA --\u003e \u003cdiv class=\"tool-pro-section tool-pro-cta\"\u003e \u003ch2\u003eWork Smarter.\u003cbr\u003e\u003cspan style=\"color: #fb923c;\"\u003e Keep Everything Within Reach. \u003c\/span\u003e \u003c\/h2\u003e \u003cp\u003eOne compact pouch for your phone and the essential tools you reach for throughout the day.\u003c\/p\u003e \u003ca href=\"#product-form\" class=\"tool-pro-btn\"\u003e GET YOUR TOOL ORGANIZER → \u003c\/a\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":49513585639683,"sku":"YM0150260825312-黑白线","price":16.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2036\/9667\/files\/ac2d20bc-483a-4383-85ca-c2eec49f0898.png?v=1787627453","url":"https:\/\/weeklyard.co.uk\/products\/compact-technician-tool-pouch-with-phone-pocket","provider":"weeklyard.co.uk","version":"1.0","type":"link"}