{"product_id":"vapes-bars-angel-20k-prefilled-kit","title":"Vapes Bars Angel 20K Prefilled Vape Kit","description":"\u003cstyle\u003e\n  \/* \n   * GLOBAL VARIABLES \u0026 RESET \n   *\/\n  :root {\n    --primary-text: #1a1a1a;\n    --secondary-text: #555555;\n    --accent-color: #2563eb; \/* Professional Blue - Can be changed *\/\n    --bg-color: #ffffff;\n    --section-bg: #f8f9fa;\n    --border-color: #e5e7eb;\n    --spacing-unit: 20px;\n    --container-width: 100%; \/* Full width as requested *\/\n  }\n\n  * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  body {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--primary-text);\n    background-color: var(--bg-color);\n    line-height: 1.6;\n  }\n\n  \/* \n   * MAIN CONTAINER \n   * Full width on desktop, padding ensures content doesn't touch edges\n   *\/\n  .pd-container {\n    width: var(--container-width);\n    max-width: 100%; \/* No max-width restriction for desktop *\/\n    margin: 0 auto;\n    padding: 40px 5%;\n    background-color: #fff;\n  }\n\n  \/* \n   * TYPOGRAPHY \n   *\/\n  .pd-title {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 15px;\n    letter-spacing: -0.02em;\n  }\n\n  .pd-subtitle {\n    font-size: 1.1rem;\n    color: var(--secondary-text2text);\n    margin-bottom: 40px;\n    font-weight: 400;\n    border-left: 4px solid var(--accent-color);\n    padding-left: 15px;\n  }\n\n  .pd-text {\n    margin-bottom: 20px;\n    color: var(--secondary-text);\n  }\n\n  h3 {\n    font-size: 1.5rem;\n    margin-bottom: 20px;\n    margin-top: 40px;\n    color: var(--primary-text);\n  }\n\n  \/* \n   * FEATURES GRID (Icon + Text)\n   *\/\n  .pd-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 30px;\n    margin: 40px 0;\n  }\n\n  .pd-feature-card {\n    background: var(--section-bg);\n    padding: 30px;\n    border-radius: 12px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    border: 1px solid transparent;\n  }\n\n  .pd-feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n    border-color: var(--border-color);\n  }\n\n  .pd-icon-box {\n    width: 50px;\n    height: 50px;\n    background: #e0e7ff; \/* Light blue tint *\/\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n  }\n\n  .pd-icon-box svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-color);\n  }\n\n  .pd-feature-title {\n    font-weight: 700;\n    font-size: 1.1rem;\n    margin-bottom: 8px;\n  }\n\n  .pd-feature-desc {\n    font-size: 0.95rem;\n    color: var(--secondary-text);\n  }\n\n  \/* \n   * SPECIFICATIONS \"TABLE\" USING DIV FLEX \n   *\/\n  .pd-specs-wrapper {\n    background-color: #fff;\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    overflow: hidden;\n    margin-top: 40px;\n  }\n\n  .pd-spec-header {\n    background-color: var(--section-bg);\n    padding: 15px 25px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-spec-row {\n    display: flex;\n    width: 100%;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .pd-spec-key {\n    width: 35%;\n    background-color: #fafafa;\n    padding: 15px 25px;\n    font-weight: 600;\n    color: var(--primary-text);\n    border-right: 1px solid var(--border-color);\n  }\n\n  .pd-spec-value {\n    width: 65%;\n    padding: 15px 25px;\n    color: var(--secondary-text);\n  }\n\n  \/* \n   * INSTRUCTION LIST \n   *\/\n  .pd-steps {\n    list-style: none;\n    counter-reset: step-counter;\n  }\n\n  .pd-steps li {\n    position: relative;\n    padding-left: 50px;\n    margin-bottom: 20px;\n  }\n\n  .pd-steps li::before {\n    counter-increment: step-counter;\n    content: counter(step-counter);\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 35px;\n    height: 35px;\n    background-color: var(--accent-color);\n    color: white;\n    border-radius: 50%;\n    text-align: center;\n    line-height: 35px;\n    font-weight: bold;\n  }\n\n  \/* \n   * RESPONSIVE MEDIA QUERIES \n   *\/\n  @media (max-width: 768px) {\n    .pd-container {\n      padding: 20px 4%; \/* Slightly less padding on mobile *\/\n    }\n\n    .pd-title {\n      font-size: 1.8rem;\n    }\n\n    \/* Convert Flex Table to Stacked Layout on Mobile *\/\n    .pd-spec-row {\n      flex-direction: column;\n    }\n\n    .pd-spec-key {\n      width: 100%;\n      border-right: none;\n      background-color: #f0f0f0;\n      border-bottom: 1px solid var(--border-color);\n      padding: 10px 20px;\n    }\n\n    .pd-spec-value {\n      width: 100%;\n      padding: 10px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"pd-container\"\u003e\u003c!-- Header Section --\u003e\u003cheader\u003e\n\u003cp class=\"pd-subtitle\"\u003eThe next generation of vaping technology. Combining the convenience of a disposable with the sustainability and performance of a reusable system.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Introduction Text --\u003e\n\u003cdiv class=\"pd-description\"\u003e\n\u003cp class=\"pd-text\"\u003eExperience the ultimate long-lasting vaping solution with the 20K Puff Reusable Kit. Engineered for endurance and flavor consistency, this device eliminates the need for frequent replacements while delivering a smooth, satisfying draw every time. The innovative dual-pod system allows you to switch between flavors effortlessly, making it the perfect all-day companion.\u003c\/p\u003e\n\u003cp class=\"pd-text\"\u003eUnlike traditional disposables, this kit features a high-capacity rechargeable battery and a smart digital display that keeps you informed of your battery life and e-liquid levels. By simply replacing the pod when the liquid runs out, you reduce waste and save money without compromising on the 20,000 puff capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Grid --\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"pd-features-grid\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-icon-box\"\u003e\n\u003c!-- Battery Icon SVG --\u003e \u003csvg stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3.75 10.5h16.5m-16.5 3h16.5m-2.25-9.75h-12a2.25 2.25 0 00-2.25 2.25v12a2.25 2.25 0 002.25 2.25h12a2.25 2.25 0 002.25-2.25v-12a2.25 2.25 0 00-2.25-2.25z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-title\"\u003eUp to 20,000 Puffs\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-desc\"\u003eMassive longevity thanks to the refillable pod system and high-efficiency battery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-icon-box\"\u003e\n\u003c!-- Display Icon SVG --\u003e \u003csvg stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-title\"\u003eSmart Digital Display\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-desc\"\u003eReal-time screen showing battery percentage and e-liquid level so you are never caught off guard.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-icon-box\"\u003e\n\u003c!-- Dual Pod Icon SVG --\u003e \u003csvg stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 00-3.7-3.7 48.678 48.678 0 00-7.324 0 4.006 4.006 0 00-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3l-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 003.7 3.7 48.656 48.656 0 007.324 0 4.006 4.006 0 003.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3l-3 3\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-title\"\u003eDual Pod System\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-desc\"\u003eIncludes two refillable pods, allowing you to carry multiple flavors or switch instantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-icon-box\"\u003e\n\u003c!-- Mesh Coil Icon SVG --\u003e \u003csvg stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M3.75 6A2.25 2.25 0 016 3.75h2.25A2.25 2.25 0 0110.5 6v2.25a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V6zM3.75 15.75A2.25 2.25 0 016 13.5h2.25a2.25 2.25 0 012.25 2.25V18a2.25 2.25 0 01-2.25 2.25H6A2.25 2.25 0 013.75 18v-2.25zM13.5 6a2.25 2.25 0 012.25-2.25H18A2.25 2.25 0 0120.25 6v2.25A2.25 2.25 0 0118 10.5h-2.25a2.25 2.25 0 01-2.25-2.25V6zM13.5 15.75a2.25 2.25 0 012.25-2.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-2.25A2.25 2.25 0 0113.5 18v-2.25z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-title\"\u003eAdvanced Mesh Coil\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-desc\"\u003eDesigned for consistent heating and intense flavor production from the first puff to the last.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How to Use --\u003e\n\u003ch3\u003eHow to Use\u003c\/h3\u003e\n\u003cdiv class=\"pd-description\"\u003e\n\u003cul class=\"pd-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharge the Device:\u003c\/strong\u003e Use the included Type-C cable to fully charge the battery before first use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInsert Pods:\u003c\/strong\u003e Click your chosen refillable pods into the device slots until they snap into place.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eActivate:\u003c\/strong\u003e The device is draw-activated. Simply inhale through the mouthpiece to start vaping.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMonitor Levels:\u003c\/strong\u003e Check the digital screen to see when you need to recharge or replace a pod.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Div Flex) --\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cdiv class=\"pd-specs-wrapper\"\u003e\n\u003cdiv class=\"pd-spec-header\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003ePuff Count\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003eApprox. 20,000 Puffs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003eBattery Capacity\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003eBuilt-in Rechargeable Battery (Type-C Charging)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003ePod Capacity\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003e2 x Refillable Pods (Volume varies by region\/kit)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003eCoil Type\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003eAdvanced Mesh Coil Technology\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003eActivation\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003eDraw-Activated (No Buttons)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003eDisplay\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003eDigital Screen (Battery \u0026amp; Liquid Indicators)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003eAirflow\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003eAdjustable Airflow Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-key\"\u003eContents\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-value\"\u003e1x Device Unit, 2x Pods, 1x Type-C Cable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Vapes Bars","offers":[{"title":"Black Edition (Blue Fusion \\ Summer Dream)","offer_id":42966803087473,"sku":"VBAN20K-BED-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Blue Edition (Mr Blue \\ Mad Blue)","offer_id":42966803120241,"sku":"VBAN20K-BE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Brown Edition (Cherry Cola \\ Cola Lime)","offer_id":42966803153009,"sku":"VBAN20K-BRE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Coral Edition (Juicy Peach \\ Strawberry Raspberry Ice)","offer_id":42966803185777,"sku":"VBAN20K-CE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Golden Edition (Fizzy Cherry \\ Blue Razz Lemonade)","offer_id":42966803218545,"sku":"VBAN20K-GDE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Green Edition (Fresh Mint \\ Double Menthol)","offer_id":42966803251313,"sku":"VBAN20K-GE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Pink Edition (Berry Lemonade \\ Strawberry Kiwi)","offer_id":42966803284081,"sku":"VBAN20K-PE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Purple Edition (Blue Razz Gummy Bear \\ Blueberry Cherry Cranberry)","offer_id":42966803316849,"sku":"VBAN20K-PEE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Red Edition (Strawberry Mojito \\ Watermelon Ice)","offer_id":42966803349617,"sku":"VBAN20K-RE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Sky Blue Edition (Blue Sour Raspberry \\ Blue Razz Cherry)","offer_id":42966803382385,"sku":"VBAN20K-SBE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Violet Edition (Blueberry Cherry Cranberry \\ Blueberry Raspberry)","offer_id":42966803415153,"sku":"VBAN20K-VE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"White Edition (Fresh Menthol Mojitov \\ Lemon \u0026 Lime)","offer_id":42966803447921,"sku":"VBAN20K-WE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Yellow Edition (Banana Ice \\ Triple Mango)","offer_id":42966803480689,"sku":"VBAN20K-YE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Coastal Fizz Edition (Summer Smoke \\ Vimto Lemonade) NEW","offer_id":42966803513457,"sku":"VBAN20K-CFE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Crown Edition (Blueberry Cherry Cranberry \\ Frozen Berries) NEW","offer_id":42966803546225,"sku":"VBAN20K-CEN-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Holiday Edition (Tropical Mix \\ Sour Fruits Twist) NEW","offer_id":42966803578993,"sku":"VBAN20K-HE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Island Edition (Summer Dream \\ Papaya) NEW","offer_id":42966803611761,"sku":"VBAN20K-IE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Pool Edition (Berry Crush \\ Lemon \u0026 Lime) NEW","offer_id":42966803644529,"sku":"VBAN20K-PEN-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Sunset Edition (Triple Mango \\ Strawberry Raspberry Ice) NEW","offer_id":42966803677297,"sku":"VBAN20K-SE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Tropic Pop Edition (Pineapple Ice \\ Blue Razz Gb) NEW","offer_id":42966803710065,"sku":"VBAN20K-TPE-sgl","price":10.99,"currency_code":"GBP","in_stock":false},{"title":"Union Edition (Black Jack \\ Cola Lime) NEW","offer_id":42966803742833,"sku":"VBAN20K-UE-sgl","price":10.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/0036\/6449\/files\/Black_edition__Angel_20K_Puff-VB-VapesBars.jpg?v=1769074419","url":"https:\/\/localsupplies.co.uk\/products\/vapes-bars-angel-20k-prefilled-kit","provider":"LOCAL SUPPLIES","version":"1.0","type":"link"}