{"product_id":"18v-60ah-battery-pack","title":"18v 60Ah Battery Pack","description":"\u003cstyle\u003e\n  .bq-product-content {\n    --bq-orange: #f5a400;\n    --bq-orange-soft: #fff7e1;\n    --bq-black: #111;\n    --bq-text: #222;\n    --bq-muted: #666;\n    --bq-border: #e5e5e5;\n    --bq-panel: #fafafa;\n\n    max-width: 1400px;\n    margin: 0 auto;\n    color: var(--bq-text);\n    line-height: 1.6;\n    font-size: 16px;\n  }\n\n  .bq-product-content * {\n    box-sizing: border-box;\n  }\n\n  .bq-product-content h2,\n  .bq-product-content h3 {\n    color: var(--bq-black);\n    line-height: 1.25;\n    margin: 0 0 14px;\n  }\n\n  .bq-product-content h2 {\n    font-size: clamp(30px, 4vw, 46px);\n    margin-bottom: 16px;\n  }\n\n  .bq-product-content h3 {\n    font-size: clamp(21px, 3vw, 28px);\n  }\n\n  .bq-product-content p {\n    margin: 0 0 16px;\n  }\n\n  .bq-product-content ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .bq-product-content li {\n    margin-bottom: 8px;\n  }\n\n  .bq-section {\n    padding: 30px 0;\n    border-bottom: 1px solid var(--bq-border);\n  }\n\n  .bq-section:first-child {\n    padding-top: 0;\n  }\n\n  .bq-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);\n    gap: 28px;\n    align-items: start;\n  }\n\n  .bq-hero-copy {\n    position: sticky;\n    top: 20px;\n  }\n\n  .bq-card {\n    background: var(--bq-panel);\n    border: 1px solid var(--bq-border);\n    border-radius: 14px;\n    padding: 20px;\n  }\n\n  .bq-highlight {\n    background: var(--bq-orange-soft);\n    border-left: 5px solid var(--bq-orange);\n    border-radius: 14px;\n    padding: 20px;\n  }\n\n  .bq-video-stack {\n    display: grid;\n    gap: 18px;\n  }\n\n  .bq-video-card {\n    background: #fff;\n    border: 1px solid var(--bq-border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .bq-video-card iframe {\n    display: block;\n    width: 100% !important;\n    height: auto !important;\n    aspect-ratio: 16 \/ 9;\n    border: 0;\n  }\n\n  .bq-video-copy {\n    padding: 14px 16px 16px;\n  }\n\n  .bq-video-copy h3 {\n    font-size: 20px;\n    margin-bottom: 6px;\n  }\n\n  .bq-video-copy p {\n    margin-bottom: 0;\n    color: var(--bq-muted);\n  }\n\n  .bq-package-card {\n    margin-top: 18px;\n    background: var(--bq-black);\n    color: #fff;\n    border-radius: 16px;\n    padding: 22px;\n  }\n\n  .bq-package-card h3 {\n    color: #fff;\n  }\n\n  .bq-package-card p {\n    color: #fff;\n  }\n\n  .bq-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 4px;\n    padding: 12px 18px;\n    border-radius: 999px;\n    background: var(--bq-orange);\n    color: var(--bq-black);\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  .bq-button:hover {\n    opacity: 0.9;\n  }\n\n  .bq-summary-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .bq-summary-list li {\n    display: flex;\n    gap: 10px;\n    padding: 10px 0;\n    border-bottom: 1px solid var(--bq-border);\n    margin: 0;\n  }\n\n  .bq-summary-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .bq-summary-label {\n    min-width: 120px;\n    color: var(--bq-muted);\n    font-weight: 700;\n  }\n\n  .bq-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .bq-pill {\n    display: inline-flex;\n    align-items: center;\n    border: 1px solid var(--bq-border);\n    background: #fff;\n    border-radius: 999px;\n    padding: 8px 12px;\n    font-weight: 700;\n  }\n\n  .bq-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .bq-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .bq-feature-list li {\n    position: relative;\n    padding-left: 24px;\n    margin-bottom: 12px;\n  }\n\n  .bq-feature-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0.65em;\n    width: 9px;\n    height: 9px;\n    background: var(--bq-orange);\n    border-radius: 50%;\n  }\n\n  .bq-link-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .bq-link-card {\n    display: block;\n    background: #fff;\n    border: 1px solid var(--bq-border);\n    border-radius: 14px;\n    padding: 18px;\n    color: var(--bq-text);\n    text-decoration: none;\n  }\n\n  .bq-link-card strong {\n    display: block;\n    color: var(--bq-black);\n    margin-bottom: 6px;\n  }\n\n  .bq-link-card span {\n    color: var(--bq-muted);\n  }\n\n  .bq-link-card:hover {\n    border-color: var(--bq-orange);\n  }\n\n  .bq-note {\n    color: var(--bq-muted);\n    font-size: 15px;\n  }\n\n  .bq-final-callout {\n    background: var(--bq-orange-soft);\n    border-left: 5px solid var(--bq-orange);\n    border-radius: 14px;\n    padding: 20px;\n  }\n\n  @media (max-width: 980px) {\n    .bq-hero,\n    .bq-grid,\n    .bq-link-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .bq-hero-copy {\n      position: static;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .bq-section {\n      padding: 24px 0;\n    }\n\n    .bq-card,\n    .bq-highlight,\n    .bq-package-card,\n    .bq-final-callout,\n    .bq-link-card {\n      padding: 16px;\n      border-radius: 12px;\n    }\n\n    .bq-summary-list li {\n      display: block;\n    }\n\n    .bq-summary-label {\n      display: block;\n      min-width: 0;\n      margin-bottom: 4px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bq-product-content\"\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003cdiv class=\"bq-hero\"\u003e\n\u003cdiv class=\"bq-hero-copy\"\u003e\n\u003ch2\u003e60Ah High-Capacity Battery Pack\u003c\/h2\u003e\n\u003cp\u003eBuilt for commercial beekeepers, contractors and anyone who relies heavily on cordless equipment, this \u003cstrong\u003e60Ah Battery Pack\u003c\/strong\u003e delivers long-lasting, consistent power without the inconvenience of continually stopping to change or recharge individual power-tool batteries. Perfect for the \u003ca rel=\"noopener\" href=\"https:\/\/beequip.nz\/collections\/vaporizers\/products\/instantvap-turbo-18-volt\" target=\"_blank\"\u003eInstantVap Turbo\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eIt is available with cable options for \u003cstrong\u003eDeWalt, Milwaukee, Makita and AEG\u003c\/strong\u003e, making it a practical portable power solution for the tools you already use.\u003c\/p\u003e\n\u003cdiv class=\"bq-card\"\u003e\n\u003ch3\u003eQuick summary\u003c\/h3\u003e\n\u003cul class=\"bq-summary-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"bq-summary-label\"\u003eCapacity\u003c\/span\u003e \u003cspan\u003e60Ah high-capacity Battery Pack\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bq-summary-label\"\u003eCable options\u003c\/span\u003e \u003cspan\u003eDeWalt, Milwaukee, Makita or AEG\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bq-summary-label\"\u003eSupplied with\u003c\/span\u003e \u003cspan\u003eCarrying harness, overnight charger and portable handle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bq-summary-label\"\u003eUse case\u003c\/span\u003e \u003cspan\u003eCommercial InstantVap Turbo use and compatible cordless equipment\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bq-pill-row\"\u003e\n\u003cspan class=\"bq-pill\"\u003eDeWalt\u003c\/span\u003e \u003cspan class=\"bq-pill\"\u003eMilwaukee\u003c\/span\u003e \u003cspan class=\"bq-pill\"\u003eMakita\u003c\/span\u003e \u003cspan class=\"bq-pill\"\u003eAEG\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bq-package-card\"\u003e\n\u003ch3\u003eInstantVap Turbo + 60Ah Battery Package\u003c\/h3\u003e\n\u003cp\u003eA package option is available for customers who want the InstantVap Turbo and the 60Ah Battery Pack together.\u003c\/p\u003e\n\u003ca class=\"bq-button\" href=\"https:\/\/beequip.nz\/products\/instantvap-turbo-60ah-battery-package-deal\"\u003eClick here to buy the package\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bq-video-stack\"\u003e\n\u003cdiv class=\"bq-video-card\"\u003e\n\u003ciframe title=\"60Ah Battery Pack in commercial beekeeping use\" src=\"https:\/\/www.youtube.com\/embed\/jQQ6o90wGuo\"\u003e\u003c\/iframe\u003e\n\u003cdiv class=\"bq-video-copy\"\u003e\n\u003ch3\u003eSee the Battery Pack in commercial use\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bq-video-card\"\u003e\n\u003ciframe title=\"Commercial beekeeper feedback on the 60Ah Battery Pack\" src=\"https:\/\/www.youtube.com\/embed\/2fMgj-kBo3M\"\u003e\u003c\/iframe\u003e\n\u003cdiv class=\"bq-video-copy\"\u003e\n\u003ch3\u003eCommercial beekeeper feedback\u003c\/h3\u003e\n\u003cp\u003eWatch Nic’s feedback on using the 60Ah Battery Pack and InstantVap Turbo in a commercial beekeeping operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003cdiv class=\"bq-highlight\"\u003e\n\u003ch3\u003eMore consistent power means lower labour costs\u003c\/h3\u003e\n\u003cp\u003eOne of the biggest advantages for InstantVap Turbo users is the reduction in performance drop-off. As an individual power-tool battery begins to run flat, the Turbo’s heat-recovery and dosing time can gradually increase.\u003c\/p\u003e\n\u003cp\u003eThat may only add a small amount of time to each hive, but across hundreds or thousands of hives, those extra seconds quickly become a meaningful labour cost.\u003c\/p\u003e\n\u003cp\u003eWhen several individual batteries are used throughout the day, this slowing-down period happens repeatedly — once near the end of every battery. With the 60Ah Battery Pack, you receive steady, consistent power for much longer, with the drop-off occurring only once when the large battery finally reaches the end of its charge.\u003c\/p\u003e\n\u003cp\u003eThe 60Ah capacity is roughly equivalent to carrying \u003cstrong\u003e12–14 6Ah power-tool batteries\u003c\/strong\u003e, depending on the battery being compared. Instead of stopping throughout the day to swap batteries, the operator can keep moving efficiently through the hives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003ch3\u003eDesigned for commercial InstantVap Turbo use\u003c\/h3\u003e\n\u003cdiv class=\"bq-grid\"\u003e\n\u003cdiv class=\"bq-card\"\u003e\n\u003cp\u003eThe 60Ah Battery Pack is an excellent match for the InstantVap Turbo, helping commercial operators take full advantage of its fast dosing capability throughout the working day.\u003c\/p\u003e\n\u003cp\u003eIt provides a steady power source without tying the operator to a vehicle, generator or mains power supply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bq-card\"\u003e\n\u003cp\u003eCommercial teams using two Turbos will often place the Battery Pack on the ground rather than wearing the harness.\u003c\/p\u003e\n\u003cp\u003eOne Turbo can be positioned beside one pallet and the second beside the next pallet. The beekeeper can then move between the two pallets and work efficiently around the four hives without continually carrying or repositioning the equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bq-card\" style=\"margin-top: 18px;\"\u003e\n\u003cp\u003eFor an operator wanting to carry and run two separate Turbo setups, a second Battery Pack can be purchased. Both packs can be placed inside a suitable heavy-duty backpack sourced from a general outdoor or equipment store, creating a practical twin-Turbo mobile setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003ch3\u003eNot just for beekeeping treatments\u003c\/h3\u003e\n\u003cp\u003eThis is much more than a dedicated InstantVap battery. With connection options for four of the most widely used cordless tool systems, it can become a practical all-day power source for a wide range of equipment used in an apiary, workshop, orchard, farm or contracting business.\u003c\/p\u003e\n\u003cp\u003eCommercial beekeepers may also use it to power compatible cordless tools such as:\u003c\/p\u003e\n\u003cul class=\"bq-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBee blowers\u003c\/strong\u003e when removing bees from honey supers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeed eaters and line trimmers\u003c\/strong\u003e for clearing vegetation around apiaries\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImpact drivers and drills\u003c\/strong\u003e for assembling and repairing hive boxes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNail guns\u003c\/strong\u003e for hiveware production and field repairs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSaws, grinders, lights and other cordless equipment\u003c\/strong\u003e used throughout the working day\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe potential uses are extensive. For anyone regularly working through multiple power-tool batteries, the 60Ah Battery Pack can reduce battery changes, simplify charging and help keep tools operating consistently for longer.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003ch3\u003eWhat’s included\u003c\/h3\u003e\n\u003cdiv class=\"bq-card\"\u003e\n\u003cul class=\"bq-feature-list\"\u003e\n\u003cli\u003e60Ah high-capacity Battery Pack\u003c\/li\u003e\n\u003cli\u003eErgonomic carrying harness\u003c\/li\u003e\n\u003cli\u003eOvernight charger\u003c\/li\u003e\n\u003cli\u003eYour selected cable connection for DeWalt, Milwaukee, Makita or AEG\u003c\/li\u003e\n\u003cli\u003ePortable handle for carrying or positioning the pack on the ground\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003ch3\u003eRespiratory protection links\u003c\/h3\u003e\n\u003cp\u003eWhen viewing InstantVap and oxalic acid treatment equipment, customers can also go directly to Beequip respiratory mask options:\u003c\/p\u003e\n\u003cdiv class=\"bq-link-grid\"\u003e\n\u003ca class=\"bq-link-card\" href=\"https:\/\/beequip.nz\/products\/full-face-mask\"\u003e \u003cstrong\u003eFull Face Respiratory Mask Package\u003c\/strong\u003e \u003cspan\u003eView full face mask option\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"bq-link-card\" href=\"https:\/\/beequip.nz\/products\/half-face-respiratory-mask\"\u003e \u003cstrong\u003eHalf Face Respiratory Mask Package\u003c\/strong\u003e \u003cspan\u003eView half face mask option\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003ch3\u003eImportant notes\u003c\/h3\u003e\n\u003cdiv class=\"bq-card\"\u003e\n\u003cp class=\"bq-note\"\u003e\u003cem\u003eActual operating time will vary depending on the tool, workload, power draw and operating conditions. Please select the correct cable option for your equipment when ordering.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bq-section\"\u003e\n\u003cdiv class=\"bq-final-callout\"\u003e\n\u003cp\u003e\u003cstrong\u003eSpend less time changing batteries and more time getting the job done. The 60Ah Battery Pack is a versatile, high-capacity power solution for commercial beekeeping, demanding cordless-tool work and long days in the field.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Beequip NZ","offers":[{"title":"Makita","offer_id":43404260278333,"sku":"760-0053-Ma","price":1600.0,"currency_code":"NZD","in_stock":true},{"title":"AEG","offer_id":43404260311101,"sku":"760-0053-AEG","price":1600.0,"currency_code":"NZD","in_stock":true},{"title":"Dewalt","offer_id":43404260343869,"sku":"760-0053-De","price":1600.0,"currency_code":"NZD","in_stock":true},{"title":"Milwaukee","offer_id":43404260376637,"sku":"760-0053-Mi","price":1600.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0892\/4696\/files\/20260529_130203.png?v=1785213338","url":"https:\/\/beequip.nz\/products\/18v-60ah-battery-pack","provider":"Beequip NZ","version":"1.0","type":"link"}