{"title":"All Taxable items at 7.75%","description":"","products":[{"product_id":"foil-laminated-zipper-bag","title":"Foil Laminated Zipper Bag","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .exec-summary { padding: 5px 20px 25px 20px; text-align: left; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* 3. Specs Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cross-Promotion Grid *\/\n    .multipack-grid {\n        display: flex;\n        justify-content: center;\n        padding: 15px 0;\n        background: #fff;\n    }\n    .multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 15px 12px;\n        text-align: center;\n        background: var(--bk-light-gray);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n        max-width: 240px;\n    }\n    .multipack-item img { \n        width: 100%; \n        max-width: 140px; \n        aspect-ratio: 1\/1; \n        object-fit: cover; \n        border-radius: 4px; \n        margin: 0 auto 10px auto; \n        display: block; \n    }\n    .multipack-item span { \n        font-size: 0.72rem; \n        font-weight: 700; \n        display: block; \n        margin-bottom: 12px; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        line-height: 1.3;\n    }\n    .multipack-btn {\n        display: inline-block;\n        background: var(--bk-graphite);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 6px 18px;\n        border-radius: 50px;\n        font-size: 0.65rem;\n        font-weight: 700;\n        text-transform: uppercase;\n    }\n\n    \/* Card Styling Borders *\/\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { text-align: center; width: 100%; }\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eShips Flat \/ In-Stock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003eCandy \u0026amp; Seed Vials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e\u003cspan\u003eFDA Food-Safe Materials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003eFoil Laminated Zipper Bags\u003c\/h1\u003e\n\u003cp\u003eKeep your contents fresh and fully protected with our sleek, \u003cstrong\u003efoil-laminated zipper bags\u003c\/strong\u003e. Engineered with an \u003cstrong\u003eopaque exterior and a light-blocking foil interior\u003c\/strong\u003e, these heat-sealable bags are perfect for candies or small seed vials.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume \/ Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 1 Gram (Ideal for small items, candy, or seed vials)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height \/ Length\u003c\/th\u003e\n\u003ctd\u003e114 mm \/ 4.49 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e75 mm x 114 mm \/ 2.95 in x 4.49 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions (Usable Space)\u003c\/th\u003e\n\u003ctd\u003e61 mm w x 75 mm l \/ 2.40 in w x 2.95 in l\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Thickness\u003c\/th\u003e\n\u003ctd\u003e0.3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e2.8 g \/ 0.10 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe, BPA-Free Protective Laminate (Foil Lining)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eStandard Reclosable Zipper (Non Child-Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eOpaque White or Opaque Kraft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\n\u003cdiv class=\"multipack-grid\"\u003e\n\u003cdiv class=\"multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/1-dram-glass-seed-vial-1230353337.jpg?v=1774901227\" alt=\"1 Dram Glass Seed Vial\"\u003e \u003cspan\u003e1 Dram Glass Seed Vial\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/1-dram-glass-seed-vial\" class=\"multipack-btn\" target=\"_blank\"\u003ePerfect Match Item\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003ch3\u003eEvery Step: Commercial Sourcing \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eInterior Foil Shield:\u003c\/strong\u003e Heavy-duty interior metalized barrier layer blocks 100% of moisture, oxygen, and UV rays to lock in product potency.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeat-Sealable Top:\u003c\/strong\u003e Secure the upper rim above the zipper tracking using standard thermal sealers for an airtight, tamper-evident finish.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrated Tear Notches:\u003c\/strong\u003e Features dual precision-cut side notches to allow effortless retail access by customers after custom heat sealing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero-Gusset Flat Design:\u003c\/strong\u003e Ships completely flat to cut warehouse space requirements and stack perfectly clean inside secondary storage totes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n                    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSymmetrical Flat Labeling:\u003c\/strong\u003e The flat profile provides a wrinkle-free surface canvas for flawless manual sticker placement or automated machine runs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Freight:\u003c\/strong\u003e Bypass internal packaging bottlenecks completely by receiving your bag supply pre-labeled with perfect center tracking.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaximize Operational Speeds:\u003c\/strong\u003e Minimize your processing center floor hours, sorting layout errors, and material waste overhead.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg alt=\"Custom printed Mylar branding and barrier packaging solutions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBespoke Branding Customization:\u003c\/strong\u003e Collaborate directly with our print team to implement fully branded packaging suites built around your lifestyle brand lines.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCohesive Product Ecosystem:\u003c\/strong\u003e Align your custom hardware or container orders perfectly with matching custom barrier bags and outer retail displays.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCentralized Supply Tracking:\u003c\/strong\u003e Consolidate your corporate assets under one hub managing custom design adjustments, material production, and wholesale storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing BK Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Kraft","offer_id":42543708799056,"sku":"2106-KRT-D-PK","price":7.0,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":42543708831824,"sku":"2106-WHT-D-PK","price":7.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/kraft-foil-laminated-zipper-bag-1245190095.jpg?v=1782021308"},{"product_id":"snap-tech","title":"Large Snap Tech Case with Pre-Roll Insert","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .exec-summary { padding: 5px 20px 25px 20px; text-align: left; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* 3. Specs Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cross-Promotion Grid *\/\n    .multipack-grid {\n        display: flex;\n        justify-content: center;\n        padding: 15px 0;\n        background: #fff;\n    }\n    .multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 15px 12px;\n        text-align: center;\n        background: var(--bk-light-gray);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n        max-width: 240px;\n    }\n    .multipack-item img { \n        width: 100%; \n        max-width: 140px; \n        aspect-ratio: 1\/1; \n        object-fit: cover; \n        border-radius: 4px; \n        margin: 0 auto 10px auto; \n        display: block; \n    }\n    .multipack-item span { \n        font-size: 0.72rem; \n        font-weight: 700; \n        display: block; \n        margin-bottom: 12px; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        line-height: 1.3;\n    }\n    .multipack-btn {\n        display: inline-block;\n        background: var(--bk-graphite);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 6px 18px;\n        border-radius: 50px;\n        font-size: 0.65rem;\n        font-weight: 700;\n        text-transform: uppercase;\n    }\n\n    \/* Card Styling Borders *\/\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { text-align: center; width: 100%; }\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eIn-Stock \/ Ready to Ship\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003e109mm King Size Cones \u0026amp; Edibles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e\u003cspan\u003e16 CFR Part 1700 Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003eLarge Snap Tech Case with Pre-Roll Insert\u003c\/h1\u003e\n\u003cp\u003eSafeguard your multi-pack pre-rolls with the official, child-resistant \u003cstrong\u003eLarge Snap Tech Case\u003c\/strong\u003e. Molded from eco-conscious, recyclable polypropylene and pre-fitted with a custom insert, this sleek \u003cstrong\u003ematte black case\u003c\/strong\u003e combines certified structural security with premium shelf presentation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume Capacity\u003c\/th\u003e\n\u003ctd\u003eMulti-Pack Configuration (Optimized for 109mm King Size Cones)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e18 mm \/ 0.71 in (Lid Sealed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e66 mm x 135 mm \/ 2.60 in x 5.31 in (Outer Footprint)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e57 mm x 110 mm x 12 mm \/ 2.24 in x 4.33 in x 0.47 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e31 g \/ 1.09 oz (Shell Only)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight with Insert\u003c\/th\u003e\n\u003ctd\u003e34.6 g \/ 1.22 oz (Full Assembly)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA-Grade, Food-Safe Recyclable Polypropylene (BPA-Free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eChild-Resistant Locking Mechanism (16 CFR Part 1700 Standards)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eOpaque Matte Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\n\u003cdiv class=\"multipack-grid\"\u003e\n\u003cdiv class=\"multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/grand-puff-premium-king-size-pre-roll-cones-109mm-26mm-filter-box-of-800-french-white-38802353553656.png?v=1674593871\" alt=\"Grand Puff Premium King Size Pre-Roll Cones 109mm\"\u003e \u003cspan\u003ePerfect Match!\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/collections\/109mm-cones\" class=\"multipack-btn\" target=\"_blank\"\u003eShop 109mm Cones\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003ch3\u003eEvery Step: Commercial Sourcing \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRigid Snap Tech Armor:\u003c\/strong\u003e Heavy-duty, crush-resistant exterior prevents pre-roll bending, structural breaking, or flattening during transport.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e109mm Flawless Pairing:\u003c\/strong\u003e Internal layout is explicitly optimized to house standard \u003cstrong\u003e109mm King Size cones\u003c\/strong\u003e securely within the bundled structural divider.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Forward Polypropylene:\u003c\/strong\u003e Molded from 100% recyclable, FDA food-grade material for a sustainable footprint that doesn't sacrifice product freshness.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eB2B Logistics Control:\u003c\/strong\u003e Full case quantities are warehoused locally for prompt fulfillment turnaround times across national commercial supply paths.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n                    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDirect Face Sticker Customization:\u003c\/strong\u003e Flat, sweeping top and bottom faces provide an ideal surface canvas for rapid manual or high-volume mechanical branding.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Case Shipments:\u003c\/strong\u003e Outsource your labeling bottlenecks entirely—receive your child-resistant cases pre-stickered with absolute structural symmetry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Operational Losses:\u003c\/strong\u003e Slash internal floor handling labor tracking hours, wrinkling production mistakes, and line processing downtime.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg alt=\"Custom Pre-Labeled Product Box Infrastructure\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnified B2B Asset Ecosystem:\u003c\/strong\u003e Match your Snap Tech cases seamlessly with branded high-barrier dispensary exit bags and custom retail boxes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComprehensive Commercial Catalogs:\u003c\/strong\u003e Browse our complete range of bespoke options to seamlessly coordinate material finishes, custom inks, and structural profiles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCentralized Supply Tracking:\u003c\/strong\u003e Consolidate your brand footprint under a single operations hub that manages your printing, manufacturing, and local storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003eView BagKing Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing BK Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Free Pre-Roll Tray \/ Box of 240 (Bulk Discount Pricing)","offer_id":42543708930128,"sku":"7000041-7000633-BX","price":156.0,"currency_code":"USD","in_stock":true},{"title":"Free Pre-Roll Tray \/ Single Unit (Less Than Box Qty)","offer_id":42543708864592,"sku":"7000041-7000633","price":0.65,"currency_code":"USD","in_stock":true},{"title":"Shell Only \/ Box of 240 (Bulk Discount Pricing)","offer_id":42543708962896,"sku":"7000041-BX","price":156.0,"currency_code":"USD","in_stock":true},{"title":"Shell Only \/ Single Unit (Less Than Box Qty)","offer_id":42543708897360,"sku":"7000041-BLK","price":0.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-free-pre-roll-tray-large-snap-tech-case-with-pre-roll-insert-1245320254.jpg?v=1781928014"},{"product_id":"tapered-push-top-tube","title":"Tapered Push Top Tube","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .bk-brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid Styles *\/\n    .bk-logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .bk-logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .bk-logistics-item strong { display: block; font-size: 0.7rem; font-weight: 700 !important; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .bk-logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .bk-exec-summary { padding: 25px 20px 10px 20px; text-align: left; }\n    .bk-exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .bk-exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n    .bk-exec-summary strong { font-weight: 700 !important; color: #000; }\n\n    \/* 3. Specifications Table with Mobile Fluid Fixes *\/\n    .bk-table-section { padding: 20px; }\n    table.bk-inner-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.bk-inner-table th, table.bk-inner-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.bk-inner-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.bk-inner-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .bk-full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .bk-content-block { width: 100%; margin: 0 auto; }\n    \n    .bk-visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .bk-visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cross-Promotion Variant Grid Tuning *\/\n    .bk-multipack-grid {\n        display: flex;\n        gap: 12px;\n        padding: 15px;\n        background: #fff;\n        justify-content: center;\n    }\n    .bk-multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 12px 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n        flex: 0 1 200px;\n    }\n    .bk-multipack-item img { \n        width: 100%; \n        max-width: 110px; \n        aspect-ratio: 1\/1; \n        object-fit: cover; \n        border-radius: 4px; \n        margin: 0 auto 8px auto; \n        display: block; \n    }\n    .bk-multipack-item span { \n        font-size: 0.68rem; \n        font-weight: 700; \n        display: block; \n        margin-bottom: 10px; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        line-height: 1.2;\n    }\n    .bk-multipack-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 6px 16px;\n        border-radius: 50px;\n        font-size: 0.65rem;\n        font-weight: 700;\n        text-transform: uppercase;\n    }\n    .bk-multipack-btn:hover { background: var(--bk-graphite); }\n\n    \/* Cards \u0026 Accents *\/\n    .bk-card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .bk-card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .bk-card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .bk-text-block { text-align: center; width: 100%; }\n    .bk-text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .bk-talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .bk-talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .bk-talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n    .bk-talking-points strong { font-weight: 700 !important; color: var(--bk-graphite); }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .bk-brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .bk-footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; height: auto; }\n    .bk-brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n    .bk-brand-footer strong { font-weight: 700 !important; }\n\n    \/* Media Queries *\/\n    @media (max-width: 600px) {\n        table.bk-inner-table, table.bk-inner-table tbody, table.bk-inner-table tr, table.bk-inner-table th, table.bk-inner-table td { \n            display: block; \n            width: 100% !important; \n        }\n        table.bk-inner-table tr {\n            border-bottom: 1px solid var(--bk-border);\n        }\n        table.bk-inner-table tr:last-child {\n            border-bottom: none;\n        }\n        table.bk-inner-table th { \n            padding: 8px 15px 4px 15px; \n            background: var(--bk-light-gray); \n            color: var(--bk-blue);\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            border-bottom: none;\n        }\n        table.bk-inner-table td { \n            padding: 2px 15px 10px 15px; \n            font-size: 0.88rem;\n            border-bottom: none;\n        }\n    }\n\n    @media (min-width: 768px) {\n        .bk-logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .bk-visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eIn-Stock \u0026amp; Ready to Ship!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003e109mm King Size Pre-Roll Cones \u0026amp; Blunts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eCompliance\u003c\/strong\u003e \u003cspan\u003ePush-To-Open Cap Style (Non Child-Resistant)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003eTapered Pre-Roll Tube\u003c\/h1\u003e\n\u003cp\u003ePop vibrant color onto your retail shelving layouts with these ultra-durable, sleek \u003cstrong\u003etapered pre-roll tubes\u003c\/strong\u003e molded from PET plastic. Designed with a clean, satisfying \u003cstrong\u003epush-to-open closure top\u003c\/strong\u003e, they offer effortless product access and an eye-catching presentation to make your pre-roll lines instantly jump off the shelf.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume\u003c\/th\u003e\n\u003ctd\u003eSingle 109mm King Size Pre-Roll \/ Joint Capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e117 mm \/ 4.61 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e16 mm \/ 0.63 in (Outer Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e13 mm \/ 0.51 in (Inner Neck Opening Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e109 mm \/ 4.29 in (Internal Storage Clearance)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e5.1 g \/ 0.18 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe \/ BPA-Free PET Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003ePush-To-Open System (Non Child-Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eLight Blue, Light Pink, Red Orange, White, Bright Yellow, Bright Green, Bright Pink\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\n\u003cdiv class=\"bk-multipack-grid\"\u003e\n\u003cdiv class=\"bk-multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/grand-puff-premium-king-size-pre-roll-cones-109mm-26mm-filter-box-of-800-french-white-38802353553656.png?v=1674593871\" alt=\"Grand Puff Premium King Size Pre-Roll Cones 109mm\"\u003e \u003cspan\u003e109mm King Cones\u003cbr\u003e(French White \/ Organic)\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/collections\/109mm-cones\" class=\"bk-multipack-btn\" target=\"_blank\"\u003eShop 109mm Cones\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe Perfect Match Architecture:\u003c\/strong\u003e This tapered plastic profile is perfectly mapped to slide our hot-selling \u003cstrong\u003e109mm King Size Pre-Roll Cones\u003c\/strong\u003e cleanly inside without bending or crushing your paper tips.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibrant Multi-Color Sorting:\u003c\/strong\u003e Color-coordinate distinct strains across 7 available bright colors to organize your product menu right on busy dispensary retail counter displays.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePalletized Logistics Pipeline:\u003c\/strong\u003e Both your bulk plastic tube lots and raw paper rolling cones are stored side-by-side in our hubs for fast, combined freight shipping schedules.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0b0fec27362842ab8f8f2f423a8cf99c.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eExplore In-House Label Application:\u003c\/strong\u003e Let our specialized facility crew apply your strain details, custom graphics, or compliance stickers straight onto your chosen hardware stock.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomated Mechanical Precision:\u003c\/strong\u003e Say goodbye to wrinkles and crooked borders with our automated machine alignment capabilities that output clean, retail-ready finishes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBypass Assembly-Line Overhead:\u003c\/strong\u003e Your pre-roll tube orders arrive fully pre-labeled, completely ready to go straight to your packing benches for immediate filling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Full Circle Custom Packaging Solutions catalog presentation for pre-rolls\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eStart Your Design Journey Today:\u003c\/strong\u003e Work hand-in-hand with our creative engineering division to craft unique template layouts built perfectly around your aesthetic lines.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomize Every Fine Detail:\u003c\/strong\u003e Take full command over bespoke printed display setup boxes, custom multi-pack paper boxes, window configurations, and premium foil accent hits.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuild a Brand That Is Uniquely Yours:\u003c\/strong\u003e Graduate gracefully beyond basic unbranded stock inventory into a completely cohesive look designed to lock down lasting market presence.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Master Brand Logo Asset\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Bright Yellow \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709225040,"sku":"5105-YLW-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Bright Yellow \/ Single Unit (Less Than Box Qty)","offer_id":42543708995664,"sku":"5105-YLW","price":0.2,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709257808,"sku":"5105-BLU-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ Single Unit (Less Than Box Qty)","offer_id":42543709028432,"sku":"5105-BLU","price":0.2,"currency_code":"USD","in_stock":true},{"title":"Light Pink \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709290576,"sku":"5105-PNK-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Light Pink \/ Single Unit (Less Than Box Qty)","offer_id":42543709061200,"sku":"5105-PNK","price":0.2,"currency_code":"USD","in_stock":true},{"title":"Lime Green \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709323344,"sku":"5105-GRN-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Lime Green \/ Single Unit (Less Than Box Qty)","offer_id":42543709093968,"sku":"5105-GRN","price":0.2,"currency_code":"USD","in_stock":true},{"title":"Magenta \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709356112,"sku":"5105-MAG-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Magenta \/ Single Unit (Less Than Box Qty)","offer_id":42543709126736,"sku":"5105-MAG","price":0.2,"currency_code":"USD","in_stock":true},{"title":"Red Orange \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709388880,"sku":"5105-ORG-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Red Orange \/ Single Unit (Less Than Box Qty)","offer_id":42543709159504,"sku":"5105-ORG","price":0.2,"currency_code":"USD","in_stock":true},{"title":"White \/ Box of 100 (Bulk Discount Pricing)","offer_id":42543709421648,"sku":"5105-WHT-BX","price":20.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543709192272,"sku":"5105-WHT","price":0.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/tapered-push-top-tube-single-unit-less-than-box-qty-bright-yellow-1244817796.jpg?v=1781929272"},{"product_id":"california-die-cut-universal-thc-symbol-labels","title":"California Die Cut Universal THC! Symbol Labels","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Logistics Grid *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* Label Dimension Graphic *\/\n    .dimension-blueprint-container {\n        padding: 0 20px 10px 20px;\n        margin-top: 20px;\n    }\n    .dimension-blueprint {\n        border: 2px dashed var(--bk-blue);\n        background: var(--bk-light-gray);\n        border-radius: 8px;\n        padding: 25px 15px;\n        text-align: center;\n        position: relative;\n        max-width: 450px;\n        margin: 0 auto;\n    }\n    .blueprint-box {\n        border: 1px solid var(--bk-border);\n        background: #fff;\n        width: 180px;\n        height: 85px;\n        margin: 0 auto;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .blueprint-text {\n        font-size: 0.65rem;\n        font-weight: 700;\n        color: #999;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    .dim-width {\n        position: absolute;\n        bottom: -22px;\n        left: 0;\n        width: 100%;\n        text-align: center;\n        font-size: 0.7rem;\n        font-weight: 600;\n        color: var(--bk-blue);\n    }\n    .dim-height {\n        position: absolute;\n        right: -85px;\n        top: 0;\n        height: 100%;\n        display: flex;\n        align-items: center;\n        font-size: 0.7rem;\n        font-weight: 600;\n        color: var(--bk-blue);\n    }\n\n    \/* Executive Summary *\/\n    .exec-summary { padding: 25px 20px; text-align: left; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* Specs Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cross-Promotion Mobile Swiper Grid *\/\n    .multipack-grid {\n        display: flex;\n        gap: 12px;\n        padding: 10px 0;\n        background: #fff;\n        overflow-x: auto;\n        scroll-snap-type: x mandatory;\n        -webkit-overflow-scrolling: touch;\n    }\n    .multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 12px 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n        flex: 0 0 165px; \n        scroll-snap-align: start;\n    }\n    .multipack-item img { \n        width: 100%; \n        max-width: 100px; \n        aspect-ratio: 1\/1; \n        object-fit: cover; \n        border-radius: 4px; \n        margin: 0 auto 8px auto; \n        display: block; \n    }\n    .multipack-item span { \n        font-size: 0.68rem; \n        font-weight: 700; \n        display: block; \n        margin-bottom: 10px; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        line-height: 1.2;\n    }\n    .multipack-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 6px 16px;\n        border-radius: 50px;\n        font-size: 0.6rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        transition: all 0.2s ease;\n    }\n    .multipack-btn:hover { background: var(--bk-graphite); }\n\n    \/* Card Styling *\/\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { text-align: center; width: 100%; }\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(4, 1fr); }\n        .multipack-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; }\n        .multipack-item { flex: none; }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bk-container\"\u003e\n    \u003cdiv class=\"brand-accent\"\u003e\n        \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-grid\"\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eApplication\u003c\/strong\u003e\u003cspan\u003eCompliance Labels\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e\u003cspan\u003eRoll of 1,000 Units\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003cspan\u003eClear BOPP Film\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eState Compliance\u003c\/strong\u003e\u003cspan\u003eCalifornia\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dimension-blueprint-container\"\u003e\n        \u003cdiv class=\"dimension-blueprint\"\u003e\n            \u003cdiv class=\"blueprint-box\"\u003e\n                \u003cdiv class=\"blueprint-text\"\u003eLabel Dimensions\u003c\/div\u003e\n                \u003cdiv class=\"dim-width\"\u003e◀── 37 mm \/ 1.46 in ──▶\u003c\/div\u003e\n                \u003cdiv class=\"dim-height\"\u003e▲\u003cbr\u003e17 mm\u003cbr\u003e0.67 in\u003cbr\u003e▼\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"exec-summary\"\u003e\n        \u003ch1\u003eCalifornia Universal THC! Labels (37mm x 17mm)\u003c\/h1\u003e\n        \u003cp\u003eMeet state regulations directly with our official \u003cstrong\u003eCalifornia Universal Symbol stickers\u003c\/strong\u003e. Precision cut to \u003cstrong\u003e37mm x 17mm (1.46\" x 0.67\")\u003c\/strong\u003e from clear \u003cstrong\u003eBOPP film\u003c\/strong\u003e, these labels stick flat and secure. Available on \u003cstrong\u003erolls of 1,000\u003c\/strong\u003e with clear or white backings designed to look seamless on retail packaging.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"table-section\"\u003e\n        \u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n        \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eLabel Format\u003c\/th\u003e\n                    \u003ctd\u003eDie-Cut Rectangle (Roll Stock)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eDimensions\u003c\/th\u003e\n                    \u003ctd\u003e37 mm x 17 mm (1.46 in x 0.67 in)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eQuantity Scale\u003c\/th\u003e\n                    \u003ctd\u003e1,000 Labels Per Roll\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eMaterial Base\u003c\/th\u003e\n                    \u003ctd\u003ePremium Clear BOPP (Biaxially Oriented Polypropylene)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eAvailable Backings\u003c\/th\u003e\n                    \u003ctd\u003eClear Stock or Solid White Stock (Both with Invisible Edge Borders)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eCompatibility Blueprint\u003c\/th\u003e\n                    \u003ctd\u003eWraps Around Standard \u003cstrong\u003eVape Cartridges\u003c\/strong\u003e \u0026amp; \u003cstrong\u003ePre-Roll Tubes\u003c\/strong\u003e, Fits Flush On \u003cstrong\u003eTins\u003c\/strong\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eCompliance Target\u003c\/th\u003e\n                    \u003ctd\u003eCalifornia DCC Universal Symbol Requirements\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eAdhesive Type\u003c\/th\u003e\n                    \u003ctd\u003eHigh-Tack Permanent (Smudge, Water, \u0026amp; Peel Resistant)\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"full-circle-stack\"\u003e\n        \u003cdiv class=\"content-block\"\u003e\n            \u003cdiv class=\"visual-frame\"\u003e\n                \u003cdiv class=\"multipack-grid\"\u003e\n                    \u003cdiv class=\"multipack-item\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/8106-WHT-32.jpg?v=1780434462\" alt=\"Grand Puff Budgie Metal Cartridge with Compliance Label\"\u003e\n                        \u003cspan\u003eGrand Puff Budgie\u003cbr\u003eMetal Cartridge\u003c\/span\u003e\n                        \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff-budgie-metal-cartridge?variant=44821615771896\" class=\"multipack-btn\" style=\"background:var(--bk-graphite);\" target=\"_blank\"\u003eShown in Listing\u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"multipack-item\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/goodcarts-1-0ml-2-0mm-vape-cartridge-eazy-press-glass-36834561491192.jpg?v=1754687690\" alt=\"Wholesale Vape Cartridges Collection\"\u003e\n                        \u003cspan\u003eAll Vape\u003cbr\u003eCartridges\u003c\/span\u003e\n                        \u003ca href=\"https:\/\/www.bagking.com\/collections\/vape-cartridges\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Collection\u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"multipack-item\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/premium-squeeze-top-child-resistant-j-tubes-31327746457799.jpg?v=1632418066\" alt=\"Wholesale Glass and Plastic Pre-Roll Tubes Collection\"\u003e\n                        \u003cspan\u003eAll Pre-Roll\u003cbr\u003eTubes\u003c\/span\u003e\n                        \u003ca href=\"https:\/\/www.bagking.com\/collections\/tubes\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Tubes\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"text-block card-stock\"\u003e\n                \u003ch3\u003eEvery Step: Clean Hardware Fit\u003c\/h3\u003e\n                \u003cul class=\"talking-points\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eFlexible Utility:\u003c\/strong\u003e Fits flush around standard round profiles or lays completely flat on pocket \u003cstrong\u003etins\u003c\/strong\u003e, \u003cstrong\u003evape cartridges\u003c\/strong\u003e, and \u003cstrong\u003epre-roll tubes\u003c\/strong\u003e.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eInvisible Borders:\u003c\/strong\u003e Clear BOPP and solid White options feature clean, clear margins that drop seamlessly over hardware artwork with no lifting edges.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eRugged BOPP Film:\u003c\/strong\u003e Heavy-duty structure prevents smudging, tearing, stretching, or oil degradation during handling.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eRolls of 1,000:\u003c\/strong\u003e Structured explicitly for rapid manual peeling and efficient hand-wrapping on the fulfillment line.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eCalifornia Stocked:\u003c\/strong\u003e In-stock packages warehouse locally for quick B2B freight turnaround times and zero import delays.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"content-block\"\u003e\n            \u003cdiv class=\"visual-frame\"\u003e\n                \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003e\n                    \u003cimg alt=\"Custom Pre-Labeled Hardware Infrastructure\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"text-block card-custom\"\u003e\n                \u003ch3\u003eFull Circle: Turnkey Labeling \u0026amp; Packaging\u003c\/h3\u003e\n                \u003cul class=\"talking-points\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eManual Label Optimization:\u003c\/strong\u003e High-tack liner spacing engineered to streamline hand placement on glass, plastic, and metal planes.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePre-Labeled Hardware Supply:\u003c\/strong\u003e Outsource fulfillment workflows completely—receive your \u003cstrong\u003evape cartridges\u003c\/strong\u003e or \u003cstrong\u003etins\u003c\/strong\u003e pre-stickered.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eB2B Logistics Control:\u003c\/strong\u003e BagKing handles your hardware sourcing, label printing, and box manufacturing at one central shipping hub.\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"bk-btn-container\"\u003e\n                    \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\"\u003eExplore In-House Label Application\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"brand-footer\"\u003e\n        \u003cimg alt=\"BagKing BK Logo\" class=\"footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n        \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n    \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Clear","offer_id":42543709454416,"sku":"8105-CLR","price":14.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Clear","offer_id":42543709487184,"sku":"8105-WHT","price":14.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/clear-california-die-cut-universal-thc-symbol-labels-1245190063.jpg?v=1782021068"},{"product_id":"active™-jig-xl","title":"ACTIVE™ Jig XL","description":"\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: #414042;\"\u003eAVD is now \u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eACTIVE™\u003c\/span\u003e!\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eIn a competitive market, manually loading, filling, and capping cartridges one by one is highly inefficient.\u003c\/p\u003e\n\u003cp\u003eIncreased time, wasted labor, and lack of scalability, make automation your obvious choice.\u003c\/p\u003e\n\u003cp\u003eConsider \u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eACTIVE™\u003c\/span\u003e pre-racked cartridges and mouthpieces with \u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eACTIVE™\u003c\/span\u003e easy-to-use jig. Compatible with all leading automation platforms.\u003c\/p\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003eNylon, PC\u003cbr\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTolerance\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan\u003e± 0.1mm\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/AVD_Spec_Sheet_JIG-EG2.pdf?v=1664490014\" target=\"_blank\"\u003eDownload the specification sheet for the arbor press here\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan\u003e\u003cstrong\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003ca href=\"https:\/\/www.bagking.com\/pages\/avd-consumer-safety\" target=\"_blank\"\u003eACTIVE™ Consumer Safety Info.\u003c\/a\u003e\u003c\/span\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/avd-heavy-metals-policy\" target=\"_blank\"\u003e\u003cspan\u003e\u003cstrong\u003e\u003cspan style=\"color: #000000;\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003eACTIVE™ Heavy Metals Policy\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/avd-battery-tips-and-tricks\" target=\"_blank\"\u003e\u003cspan\u003e\u003cstrong\u003e\u003cspan style=\"color: #000000;\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003eACTIVE™ Tips and Tricks\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/avd-faq\" target=\"_blank\"\u003e\u003cspan\u003e\u003cstrong\u003e\u003cspan style=\"color: #000000;\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003eACTIVE™ FAQ\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003ca style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\" href=\"https:\/\/www.bagking.com\/pages\/avd-jig-and-press-set-up-guide\" target=\"_blank\"\u003e\u003cspan\u003eACTIVE™\u003c\/span\u003e Jig and Press Set Up Guide\u003c\/a\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"ACTIVE™","offers":[{"title":"Default Title","offer_id":42543709519952,"sku":"ACTJIG-XL","price":190.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/active-jig-xl-1245190059.jpg?v=1782020829"},{"product_id":"vapium-lite-black","title":"Vapium LITE Portable Dry Herb Vaporizer","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght=300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        max-width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: flex-start;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .exec-summary { padding: 25px 20px 10px 20px; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    .table-section { padding: 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 10px;\n        padding: 0 20px 20px 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .content-block { width: 100%; max-width: 850px; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n\n    .visual-frame a { display: block; text-decoration: none; cursor: pointer; }\n    .visual-frame video { width: 100%; display: block; }\n    .visual-frame img { \n        width: 100%; \n        display: block; \n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n    }\n\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; letter-spacing: 0.5px; }\n    \n    .talking-points { margin: 0 0 25px 0; padding: 0; list-style: none; }\n    .talking-points li { \n        font-size: 0.95rem; \n        color: #444; \n        margin-bottom: 10px; \n        padding-left: 25px; \n        position: relative;\n    }\n    .talking-points li::before {\n        content: '●';\n        position: absolute;\n        left: 0;\n        color: var(--bk-blue);\n        font-size: 0.8rem;\n    }\n\n    .bk-btn-container { text-align: center; width: 100%; display: flex; justify-content: center; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 300px;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n    }\n    .footer-logo { max-width: 180px; margin: 0 auto 25px auto; display: block; height: auto; }\n\n    @media (min-width: 768px) {\n        .bk-container { max-width: 900px; }\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003e\u003cspan style=\"color: rgb(69, 69, 69);\"\u003eLimited Closeout Stock\u003c\/span\u003e \/ Ships Fast\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003eDry Herb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eDelivery Method\u003c\/strong\u003e\u003cspan\u003eDirect Draw\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003eVapium LITE Portable Dry Herb Vaporizer\u003c\/h1\u003e\n\u003cp\u003ePocket-sized, ultra-lightweight, and designed with a ceramic conduction oven, this \u003cstrong\u003edirect-draw kit\u003c\/strong\u003e is fully loaded to move off retail shelves fast. \u003cspan\u003eEliminate the guesswork with \u003cstrong\u003edisplayed temperature\u003c\/strong\u003e settings and \u003cstrong\u003ehaptic feedback\u003c\/strong\u003e, and features conduction ceramic heating, a clean air path, and \u003cstrong\u003eUSB-C recharging\u003c\/strong\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume\u003c\/th\u003e\n\u003ctd\u003e0.33 Grams Chamber Capacity (Oven Volume)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e100 mm \/ 3.90 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e36 mm x 22 mm \/ 1.42 in x 0.62 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e88 g \/ 3.10 oz (0.19 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAnodized Aluminum Body Shell \/ 100% Ceramic Heating Chamber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVapor Path\u003c\/th\u003e\n\u003ctd\u003e\u003cspan\u003eMedical Grade Silicone and Polycarbonate\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Type\u003c\/th\u003e\n\u003ctd\u003e\u003cspan\u003eLithium-Ion Rechargeable Battery 18500 1100 mAh\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eMatte Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWhat's in the Box?\u003c\/th\u003e\n\u003ctd\u003e• 1 x Vapium LITE Vaporizer Device\u003cbr\u003e• 1 x USB-C Charger Cable line\u003cbr\u003e• 1 x Cleaning Brush\u003cbr\u003e• 1 x EXTRA Clean Air Intake Drawer\u003cbr\u003e• 1 x 14mm \/ 18mm Glass Adapter \/ Mouthpiece\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003ch3\u003eEvery Step: Commercial Sourcing \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCeramic Oven Conduction:\u003c\/strong\u003e Pure heating elements bake your raw ground leaf evenly to ensure maximum flavor properties with zero combustion waste.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEight Custom Temp Settings:\u003c\/strong\u003e Fine-tune every single session across multi-colored LEDs mapping temperatures between 356°F and 446°F.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrated Packing Stir Tool:\u003c\/strong\u003e Built right into the lower chassis structure to let you mix, adjust, and tamp down chambers seamlessly on the go.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePass-Through Power:\u003c\/strong\u003e Recharge via an advanced 1100 mAh battery configuration using USB-C paths that let you use the tool while connected.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003e \u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n                        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePromotional Retail Badging:\u003c\/strong\u003e Apply custom retail markup stickers, closeout campaign badges, or custom labels directly onto the outer product box panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Work Bottlenecks:\u003c\/strong\u003e Skip tedious in-house manual sticker placement lines by outsourcing fulfillment preparation to our automated precision labs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eArrives Retail-Ready:\u003c\/strong\u003e Cargo boxes arrive at your facility pre-labeled and perfectly straight to immediate drop into front counter bins.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg alt=\"Custom printed premium vape boxes and hardware packaging infrastructure layout\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVape Infrastructure:\u003c\/strong\u003e Scale your primary operations past simple sticker labeling using edge-to-edge custom box manufacturing and branded layout suites.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTurnkey Device Matching:\u003c\/strong\u003e Pair your hardware offerings seamlessly with matching custom printed child-resistant slide boxes, master cartons, or barrier exit bags.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCentralized Supply Chains:\u003c\/strong\u003e Keep production costs ultra-low by anchoring all graphics layout revisions, printing work, structural checks, and warehousing to a single center.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" class=\"bk-btn\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company. \u003cbr\u003e\u003c\/strong\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Vapium","offers":[{"title":"Single Unit (Less Than Box Qty)","offer_id":42543709552720,"sku":"109706-BLK","price":28.0,"currency_code":"USD","in_stock":true},{"title":"Box of 16 (Bulk Discount Pricing)","offer_id":42543709585488,"sku":"109706-BLK-BX","price":448.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-vapium-lite-portable-dry-herb-vaporizer-1245190055.webp?v=1782020769"},{"product_id":"pollen-gear-30-dram-pop-top","title":"Pollen Gear 30 Dram Pop Top Box","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Logistics Grid *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* Executive Summary *\/\n    .exec-summary { padding: 5px 20px 25px 20px; text-align: left; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* Specs Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Card Styling *\/\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { text-align: center; width: 100%; }\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(4, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e\u003cspan\u003ePop-Top Box Container\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eCapacity\u003c\/strong\u003e\u003cspan\u003e30 Dram Volume\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003cspan\u003eOpaque Polypropylene\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e\u003cspan\u003eASTM D3475\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003ePollen Gear 30 Dram Pop-Top Box Containers\u003c\/h1\u003e\n\u003cp\u003eOfficial \u003cb data-path-to-node=\"0\" data-index-in-node=\"9\"\u003ePollen Gear 30 Dram Pop-Top boxes\u003c\/b\u003e measure \u003cb data-path-to-node=\"0\" data-index-in-node=\"51\"\u003e91mm x 42mm (3.58\" x 1.65\")\u003c\/b\u003e and are built from rigid, opaque plastic to protect flower and concentrates. Available in black or white, these wholesale containers feature \u003cb data-path-to-node=\"0\" data-index-in-node=\"220\"\u003ecertified child-resistant\u003c\/b\u003e squeeze lids to ensure total regulatory compliance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume Capacity\u003c\/th\u003e\n\u003ctd\u003e30 Dram (Holds up to 7 grams \/ half-ounce of dry herb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e91 mm \/ 3.58 in (Lid Sealed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProfile Width \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e42 mm x 42 mm \/ 1.65 in x 1.65 in (Square footprint)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e40 mm x 40 mm \/ 1.57 in x 1.57 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e86 mm \/ 3.39 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e16.5 g \/ 0.58 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe, \u003cspan\u003eBPA-Free\u003c\/span\u003e Polypropylene Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eCertified Child-Resistant (ASTM D3475 \/ CPSC Standards)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eOpaque Matte Black or Opaque White (100% Light Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n                    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Full in-house custom label application service for all rigid storage boxes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Freight:\u003c\/strong\u003e Containers arrive at your facility pre-labeled with automated precision alignment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal floor labor costs, material handling, and processing time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Move directly from raw harvest processing straight to retail distribution lanes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003e \u003cimg alt=\"Custom printed branding and packaging solutions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlat Surface Labeling:\u003c\/strong\u003e Rigid four-sided vertical walls allow fast manual label alignment with zero curving or wrinkled edge bubbles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExplore In-House Label Application:\u003c\/strong\u003e Let our dedicated branding teams design, manufacture, and apply custom panels for your entire product line.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLogistical Integrity:\u003c\/strong\u003e Rely on one point of assembly for your rigid storage vials, custom stickers, and secondary outer fulfillment materials.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eExplore In-House Label Application\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing BK Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Pollen Gear","offers":[{"title":"Black \/ Box of 373 (Bulk Discount Pricing)","offer_id":42543709683792,"sku":"7000092-BLK-BX","price":111.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543709618256,"sku":"7000092-BLK","price":0.3,"currency_code":"USD","in_stock":true},{"title":"White \/ Box of 373 (Bulk Discount Pricing)","offer_id":42543709716560,"sku":"7000112-WHT-BX","price":111.9,"currency_code":"USD","in_stock":true},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543709651024,"sku":"7000112-WHT","price":0.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-black-pollen-gear-30-dram-pop-top-box-1245190054.jpg?v=1782020530"},{"product_id":"bag-king-child-resistant-pop-top-bottle","title":"Child-Resistant 19 Dram Pop Top Bottle","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .exec-summary { padding: 5px 20px 25px 20px; text-align: left; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* 3. Specs Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Card Styling Borders *\/\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { text-align: center; width: 100%; }\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eIn-Stock \/ Ready to Ship\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\" style=\"text-align: center;\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003e     Flower \u0026amp; Small Edibles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e\u003cspan\u003eASTM D3475 Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003eChild-Resistant 19 Dram Pop Top Bottles\u003c\/h1\u003e\n\u003cp\u003eKeep your dispensary inventory locked down and legally compliant with our official \u003cstrong\u003e19 Dram Pop Top Bottles\u003c\/strong\u003e. These rigid, pocket-sized vials use a \u003cstrong\u003ecertified child-resistant squeeze mechanism\u003c\/strong\u003e and light-blocking opaque plastic to safeguard your flower’s premium quality.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume Capacity\u003c\/th\u003e\n\u003ctd\u003e19 Dram (Holds approx. 3.5 grams \/ eighth-ounce of dry herb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e70 mm \/ 2.76 in (Lid Sealed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e38 mm \/ 1.50 in (Outer Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e36 mm \/ 1.42 in (Internal Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e64 mm \/ 2.52 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e11.4 g \/ 0.4 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe, BPA-Free Polypropylene (PP5 Plastic)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eASTM D3475 Certified Squeeze-to-Open Design (CPSC Compliant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eOpaque Matte Black or Opaque White (100% UV Light Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003ch3\u003eEvery Step: Commercial Sourcing \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRigid PP5 Polypropylene:\u003c\/strong\u003e Rugged, drop-resistant plastic material guards dry herb against external crushing weights on dispensary shelves.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% UV Opaque Barrier:\u003c\/strong\u003e Solid matte color finishes completely shield contents from light degradation to preserve internal terpene profiles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSignature Squeeze Mechanism:\u003c\/strong\u003e Secure pop-lid system relies on constant hand pressure to prevent access by minors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLocal B2B Freight Logistics:\u003c\/strong\u003e Massive volume cases are warehoused directly in California for rapid transit and zero distribution delays.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n                    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Assembly Bottlenecks:\u003c\/strong\u003e Skip tedious manual sticker application by routing inventory to our mechanized application lab.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Product Shipments:\u003c\/strong\u003e Pop top cases arrive at your processing floor pre-labeled with perfect spatial symmetry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMinimize Operational Losses:\u003c\/strong\u003e Drastically scale down your packaging footprints, labor tracking costs, and wrinkling mistakes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlawless Cylindrical Alignment:\u003c\/strong\u003e High-speed custom labeling equipment avoids visual overlay overlap on curved 38mm plastic walls.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003e \u003cimg alt=\"Custom printed pre-roll packaging lineup banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBranding Customization:\u003c\/strong\u003e Collaborate directly with our print team to implement fully branded packaging suites built around your harvest lines.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCohesive Product Ecosystem:\u003c\/strong\u003e Align your storage container orders perfectly with matching custom exit bags, retail display boxes, and cartons.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCentralized Supply Tracking:\u003c\/strong\u003e Consolidate your corporate assets under one hub managing design adjustments, production, and wholesale storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003eExplore Custom Packaging Options\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing BK Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Black \/ Box of 416 (Bulk Discount Pricing)","offer_id":42543709814864,"sku":"3115-BLK-D-BX","price":83.2,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543709749328,"sku":"3115-BLK-D","price":0.2,"currency_code":"USD","in_stock":true},{"title":"White \/ Box of 416 (Bulk Discount Pricing)","offer_id":42543709847632,"sku":"3115-WHT-D-BX","price":83.2,"currency_code":"USD","in_stock":true},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543709782096,"sku":"3115-WHT-D","price":0.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-black-child-resistant-19-dram-pop-top-bottle-1245190042.jpg?v=1782019932"},{"product_id":"kraft-foil-laminated-zipper-bags","title":"Kraft Foil Laminated Zipper Bag","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    .exec-summary { \n        padding: 25px 20px; \n        text-align: left; \n    }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n\n    .visual-frame img { \n        width: 100%; \n        display: block; \n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n    }\n\n    .multipack-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 15px;\n        padding: 15px;\n        background: #fff;\n    }\n    .multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 10px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .multipack-item img { width: 100%; aspect-ratio: 1\/1; object-fit: cover; border-radius: 4px; margin-bottom: 10px; }\n    .multipack-item span { font-size: 0.75rem; font-weight: 700; display: block; margin-bottom: 8px; color: var(--bk-graphite); text-transform: uppercase; }\n    .multipack-btn {\n        display: block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 8px;\n        border-radius: 4px;\n        font-size: 0.65rem;\n        font-weight: 700;\n        text-transform: uppercase;\n    }\n\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { \n        text-align: center; \n        width: 100%;\n        display: block;\n    }\n    .text-block h3 { \n        font-size: 1.15rem; \n        margin: 0 0 15px 0; \n        font-weight: 700; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        letter-spacing: 0.5px; \n    }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { \n        font-size: 0.95rem; \n        color: #444; \n        margin-bottom: 10px; \n        padding-left: 25px; \n        position: relative;\n    }\n    .talking-points li::before {\n        content: '●';\n        position: absolute;\n        left: 0;\n        color: var(--bk-blue);\n        font-size: 0.8rem;\n    }\n\n    .bk-btn-container { text-align: center; width: 100%; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 300px;\n    }\n\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p {\n        font-size: 0.9rem;\n        max-width: 600px;\n        margin: 0 auto;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .multipack-grid { grid-template-columns: repeat(2, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eFoil Laminated Bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003eTubes \u0026amp; Syringes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e\u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003eKraft Foil Laminated Zipper Bag — 149mm x 70mm (5.87\" x 2.75\")\u003c\/h1\u003e\n\u003cp\u003eProtect your brand with our \u003cstrong\u003eKraft foil laminated bags\u003c\/strong\u003e, engineered specifically for \u003cstrong\u003eDog Walker pre-roll tubes\u003c\/strong\u003e and \u003cstrong\u003eGlass Applicator Syringes\u003c\/strong\u003e. These high-barrier, heat-sealable pouches ensure maximum freshness and provide a professional, tamper-evident retail finish.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFormat\u003c\/th\u003e\n\u003ctd\u003eKraft Foil Zipper Bag (Flat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eExternal Dims\u003c\/th\u003e\n\u003ctd\u003e149 mm x 70 mm (5.87 in x 2.75 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Usable Space\u003c\/th\u003e\n\u003ctd\u003e133 mm x 32 mm (5.24 in x 1.26 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Thickness\u003c\/th\u003e\n\u003ctd\u003e0.22 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\u003ctd\u003eFits \u003cstrong\u003eDog Walker Preroll Tubes\u003c\/strong\u003e \u0026amp; \u003cstrong\u003eSyringes\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSecurity Features\u003c\/th\u003e\n\u003ctd\u003eHeat Sealable \u0026amp; Integrated Tear Notch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZipper Style\u003c\/th\u003e\n\u003ctd\u003eNon-Child Resistant Zipper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Variants\u003c\/th\u003e\n\u003ctd\u003eSolid Kraft (Both Sides) or Kraft\/Clear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\n\u003cdiv class=\"multipack-grid\"\u003e\n\u003cdiv class=\"multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/grand-puff-squeeze-pop-top-plastic-tube-73mm-clear-w-ca-icon-clear-w-ca-icon-38770114232568.jpg?v=1673990503\" alt=\"Dog Walker Pre-Roll Tubes\"\u003e \u003cspan\u003eDog Walker Tubes\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff-squeeze-pop-top-plastic-tube-73mm-clear-w-ca-icon\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Tubes\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/1-ml-glass-dab-applicator-syringes-with-luer-lock-system-box-of-100-1237262048.jpg?v=1778278056\" alt=\"Glass Applicator Syringes\"\u003e \u003cspan\u003eGlass Syringes\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/1-ml-glass-dab-applicator-syringes-with-luer-lock-system\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Syringes\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternal Usable Space:\u003c\/strong\u003e Featuring a targeted \u003cstrong\u003e133mm x 32mm internal footprint\u003c\/strong\u003e, these bags provide a secure fit for our \u003cstrong\u003e1ml Glass Dab Applicator Syringes\u003c\/strong\u003e and \u003cstrong\u003eDog Walker pre-roll tubes\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTamper Evident:\u003c\/strong\u003e Utilize the \u003cstrong\u003eheat-sealable top\u003c\/strong\u003e and integrated \u003cstrong\u003etear notch\u003c\/strong\u003e to provide guaranteed product integrity and freshness for your \u003cstrong\u003esyringes\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Visuals:\u003c\/strong\u003e Choose between our \u003cstrong\u003esolid Kraft\u003c\/strong\u003e variant for total privacy or \u003cstrong\u003eKraft\/Clear\u003c\/strong\u003e to put your high-end hardware on display.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWest Coast Hub:\u003c\/strong\u003e All units are warehoused in California for immediate dispatch and zero lead times on both bags and syringes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\"\u003e \u003cimg alt=\"Custom Branded Kraft Foil Bags\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Move beyond blank stock with fully custom-printed Kraft pouches engineered for your specific brand identity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch drops or high-volume wholesale production of bags for \u003cstrong\u003eSyringes\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from the initial technical drawing to the final shelf-ready product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Professional-grade, high-barrier retail packaging designed to protect your \u003cstrong\u003eDog Walker Tubes\u003c\/strong\u003e.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\"\u003eStart Custom Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"brand-footer\"\u003e\u003cimg alt=\"BagKing BK Logo\" class=\"footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Kraft","offer_id":42543709880400,"sku":"2108-KRTOPQ-100","price":7.0,"currency_code":"USD","in_stock":true},{"title":"Kraft \/ Clear","offer_id":42543709913168,"sku":"2108-KRTCLR-100","price":7.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/kraft-kraft-foil-laminated-zipper-bag-1245190034.jpg?v=1782019329"},{"product_id":"1-ml-glass-dab-applicator-syringes-with-luer-lock-system","title":"1 mL Glass Dab Applicator Syringes with Luer Lock System","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Brand Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Logistics Grid - Above Exec Summary *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* Executive Summary *\/\n    .exec-summary { \n        padding: 25px 20px; \n        text-align: left; \n    }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* Specifications Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n\n    \/* Interactive Media Link styling *\/\n    .visual-frame a { display: block; text-decoration: none; cursor: pointer; }\n    .visual-frame video { width: 100%; display: block; object-fit: cover; }\n    .visual-frame img { \n        width: 100%; \n        display: block; \n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n    }\n\n    \/* Perfect Match Cross Promo Grid *\/\n    .multipack-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 15px;\n        padding: 15px;\n        background: #fff;\n    }\n    .multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 15px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .multipack-item img { width: 100%; max-width: 240px; aspect-ratio: 1\/1; object-fit: cover; border-radius: 4px; margin: 0 auto 10px auto; display: block; }\n    .multipack-item span { font-size: 0.75rem; font-weight: 700; display: block; margin-bottom: 12px; color: var(--bk-graphite); text-transform: uppercase; letter-spacing: 0.5px; }\n    .multipack-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 10px 24px;\n        border-radius: 50px;\n        font-size: 0.7rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        transition: background 0.2s;\n    }\n    .multipack-btn:hover { background: var(--bk-graphite); }\n\n    \/* Scannable Card Accents *\/\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    \/* Centered Text Blocks (Clean Approach) *\/\n    .text-block { \n        text-align: center; \n        width: 100%;\n        display: block;\n    }\n    .text-block h3 { \n        font-size: 1.15rem; \n        margin: 0 0 15px 0; \n        font-weight: 700; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        letter-spacing: 0.5px; \n    }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { \n        font-size: 0.95rem; \n        color: #444; \n        margin-bottom: 10px; \n        padding-left: 25px; \n        position: relative;\n    }\n    .talking-points li::before {\n        content: '●';\n        position: absolute;\n        left: 0;\n        color: var(--bk-blue);\n        font-size: 0.8rem;\n    }\n    .talking-points li strong { color: var(--bk-graphite); }\n\n    .card-stock .talking-points li::before { color: var(--bk-green); }\n    .card-custom .talking-points li::before { color: var(--bk-graphite); }\n\n    \/* Pill Buttons *\/\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p {\n        font-size: 0.9rem;\n        max-width: 600px;\n        margin: 0 auto;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .multipack-grid { grid-template-columns: repeat(2, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .visual-frame {\n            max-width: 750px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eSyringe Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003eDistillate \/ Extracts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e\u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003e1 ml Glass Dab Applicator Syringe\u003c\/h1\u003e\n\u003cp\u003eGet ultimate precision with our \u003cstrong\u003e1 ml Glass Dab Applicator Syringes\u003c\/strong\u003e, featuring a secure \u003cstrong\u003eLuer Lock System\u003c\/strong\u003e and clearly marked 0.1mL graduated increments. Engineered with sterile \u003cstrong\u003eBorosilicate Glass\u003c\/strong\u003e and a medical-grade rubber stopper, this hardware guarantees a leak-proof experience for your premium high-viscosity extracts.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFormat\u003c\/th\u003e\n\u003ctd\u003eGlass Applicator Syringe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume Capacity\u003c\/th\u003e\n\u003ctd\u003e1mL (0.1mL Graduated Increments)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnfilled Height\u003c\/th\u003e\n\u003ctd\u003e80.32 mm \/ 3.16 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFilled Height\u003c\/th\u003e\n\u003ctd\u003e111.75 mm \/ 4.40 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFull Extension Height\u003c\/th\u003e\n\u003ctd\u003e122.40 mm \/ 4.82 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOuter Body Diameter\u003c\/th\u003e\n\u003ctd\u003e8.15 mm \/ 0.32 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Grade\u003c\/th\u003e\n\u003ctd\u003eBorosilicate Glass (Barrel) \/ Butyl Rubber (Stopper) \/ Polystyrene (Plunger)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eClosure System\u003c\/th\u003e\n\u003ctd\u003eLuer Lock System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSterilization\u003c\/th\u003e\n\u003ctd\u003eSterile (Ready to Fill)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e8 g \/ 0.28 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\n\u003cdiv class=\"multipack-grid\"\u003e\n\u003cdiv class=\"multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/slimline-foil-laminated-zipper-bag-black-clear-1238089602.jpg?v=1778609316\" alt=\"Slimline Foil Laminated Zipper Bag\"\u003e \u003cspan\u003eSlimline Zipper Bags\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/kraft-foil-laminated-zipper-bag-copy\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Slimline Bags\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"multipack-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/kraft-foil-laminated-zipper-bag-1238089606.jpg?v=1778609352\" alt=\"Metallized Barrier Bags\"\u003e \u003cspan\u003eKraft Foil Barrier Bags\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/metallized-barrier-bags\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Kraft Foil Bags\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003ch3\u003eEvery Step: Matching Syringe Zipper Bags\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrecision Sized Compatibility:\u003c\/strong\u003e Protect your filled glass \u003cstrong\u003eSyringes\u003c\/strong\u003e with high-barrier, heat-sealable foil pouches engineered perfectly to match our hardware dimensions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWest Coast Hub:\u003c\/strong\u003e Both your extraction hardware and matching barrier packaging are stocked concurrently in California for immediate, bundled deployment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTamper-Evident Security:\u003c\/strong\u003e Pair your hardware with pouches featuring integrated tear notches and secure zippers to preserve extract integrity until retail use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Build out a complete, retail-ready workflow from one singular source with bulk wholesale availability.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"none\" loading=\"lazy\"\u003e\n                        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: Hardware Box Branding\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBranding Power:\u003c\/strong\u003e Applicator syringes are too small for direct labels, making custom boxes or blister packs your primary retail surface.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your secondary packaging arrives pre-labeled and ready for your fulfillment line.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal secondary labor costs and streamline your logistics.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e Automated label precision ensures a clean, retail-ready look for every unit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart Branding Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom Hardware Packaging Solutions\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Hardware Packaging\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Folding cartons, blister packs, and rigid boxes engineered specifically for glass syringes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch boutique launches or large-scale wholesale drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial structural design to the final manufactured product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Stand out on the shelves with packaging that matches your brand's exact aesthetic.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart Custom Design\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing BK Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Pack of 100 (Bulk Discount Pricing)","offer_id":42543709978704,"sku":"8109-CLR-BX","price":120.0,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543709945936,"sku":"8109-CLR","price":1.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/1-ml-glass-dab-applicator-syringes-with-luer-lock-system-1245190030.jpg?v=1782019091"},{"product_id":"ev2-0-5ml-cartridge","title":"EV2 0.5mL Adjustable Airflow Cartridge \u0026 Mouthpiece Assembly - Box of 100","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Brand Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Logistics Grid - Above Exec Summary *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* Executive Summary *\/\n    .exec-summary { \n        padding: 25px 20px; \n        text-align: left; \n    }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* Specifications Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Vertical Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n\n    \/* Interactive Media Link styling *\/\n    .visual-frame a { display: block; text-decoration: none; cursor: pointer; }\n    .visual-frame video { width: 100%; display: block; object-fit: cover; }\n    .visual-frame img { \n        width: 100%; \n        display: block; \n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n    }\n\n    \/* Scannable Card Accents *\/\n    .card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    \/* Centered Text Blocks (Clean Approach) *\/\n    .text-block { \n        text-align: center; \n        width: 100%;\n    }\n    .text-block h3 { \n        font-size: 1.15rem; \n        margin: 0 0 15px 0; \n        font-weight: 700; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        letter-spacing: 0.5px; \n    }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { \n        font-size: 0.95rem; \n        color: #444; \n        margin-bottom: 10px; \n        padding-left: 25px; \n        position: relative;\n    }\n    .talking-points li::before {\n        content: '●';\n        position: absolute;\n        left: 0;\n        color: var(--bk-blue);\n        font-size: 0.8rem;\n    }\n    .talking-points li strong { color: var(--bk-graphite); }\n\n    .card-stock .talking-points li::before { color: var(--bk-green); }\n    .card-custom .talking-points li::before { color: var(--bk-graphite); }\n\n    \/* Pill Buttons *\/\n    .bk-btn-container { text-align: center; width: 100%; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 300px;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* Footer *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p {\n        font-size: 0.9rem;\n        max-width: 600px;\n        margin: 0 auto;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        \n        \/* Caps the size of the visual assets on desktop and centers them *\/\n        .visual-frame {\n            max-width: 750px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"brand-accent\"\u003e\n\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e \u003cspan style=\"color: var(--bk-blue);\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eCartridge and Mouthpiece\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003eHigh-Viscosity Extracts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e\u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"exec-summary\"\u003e\n\u003ch1\u003eEV2 0.5 mL Adjustable Airflow Cartridge\u003c\/h1\u003e\n\u003cp\u003eGet the ultimate performance with the \u003cstrong\u003eEV2 Adjustable Airflow Cartridge \u0026amp; Mouthpiece Assembly\u003c\/strong\u003e, featuring a \u003cstrong\u003eremovable stainless steel center post\u003c\/strong\u003e for faster, cleaner filling. Built with \u003cstrong\u003ePyrex glass\u003c\/strong\u003e and a 1.2 ohm micropore ceramic coil, this production-ready hardware comes pre-branded with \u003cstrong\u003eProp 65 warnings\u003c\/strong\u003e for immediate compliance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(237, 33, 33);\"\u003eFilling Instructions:\u003c\/span\u003e \u003c\/strong\u003eThis is a highly unique cart design. Because the center post is removable, \u003cb data-path-to-node=\"2,0\" data-index-in-node=\"94\"\u003eonly fill to the designed 0.5ml line\u003c\/b\u003e. Reinserting the post displaces the extract to perfectly fill the chamber without overflow.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"table-section\"\u003e\n\u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFormat\u003c\/th\u003e\n\u003ctd\u003e510 Thread Cartridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOil Capacity\u003c\/th\u003e\n\u003ctd\u003e0.5ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCenter Post\u003c\/th\u003e\n\u003ctd\u003eStainless Steel (Removable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCoil Type\u003c\/th\u003e\n\u003ctd\u003eMicropore Ceramic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eResistance\u003c\/th\u003e\n\u003ctd\u003e1.2 ohm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTank Material\u003c\/th\u003e\n\u003ctd\u003ePyrex Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCAP III Approved\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMouthpiece\u003c\/th\u003e\n\u003ctd\u003eCeramic (Barrel or Flat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e35 × 35 × 35 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-circle-stack\"\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"text-block card-stock\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"none\" loading=\"lazy\"\u003e\n                        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-labeling\"\u003e\n\u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house labeling and branding for your hardware kits.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your retail boxes and devices arrive pre-labeled and ready for retail.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our label services for high-end cartridge and battery packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal secondary labor costs and streamline your logistics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart Branding Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom Vape Hardware Packaging Solutions\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Hardware Manufacturing\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Looking for a specific mouthpiece color or unique intake hole sizing? We offer full-scale custom hardware manufacturing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We take your vision from a technical drawing to a finished, branded product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Stand out on the shelves with bespoke hardware that matches your brand's exact aesthetic.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Enjoy the industry's most reliable lead times for both boutique launches and high-volume drops.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart Custom Design\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"footer-logo\" alt=\"BagKing BK Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Default Title","offer_id":42543710011472,"sku":"EV2-VC-05-FCA-CA-100","price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/ev2-0-5ml-adjustable-airflow-cartridge-mouthpiece-assembly-box-of-100-1245190028.jpg?v=1782018969"},{"product_id":"slimline-foil-laminated-zipper-bag-copy","title":"Slimline Foil Laminated Zipper Bag","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Identity Bar *\/\n    .brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Logistics *\/\n    .logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* Summary *\/\n    .exec-summary { padding: 25px 20px; text-align: left; }\n    .exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* Specs Table *\/\n    .table-section { padding: 0 20px 20px 20px; }\n    .table-header { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; display: block; color: var(--bk-blue); text-align: left; }\n    \n    table.spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.spec-table th, table.spec-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.spec-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.spec-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    \/* Content Stack *\/\n    .full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .content-block { width: 100%; margin: 0 auto; }\n    \n    .visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cross Promo Grid *\/\n    .multipack-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 15px;\n        padding: 15px;\n        background: #fff;\n    }\n    .multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 15px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .multipack-item img { width: 100%; max-width: 200px; aspect-ratio: 1\/1; object-fit: cover; border-radius: 4px; margin: 0 auto 10px auto; display: block; }\n    .multipack-item span { font-size: 0.75rem; font-weight: 700; display: block; margin-bottom: 12px; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .multipack-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 10px 20px;\n        border-radius: 50px;\n        font-size: 0.7rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        transition: all 0.2s ease;\n    }\n    .multipack-btn:hover { background: var(--bk-graphite); }\n\n    \/* Card Styling *\/\n    .card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .text-block { text-align: center; width: 100%; }\n    .text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* FOOTER - Restored with full brand statement *\/\n    .brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .brand-footer p {\n        font-size: 0.9rem;\n        max-width: 600px;\n        margin: 0 auto;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    @media (min-width: 768px) {\n        .logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .multipack-grid { grid-template-columns: 1fr 1fr; }\n        .bk-btn { min-width: 400px; }\n        .visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bk-container\"\u003e\n    \u003cdiv class=\"brand-accent\"\u003e\n        \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-grid\"\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n            \u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eFoil Laminated Bag\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n            \u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003e116mm Tubes \u0026amp; Syringes\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"logistics-item\"\u003e\n            \u003cstrong\u003eSupply\u003c\/strong\u003e\u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"exec-summary\"\u003e\n        \u003ch1\u003eSlimline Foil Laminated Zipper Bag (216mm x 70mm)\u003c\/h1\u003e\n        \u003cp\u003eEnsure superior product protection with our \u003cstrong\u003eSlimline barrier bags\u003c\/strong\u003e, engineered for high-protection in \u003cstrong\u003eBlack\/Clear\u003c\/strong\u003e and \u003cstrong\u003eWhite\/Clear\u003c\/strong\u003e. These heat-sealable pouches with integrated tear notches provide the professional retail presentation your \u003cstrong\u003e116mm Pre-Roll Tubes\u003c\/strong\u003e and \u003cstrong\u003eGlass Applicator Syringes\u003c\/strong\u003e deserve.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"table-section\"\u003e\n        \u003cspan class=\"table-header\"\u003eSpecifications\u003c\/span\u003e\n        \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eFormat\u003c\/th\u003e\n                    \u003ctd\u003eFoil Laminated Zipper Bag (Flat)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eExternal Dims\u003c\/th\u003e\n                    \u003ctd\u003e216 mm x 70 mm (8.50 in x 2.75 in)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eInternal Usable Space\u003c\/th\u003e\n                    \u003ctd\u003e170 mm x 54 mm (6.69 in x 2.12 in)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eSecurity Features\u003c\/th\u003e\n                    \u003ctd\u003eHeat Sealable \u0026amp; Integrated Tear Notch\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eZipper Style\u003c\/th\u003e\n                    \u003ctd\u003eNon-Child Resistant Zipper\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eCompatibility\u003c\/th\u003e\n                    \u003ctd\u003eFits \u003cstrong\u003e116mm CR Tubes\u003c\/strong\u003e \u0026amp; \u003cstrong\u003eSyringes\u003c\/strong\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"full-circle-stack\"\u003e\n        \u003cdiv class=\"content-block\"\u003e\n            \u003cdiv class=\"visual-frame\"\u003e\n                \u003cdiv class=\"multipack-grid\"\u003e\n                    \u003cdiv class=\"multipack-item\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/premium-squeeze-top-child-resistant-j-tubes-31327746457799.jpg?v=1632418066\" alt=\"116mm Pre-Roll Tubes\"\u003e\n                        \u003cspan\u003e116mm Tubes\u003c\/span\u003e\n                        \u003ca href=\"https:\/\/www.bagking.com\/products\/premium-squeeze-top-child-resistant-116mm-pre-roll-tubes\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Tubes\u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"multipack-item\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/1-ml-glass-dab-applicator-syringes-with-luer-lock-system-box-of-100-1237262048.jpg?v=1778278056\" alt=\"Glass Applicator Syringes\"\u003e\n                        \u003cspan\u003eGlass Syringes\u003c\/span\u003e\n                        \u003ca href=\"https:\/\/www.bagking.com\/products\/1-ml-glass-dab-applicator-syringes-with-luer-lock-system\" class=\"multipack-btn\" target=\"_blank\"\u003eShop Syringes\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"text-block card-stock\"\u003e\n                \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n                \u003cul class=\"talking-points\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eExtended Capacity:\u003c\/strong\u003e The \u003cstrong\u003e170mm x 54mm internal footprint\u003c\/strong\u003e is perfectly suited for our \u003cstrong\u003e116mm CR Pre-Roll Tubes\u003c\/strong\u003e.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eTamper Evident:\u003c\/strong\u003e Use the \u003cstrong\u003eheat-sealable top\u003c\/strong\u003e with high-barrier foil to protect the integrity of your \u003cstrong\u003eSyringes\u003c\/strong\u003e.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBranding Vista:\u003c\/strong\u003e Clear window variants allow consumers to see your \u003cstrong\u003e116mm Tubes\u003c\/strong\u003e while maintaining a secure seal.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"content-block\"\u003e\n            \u003cdiv class=\"visual-frame\"\u003e\n                \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\"\u003e\n                    \u003cimg alt=\"Custom Branded Foil Bags\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"text-block card-custom\"\u003e\n                \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n                \u003cul class=\"talking-points\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Elevate your brand with custom-printed pouches designed for your \u003cstrong\u003e116mm Pre-Roll Tubes\u003c\/strong\u003e.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums available for boutique drops or wholesale bags for \u003cstrong\u003eSyringes\u003c\/strong\u003e.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step to the final manufactured, shelf-ready product.\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"bk-btn-container\"\u003e\n                    \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\"\u003eStart Custom Project\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"brand-footer\"\u003e\n        \u003cimg alt=\"BagKing BK Logo\" class=\"footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n        \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n    \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Black \/ Clear","offer_id":42543710044240,"sku":"2107-BLKCLR-100","price":7.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Clear","offer_id":42543710077008,"sku":"2107-WHTCLR-100","price":7.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/black-clear-slimline-foil-laminated-zipper-bag-1245190022.jpg?v=1782018790"},{"product_id":"grand-puff™-20-400-child-resistant-cap-with-pressure-seal-copy","title":"Grand Puff™ 28\/400 Child-Resistant Cap with Induction Foil Liner","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e28\/400 Child-Resistant Lid (Foil Liner)\u003c\/h1\u003e\n    \u003cp\u003eSecure your extracts with this professional \u003cstrong\u003e28mm Child-Resistant Lid\u003c\/strong\u003e, featuring an \u003cstrong\u003einduction foil liner\u003c\/strong\u003e. Engineered for an airtight seal, it provides a high-quality barrier for terpene preservation in concentrate jars.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e35mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e16mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e5g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e28\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Impact Polypropylene (PP)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eLiner Type\u003c\/th\u003e\n            \u003ctd\u003eInduction Foil Liner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Style\u003c\/th\u003e\n            \u003ctd\u003eChild-Resistant (CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003ePush Down \u0026amp; Turn\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eCap + Induction Foil Liner\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eConcentrate Jars\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBranding Power:\u003c\/strong\u003e These jars and caps are too small for labels, making custom boxes your primary retail surface.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIntegrated Service:\u003c\/strong\u003e We apply your compliance and strain labels directly to your boxes in-house.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your concentrate boxes arrive pre-labeled and ready for fulfillment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e Automated label precision ensures a clean, retail-ready look for every unit.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Box Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff%E2%84%A2-5ml-glass-concentrate-jar-with-matte-black-cap?variant=48129548779768\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-5-ml-glass-concentrate-jar-1231129918.jpg?v=1775246915\" alt=\"Grand Puff 5ml glass concentrate jar compatible with 28mm CR lids\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eGuaranteed Fit:\u003c\/strong\u003e This lid is precision-engineered for our Grand Puff 5ml Glass Concentrate Jars.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff%E2%84%A2-5ml-glass-concentrate-jar-with-matte-black-cap?variant=48129548779768\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Compatible Jars\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-rigid-boxes\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom printed concentrate boxes and rigid packaging solutions\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Box Manufacturing\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom rigid boxes and folding cartons engineered specifically for concentrate jars.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial box design to the manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your concentrate brand a reality on the shelves of every store.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-rigid-boxes\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Black \/ Box of 490 (Bulk Discount Pricing)","offer_id":42543710142544,"sku":"3123-MTBLK-BX","price":88.2,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543710109776,"sku":"3123-MTBLK","price":0.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-matte-black-grand-puff-28-400-child-resistant-cap-with-induction-foil-liner-1245190019.jpg?v=1782018488"},{"product_id":"grand-puff™-95mm-glass-pre-roll-tube-with-matching-cap","title":"Grand Puff™ 95mm Glass Pre-Roll Tube with Child-Resistant Cap","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eGrand Puff™ Glass Tube \u0026amp; Cap Bundle\u003c\/h1\u003e\n    \u003cp\u003eThis premium \u003cstrong\u003eGrand Puff glass tube bundle\u003c\/strong\u003e features durable borosilicate glass and a 24mm child-resistant cap with an integrated \u003cstrong\u003ePE foam liner\u003c\/strong\u003e. The combination ensures a verified \u003cstrong\u003eairtight seal\u003c\/strong\u003e for maximum freshness and safety compliance in a retail-ready format.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e29mm (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eInner Diameter\u003c\/th\u003e\n            \u003ctd\u003e18mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e100mm (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Weight\u003c\/th\u003e\n            \u003ctd\u003e26g (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e22g (Tube Only)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eUSP Type I Borosilicate Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Style\u003c\/th\u003e\n            \u003ctd\u003eChild-Resistant (CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eLiner Type\u003c\/th\u003e\n            \u003ctd\u003ePE Foam Liner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003eThreaded \/ Multi-Turn\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eAirtight Glass Tube\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eTube + PE Lined Cap\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePre-Rolls \/ Blunts\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for tubes and caps.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your glass tubes arrive pre-labeled with automated precision.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom retail packaging for glass tubes\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Tube Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom tube and cap packaging engineered specifically for your brand identity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to the manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 144 (Bulk Discount Pricing)","offer_id":42543710208080,"sku":"GP9524-TUB-WCAP-BX","price":174.24,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543710175312,"sku":"GP9524-TUB-WCAP","price":1.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-95mm-glass-pre-roll-tube-with-child-resistant-cap-1245190018.jpg?v=1782018369"},{"product_id":"active-singular™-510-mouthpiece-adapter","title":"ACTIVE Singular™ 510 Mouthpiece Adapter","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eACTIVE Singular 510 Mouthpiece Adapter\u003c\/h1\u003e\n    \u003cp\u003eThe \u003cstrong\u003eACTIVE Singular 510 Adapter\u003c\/strong\u003e is the essential modular bridge for premium hardware platforms. It seamlessly integrates standard \u003cstrong\u003e510-thread cartridges\u003c\/strong\u003e into the Singular modular ecosystem using a high-conductivity magnetic interface.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompatibility\u003c\/th\u003e\n            \u003ctd\u003eStandard 510 Thread Cartridges\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePlatform Support\u003c\/th\u003e\n            \u003ctd\u003eACTIVE Singular Modular System\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eConnection Type\u003c\/th\u003e\n            \u003ctd\u003eMagnetic-to-Threaded Interface\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Conductivity Precision Alloy\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFunction\u003c\/th\u003e\n            \u003ctd\u003eModular Hardware Bridge\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eAirflow\u003c\/th\u003e\n            \u003ctd\u003eOptimized Dynamic Airflow Pass-through\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eModular Magnetic\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eAdapter Unit\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eACTIVE Ecosystem\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your hardware supply with components ready for in-house branding.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Compatibility:\u003c\/strong\u003e All adapters are factory-tested for seamless power delivery and connection.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our labeling and etching services for batteries and hardware kits.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScalable Inventory:\u003c\/strong\u003e Keep your production lines moving with consistent hardware availability.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Hardware Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular%E2%84%A2-offset-s1-battery?variant=48177363779832\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-singular-offset-s1-battery-single-unit-less-than-box-qty-white-1230911295.jpg?v=1775074057\" alt=\"ACTIVE Singular Offset S1 Battery\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEcosystem Synergy:\u003c\/strong\u003e The Offset S1 is the flagship battery designed to pair natively with this 510 adapter.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Batteries and adapters are stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePremium Performance:\u003c\/strong\u003e Guaranteed power-connection integrity for standard 510 cartridges.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e From boutique small-batches to high-volume wholesale, we are fully loaded.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular%E2%84%A2-offset-s1-battery?variant=48177363779832\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Battery\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom vape all-in-one retail packaging\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Vape All-In-One Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Specialized retail packaging designed specifically for vape hardware modularity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from hardware selection to finished retail presentation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e High-impact clear boxes and blister packs that help your brand win on the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Custom packaging solutions with low minimums for professional vape launches.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Vape Packaging\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"ACTIVE™","offers":[{"title":"White \/ Box of 150 (Bulk Discount Pricing)","offer_id":42543710306384,"sku":"4108-WHT-BX","price":300.0,"currency_code":"USD","in_stock":false},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543710240848,"sku":"4108-WHT","price":2.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Box of 150 (Bulk Discount Pricing)","offer_id":42543710339152,"sku":"4108-BLK-BX","price":300.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543710273616,"sku":"4108-BLK","price":2.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-white-active-singular-510-mouthpiece-adapter-1245190016.jpg?v=1782016216"},{"product_id":"grand-puff™-150mm-pop-top-child-resistant-tubes","title":"Grand Puff™ 150mm Pop Top Child Resistant Tubes","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e150mm Squeeze Top Child-Resistant Tube\u003c\/h1\u003e\n    \u003cp\u003eGet the perfect blend of security and durability with the 150mm Squeeze Top PET Plastic Tube. Featuring a satisfying \"pop\" opening mechanism, these tubes provide an airtight, moisture-resistant barrier for premium \u003cstrong\u003evape hardware kits, paint brushes, and hobby supplies\u003c\/strong\u003e. Whether securing technical hardware or protecting organic seeds, this certified \u003cstrong\u003eChild-Resistant\u003c\/strong\u003e solution offers professional protection in a rugged format.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eLength (Height)\u003c\/th\u003e\n            \u003ctd\u003e150mm (Approx 5.9in)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e19mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eInternal Diameter\u003c\/th\u003e\n            \u003ctd\u003e17mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e8.8g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Quality PET Plastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eCertified Child-Resistant (CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBarrier Properties\u003c\/th\u003e\n            \u003ctd\u003eAirtight \/ Moisture-Resistant\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOpening Style\u003c\/th\u003e\n            \u003ctd\u003eSqueeze-to-Open \"Pop Top\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003ePop Top Tube\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eTube Only\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eVape Kits \/ Storage\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0b0fec27362842ab8f8f2f423a8cf99c.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service ensures your 150mm tubes arrive pre-labeled and ready for retail.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePrecision Alignment:\u003c\/strong\u003e Automated machinery ensures every label is applied with professional, edge-to-edge accuracy.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMulti-Use Ready:\u003c\/strong\u003e Perfect for branding vape kits, garden seeds, or technical workshop hardware.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cdiv class=\"bk-vape-kit-grid\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-stik-battery\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-stik-battery-white-single-unit-less-than-box-qty-1173249805.jpg?v=1754687676\" alt=\"Active Stik Battery\"\u003e\n            \u003cspan\u003e1. The Battery\u003c\/span\u003e\n          \u003c\/a\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-ez-click-glass-cartridge\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/goodcarts-1-0ml-2-0mm-vape-cartridge-eazy-press-glass-36834561491192.jpg?v=1754687690\" alt=\"EZ Click Cartridge\"\u003e\n            \u003cspan\u003e2. The Cartridge\u003c\/span\u003e\n          \u003c\/a\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/avd-ceramic-flat-mouthpiece-fits-eazy-click-cartridge\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/products\/avd-black-ceramic-flat-mouthpiece-fits-eazy-press-cartridge-36415382192376.jpg?v=1754687701\" alt=\"Ceramic Mouthpiece\"\u003e\n            \u003cspan\u003e3. The Tip\u003c\/span\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Build Your Vape Kit\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eActive Stik Battery:\u003c\/strong\u003e Slim, reliable power that fits perfectly within the 150mm tube ecosystem.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEZ Click Cartridge:\u003c\/strong\u003e Precision glass engineering designed for high-viscosity extracts and easy filling.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCeramic Mouthpiece:\u003c\/strong\u003e The ergonomic finishing touch for a premium, retail-ready vape bundle.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e All components are stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/vape-hardware\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Full Hardware Range\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom tube manufacturing services\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Tube Manufacturing\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBeyond the Label:\u003c\/strong\u003e Transition from blank stock to fully custom-manufactured tubes tailored to your brand’s color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDirect-to-Consumer:\u003c\/strong\u003e Embark on a design journey with our creative team to produce high-impact, direct-printed vessels.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEnd-to-End Control:\u003c\/strong\u003e We manage every step, from initial concept to high-volume manufacturing and warehousing.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Tube Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"White \/ Box of 1400 (Bulk Discount Pricing)","offer_id":42543710404688,"sku":"BKPOP150-WHT-BX","price":126.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543710371920,"sku":"BKPOP150-WHT","price":0.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-150mm-pop-top-child-resistant-tubes-single-unit-less-than-box-qty-white-1232401862.jpg?v=1782016093"},{"product_id":"3-oz-straight-sided-jar-with-matching-cap","title":"3 oz. Straight Sided Glass Jar with Matching Cap - Case of 36","description":"\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003e\n\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e \u003cspan\u003eCase Qty: 36 Units\u003c\/span\u003e\n\u003c\/div\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e3 oz. Straight Sided Jar with Matching Cap\u003c\/h1\u003e\n\u003cp\u003eCheck out the \u003cstrong\u003eStraight Sided Classic\u003c\/strong\u003e—a lab-grade borosilicate jar with a \u003cstrong\u003eWeighted Flush Base\u003c\/strong\u003e and matching Child-Resistant cap. These ship in \u003cstrong\u003epacks of 36\u003c\/strong\u003e and come \u003cstrong\u003eshrink-wrapped\u003c\/strong\u003e to ensure they arrive in perfect condition.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e3 oz (90ml)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n\u003ctd\u003e53mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e61mm (With Cap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e97.4g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eTotal Weight\u003c\/th\u003e\n\u003ctd\u003e107.9g (With Cap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n\u003ctd\u003e53\/400 Threaded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePremium Borosilicate Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eASTM D3475\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e \u003cspan\u003eWeighted Flush Base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eJar + Matching Cap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eFlower \/ Edibles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for straight-sided jars and caps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your matching caps arrive pre-labeled with automated precision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom retail packaging for borosilicate straight-sided jars\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom Jar and matching cap packaging engineered specifically for your brand.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to manufactured product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart Custom Design\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Matte Black \/ Box of 144 (Bulk Discount Pricing)","offer_id":42543710470224,"sku":"1013132-CLR-BX","price":79.2,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ Box of 36 (Single Unit Pricing)","offer_id":42543710437456,"sku":"1013132-CLR","price":19.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/3-oz-straight-sided-glass-jar-with-matching-cap-case-of-36-1245190010.jpg?v=1782015912"},{"product_id":"active-singular™-offset-s1-battery","title":"ACTIVE Singular™ Offset S1 Battery","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eACTIVE Singular™ Offset S1 Battery\u003c\/h1\u003e\n    \u003cp\u003eCheck out the \u003cstrong\u003eACTIVE Offset S1 Battery\u003c\/strong\u003e—a versatile, reusable power unit featuring a crisp \u003cstrong\u003edigital screen\u003c\/strong\u003e and gentle pre-heat functionality. Engineered for ultimate modularity, it is natively compatible with both \u003cstrong\u003eSingular Pods and standard 510 cartridges\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompatibility\u003c\/th\u003e\n            \u003ctd\u003eSingular Pods \u0026amp; 510 Cartridges\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Type\u003c\/th\u003e\n            \u003ctd\u003eDigital OLED Status Screen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eVoltage Control\u003c\/th\u003e\n            \u003ctd\u003e3 Preset Flavor Settings\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePre-Heat Function\u003c\/th\u003e\n            \u003ctd\u003eYes (Optimal Viscosity Support)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCharging Port\u003c\/th\u003e\n            \u003ctd\u003eUSB-C Rechargeable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSystem Format\u003c\/th\u003e\n            \u003ctd\u003eReusable Base Unit\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eACTIVE Vapor Devices\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eStandard Electronic Compliance\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eDigital Vape Battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eDevice Only\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eActive Pods\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house labeling and branding for your hardware kits.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your retail boxes and devices arrive pre-labeled and ready for retail.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our laser etching and label services for high-end battery kits.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal secondary labor costs and streamline your logistics.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Branding Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular%E2%84%A2-pro-pod-0-5-ml-2-ml?variant=48109199819000\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-singular-ceramic-pro-pod-0-5-ml-1-ml-single-unit-less-than-box-qty-0-5-ml-white-1227534546.jpg?v=1773771036\" alt=\"ACTIVE Singular Ceramic Pro Pods compatible with Offset S1 Battery\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEcosystem Synergy:\u003c\/strong\u003e These Pro Pods are engineered specifically for the Singular magnetic platform.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero lead Times:\u003c\/strong\u003e Stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCeramic Technology:\u003c\/strong\u003e Pure flavor delivery designed to match the S1 battery presets.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need hardware samples or a full pallet, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular%E2%84%A2-pro-pod-0-5-ml-2-ml?variant=48109199819000\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Pods\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom retail packaging for vape hardware\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Vape All-In-One Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Specialized retail packaging designed specifically for modular hardware.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial component design to final manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e High-impact clear boxes and blister packs that help your brand win on the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Custom packaging solutions with low minimums for boutique hardware launches.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"ACTIVE™","offers":[{"title":"White \/ Box of 45 (Bulk Discount Pricing)","offer_id":42543710568528,"sku":"4114-WHT-BX","price":215.55,"currency_code":"USD","in_stock":false},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543710502992,"sku":"4114-WHT","price":4.79,"currency_code":"USD","in_stock":true},{"title":"Black \/ Box of 45 (Bulk Discount Pricing)","offer_id":42543710601296,"sku":"4114-BLK-BX","price":215.55,"currency_code":"USD","in_stock":false},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543710535760,"sku":"4114-BLK","price":4.79,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-white-active-singular-offset-s1-battery-1245190009.jpg?v=1782015792"},{"product_id":"1-dram-glass-seed-vial","title":"1 Dram Amber Glass Seed Vial with Cap","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e1 Dram Amber Glass Seed Vial \u0026amp; Cap\u003c\/h1\u003e\n    \u003cp\u003eKeep your genetics safe with \u003cstrong\u003eAmber Glass Vials\u003c\/strong\u003e designed specifically to block \u003cstrong\u003eharmful UV rays\u003c\/strong\u003e. This 1 Dram set comes with a matching cap to provide an \u003cstrong\u003eairtight, retail-ready seal\u003c\/strong\u003e for your seeds.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCapacity\u003c\/th\u003e\n            \u003ctd\u003e1 Dram (3.7ml)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e16mm (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e48mm (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Weight\u003c\/th\u003e\n            \u003ctd\u003e5.8g (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003eThreaded Screw Top\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eUV Resistant Amber Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eStandard Lab Grade (Non-CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eUV Protected Glass\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eVial + Cap Bundle\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePremium Seeds\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags.jpg?v=1738695507\" alt=\"Custom printed Mylar bags for seed vials\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Beyond the Vial\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBranding Solution:\u003c\/strong\u003e Since these vials are too small for labels, custom pouches are the primary retail surface.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eGenetic Protection:\u003c\/strong\u003e Use light-blocking, smell-proof mylar to house your collectible vials.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Presentation:\u003c\/strong\u003e Combine the security of glass with the marketing power of a custom bag.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRetail Ready:\u003c\/strong\u003e Create a full \"seed pack\" experience with high-quality secondary packaging.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Mylar Options\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"BagKing stock and supply solutions\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Strategic Inventory\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Quality:\u003c\/strong\u003e Laboratory-grade amber glass ensures consistent protection for every batch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Full circle custom packaging manufacturing\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Mylar Manufacturing\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScalable Manufacturing:\u003c\/strong\u003e Professional grade custom mylar pouches engineered for seed retail.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFull Color Branding:\u003c\/strong\u003e Edge-to-edge high-resolution printing for strain and genetic data.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial bag design to final manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your genetics a reality on the shelves of every store.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 100 (Bulk Discount Pricing)","offer_id":42543710666832,"sku":"SSSV1D-AMB-BX","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543710634064,"sku":"SSSV1D-AMB","price":0.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-1-dram-amber-glass-seed-vial-with-cap-1245190007.jpg?v=1782015669"},{"product_id":"grand-puff™-115-mm-glass-pre-roll-tube-with-matching-cap","title":"Grand Puff 115mm Glass Pre-Roll Tube with Child-Resistant Cap","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e115mm Glass Pre-Roll Tube \u0026amp; CR Cap Bundle\u003c\/h1\u003e\n    \u003cp\u003eCheck out our \u003cstrong\u003e115mm Glass Pre-Roll Tubes\u003c\/strong\u003e—the ultimate way to give your brand a high-end, weighted feel. This bundle includes matching \u003cstrong\u003eMatte Black CR Caps\u003c\/strong\u003e to keep your product fresh and shelf-ready.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCapacity\u003c\/th\u003e\n            \u003ctd\u003e115mm (King Size)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e23mm (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e119mm (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e23g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Weight\u003c\/th\u003e\n            \u003ctd\u003e26g (With Cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e18\/400\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003ePremium Borosilicate Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eGlass Pre-Roll\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eTube + CR Cap Bundle\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003e109mm King Size\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for glass tubes and caps.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your tubes arrive pre-labeled with automated precision.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom retail packaging for pre-roll tubes\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom tube and matching cap packaging engineered specifically for your brand.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Matte Black \/ Box of 200 (Bulk Discount Pricing)","offer_id":42543710732368,"sku":"5104-MTBLK-BX","price":72.0,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ Single Unit (Less Than Box Qty)","offer_id":42543710699600,"sku":"5104-MTBLK","price":0.36,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-115mm-glass-pre-roll-tube-with-matching-cap-single-unit-less-than-box-qty-matte-black-1230341512.jpg?v=1782015551"},{"product_id":"grand-puff™-5-ml-7-ml-violet-glass-concentrate-jar-with-matching-glossy-cap","title":"Grand Puff™ 5ml - 7ml Violet Glass Concentrate Jar with Matching Glossy Cap","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .bk-brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid Styles *\/\n    .bk-logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .bk-logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .bk-logistics-item strong { display: block; font-size: 0.7rem; font-weight: 700 !important; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .bk-logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .bk-exec-summary { padding: 25px 20px 10px 20px; text-align: left; }\n    .bk-exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .bk-exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n    .bk-exec-summary strong { font-weight: 700 !important; color: #000; }\n\n    \/* 3. Specifications Table with Mobile-First Layout Fixes *\/\n    .bk-table-section { padding: 20px; }\n    table.bk-inner-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.bk-inner-table th, table.bk-inner-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.bk-inner-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.bk-inner-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .bk-full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .bk-content-block { width: 100%; margin: 0 auto; }\n    \n    .bk-visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .bk-visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cards \u0026 Accents *\/\n    .bk-card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .bk-text-block { text-align: center; width: 100%; }\n    .bk-text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .bk-talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .bk-talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .bk-talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n    .bk-talking-points strong { font-weight: 700 !important; color: var(--bk-graphite); }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .bk-brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .bk-footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; height: auto; }\n    .bk-brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n    .bk-brand-footer strong { font-weight: 700 !important; }\n\n    \/* Mobile First Fluid Overrides *\/\n    @media (max-width: 600px) {\n        table.bk-inner-table, table.bk-inner-table tbody, table.bk-inner-table tr, table.bk-inner-table th, table.bk-inner-table td { \n            display: block; \n            width: 100% !important; \n        }\n        table.bk-inner-table tr {\n            border-bottom: 1px solid var(--bk-border);\n        }\n        table.bk-inner-table tr:last-child {\n            border-bottom: none;\n        }\n        table.bk-inner-table th { \n            padding: 8px 15px 2px 15px; \n            background: var(--bk-light-gray); \n            color: var(--bk-blue);\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            border-bottom: none;\n        }\n        table.bk-inner-table td { \n            padding: 2px 15px 8px 15px; \n            font-size: 0.88rem;\n            border-bottom: none;\n        }\n    }\n\n    @media (min-width: 768px) {\n        .bk-logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .bk-visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eJar + Child Resistant Cap + Heat Induction Seal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eLive Rosin \/ Wax\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eCompliance\u003c\/strong\u003e \u003cspan\u003eASTM Child-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e5 ml - 7 ml Violet Glass Concentrate Bundle\u003c\/h1\u003e\n\u003cp\u003eKeep your premium extracts uncompromised with this \u003cstrong\u003eviolet glass concentrate jar\u003c\/strong\u003e engineered specifically for solventless terpene preservation. Each bundle features a flush-fitting \u003cstrong\u003echild-resistant glossy cap\u003c\/strong\u003e with a heat-activated induction foil liner for an airtight, tamper-evident seal.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume\u003c\/th\u003e\n\u003ctd\u003e5 ml - 7 ml (~1g Extract)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e27mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e36mm (Outer Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e26mm (Basin Opening Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e18mm (Internal Basin Depth Clearance)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e40g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe \/ BPA-Free USP Type III Borosilicate Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eASTM Child-Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eOpaque Dark Violet with Matching Glossy Black Cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003c!-- 4. Section 1 (Stock \u0026 Supply Cross Promotion) - REMOVED due to incompatibility --\u003e \u003c!-- 5. Section 2 (Labeling Services) - REMOVED automatically as this is a Concentrate Jar --\u003e \u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom Full Circle Packaging Solutions and Catalog Showcase\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eStart Your Design Journey Today:\u003c\/strong\u003e Work hand-in-hand with our specialized engineering group to design dimensional layouts engineered around your aesthetic lines.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomize Every Fine Detail:\u003c\/strong\u003e Take full command over bespoke outer gift boxes, specific cardboard coating styles, tailored window configurations, and rich foil stamps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuild a Brand That Is Uniquely Yours:\u003c\/strong\u003e Graduate past standard unbranded inventory options into a completely custom look built to command storefront authority.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Master Brand Logo Optimization asset\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 378 (Bulk Discount Pricing)","offer_id":42543710797904,"sku":"3120-VIO-BX","price":370.44,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543710765136,"sku":"3120-VIO","price":0.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-grand-puff-5ml-7ml-violet-glass-concentrate-jar-with-matching-glossy-cap-1245190002.jpg?v=1782015430"},{"product_id":"v3-5-oz-round-reserve-jar","title":"V3 5 oz. Round Reserve Jar with Matching Cap","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .bk-brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid Styles (Top Placement) *\/\n    .bk-logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .bk-logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .bk-logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .bk-logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .bk-exec-summary { padding: 25px 20px 10px 20px; text-align: left; }\n    .bk-exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .bk-exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* 3. Specifications Table *\/\n    .bk-table-section { padding: 20px; }\n    table.bk-inner-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.bk-inner-table th, table.bk-inner-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.bk-inner-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.bk-inner-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .bk-full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .bk-content-block { width: 100%; margin: 0 auto; }\n    \n    .bk-visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .bk-visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cards \u0026 Accents *\/\n    .bk-card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .bk-card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .bk-card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .bk-text-block { text-align: center; width: 100%; }\n    .bk-text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .bk-talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .bk-talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .bk-talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .bk-brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .bk-footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .bk-brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .bk-logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .bk-visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eJar + Selected Cap (Flat Base)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003ePremium Flower \u0026amp; Edibles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e \u003cspan\u003eASTM D3475 (Child-Resistant Lid)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e5 oz. Round Reserve Jar with Child-Resistant Cap\u003c\/h1\u003e\n\u003cp\u003eCheck out this \u003cstrong\u003eRound Reserve Jar\u003c\/strong\u003e—it's high-end borosilicate glass with a heavy, weighted feel. Pick your favorite look with either a \u003cstrong\u003eGlossy Black\u003c\/strong\u003e or \u003cstrong\u003eFaux Wood\u003c\/strong\u003e child-resistant cap included for premium storage execution.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume \/ Capacity\u003c\/th\u003e\n\u003ctd\u003e5 oz (150ml)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e102mm \/ 4.02 in (With Cap Sealed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e53mm \/ 2.09 in (Outer Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e47mm \/ 1.85 in (Neck Opening)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e88mm \/ 3.46 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e157g \/ 5.54 oz (Jar Only) | 178g \/ 6.28 oz (With Cap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe Borosilicate Glass (BPA-Free Liner System)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eASTM D3475 Certified Child-Resistant 53\/400 Threaded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eGlossy Black or Faux Wood Cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Commercial Sourcing \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Borosilicate:\u003c\/strong\u003e Thermal-shock resistant glass protects contents from temperature shifts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavyweight Flush Footprint:\u003c\/strong\u003e Designed with a thick, satisfyingly weighted glass base to provide high stability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAir-Tight Perimeter Seal:\u003c\/strong\u003e Foam-lined thread closures retain freshness and total volatile compound profiles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eB2B Fulfillment Pipelines:\u003c\/strong\u003e Sourced in massive volume lots, fully stocked locally and ready for prompt freight shipment routes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling Pipeline --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for Reserve Jars and caps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Your selected caps arrive pre-labeled with precision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging Catalog Pipeline --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom retail packaging for borosilicate reserve jars\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom Reserve Jar and cap packaging engineered specifically for your brand identity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale product drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every single step from initial vector design sketches to final manufacturing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a permanent reality on the competitive retail shelves of every storefront.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" class=\"bk-btn\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Brand Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Faux Wood \/ Box of 80 (Bulk Discount Pricing)","offer_id":42543710896208,"sku":"1004171-1015114-BX","price":62.4,"currency_code":"USD","in_stock":true},{"title":"Faux Wood \/ Single Unit (Less Than Box Qty)","offer_id":42543710830672,"sku":"1004171-1015114","price":0.78,"currency_code":"USD","in_stock":true},{"title":"Glossy Black \/ Box of 80 (Bulk Discount Pricing)","offer_id":42543710928976,"sku":"1004171-1015364-BX","price":54.4,"currency_code":"USD","in_stock":true},{"title":"Glossy Black \/ Single Unit (Less Than Box Qty)","offer_id":42543710863440,"sku":"1004171-1015364","price":0.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-faux-wood-v3-5-oz-round-reserve-jar-with-matching-cap-1245189999.jpg?v=1782015189"},{"product_id":"grand-puff™-84mm-glass-jar","title":"Grand Puff™ 84mm Glass Jar","description":"\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e84mm Glass Jar\u003c\/h1\u003e\n\u003cp\u003eA premium \u003cstrong\u003eglass storage solution\u003c\/strong\u003e designed for 5 pre-roll multipack presentation. Featuring a high-flint weighted base and a 38\/400 neck finish for elite shelf appeal and product preservation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e5-Pack Pre-rolls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n\u003ctd\u003e45mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eInner Diameter\u003c\/th\u003e\n\u003ctd\u003e26mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e84mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e88g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n\u003ctd\u003e38\/400 Threaded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePremium High-Flint Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eBase Style\u003c\/th\u003e\n\u003ctd\u003eWeighted Flush Base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e \u003cspan\u003eWeighted Flush Base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eGlass Base Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003ePre-Roll 5-Packs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for glass jars and caps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Glassware arrives pre-labeled with automated precision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/collections\/38mm-caps\" target=\"_blank\"\u003e \u003cimg alt=\"Compatible smooth-sided 38mm child-resistant safety caps\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-38-400-pressure-seal-cap-single-unit-less-than-box-qty-1231117756.jpg?v=1775239628\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe Perfect Match:\u003c\/strong\u003e Guaranteed threading compatibility for all standardized 38\/400 caps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/collections\/38mm-caps\" target=\"_blank\"\u003eShop Matching Caps\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\"\u003e \u003cimg alt=\"Custom multipack pre-roll jar packaging design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom multipack and cap packaging engineered specifically for your brand.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to manufactured product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\"\u003eStart Custom Design\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg alt=\"BagKing Optimized Logo\" class=\"bk-footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 160 (Bulk Discount Pricing)","offer_id":42543710994512,"sku":"3117-CLR-BX","price":68.8,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543710961744,"sku":"3117-CLR","price":0.43,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-84mm-glass-jar-1245189992.jpg?v=1782014889"},{"product_id":"grand-puff™-38-400-child-resistant-cap","title":"Grand Puff 38\/400 Cap with Pressure Seal","description":"\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e38\/400 Child-Resistant Cap (Matte Black)\u003c\/h1\u003e\n\u003cp\u003eUpgrade your multipack jars with this premium \u003cstrong\u003e38mm Matte Black CR Cap\u003c\/strong\u003e, engineered for high-end security and compliance. Each cap includes a built-in \u003cstrong\u003epressure seal\u003c\/strong\u003e to lock in freshness alongside a reliable child-resistant mechanism for total peace of mind.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n\u003ctd\u003e44mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e17mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e8g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n\u003ctd\u003e38\/400 Threaded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eHigh-Impact Polypropylene (PP)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eLiner Type\u003c\/th\u003e\n\u003ctd\u003ePressure Sensitive Seal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCap Style\u003c\/th\u003e\n\u003ctd\u003eChild-Resistant (CR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eASTM D3475\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e \u003cspan\u003ePush Down \u0026amp; Turn\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eCap + Pressure Seal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eMultipack Jars\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for caps and lids.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Caps arrive pre-labeled with automated precision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/products\/grand-puff%E2%84%A2-84mm-glass-jar\" target=\"_blank\"\u003e \u003cimg alt=\"Premium 38mm PET multipack pre-roll jars\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-84mm-pre-roll-jars-5-pack-multipack-1231117753.jpg?v=1775239688\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe Perfect Match:\u003c\/strong\u003e Guaranteed threading compatibility for all standardized 38\/400 multipack jars.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/products\/grand-puff%E2%84%A2-84mm-glass-jar\" target=\"_blank\"\u003eShop Compatible Jars\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\"\u003e \u003cimg alt=\"Custom retail packaging design and high-volume manufacturing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom cap and jar packaging engineered specifically for your brand.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to manufactured product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\"\u003eStart Custom Design\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg alt=\"BagKing Optimized Logo\" class=\"bk-footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Default Title","offer_id":42543711027280,"sku":"3118-MTBLK","price":0.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-default-title-grand-puff-38-400-cap-with-pressure-seal-1245189990.jpg?v=1782014654"},{"product_id":"grand-puff™-5ml-glass-concentrate-jar","title":"Grand Puff™ 5 ml Glass Concentrate Jar","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .bk-brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid Styles (Top Placement) *\/\n    .bk-logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .bk-logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .bk-logistics-item strong { display: block; font-size: 0.7rem; font-weight: 700 !important; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .bk-logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .bk-exec-summary { padding: 25px 20px 10px 20px; text-align: left; }\n    .bk-exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .bk-exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n    .bk-exec-summary strong { font-weight: 700 !important; color: #000; }\n\n    \/* 3. Specifications Table *\/\n    .bk-table-section { padding: 20px; }\n    table.bk-inner-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.bk-inner-table th, table.bk-inner-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.bk-inner-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.bk-inner-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .bk-full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .bk-content-block { width: 100%; margin: 0 auto; }\n    \n    .bk-visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .bk-visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Cross-Promotion Variant Grid Tuning *\/\n    .bk-multipack-grid {\n        display: flex;\n        gap: 12px;\n        padding: 15px;\n        background: #fff;\n        overflow-x: auto;\n        scroll-snap-type: x mandatory;\n        -webkit-overflow-scrolling: touch;\n    }\n    .bk-multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 12px 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n        flex: 0 0 185px; \n        scroll-snap-align: start;\n    }\n    .bk-multipack-item img { \n        width: 100%; \n        max-width: 110px; \n        aspect-ratio: 1\/1; \n        object-fit: cover; \n        border-radius: 4px; \n        margin: 0 auto 8px auto; \n        display: block; \n    }\n    .bk-multipack-item span { \n        font-size: 0.68rem; \n        font-weight: 700; \n        display: block; \n        margin-bottom: 10px; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        line-height: 1.2;\n    }\n    .bk-multipack-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 6px 16px;\n        border-radius: 50px;\n        font-size: 0.65rem;\n        font-weight: 700;\n        text-transform: uppercase;\n    }\n    .bk-multipack-btn:hover { background: var(--bk-graphite); }\n\n    \/* Cards \u0026 Accents *\/\n    .bk-card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .bk-card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .bk-card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .bk-text-block { text-align: center; width: 100%; }\n    .bk-text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .bk-talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .bk-talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .bk-talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n    .bk-talking-points strong { font-weight: 700 !important; color: var(--bk-graphite); }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .bk-brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .bk-footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; height: auto; }\n    .bk-brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n    .bk-brand-footer strong { font-weight: 700 !important; }\n\n    @media (min-width: 768px) {\n        .bk-logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-multipack-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: visible; }\n        .bk-multipack-item { flex: none; }\n        .bk-btn { min-width: 400px; }\n        .bk-visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eJar Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eLive Rosin, Wax, \u0026amp; Concentrates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e \u003cspan\u003eASTM D3475\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e5ml Glass Concentrate Jar\u003c\/h1\u003e\n\u003cp\u003eSafeguard your premium extracts with our precision-engineered \u003cstrong\u003eType III Borosilicate glass concentrate jar\u003c\/strong\u003e, built explicitly for \u003cstrong\u003esolventless terpene preservation\u003c\/strong\u003e. This heavy-wall glass vessel provides unparalleled structural integrity and shelf presence, completely ready to pair with your chosen high-barrier closure mechanism.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume \/ Capacity\u003c\/th\u003e\n\u003ctd\u003e5ml (Approx. 1 Gram)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e22.1 mm \/ 0.87 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e35.2 mm \/ 1.39 in (Outer Base Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e25.4 mm \/ 1.00 in (Opening Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e16.5 mm \/ 0.65 in (Internal Basin Depth)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e25.0 g \/ 0.88 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Build\u003c\/th\u003e\n\u003ctd\u003eUSP Type III Pure Borosilicate Glass (FDA Food-Safe \u0026amp; Chemical Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eASTM D3475 Threaded Neck\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eUltra-Clear High-Translucency Pristine Profile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply (Cross-Promotion) --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\n\u003cdiv class=\"bk-multipack-grid\"\u003e\n\u003cdiv class=\"bk-multipack-item\"\u003e\n\u003cimg alt=\"20\/400 Child Resistant Cap\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-28-400-child-resistant-cap-single-unit-less-than-box-qty-matte-black-1231354850.jpg?v=1775520427\"\u003e \u003cspan\u003e28\/400 CR Cap\u003cbr\u003e(Includes induction Liner Seal)\u003c\/span\u003e \u003ca class=\"bk-multipack-btn\" href=\"https:\/\/www.bagking.com\/products\/grand-puff%E2%84%A2-20-400-child-resistant-cap-with-pressure-seal-copy\" target=\"_blank\"\u003eShop Cap\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-multipack-item\"\u003e\n\u003cimg alt=\"Concentrate Container Secondary Retail Box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/brand-king-concentrate-container-box-5ml-9ml-1232401871.jpg?v=1776211928\"\u003e \u003cspan\u003eConcentrate Box\u003cbr\u003e(includes Stabilizing Base Insert)\u003c\/span\u003e \u003ca class=\"bk-multipack-btn\" href=\"https:\/\/www.bagking.com\/products\/concentrate-box?_pos=1\u0026amp;_psq=box\u0026amp;_ss=e\u0026amp;_v=1.0\u0026amp;variant=48249446269176\" target=\"_blank\"\u003eShop Box\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eGuaranteed Mechanical Threading:\u003c\/strong\u003e These component accessories are natively engineered to thread, sit, and snap perfectly over this 5ml glass vessel silhouette without structural gaps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Packaging Wait Times:\u003c\/strong\u003e Both matching child-resistant caps and cardboard concentrate boxes are stored together locally in our California hub for immediate bulk shipping routes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete Operational Scaling:\u003c\/strong\u003e Keep fulfillment workflows running seamlessly by ordering natively fitting companions simultaneously in loose case counts or full commercial pallets.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003e \u003cimg alt=\"Custom Box Branding and mechanical labeling line application for Concentrates\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomated Mechanical Application:\u003c\/strong\u003e Outsource slow manual sticker application completely to our high-speed mechanical label application line for flawless component balance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eArrives 100% Fill-Ready:\u003c\/strong\u003e Your selected caps or matching outer paper container setups hit your logistics docks fully pre-labeled with precision millimeter alignment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMinimize In-House Labor Drag:\u003c\/strong\u003e Streamline multi-facility workflow expenses and clear processing facility floor bottlenecks by ordering retail-ready supplies in a single bundle.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging --\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg alt=\"Full Circle Custom Packaging Solutions catalog presentation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eKickstart Your Design Journey:\u003c\/strong\u003e Collaborate directly with our in-house creative layout department to translate flat artwork sketches into physical, production-grade custom packaging suites.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomize Every Fine Detail:\u003c\/strong\u003e Take total operational control over specific paperboard coatings, structural print alignments, paper textures, embossments, and spot-UV coatings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuild a Brand That Is Uniquely Yours:\u003c\/strong\u003e Expand gracefully beyond labeled stock models into bespoke, fully printed rigid boxes and container frames engineered uniquely around your collection assets.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer --\u003e\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg alt=\"BagKing Optimized Master Brand Logo Asset\" class=\"bk-footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 490 (Bulk Discount Pricing)","offer_id":42543711125584,"sku":"3119-CLR-BX","price":210.7,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543711092816,"sku":"3119-CLR","price":0.43,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-5-ml-glass-concentrate-jar-1238254369.jpg?v=1782014533"},{"product_id":"grand-puff™-25-mm-x-120-mm-wide-mouth-glass-pre-roll-tube","title":"Grand Puff™ 25 mm x 120 mm Glass Pre-Roll Tube","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .bk-brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* 1. Logistics Grid Styles (Top Placement) *\/\n    .bk-logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .bk-logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .bk-logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .bk-logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    \/* 2. Executive Summary *\/\n    .bk-exec-summary { padding: 25px 20px 10px 20px; text-align: left; }\n    .bk-exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .bk-exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    \/* 3. Specifications Table *\/\n    .bk-table-section { padding: 20px; }\n    table.bk-inner-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.bk-inner-table th, table.bk-inner-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.bk-inner-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.bk-inner-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .bk-full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .bk-content-block { width: 100%; margin: 0 auto; }\n    \n    .bk-visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .bk-visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Shrink the visual frame container size specifically for the perfect match stock section *\/\n    .bk-perfect-match-frame {\n        max-width: 400px;\n        margin: 0 auto 20px auto;\n    }\n\n    \/* Cards \u0026 Accents *\/\n    .bk-card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .bk-card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .bk-card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .bk-text-block { text-align: center; width: 100%; }\n    .bk-text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .bk-talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .bk-talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .bk-talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* 7. Footer *\/\n    .bk-brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .bk-footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .bk-brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .bk-logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-btn { min-width: 400px; }\n        .bk-visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n        .bk-perfect-match-frame { max-width: 350px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eGlass Base Only (Flush Flat Base)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003ePre-Rolls \u0026amp; Premium Blunts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e \u003cspan\u003eChild-Resistant Cap Compatible (20\/400)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e25 mm x 120 mm Glass Pre-Roll Tube\u003c\/h1\u003e\n\u003cp\u003eThis precision-molded \u003cstrong\u003eglass pre-roll tube\u003c\/strong\u003e is explicitly engineered to maximize premium storefront shelf appeal. Built with a robust, weighted flush base, it provides an ultra-stable presentation while utilizing a high-performance \u003cstrong\u003ethreaded neck finish\u003c\/strong\u003e to secure your product.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume \/ Capacity\u003c\/th\u003e\n\u003ctd\u003eSingle Pre-Roll \/ King-Size Blunt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e120 mm \/ 4.72 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e25 mm \/ 0.98 in (Outer Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e14 mm \/ 0.55 in (Internal Opening Diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e112 mm \/ 4.41 in (Internal Storage)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e25 g \/ 0.88 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe, Lead-Free USP Type III Borosilicate Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eFDA Grade \/ Kosher Certified Composition Standards\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eUltra-Clear Premium Transparent Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003c!-- 4. Section 2: Labeling Pipeline --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo style=\"width: 100%; display: block; pointer-events: none;\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n                    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for glass tubes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Tubes arrive pre-labeled with automated precision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 1: Stock \u0026 Supply (With Shrunk Image Frame) --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame bk-perfect-match-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/collections\/20-mm-caps\" target=\"_blank\"\u003e \u003cimg alt=\"Bulk wholesale glass pre-roll tubes and caps\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-20-400-child-resistant-cap-with-pressure-seal-single-unit-less-than-box-qty-matte-black-1231129906.jpg?v=1775247308\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with inventory ready to ship today.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e Guaranteed threading compatibility across our entire glass tube lineup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/collections\/20-mm-caps\" target=\"_blank\"\u003eExplore Matching Caps\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging Catalog Pipeline --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg alt=\"Custom pre-roll tube packaging design and manufacturing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom pre-roll packaging engineered specifically for your brand identity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale wholesale drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to manufactured product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca rel=\"noopener noreferrer\" class=\"bk-btn\" href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer Section --\u003e\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg alt=\"BagKing Optimized Logo\" class=\"bk-footer-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 298 (Bulk Discount Pricing)","offer_id":42543711223888,"sku":"3113-CLR-BX","price":77.48,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543711191120,"sku":"3113-CLR","price":0.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-25-mm-x-120-mm-glass-pre-roll-tube-single-unit-less-than-box-qty-1231129911.jpg?v=1782014230"},{"product_id":"grand-puff™-20-400-child-resistant-cap","title":"Grand Puff™ 20\/400 Child-Resistant Cap with Pressure Seal","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e20\/400 Pressure Seal Child-Resistant Cap\u003c\/h1\u003e\n    \u003cp\u003eA high-performance \u003cstrong\u003epre-roll cap\u003c\/strong\u003e engineered for instant security. Protect your product with an automated pressure seal that activates through torque—no machinery required.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e24mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e17mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e3g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e20\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Impact Polypropylene (PP)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eLiner Type\u003c\/th\u003e\n            \u003ctd\u003ePE + PS Pressure Seal\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Style\u003c\/th\u003e\n            \u003ctd\u003eChild-Resistant (CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Certified\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eTorque-Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eCap + Pressure Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eGlass Tubes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for caps and glass tubes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Tubes arrive pre-labeled with automated precision, ready for immediate use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs by centralizing your branding.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with professional, retail-ready supplies.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/collections\/tubes-20mm-20-400\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-25-mm-x-120-mm-glass-pre-roll-tube-1231129913.jpg?v=1775247008\" alt=\"High flint glass pre-roll tubes\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e Guaranteed threading compatibility across our entire 20\/400 glass tube lineup.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need hardware samples or a full pallet, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/tubes-20mm-20-400\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Glass Tubes\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom retail packaging for pre-roll tubes\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom cap and tube packaging engineered specifically for your brand identity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to final manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every retail location.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Black \/ Box of 298 (Bulk Discount Pricing)","offer_id":42543711289424,"sku":"3122-MTBLK-BX","price":53.64,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543711256656,"sku":"3122-MTBLK","price":0.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-matte-black-grand-puff-20-400-child-resistant-cap-with-pressure-seal-1245189979.jpg?v=1782013992"},{"product_id":"grand-puff™-25-mm-x-116-mm-clear-glass-tube","title":"Grand Puff™ 25 mm x 116 mm Glass Pre-Roll Tube","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e25 mm x 116 mm Glass Pre-Roll Tube\u003c\/h1\u003e\n    \u003cp\u003eA precision-engineered \u003cstrong\u003eglass pre-roll tube\u003c\/strong\u003e designed for premium preservation, featuring a flush flat base and a versatile 18\/400 threaded neck.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e23mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eInner Diameter\u003c\/th\u003e\n            \u003ctd\u003e12mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e116mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e22g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial Grade\u003c\/th\u003e\n            \u003ctd\u003eUSP Type III Borosilicate Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBase Type\u003c\/th\u003e\n            \u003ctd\u003eFlush Flat Base\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e18\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eStability\u003c\/strong\u003e\n      \u003cspan\u003eAirtight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eGlass Base Only\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePre-Rolls \/ Blunts\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for tubes and child-resistant caps.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Tubes arrive pre-labeled with automated precision, ready for immediate production.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs by centralizing your branding.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with professional, retail-ready supplies.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/collections\/18mm-caps\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-18-400-child-resistant-cap-with-pressure-seal-single-unit-less-than-box-qty-matte-black-1231129904.jpg?v=1775247368\" alt=\"Bulk wholesale glass pre-roll tubes and child-resistant caps\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank inventory ready to ship today.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e Guaranteed threading compatibility for all standardized 18\/400 closures.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/18mm-caps\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Matching Caps\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom pre-roll tube retail packaging design\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom pre-roll packaging engineered specifically for your brand identity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to the finished manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every retail location.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 600 (Bulk Discount Pricing)","offer_id":42543711354960,"sku":"3112-CLR-BX","price":138.0,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543711322192,"sku":"3112-CLR","price":0.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-25-mm-x-116-mm-glass-pre-roll-tube-1231129910.jpg?v=1782013871"},{"product_id":"grand-puff™-3-oz-glass-jar","title":"Grand Puff™ 3 oz. Glass Jar","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e3 oz. (90 ml) Premium Flower Jar\u003c\/h1\u003e\n    \u003cp\u003eA precision-molded \u003cstrong\u003eheavy-wall glass jar\u003c\/strong\u003e designed for high-end shelf appeal, holding approximately 3.5g to 5g of premium flower with a weighted flush base.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCapacity (Volume)\u003c\/th\u003e\n            \u003ctd\u003e3 oz. (~90 ml)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFlower Capacity\u003c\/th\u003e\n            \u003ctd\u003e3.5g - 5g (1\/8 oz.)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e60mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e54mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e90g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial Grade\u003c\/th\u003e\n            \u003ctd\u003eUSP Type III Flint Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e53\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBase Style\u003c\/th\u003e\n            \u003ctd\u003eWeighted Flush Base\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eWeighted Base\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eGlass Base Only\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003e1\/8 oz. Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for jars and caps ensures your line moves without delay.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Jars arrive pre-labeled with automated precision, ready for immediate fulfillment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs by receiving retail-ready stock.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with professionally branded supplies.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/collections\/53-mm-caps\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-53-mm-pe-lined-cap-matte-black-single-unit-less-than-box-qty-1228244075.jpg?v=1774030029\" alt=\"53mm Matte Black Caps\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n        \u003cul class=\"talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIn Stock, Right Now:\u003c\/strong\u003e Our California hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait. We ship blank inventory the moment you order.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e We carry complementary 53mm lids guaranteed to fit these jars with airtight precision.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case for a drop or a full pallet, our stock is ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/53-mm-caps\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Matching Lids\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom Flower Packaging\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Bespoke flower packaging engineered specifically for your brand identity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or high-volume wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every retail location.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Default Title","offer_id":42543711387728,"sku":"3108-CLR-BX","price":13.44,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-3-oz-glass-jar-1245960320.jpg?v=1782346690"},{"product_id":"grand-puff™-18-400-child-resistant-cap","title":"Grand Puff™ 18\/400 Child-Resistant Cap with Pressure Seal","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e18\/400 Pressure Seal Child-Resistant Cap\u003c\/h1\u003e\n    \u003cp\u003eAchieve \u003cstrong\u003einstant airtight security\u003c\/strong\u003e for your pre-roll tubes. Our 18mm safety closures feature an automated pressure seal that activates through torque—eliminating the need for induction machinery.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e22mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e18mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e18\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Impact Polypropylene (PP)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eLiner Type\u003c\/th\u003e\n            \u003ctd\u003ePE + PS Pressure Seal\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Style\u003c\/th\u003e\n            \u003ctd\u003eChild-Resistant (CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eTorque-Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eCap + Pressure Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eGlass Tubes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom secondary retail packaging and box branding\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBranding Power:\u003c\/strong\u003e At 18mm, these caps are best paired with custom boxes to serve as your primary retail surface.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIntegrated Service:\u003c\/strong\u003e We apply your compliance and strain labels directly to your boxes in-house.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your inventory arrives pre-labeled and ready for immediate retail fulfillment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e Automated label precision ensures a clean, high-end look for every unit.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/collections\/tubes-18-mm-18-400\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-25-mm-x-116-mm-glass-pre-roll-tube-1231129908.jpg?v=1775247155\" alt=\"Compatible 18\/400 glass pre-roll tubes\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e Guaranteed threading compatibility for all standardized 18\/400 pre-roll tubes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/tubes-18-mm-18-400\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Compatible Tubes\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom pre-roll packaging design and manufacturing\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom cap and tube packaging engineered specifically for your brand identity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to the final manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every retail location.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Black \/ Box of 600 (Bulk Discount Pricing)","offer_id":42543711453264,"sku":"3121-MTBLK-BX","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543711420496,"sku":"3121-MTBLK","price":0.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-matte-black-grand-puff-18-400-child-resistant-cap-with-pressure-seal-1245189971.jpg?v=1782014168"},{"product_id":"grand-puff-53-400-pressure-seal-cap","title":"Grand Puff™ 53\/400 Child-Resistant Cap with Pressure Seal Liner","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e53\/400 Pressure Seal Child-Resistant Cap\u003c\/h1\u003e\n    \u003cp\u003eAchieve high-performance security with the 53\/400 Pressure Seal closure. Engineered for \u003cstrong\u003einstant airtight protection\u003c\/strong\u003e, these caps feature an automated pressure seal that activates through simple torque—providing a factory-fresh barrier for \u003cstrong\u003epremium flower jars and topicals\u003c\/strong\u003e without the need for expensive heat induction machinery.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e60mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e18mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e53\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e15g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Impact Polypropylene (PP)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eLiner Type\u003c\/th\u003e\n            \u003ctd\u003ePE + PS Pressure Seal\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Style\u003c\/th\u003e\n            \u003ctd\u003eCertified Child-Resistant (CR)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eTorque-Seal Cap\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eCap + Liner\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003e53\/400 Glass Jars\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service ensures your 53mm caps arrive pre-labeled and ready for fulfillment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePrecision Alignment:\u003c\/strong\u003e Automated machinery applies your branding with professional, edge-to-edge accuracy.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor costs by receiving retail-ready inventory direct to your facility.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/collections\/jars-53-400-neck-finish\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-40-dram-glass-jar-1231129892.jpg?v=1775247608\" alt=\"Premium 53\/400 frosted glass jars compatible with pressure seal caps\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch with zero lead times.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e Guaranteed threading compatibility for all 53\/400 neck finish jars in our catalog.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we provide immediate supply chain stability.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/jars-53-400-neck-finish\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Compatible Jars\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom retail packaging for glass jars and caps\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Bespoke cap and jar packaging engineered specifically for your brand’s shelf presence.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or high-volume custom manufacturing drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial concept and design to final manufactured product.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 1000 (Bulk Discount Pricing) \/ Black","offer_id":42543711617104,"sku":"3111-MTBLK-BX","price":320.0,"currency_code":"USD","in_stock":false},{"title":"Box of 1000 (Bulk Discount Pricing) \/ White","offer_id":42543711682640,"sku":"3111-MTWHT-BX","price":320.0,"currency_code":"USD","in_stock":false},{"title":"Box of 1000 (Bulk Discount Pricing) \/ Glossy Black","offer_id":42676142538832,"sku":"3111-BLK-BX","price":320.0,"currency_code":"USD","in_stock":true},{"title":"Box of 1000 (Bulk Discount Pricing) \/ Glossy White","offer_id":42676142506064,"sku":"3111-WHT-BX","price":320.0,"currency_code":"USD","in_stock":false},{"title":"Single Unit (Less Than Box Qty) \/ Black","offer_id":42543711486032,"sku":"3111-MTBLK","price":0.32,"currency_code":"USD","in_stock":false},{"title":"Single Unit (Less Than Box Qty) \/ White","offer_id":42543711551568,"sku":"3111-MTWHT","price":0.32,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty) \/ Glossy Black","offer_id":42676142473296,"sku":"3111-BLK","price":0.32,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty) \/ Glossy White","offer_id":42676142440528,"sku":"3111-WHT","price":0.32,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-glossy-black-grand-puff-53-400-child-resistant-cap-with-pressure-seal-liner-1245944019.jpg?v=1782339249"},{"product_id":"grand-puff-wide-mouth-40-dram-glass-jar","title":"Grand Puff™ 40 Dram Glass Jar","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003e40 Dram (150 ml) Glass Jar\u003c\/h1\u003e\n    \u003cp\u003eA precision-molded \u003cstrong\u003estraight sided glass jar\u003c\/strong\u003e designed for premium shelf appeal, featuring a weighted flush base and 53\/400 neck finish. This heavy-wall vessel provides the ideal environment for \u003cstrong\u003epremium flower and artisan topicals\u003c\/strong\u003e, offering a verified, airtight solution when paired with our child-resistant closures.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCapacity (Volume)\u003c\/th\u003e\n            \u003ctd\u003e40 Dram (~150 ml)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n            \u003ctd\u003e60mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n            \u003ctd\u003e69mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n            \u003ctd\u003e120g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial Grade\u003c\/th\u003e\n            \u003ctd\u003eUSP Type III High Flint Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n            \u003ctd\u003e53\/400 Threaded\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBase Style\u003c\/th\u003e\n            \u003ctd\u003eWeighted Flush Base\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n            \u003ctd\u003eASTM D3475 Compatible\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eHeavy Wall Glass\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eGlass Base Only\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePremium Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service ensures your 40 dram jars arrive pre-labeled and ready for retail.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePrecision Alignment:\u003c\/strong\u003e Automated machinery ensures every label is applied with professional, edge-to-edge accuracy.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Reduce internal labor costs by receiving shelf-ready jars direct to your facility.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/collections\/53-mm-caps\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-53-mm-pe-lined-cap-matte-black-single-unit-less-than-box-qty-1228244075.jpg?v=1774030029\" alt=\"53mm Matte Black Caps\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch with zero lead times.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e We carry complementary 53mm child-resistant lids guaranteed to fit these jars with airtight precision.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, our California inventory is ready to ship today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/53-mm-caps\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Matching Lids\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom flower packaging design\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom flower packaging and custom-colored glass engineered specifically for your brand identity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale wholesale manufacturing drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design concept to high-volume manufactured product.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 32 (Bulk Discount Pricing)","offer_id":42543711748176,"sku":"3110-CLR-BX","price":16.64,"currency_code":"USD","in_stock":false},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543711780944,"sku":"3110-CLR","price":0.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-40-dram-glass-jar-1245189962.jpg?v=1782013035"},{"product_id":"grand-puff-30-dram-glass-jar","title":"Grand Puff™ 30 Dram Glass Jar","description":"\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003e\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003e30 Dram (115 ml) Glass Jar\u003c\/h1\u003e\n\u003cp\u003eA precision-molded \u003cstrong\u003estraight sided glass jar\u003c\/strong\u003e designed for elite brand presentation, featuring a weighted flush base and 53\/400 neck finish.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCapacity (Volume)\u003c\/th\u003e\n\u003ctd\u003e30 Dram (~115 ml)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eOuter Diameter\u003c\/th\u003e\n\u003ctd\u003e60mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e65mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e108g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eMaterial Grade\u003c\/th\u003e\n\u003ctd\u003eUSP Type III High Flint Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eNeck Finish\u003c\/th\u003e\n\u003ctd\u003e53\/400 Threaded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eSafety Cap Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"bk-spec-label\"\u003eBase Style\u003c\/th\u003e\n\u003ctd\u003eSolid Weighted Base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e \u003cspan\u003eHeavy Wall\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eGlass Base Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003e1\/8 oz. Flower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eSupply\u003c\/strong\u003e \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house application service for jars and caps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Jars arrive pre-labeled with automated precision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor and secondary handling costs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market with retail-ready supplies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/collections\/53-mm-caps\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-53-mm-pe-lined-cap-matte-black-single-unit-less-than-box-qty-1228244075.jpg?v=1774030029\" alt=\"Bulk high-flint glass jars and matching 53mm child resistant safety caps\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Blank Stock \u0026amp; Supply\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank stock ready to ship today.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe Perfect Fit:\u003c\/strong\u003e Guaranteed threading compatibility for all 53\/400 glass jars.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Whether you need a single case or a full pallet, we are ready.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/collections\/53-mm-caps\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eEXPLORE MATCHING LIDS\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_flower_packaging.jpg?v=1738695507\" alt=\"Custom flower packaging design and manufacturing\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom packaging solutions\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom flower packaging engineered specifically for your brand.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch launches or large-scale drops.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial design to manufactured product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Make your brand a reality on the shelves of every store.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eStart Custom Design\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 32 (Bulk Discount Pricing)","offer_id":42543711813712,"sku":"3109-CLR-BX","price":13.44,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543711846480,"sku":"3109-CLR","price":0.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-30-dram-glass-jar-1245189961.jpg?v=1782012913"},{"product_id":"active-singular™-classic-pod-1-ml-2-ml-copy","title":"ACTIVE Singular™ Axil S1 Battery","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eACTIVE Singular™ Axil S1 Battery\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock one universal battery for all your extracts.\u003c\/strong\u003e The ACTIVE Singular™ Axil S1 is engineered for unmatched versatility. With a powerful 340mAh core and variable voltage control, this draw-activated, USB-C rechargeable battery works flawlessly with every pod in the Singular lineup.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBattery Capacity\u003c\/th\u003e\n            \u003ctd\u003eGrade A, 340 mAh Li-ion\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eVoltage Settings\u003c\/th\u003e\n            \u003ctd\u003e2.6v (Flavor), 3.0v (Balanced), 3.4v (Clouds)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePre-Heat Function\u003c\/th\u003e\n            \u003ctd\u003eSmart 5-Second Cycle (1.5v)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eActivation\u003c\/th\u003e\n            \u003ctd\u003eDraw Activated (Buttonless)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eConnection\u003c\/th\u003e\n            \u003ctd\u003eMagnetic Pod Interface\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCharging\u003c\/th\u003e\n            \u003ctd\u003eUSB-C Rechargeable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBody Material\u003c\/th\u003e\n            \u003ctd\u003eAnodized Aluminum\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSafety Features\u003c\/th\u003e\n            \u003ctd\u003eShort Circuit \u0026amp; Overcharge Protection\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eUniversal Battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eDevice Unit\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eSingular Pods\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e 100% in-house labeling and laser etching for your hardware kits.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Compatibility:\u003c\/strong\u003e All batteries are factory-tested for seamless power delivery and magnetic connection.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our branding services to turn stock devices into premium brand assets.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScalable Inventory:\u003c\/strong\u003e Keep your production lines moving with consistent hardware availability and fast turnarounds.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Branding Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular%E2%84%A2-pro-pod-0-5-ml-2-ml?variant=48109199819000\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-singular-ceramic-pro-pod-0-5-ml-1-ml-single-unit-less-than-box-qty-0-5-ml-white-1227534546.jpg?v=1773771036\" alt=\"ACTIVE Singular Ceramic Pro Pods compatible with Axil S1 Battery\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEcosystem Synergy:\u003c\/strong\u003e Singular Pro Pods are engineered specifically to pair natively with the Axil S1 platform.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Batteries and pods are stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePremium Performance:\u003c\/strong\u003e Guaranteed power-connection integrity for high-viscosity extracts.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e From boutique small-batches to high-volume wholesale, we are fully loaded.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular%E2%84%A2-pro-pod-0-5-ml-2-ml?variant=48109199819000\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Pods\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom vape all-in-one retail packaging\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Vape All-In-One Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Specialized retail packaging designed specifically for modular vape hardware.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from hardware selection to finished retail presentation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e High-impact clear boxes and blister packs that help your brand win on the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Custom packaging solutions with low minimums for professional brand launches.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Vape Packaging\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"ACTIVE™","offers":[{"title":"White \/ Box of 50 (Bulk Discount Pricing)","offer_id":42543711944784,"sku":"4102-WHT-BX","price":218.0,"currency_code":"USD","in_stock":false},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543711879248,"sku":"4102-WHT","price":4.36,"currency_code":"USD","in_stock":true},{"title":"Black \/ Box of 50 (Bulk Discount Pricing)","offer_id":42543711977552,"sku":"4102-BLK-BX","price":218.0,"currency_code":"USD","in_stock":false},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543711912016,"sku":"4102-BLK","price":4.36,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/active-singular-axil-s1-battery-1245189959.jpg?v=1782012789"},{"product_id":"active-singular™-classic-pod-1-ml-2-ml","title":"ACTIVE Singular™ Classic Pod .5 mL - 2 mL","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eACTIVE Singular™ Classic Pod (Stainless Steel)\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eBuilt for daily drivers and heavy hits.\u003c\/strong\u003e The ACTIVE Singular™ Classic Pod features a durable, heavy-metals-compliant stainless steel center post. It is the ideal vape hardware for distillate, THCA, liquid diamonds, and D8\/D9 formulations. Consistent, robust clouds without sacrificing true-to-strain flavor.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCenter Post\u003c\/th\u003e\n            \u003ctd\u003eStainless Steel (Heavy Metals Compliant)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eHeating Element\u003c\/th\u003e\n            \u003ctd\u003eACTIVE® AC2 Ceramic Core\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eResistance\u003c\/th\u003e\n            \u003ctd\u003e1.4 Ohms\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eConnection\u003c\/th\u003e\n            \u003ctd\u003eMagnetic Singular™ Interface\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFilling Style\u003c\/th\u003e\n            \u003ctd\u003eAutomation Ready (25-Unit Trays)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Type\u003c\/th\u003e\n            \u003ctd\u003eTamper-Evident \/ Non-Refillable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompatibility\u003c\/th\u003e\n            \u003ctd\u003eSingular™ Axil \u0026amp; Offset Batteries\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBest For\u003c\/th\u003e\n            \u003ctd\u003eHigh-Viscosity Distillates \/ THCA\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eStainless Steel Pod\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e25-Unit Trays\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eThick Distillates\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your hardware supply with pods ready for in-house laser etching or labeling.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Quality:\u003c\/strong\u003e All pods are factory-tested for resistance consistency and magnetic connection integrity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our custom etching services to bring your brand identity to life on every pod.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScalable Inventory:\u003c\/strong\u003e Keep your production lines moving with high-volume hardware availability.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Hardware Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular-axil-s1-battery\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-singular-offset-s1-battery-single-unit-less-than-box-qty-white-1230911295.jpg?v=1775074057\" alt=\"ACTIVE Singular Battery Platform\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEcosystem Synergy:\u003c\/strong\u003e Classic Stainless Steel Pods are designed to pair natively with the Singular™ Axil and Offset batteries.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Batteries and pods are stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePremium Performance:\u003c\/strong\u003e Guaranteed power-connection integrity for standard and high-viscosity formulations.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e From boutique small-batches to high-volume wholesale, we are fully loaded.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular-axil-s1-battery\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Battery\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom vape retail packaging\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Vape All-In-One Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Specialized retail packaging designed specifically for modular hardware systems.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from hardware selection to finished retail presentation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e High-impact clear boxes and blister packs that help your brand win on the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Custom packaging solutions with low minimums for professional vape launches.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Vape Packaging\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"ACTIVE™","offers":[{"title":"White \/ 0.5 mL  \/  1.0 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543712141392,"sku":"4103-WHT-BX","price":116.25,"currency_code":"USD","in_stock":false},{"title":"White \/ 0.5 mL  \/  1.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712010320,"sku":"4103-WHT","price":1.55,"currency_code":"USD","in_stock":true},{"title":"White \/ 2.0 mL \/ Box of 50 (Bulk Discount Pricing)","offer_id":42543712206928,"sku":"4104-WHT-BX","price":81.5,"currency_code":"USD","in_stock":false},{"title":"White \/ 2.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712043088,"sku":"4104-WHT","price":1.63,"currency_code":"USD","in_stock":true},{"title":"Black \/ 0.5 mL  \/  1.0 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543712174160,"sku":"4103-BLK-BX","price":116.25,"currency_code":"USD","in_stock":false},{"title":"Black \/ 0.5 mL  \/  1.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712075856,"sku":"4103-BLK","price":1.55,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2.0 mL \/ Box of 50 (Bulk Discount Pricing)","offer_id":42543712239696,"sku":"4104-BLK-BX","price":81.5,"currency_code":"USD","in_stock":false},{"title":"Black \/ 2.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712108624,"sku":"4104-BLK","price":1.63,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-white-0-5-ml-1-0-ml-active-singular-classic-pod-5-ml-2-ml-1245189955.jpg?v=1782012609"},{"product_id":"bag-king-child-resistant-tamper-evident-stand-up-pouch7-5-x-3-5-in","title":"Bag King Child-Resistant Mylar Bag","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bk-blue: #0091D5;\n        --bk-graphite: #353535;\n        --bk-green: #7DC242;\n        --bk-light-gray: #f8f9fa;\n        --bk-border: #e2e8f0;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: var(--bk-graphite);\n        margin: 0;\n        padding: 10px;\n        background-color: #fff;\n    }\n\n    .bk-container {\n        width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--bk-border);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .bk-brand-accent {\n        padding: 12px 20px;\n        border-bottom: 2px solid var(--bk-blue);\n        display: flex;\n        justify-content: space-between;\n        background: #fff;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Logistics Grid Styles *\/\n    .bk-logistics-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 20px 20px 0 20px;\n    }\n    .bk-logistics-item {\n        border: 1px solid var(--bk-border);\n        padding: 12px;\n        border-radius: 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n    }\n    .bk-logistics-item strong { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--bk-blue); margin-bottom: 2px; }\n    .bk-logistics-item span { font-size: 0.8rem; color: #444; font-weight: 600; }\n\n    .bk-exec-summary { padding: 25px 20px; text-align: left; }\n    .bk-exec-summary h1 { font-size: 1.3rem; margin: 0 0 10px 0; color: var(--bk-blue); font-weight: 700; }\n    .bk-exec-summary p { font-size: 0.95rem; margin: 0; color: #444; border-left: 4px solid var(--bk-green); padding-left: 15px; }\n\n    .bk-table-section { padding: 0 20px 20px 20px; }\n    table.bk-inner-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 0.85rem;\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    table.bk-inner-table th, table.bk-inner-table td {\n        padding: 12px 15px;\n        text-align: left;\n        border-bottom: 1px solid var(--bk-border);\n    }\n    table.bk-inner-table th { background: var(--bk-light-gray); color: #666; font-weight: 600; width: 40%; }\n    table.bk-inner-table td { background: #fff; color: var(--bk-graphite); font-weight: 500; }\n\n    .bk-full-circle-stack {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 60px;\n    }\n\n    .bk-content-block { width: 100%; margin: 0 auto; }\n    \n    .bk-visual-frame {\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--bk-border);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 20px;\n        background: #fff;\n    }\n    .bk-visual-frame img { width: 100%; display: block; aspect-ratio: 1 \/ 1; object-fit: cover; }\n\n    \/* Space-Saving Flex Layout (Mobile Swiper) *\/\n    .bk-multipack-grid {\n        display: flex;\n        gap: 12px;\n        padding: 10px 0;\n        background: #fff;\n        overflow-x: auto;\n        scroll-snap-type: x mandatory;\n        -webkit-overflow-scrolling: touch;\n        margin-bottom: 20px;\n    }\n    \n    .bk-multipack-item {\n        border: 1px solid var(--bk-border);\n        border-radius: 8px;\n        padding: 12px 8px;\n        text-align: center;\n        background: var(--bk-light-gray);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n        flex: 0 0 185px; \n        scroll-snap-align: start;\n    }\n    \n    .bk-multipack-item img { \n        width: 100%; \n        max-width: 110px; \n        aspect-ratio: 1\/1; \n        object-fit: cover; \n        border-radius: 4px; \n        margin: 0 auto 8px auto; \n        display: block; \n    }\n    .bk-multipack-item span { \n        font-size: 0.68rem; \n        font-weight: 700; \n        display: block; \n        margin-bottom: 10px; \n        color: var(--bk-graphite); \n        text-transform: uppercase; \n        letter-spacing: -0.2px;\n        line-height: 1.2;\n    }\n    \n    .bk-multipack-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 6px 16px;\n        border-radius: 50px;\n        font-size: 0.65rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        transition: all 0.2s ease;\n    }\n    .bk-multipack-btn:hover { background: var(--bk-graphite); }\n\n    \/* Cards \u0026 Accents *\/\n    .bk-card-labeling { border-top: 4px solid var(--bk-blue); padding-top: 20px; }\n    .bk-card-stock { border-top: 4px solid var(--bk-green); padding-top: 20px; }\n    .bk-card-custom { border-top: 4px solid var(--bk-graphite); padding-top: 20px; }\n\n    .bk-text-block { text-align: center; width: 100%; }\n    .bk-text-block h3 { font-size: 1.15rem; margin: 0 0 15px 0; font-weight: 700; color: var(--bk-graphite); text-transform: uppercase; }\n    \n    .bk-talking-points { \n        margin: 0 auto 25px auto; \n        padding: 0; \n        list-style: none; \n        display: table; \n        text-align: left; \n    }\n    .bk-talking-points li { font-size: 0.95rem; color: #444; margin-bottom: 10px; padding-left: 25px; position: relative; }\n    .bk-talking-points li::before { content: '●'; position: absolute; left: 0; color: var(--bk-blue); font-size: 0.8rem; }\n\n    .bk-btn-container { text-align: center; width: 100%; padding: 10px 0; display: block; }\n    .bk-btn {\n        display: inline-block;\n        background: var(--bk-blue);\n        color: #fff !important;\n        text-decoration: none;\n        padding: 18px 45px;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        border-radius: 50px;\n        min-width: 280px;\n        transition: all 0.3s ease;\n    }\n    .bk-btn:hover { background: var(--bk-graphite); transform: translateY(-2px); }\n\n    \/* Footer *\/\n    .bk-brand-footer {\n        padding: 60px 25px;\n        background: var(--bk-light-gray);\n        text-align: center;\n        border-top: 1px solid var(--bk-border);\n        width: 100%;\n        display: block;\n    }\n    .bk-footer-logo { max-width: 150px; margin: 0 auto 25px auto; display: block; }\n    .bk-brand-footer p { font-size: 0.9rem; max-width: 600px; margin: 0 auto; color: #666; line-height: 1.6; }\n\n    @media (min-width: 768px) {\n        .bk-logistics-grid { grid-template-columns: repeat(3, 1fr); }\n        .bk-multipack-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; }\n        .bk-multipack-item { flex: none; }\n        .bk-multipack-item img { max-width: 120px; }\n        .bk-btn { min-width: 400px; }\n        .bk-visual-frame { max-width: 750px; margin-left: auto; margin-right: auto; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"bk-container\"\u003e\n\u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\u003c!-- 1. Logistics Grid --\u003e\n\u003cdiv class=\"bk-logistics-grid\"\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e \u003cspan\u003eIn-Stock \u0026amp; Ready to Ship\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eFlower, Edibles, Pre-Rolls \u0026amp; Disposables\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-logistics-item\"\u003e\n\u003cstrong\u003eCompliance Ready\u003c\/strong\u003e \u003cspan\u003eASTM D3475 (Child-Resistant)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Executive Summary --\u003e\n\u003csection class=\"bk-exec-summary\"\u003e\n\u003ch1\u003eChild-Resistant Mylar Bag (7.5\" x 3.5\")\u003c\/h1\u003e\n\u003cp\u003eThis premium \u003cstrong\u003estand-up pouch\u003c\/strong\u003e is meticulously engineered to provide maximum structural barrier protection while easily meeting strict regulatory compliance standards. Featuring a reusable child-resistant zipper lock closure and a beautiful matte black exterior, it serves as the trusted industry benchmark for secure, \u003cstrong\u003eretail-ready inventory packaging\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\u003cdiv class=\"bk-table-section\"\u003e\n\u003ctable class=\"bk-inner-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume \/ Capacity\u003c\/th\u003e\n\u003ctd\u003e3.5 Grams (1\/8 oz) Capacity (Insert-Compatible Arrangement)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e190.5 mm \/ 7.50 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth \u0026amp; Length\u003c\/th\u003e\n\u003ctd\u003e88.9 mm \/ 3.50 in Profile Width\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInternal Dimensions\u003c\/th\u003e\n\u003ctd\u003e76.2 mm w x 152.4 mm h \/ 3.00 in w x 6.00 in h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsable Height\u003c\/th\u003e\n\u003ctd\u003e139.7 mm \/ 5.50 in (From Internal Base to Zipper Lock Line)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e6.0 g \/ 0.21 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Build\u003c\/th\u003e\n\u003ctd\u003eFDA Food-Safe, BPA-Free MET\/PET High-Barrier Laminate Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance Certification\u003c\/th\u003e\n\u003ctd\u003eASTM D3475 Child-Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors Available\u003c\/th\u003e\n\u003ctd\u003eOpaque Matte Black or Solid Matte White (100% Light Proof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Content Blocks Stack --\u003e\n\u003cdiv class=\"bk-full-circle-stack\"\u003e\n\u003c!-- 4. Section 1: Stock \u0026 Supply --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n\u003ch3\u003eEvery Step: Precision-Engineered Fit\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect Custom Fit:\u003c\/strong\u003e These Grand Puff clamshells are engineered to slide smoothly into this exact pouch with zero friction.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCrush-Proof Protection:\u003c\/strong\u003e Pairing this heavy-duty barrier bag with a rigid insert prevents pre-rolls from bending or breaking.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCalifornia Stocked:\u003c\/strong\u003e Both bags and exact-fit clamshell inserts ship directly from our local hub with zero shipping delays.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-multipack-grid\"\u003e\n\u003cdiv class=\"bk-multipack-item\"\u003e\n\u003cimg src=\"https:\/\/www.bagking.com\/cdn\/shop\/files\/grand-puff-pre-roll-insert-fits-3-full-gram-pre-rolls-1227000079.jpg?v=1773274177\u0026amp;width=3840\" alt=\"3 Full-Gram Pre-Roll Insert\"\u003e \u003cspan\u003eElite 3-Pack System\u003cbr\u003e(Fits 3x 1G Pre-Rolls)\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff-pre-roll-insert-fits-3-full-gram-pre-rolls?variant=48096974274808\" class=\"bk-multipack-btn\" target=\"_blank\"\u003eShop 3-Pack\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-multipack-item\"\u003e\n\u003cimg src=\"https:\/\/www.bagking.com\/cdn\/shop\/files\/grand-puff-pre-roll-clamshell-fits-5-75-gram-pre-rolls-1227000081.jpg?v=1773274208\u0026amp;width=3840\" alt=\"5x .75g Pre-Roll Insert\"\u003e \u003cspan\u003ePremium 5-Pack\u003cbr\u003e(Fits 5x 0.75G Joints)\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff-pre-roll-insert-fits-5-75-gram-pre-rolls?variant=48093514957048\" class=\"bk-multipack-btn\" target=\"_blank\"\u003eShop 5-Pack\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bk-multipack-item\"\u003e\n\u003cimg src=\"https:\/\/www.bagking.com\/cdn\/shop\/files\/grand-puff-pre-roll-insert-fits-5-half-gram-pre-rolls-1226964555.jpg?v=1773259656\u0026amp;width=3840\" alt=\"5 Half-Gram Pre-Roll Insert\"\u003e \u003cspan\u003eSlimline Half-G Pack\u003cbr\u003e(Fits 5x 0.5G Dog Walkers)\u003c\/span\u003e \u003ca href=\"https:\/\/www.bagking.com\/products\/grand-puff-pre-roll-insert-fits-5-half-gram-pre-rolls?variant=47909132763384\" class=\"bk-multipack-btn\" target=\"_blank\"\u003eShop Mini-Pack\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Section 2: Labeling Pipeline --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n\u003ch3\u003eOne Place: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"bk-talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eEliminate Assembly Bottlenecks:\u003c\/strong\u003e Outsource slow manual sticker placement entirely to our automated mechanical processing lab facility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFill-Ready Hardware Freight:\u003c\/strong\u003e Units land at your facility pre-labeled with machine-guided precision, clean tracking, and seamless edges.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDramatically Reduce Overhead:\u003c\/strong\u003e Slash internal handling labor hours, design sizing errors, and processing line bottlenecks on day one.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniform Graphical Balance:\u003c\/strong\u003e Advanced technical application calibrations guarantee your custom branding graphics stay flush on every package.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\"\u003eStart My Label Project\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Section 3: Custom Packaging Catalog Pipeline --\u003e\n\u003cdiv class=\"bk-content-block\"\u003e\n\u003cdiv class=\"bk-visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom printed packaging design layout collections\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n\u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n\u003cul class=\"talking-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBespoke Branding Infrastructure:\u003c\/strong\u003e Scale past basic sticker labels using completely custom printed container configurations and edge-to-edge layouts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCohesive Product Ecosystems:\u003c\/strong\u003e Seamlessly coordinate your stock inventory with customized child-resistant display boxes, cartons, and exit pouches.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCentralized Operation Management:\u003c\/strong\u003e Anchor design adjustments, plate production, structural checks, and final warehousing to a single master partner.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bk-btn-container\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" class=\"bk-btn\" target=\"_blank\"\u003eExplore Custom Catalogs\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Footer --\u003e\u003cfooter class=\"bk-brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Brand Logo\"\u003e\n\u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Bag King","offers":[{"title":"Black \/ Pack of 50 (Bulk Discount Pricing)","offer_id":42543712338000,"sku":"2105-MTBLK-PK","price":7.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543712272464,"sku":"2105-MTBLK","price":0.14,"currency_code":"USD","in_stock":true},{"title":"Matte White \/ Pack of 50 (Bulk Discount Pricing)","offer_id":42543712370768,"sku":"2105-MTWHT-PK","price":7.0,"currency_code":"USD","in_stock":true},{"title":"Matte White \/ Single Unit (Less Than Box Qty)","offer_id":42543712305232,"sku":"2105-MTWHT","price":0.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-black-bag-king-child-resistant-mylar-bag-1245189953.jpg?v=1782012428"},{"product_id":"vibes-king-size-cones-box-of-8-20-cones-coffin","title":"VIBES King Size Cones - Box of 8 (20 Cones\/Coffin)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ King Size Cones - 20 Pack\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and maximize your profit.\u003c\/strong\u003e Upgrade your store's pre-roll selection with the VIBES™ King Size Cones Box. Normally commanding a premium $128 Retail Value, we are liquidating our remaining inventory at a steep markdown. This is your chance to offer a top-tier, premium product while keeping the massive extra profit for your shop!\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003eKing Size Pre-Rolled Cones\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Count\u003c\/th\u003e\n            \u003ctd\u003e20 Packs per Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Options\u003c\/th\u003e\n            \u003ctd\u003eUltra Thin \/ Rice\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eRetail Value\u003c\/th\u003e\n            \u003ctd\u003e$128.00 MSRP\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSession Type\u003c\/th\u003e\n            \u003ctd\u003eExtended Slow-Burn\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSupply Status\u003c\/th\u003e\n            \u003ctd\u003eMassive Closeout Markdown\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eMaster Display Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e20 Units per Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eCountertop Retail\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Stock\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Retail Box Branding for Rolling Cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCounter-Ready Display:\u003c\/strong\u003e While VIBES is the lead brand, we provide in-house labeling for your master shipping cases and secondary retail boxes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your supply chain by receiving pre-branded cones kitted with your own custom-labeled master displays.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your inventory arrives retail-ready, allowing you to focus on sales rather than warehouse labor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your store's branding is as premium as the products on your shelf.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes Paper Selection Ultra Thin and Rice\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Closeout Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUltra Thin:\u003c\/strong\u003e Designed for the flavor purist, these sheets deliver the true taste of dry herb without \"paper smoke.\"\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRice Classic:\u003c\/strong\u003e For customers who value an unhurried session, rice paper burns significantly slower than standard blends.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All liquidation inventory is housed in our local facility for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this premium stock is ready for immediate shipping today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Printed Mylar Bags\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Ultra Thin","offer_id":42543712469072,"sku":"WHG-003303","price":23.5,"currency_code":"USD","in_stock":true},{"title":"Rice","offer_id":42543712501840,"sku":"WHG-003304","price":23.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/ultra-thin-vibes-king-size-cones-box-of-8-20-cones-coffin-1245189945.webp?v=1782012009"},{"product_id":"active-singular™-pro-pod-0-5-ml-2-ml","title":"ACTIVE Singular™ Ceramic Pro Pod 0.5 mL - 1 mL","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eACTIVE Singular™ Ceramic Pro Pod\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eThe perfect match for premium extracts.\u003c\/strong\u003e Engineered for live resin, live rosin, and top-tier formulations, the Ceramic Pro Pod features a medical-grade Zirconia ceramic center post. It strikes a harmonious balance between pure, untainted flavor and robust cloud production, ensuring your high-terpene profiles remain exactly as intended.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCenter Post\u003c\/th\u003e\n            \u003ctd\u003eMedical-Grade Zirconia Ceramic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eHeating Element\u003c\/th\u003e\n            \u003ctd\u003eACTIVE® AC1 Ceramic Core\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eResistance \/ Aperture\u003c\/th\u003e\n            \u003ctd\u003e1.4 Ohms \/ 1.7mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eConnection\u003c\/th\u003e\n            \u003ctd\u003eMagnetic Singular™ Interface\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFilling Style\u003c\/th\u003e\n            \u003ctd\u003eAutomation Ready (25-Unit Trays)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Type\u003c\/th\u003e\n            \u003ctd\u003eTamper-Evident \/ Non-Refillable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompatibility\u003c\/th\u003e\n            \u003ctd\u003eSingular™ Axil \u0026amp; Offset Batteries\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBest For\u003c\/th\u003e\n            \u003ctd\u003eLive Resin \/ Rosin \/ Premium Extracts\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eZirconia Ceramic Pod\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e25-Unit Trays\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eHigh-Terpene Oils\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your hardware supply with pods ready for in-house laser etching or custom labeling.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Quality:\u003c\/strong\u003e All pods are factory-tested for resistance consistency and magnetic connection integrity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our custom etching services to bring your brand identity to life on every connoisseur-grade pod.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScalable Inventory:\u003c\/strong\u003e Keep your production lines moving with high-volume hardware availability and fast turnarounds.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Hardware Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular-axil-s1-battery\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-singular-offset-s1-battery-single-unit-less-than-box-qty-white-1230911295.jpg?v=1775074057\" alt=\"ACTIVE Singular Battery Platform\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEcosystem Synergy:\u003c\/strong\u003e Ceramic Pro Pods are designed to pair natively with the Singular™ Axil and Offset battery platforms.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Batteries and pods are stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePremium Performance:\u003c\/strong\u003e Guaranteed power-connection integrity for sensitive, low-temp extract formulations.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e From boutique small-batches to high-volume wholesale, we are fully loaded.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular-axil-s1-battery\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Battery\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom vape retail packaging\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Vape All-In-One Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Specialized retail packaging designed specifically for modular hardware systems and pod kits.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial hardware selection to finished retail presentation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e High-impact clear boxes and blister packs that help your premium ceramic line win on the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Custom packaging solutions with low minimums for professional vape launches.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Vape Packaging\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"ACTIVE™","offers":[{"title":"White \/ 0.5 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543712665680,"sku":"4113-WHT-BX","price":145.5,"currency_code":"USD","in_stock":true},{"title":"White \/ 0.5 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712534608,"sku":"4113-WHT","price":1.94,"currency_code":"USD","in_stock":true},{"title":"White \/ 1.0 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543712698448,"sku":"4107-WHT-BX","price":145.5,"currency_code":"USD","in_stock":false},{"title":"White \/ 1.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712567376,"sku":"4107-WHT","price":1.94,"currency_code":"USD","in_stock":true},{"title":"Black \/ 0.5 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543712731216,"sku":"4113-BLK-BX","price":145.5,"currency_code":"USD","in_stock":false},{"title":"Black \/ 0.5 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712600144,"sku":"4113-BLK","price":1.94,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1.0 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543712763984,"sku":"4107-BLK-BX","price":145.5,"currency_code":"USD","in_stock":false},{"title":"Black \/ 1.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543712632912,"sku":"4107-BLK","price":1.94,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-white-0-5-ml-active-singular-ceramic-pro-pod-0-5-ml-1-ml-1245189943.jpg?v=1782011830"},{"product_id":"vibes-1-25-papers-box-of-50-books-50-papers-book","title":"VIBES 1.25\" Papers Box of 50 Books (50 Papers\/Book)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ 1.25\" Papers Box\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and lock in unprecedented margins.\u003c\/strong\u003e Equip your shop with the industry-standard VIBES™ 1.25\" Rolling Papers Box. Normally commanding a premium $135 Retail Value, we are liquidating our remaining inventory at a massive markdown. This is your chance to offer a globally recognized, premium paper while keeping the extra profit for your shop!\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003e1.25\" Standard Size\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Count\u003c\/th\u003e\n            \u003ctd\u003e50 Booklets per Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSheet Count\u003c\/th\u003e\n            \u003ctd\u003e50 Papers per Booklet\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOrigin\u003c\/th\u003e\n            \u003ctd\u003eCultivated in France \/ Cut in DR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eRetail Value\u003c\/th\u003e\n            \u003ctd\u003e$135.00 MSRP\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Options\u003c\/th\u003e\n            \u003ctd\u003eUltra Thin \/ Hemp\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eMaster Display Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e50 Units per Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eCountertop Retail\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Closeout\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Retail Box Branding for Rolling Papers\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCounter-Ready Display:\u003c\/strong\u003e While these papers are branded VIBES, we provide in-house labeling for your secondary master cases and shipping boxes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your supply chain by kitting pre-branded papers with your own custom-labeled retail displays.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce labor by receiving retail-ready inventory that arrives at your warehouse ready for the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your store's branding is as premium as the products you stock.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes Paper Selection Ultra Thin and Hemp\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Closeout Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUltra Thin:\u003c\/strong\u003e Uber-thin sheets designed for the flavor purist, removing \"paper smoke\" from the experience.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHemp Classic:\u003c\/strong\u003e Quintessential natural rolling experience with hemp paper that burns slowly and evenly.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All liquidation stock is housed in our local hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this premium inventory is ready for immediate shipping today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and papers\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Printed Mylar Bags\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial bag design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for professional brand launches and large-scale wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Ultra Thin","offer_id":42543715287120,"sku":"WHG-003193","price":26.0,"currency_code":"USD","in_stock":true},{"title":"Hemp","offer_id":42543715319888,"sku":"WHG-004698","price":26.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/vibes-1-25-papers-box-of-50-books-50-papers-book-ultra-thin-1227000087.webp?v=1782011711"},{"product_id":"active-singular-air-pod-0-5ml","title":"ACTIVE Singular™ Air Pod 0.5 mL - 2 mL","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eACTIVE Singular™ Air Pod (Postless)\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eShowcase the purity of your extracts.\u003c\/strong\u003e Designed for brands that refuse to compromise, the ACTIVE Singular™ Air Pod is a true game-changer. By removing the center post, this postless pod maximizes airflow and offers a flawless 360-degree view of your live rosin, live resin, and thick concentrates.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003ePostless Pod Design\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eHeating Element\u003c\/th\u003e\n            \u003ctd\u003eACTIVE® AC3 Ceramic Core\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eResistance\u003c\/th\u003e\n            \u003ctd\u003e2.6 Ohms\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eBPA-Free Medical Grade Thermoplastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eConnection\u003c\/th\u003e\n            \u003ctd\u003eMagnetic Singular™ Interface\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFilling Style\u003c\/th\u003e\n            \u003ctd\u003eAutomation Ready (25-Unit Trays)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCap Type\u003c\/th\u003e\n            \u003ctd\u003eTamper-Evident \/ Non-Refillable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBest For\u003c\/th\u003e\n            \u003ctd\u003eLive Rosin \/ Thick Concentrates\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003ePostless Pod\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e25-Unit Trays\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eThick Extracts\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Vape Hardware Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your hardware supply with pods ready for in-house laser etching or custom labeling.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Quality:\u003c\/strong\u003e All postless pods are factory-tested for resistance consistency and magnetic connection integrity.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHardware Customization:\u003c\/strong\u003e Leverage our custom etching services to bring your brand identity to life on every premium pod.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScalable Inventory:\u003c\/strong\u003e Keep your production lines moving with high-volume hardware availability and fast turnarounds.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Hardware Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular-axil-s1-battery\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/active-singular-offset-s1-battery-single-unit-less-than-box-qty-white-1230911295.jpg?v=1775074057\" alt=\"ACTIVE Singular Battery Platform\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEcosystem Synergy:\u003c\/strong\u003e Singular Air Pods are engineered specifically to pair natively with the Axil S1 and Offset batteries.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Batteries and pods are stocked in our California hub for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePostless Performance:\u003c\/strong\u003e Experience the true flavor of your rosin with a postless path designed for connoisseur-grade oils.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e From boutique small-batches to high-volume wholesale, we are fully loaded.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/active-singular-axil-s1-battery\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Battery\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Custom vape retail packaging\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Vape All-In-One Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Specialized retail packaging designed specifically for modular hardware systems and postless pod kits.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e Managing every step from initial hardware selection to finished retail presentation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e High-impact clear boxes and blister packs that help your brand win on the shelf.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Custom packaging solutions with low minimums for professional vape launches.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-vape-all-in-one-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Vape Packaging\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"ACTIVE™","offers":[{"title":"White \/ 0.5 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543717220432,"sku":"4112-WHT-BX","price":122.25,"currency_code":"USD","in_stock":false},{"title":"White \/ 0.5 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543717023824,"sku":"4112-WHT","price":1.63,"currency_code":"USD","in_stock":false},{"title":"White \/ 1.0 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543717253200,"sku":"4105-WHT-BX","price":122.25,"currency_code":"USD","in_stock":false},{"title":"White \/ 1.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543717056592,"sku":"4105-WHT","price":1.63,"currency_code":"USD","in_stock":true},{"title":"White \/ 2.0 mL \/ Box of 50 (Bulk Discount Pricing)","offer_id":42543717351504,"sku":"4106-WHT-BX","price":85.5,"currency_code":"USD","in_stock":false},{"title":"White \/ 2.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543717089360,"sku":"4106-WHT","price":1.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 0.5 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543717285968,"sku":"4112-BLK-BX","price":122.25,"currency_code":"USD","in_stock":false},{"title":"Black \/ 0.5 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543717122128,"sku":"4112-BLK","price":1.63,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1.0 mL \/ Box of 75 (Bulk Discount Pricing)","offer_id":42543717318736,"sku":"4105-BLK-BX","price":122.25,"currency_code":"USD","in_stock":false},{"title":"Black \/ 1.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543717154896,"sku":"4105-BLK","price":1.63,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2.0 mL \/ Box of 50 (Bulk Discount Pricing)","offer_id":42543717384272,"sku":"4106-BLK-BX","price":85.5,"currency_code":"USD","in_stock":false},{"title":"Black \/ 2.0 mL \/ Single Unit (Less Than Box Qty)","offer_id":42543717187664,"sku":"4106-BLK","price":1.71,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/single-unit-less-than-box-qty-white-0-5-ml-active-singular-air-pod-0-5-ml-2-ml-1245189937.jpg?v=1782011471"},{"product_id":"vibes-1-25-cones-box-of-8-40-cones-coffin","title":"VIBES 1.25\" Cones Box of 8 (40 Cones\/Coffin)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ 1.25\" Cones - 8 Pack\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and maximize your profit.\u003c\/strong\u003e Upgrade your store's pre-roll selection with the VIBES™ 1.25\" Cones Box. Whether your customers are seasoned connoisseurs or new to the game, these premium cones are a must-have to elevate their session—and your bottom line. We are offering steep closeout discounts on these 40-packs exclusively at BagKing.com.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003e1.25\" Standard Size\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Count\u003c\/th\u003e\n            \u003ctd\u003e40 Packs per Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Options\u003c\/th\u003e\n            \u003ctd\u003eRice \/ Ultra Thin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBurn Rate\u003c\/th\u003e\n            \u003ctd\u003eConsistently Slow \u0026amp; Even\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSupply Status\u003c\/th\u003e\n            \u003ctd\u003eLiquidation Closeout\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBest For\u003c\/th\u003e\n            \u003ctd\u003eCountertop Impulse Buys\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eMaster Display Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e40 Units per Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eCountertop Retail\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Pricing\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Retail Box Branding for Rolling Cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCounter-Ready Display:\u003c\/strong\u003e While VIBES is the lead brand, we provide in-house labeling for your master shipping cases and secondary retail boxes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your supply chain by receiving pre-branded cones kitted with your own custom-labeled master displays.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your inventory arrives retail-ready, allowing you to focus on sales rather than warehouse labor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your store's branding is as premium as the products on your shelf.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes 1.25 Paper Selection Rice and Ultra Thin\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Closeout Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e1.25\" Rice Cones:\u003c\/strong\u003e Mandatory for extended sessions; rice paper burns significantly slower than standard hemp for a smooth, comprehensive experience.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e1.25\" Ultra Thin:\u003c\/strong\u003e Designed for flavor purists, these uber-thin papers let the natural profile of premium dry herbs flourish without \"paper smoke.\"\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All liquidation inventory is housed in our local facility for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this premium stock is ready for immediate shipping today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Printed Mylar Bags\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Ultra Thin","offer_id":42543722070096,"sku":"WHG-003387","price":39.5,"currency_code":"USD","in_stock":true},{"title":"Rice","offer_id":42543722102864,"sku":"WHG-003388","price":39.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/vibes-1-25-cones-box-of-8-40-cones-coffin-ultra-thin-1226815948.webp?v=1782011350"},{"product_id":"grand-puff-pet-tube-109-mm","title":"Grand Puff® Squeeze Pop Top PET Plastic Tube (109 mm)","description":"\u003cp\u003eGet the perfect blend of security and durability with the \u003cstrong\u003eGrand Puff® Squeeze Pop Top PET Plastic Tube\u003c\/strong\u003e. Specifically engineered for convenience, these 109mm tubes offer a sleek, professional solution for housing your products. The \"Squeeze-to-Open\" design provides a satisfying \"pop\" that signals both quality and a secure seal, making it a favorite for users who value ease of access without compromising on security.\u003c\/p\u003e\n\u003cp\u003eWhile these tubes are the industry standard for King Size pre-rolls, their utility extends far beyond. The airtight and moisture-resistant PET construction makes them an \u003cstrong\u003eideal organizational tool for various industries\u003c\/strong\u003e. From \u003cstrong\u003eseed saving\u003c\/strong\u003e for the garden and storing \u003cstrong\u003ehobby supplies like beads and sequins\u003c\/strong\u003e, to keeping hardware such as \u003cstrong\u003esmall nuts, bolts, and fasteners\u003c\/strong\u003e sorted in the workshop, these tubes offer a rugged, pocket-sized storage solution. Whether you are protecting a premium cone or streamlining a craft room, these tubes provide the perfect balance of protection and compliance.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eKey Features \u0026amp; Specifications:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Grand Puff®\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 109mm (approx. 4.3in) - Fits King Size cones, artist brushes, or hardware.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Utility:\u003c\/strong\u003e Perfect for \u003cstrong\u003eseed saving\u003c\/strong\u003e, \u003cstrong\u003ebead organization\u003c\/strong\u003e, and storing \u003cstrong\u003esmall fasteners\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality PET Plastic for durable, impact-resistant storage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOpening Mechanism:\u003c\/strong\u003e Classic Squeeze-to-Open \"Pop Top\" design.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChild Resistance:\u003c\/strong\u003e Certified Child-Resistant (CR) squeeze-lock safety feature.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFreshness Seal:\u003c\/strong\u003e Positive seal to preserve organic matter and provide a moisture barrier.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Lightweight construction designed for safe transport and long-term use.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Grand Puff","offers":[{"title":"Black \/ Box of 1000 (Bulk Discount Pricing)","offer_id":42543722463312,"sku":"GPT-109-BLK-BX","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Single Unit (Less Than Box Qty)","offer_id":42543722430544,"sku":"GPT-109-BLK","price":0.08,"currency_code":"USD","in_stock":true},{"title":"Clear \/ Box of 1000 (Bulk Discount Pricing)","offer_id":42543722528848,"sku":"GPT-109-CLR-BX","price":82.0,"currency_code":"USD","in_stock":true},{"title":"Clear \/ Single Unit (Less Than Box Qty)","offer_id":42543722496080,"sku":"GPT-109-CLR","price":0.08,"currency_code":"USD","in_stock":true},{"title":"White \/ Box of 1000 (Bulk Discount Pricing)","offer_id":42543722594384,"sku":"GPT-109-WHT-BX","price":82.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Single Unit (Less Than Box Qty)","offer_id":42543722561616,"sku":"GPT-109-WHT","price":0.08,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/black-single-unit-less-than-box-qty-grand-puff-squeeze-pop-top-pet-plastic-tube-109-mm-1245189932.jpg?v=1782011291"},{"product_id":"vibes-king-size-cones-box-of-30-3-cones-coffin","title":"VIBES King Size Cones Box of 30 (3 Cones\/Coffin)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ King Size Cones Box\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and lock in unprecedented margins.\u003c\/strong\u003e Always be prepared to meet your customers' demands with the VIBES™ King Size Cones Master Box. Normally commanding a $135 Retail Value, we are liquidating our remaining inventory at a massive markdown. This is your chance to offer a premium, 1-gram capacity cone while keeping the extra profit for your shop!\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003eKing Size Pre-Rolled Cones\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Style\u003c\/th\u003e\n            \u003ctd\u003e3-Pack \"Coffins\" in Master Display\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCapacity\u003c\/th\u003e\n            \u003ctd\u003e1 Gram per Cone\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eRetail Value\u003c\/th\u003e\n            \u003ctd\u003e$135.00 MSRP\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Options\u003c\/th\u003e\n            \u003ctd\u003eUltra Thin \/ Rice\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSupply Status\u003c\/th\u003e\n            \u003ctd\u003eLiquidation Closeout\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eMaster Display Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eRetail-Ready 3-Packs\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eCountertop Retail\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Pricing\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Retail Box Branding for Rolling Cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCounter-Ready Display:\u003c\/strong\u003e While VIBES is the lead brand, we provide in-house labeling for your secondary master shipping cases and retail boxes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your supply chain by receiving pre-branded cones kitted with your own custom-labeled master displays.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your inventory arrives retail-ready, allowing you to focus on sales rather than warehouse labor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your store's branding is as premium as the products on your shelf.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes King Size Cone Varieties\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Closeout Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eKing Size Rice:\u003c\/strong\u003e Designed for an extended session, rice paper burns significantly slower than standard blends for a comprehensive experience.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eKing Size Ultra Thin:\u003c\/strong\u003e The choice for flavor purists, eliminating \"paper smoke\" to keep the material's profile untainted and clean.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All liquidation inventory is housed in our local facility for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this premium stock is ready for immediate shipping today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Printed Mylar Bags\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Ultra Thin","offer_id":42543722627152,"sku":"WHG-003185","price":23.5,"currency_code":"USD","in_stock":true},{"title":"Rice","offer_id":42543722659920,"sku":"WHG-006741","price":23.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/ultra-thin-vibes-king-size-cones-box-of-30-3-cones-coffin-1245189928.webp?v=1782011109"},{"product_id":"vibes-king-size-papers-box-of-50-books-33-papers-book","title":"VIBES King Size Papers Box of 50 Books (33 Papers\/Book)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ King Size Slim Papers Box\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and lock in unprecedented margins.\u003c\/strong\u003e Equip your shop with the industry-standard VIBES™ King Size Slim Rolling Papers Box. Normally commanding a premium $135 Retail Value, we are liquidating our remaining inventory at a massive markdown. This is your chance to offer a globally recognized, premium paper while keeping the extra profit for your shop!\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003eKing Size Slim (KSS)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Count\u003c\/th\u003e\n            \u003ctd\u003e50 Booklets per Master Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Options\u003c\/th\u003e\n            \u003ctd\u003eHemp \/ Ultra Thin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eOrigin\u003c\/th\u003e\n            \u003ctd\u003eFrance (Cultivated) \/ DR (Kitted)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eRetail Value\u003c\/th\u003e\n            \u003ctd\u003e$135.00 MSRP\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eBurn Profile\u003c\/th\u003e\n            \u003ctd\u003eSlow \u0026amp; Even \"Chamber\" Burn\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eCountertop Display\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e50 Units per Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePoint of Sale\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Closeout\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Labeling and Secondary Branding\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Secondary Display Labeling\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBranded Synergy:\u003c\/strong\u003e While VIBES is the lead brand, we offer 100% in-house labeling for your master shipping cases and retail display surfaces.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Receive kitted inventory with your own internal SKU or compliance labels already applied to the outer box.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce labor by receiving retail-ready inventory that arrives ready for immediate shelf placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your store's back-end branding is as premium as the products on your shelf.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes Slim Paper Profiles Hemp and Ultra Thin\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Liquidation Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eKS Slim Hemp:\u003c\/strong\u003e A mandatory best-seller crafted from natural hemp, designed for flavor to flourish with a sturdy, effortless roll.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eKS Slim Ultra Thin:\u003c\/strong\u003e The connoisseur’s choice, offering the thinnest paper available to eliminate harsh \"paper smoke\" entirely.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All closeout inventory is housed in our local hub for immediate West Coast dispatch and zero lead times.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Capitalize on liquidation pricing to stock up on premium inventory before it is gone forever.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and papers\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Printed Mylar Bags\u003c\/h3\u003e\n        \u003cul class=\"talking-points bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Hemp","offer_id":42543722692688,"sku":"WHG-004636","price":23.5,"currency_code":"USD","in_stock":true},{"title":"Ultra Thin","offer_id":42543722725456,"sku":"WHG-004673","price":23.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/ultra-thin-vibes-king-size-papers-box-of-50-books-33-papers-book-1245189922.webp?v=1782010751"},{"product_id":"vibes-cone-filler-3-or-1","title":"VIBES Cone Filler 3-or-1","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ 3-or-1 Cone Filler\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStop fumbling and start filling.\u003c\/strong\u003e The VIBES 3-or-1 Cone Filler merges sleek aesthetics with rugged functionality to provide the essential hardware upgrade for any serious roller. Featuring a triple-threat design that acts as a precision loader, density packer, and finishing tool, this high-margin accessory is the ultimate retail upsell. Engineered for both durability and ergonomic comfort, it ensures a perfect pack every time while eliminating bent cones and uneven burns.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFunctionality\u003c\/th\u003e\n            \u003ctd\u003eLoader \/ Packer \/ Finishing Tool\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompatibility\u003c\/th\u003e\n            \u003ctd\u003e1.25\" and King Size Cones\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCore Material\u003c\/th\u003e\n            \u003ctd\u003eDurable High-Density Polymer\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eGrip Material\u003c\/th\u003e\n            \u003ctd\u003eHigh-Friction \"Soft-Touch\" Silicone\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Count\u003c\/th\u003e\n            \u003ctd\u003e20 Units per Master Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eColor Assortment\u003c\/th\u003e\n            \u003ctd\u003e5 Curated Colorways (4 each)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePortability\u003c\/th\u003e\n            \u003ctd\u003ePocket-Sized Silhouette\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003e3-in-1 Hardware\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eMaster Display Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePoint of Sale Upsell\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Closeout\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Retail Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your accessory supply chain with display boxes ready for in-house branding.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerified Quality:\u003c\/strong\u003e Every VIBES filler is factory-checked for ergonomic alignment and silicone durability.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSecondary Packaging:\u003c\/strong\u003e Leverage our labeling services to apply custom QR codes or branding directly to your master display units.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eInstant Merchandising:\u003c\/strong\u003e Your inventory arrives retail-ready, allowing you to focus on sales rather than warehouse labor.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Branding Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes retail-ready hardware stock\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Strategic Inventory\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIn Stock, Right Now:\u003c\/strong\u003e Our local California hub is fully loaded for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this closeout inventory is ready for immediate shipping today.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMax Margins:\u003c\/strong\u003e Capitalize on liquidation pricing to lock in massive profit margins before stock is gone.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e From single display boxes for boutiques to full pallets for wholesale, we are ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/collections\/vibes\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Full Vibes Range\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom flower and accessory packaging design\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your hardware with custom-manufactured mylar bags for a complete retail bundle.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Black","offer_id":42543722758224,"sku":"110079-BLK","price":10.5,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":42543722790992,"sku":"110079-BLU","price":10.5,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":42543722823760,"sku":"110079-GREEN","price":10.5,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":42543722856528,"sku":"110079-RED","price":10.5,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":42543722889296,"sku":"110079-WHT","price":10.5,"currency_code":"USD","in_stock":true},{"title":"Master Display Box","offer_id":42543722922064,"sku":"110079-POP","price":104.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/black-vibes-cone-filler-3-or-1-1245189921.webp?v=1782010569"},{"product_id":"vibes-limited-edition-rolling-tray","title":"VIBES *Limited Edition* Metal Rolling Tray","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ Metal Rolling Tray\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and lock in unprecedented margins.\u003c\/strong\u003e Take advantage of our steep closeout pricing on the VIBES™ Limited Edition Metal Rolling Tray. Crafted from high-grade metal with a glossy, spillage-preventing surface, these trays combine rugged durability with eye-catching aesthetics—making them the perfect high-margin impulse buy for any retail counter.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHigh-Grade Lightweight Tin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSmall Dimensions\u003c\/th\u003e\n            \u003ctd\u003e7” x 5.5”\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMedium Dimensions\u003c\/th\u003e\n            \u003ctd\u003e11” x 6”\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSurface Finish\u003c\/th\u003e\n            \u003ctd\u003eGlossy \/ Easy-Clean\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eEdge Design\u003c\/th\u003e\n            \u003ctd\u003ePrecision Rounded \/ Anti-Spill\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eGraphics\u003c\/th\u003e\n            \u003ctd\u003eVIBES™ Limited Edition Designs\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSupply Status\u003c\/th\u003e\n            \u003ctd\u003eCloseout Liquidation\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eMetal Accessory\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003eStocked Trays\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eRolling Station\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Pricing\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Retail Branding for Accessories\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Secondary Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBranded Kitting:\u003c\/strong\u003e While the trays carry the VIBES brand, we offer in-house labeling for your secondary master cases and custom retail display bins.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your supply chain by receiving pre-branded accessories kitted with your own SKU-labeled shipping materials.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your inventory arrives retail-ready, allowing your team to focus on sales rather than warehouse labor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your back-end logistics are as professional as your storefront.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"VIBES Tray Size Comparison\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Closeout Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMedium \u0026amp; Small Formats:\u003c\/strong\u003e Stock the two most requested tray sizes to meet every customer’s rolling station requirements.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePrecision Engineering:\u003c\/strong\u003e Glossy surfaces and rounded corners prevent product loss and make cleanup effortless for the end-user.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All liquidation inventory is housed in our local facility for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this premium stock is ready for immediate shipping today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower bundles\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Complete Brand Bundles\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your high-margin VIBES trays with custom-manufactured mylar bags for a complete \"starter kit\" retail offering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Medium - Flamingo","offer_id":42543722954832,"sku":"WHG-004212","price":9.75,"currency_code":"USD","in_stock":true},{"title":"Small - Collage","offer_id":42543722987600,"sku":"WHG-004208","price":6.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/vibes-limited-edition-metal-rolling-tray-medium-flamingo-1226711250.webp?v=1782010150"},{"product_id":"vibes-1-25-ultra-thin-cones-box-of-30-6-cones-coffin","title":"VIBES 1.25\" Ultra Thin Cones Box of 30 (6 Cones\/Coffin)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eVIBES™ King Size Cones - 20 Pack\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eStock your shelves and maximize your profit.\u003c\/strong\u003e Upgrade your store's pre-roll selection with the VIBES™ King Size Cones Box. Normally commanding a premium $128 Retail Value, we are liquidating our remaining inventory at a steep markdown. This is your chance to offer a top-tier, premium product while keeping the massive extra profit for your shop!\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003eKing Size Pre-Rolled Cones\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eDisplay Count\u003c\/th\u003e\n            \u003ctd\u003e20 Packs per Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Options\u003c\/th\u003e\n            \u003ctd\u003eUltra Thin \/ Rice\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eRetail Value\u003c\/th\u003e\n            \u003ctd\u003e$128.00 MSRP\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSession Type\u003c\/th\u003e\n            \u003ctd\u003eExtended Slow-Burn\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eSupply Status\u003c\/th\u003e\n            \u003ctd\u003eMassive Closeout Markdown\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eMaster Display Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e20 Units per Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003eCountertop Retail\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eLiquidation Stock\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_concentrate.jpg?v=1738683506\" alt=\"Custom Retail Box Branding for Rolling Cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Custom Box Branding\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCounter-Ready Display:\u003c\/strong\u003e While VIBES is the lead brand, we provide in-house labeling for your master shipping cases and secondary retail boxes.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e Centralize your supply chain by receiving pre-branded cones kitted with your own custom-labeled master displays.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Your inventory arrives retail-ready, allowing you to focus on sales rather than warehouse labor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Finish:\u003c\/strong\u003e High-resolution labels ensure your store's branding is as premium as the products on your shelf.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExplore Retail Labeling\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes Paper Selection Ultra Thin and Rice\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Closeout Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUltra Thin:\u003c\/strong\u003e Designed for the flavor purist, these sheets deliver the true taste of dry herb without \"paper smoke.\"\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRice Classic:\u003c\/strong\u003e For customers who value an unhurried session, rice paper burns significantly slower than standard blends.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All liquidation inventory is housed in our local facility for immediate West Coast dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing queue—this premium stock is ready for immediate shipping today.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and cones\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Printed Mylar Bags\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Default Title","offer_id":42543723020368,"sku":"WHG-004611","price":26.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/vibes-1-25-ultra-thin-cones-box-of-30-6-cones-coffin-1245189913.jpg?v=1782010029"},{"product_id":"vibes-the-cali-cones-box","title":"VIBES The Cali Cones Box of 8 (3 Calis\/Pack)","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003eBagKing: One Place. Every Step.\u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eThe Cali by VIBES™\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eMaster the art of the roll for less.\u003c\/strong\u003e Mimicking Berner's signature rolling style, these premium pre-roll tubes feature a wide, cylindrical shape for optimal airflow and incredibly comfortable pulls. Hand-rolled in the Dominican Republic using premium French papers, The Cali is the ultimate big-smoke experience, now available at a fraction of the normal retail price.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003eWide Cylinder Pre-Roll Tube\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Count\u003c\/th\u003e\n            \u003ctd\u003e24 Tubes per Master Box\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePack Style\u003c\/th\u003e\n            \u003ctd\u003e8 Packs (3 Tubes per Pack)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCapacities\u003c\/th\u003e\n            \u003ctd\u003e1 Gram (Rice) \/ 2 Gram (Ultra Thin)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003ePaper Origin\u003c\/th\u003e\n            \u003ctd\u003ePremium French Materials\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eManufacturing\u003c\/th\u003e\n            \u003ctd\u003eHand-Rolled (Dominican Republic)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eWide Cylinder\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e24 Tubes \/ Box\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003ePremium Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eCloseout Liquidation\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d1d16d265b942fc9fec607285d6e864.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: In-House Branding Services\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e While VIBES is the lead brand, we offer 100% in-house labeling for your secondary master cases and retail displays.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Centralize your supply chain by receiving pre-branded items kitted with your own custom-labeled shipping materials.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Reduce internal labor by receiving retail-ready inventory that arrives ready for immediate shelf placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaster Market Entry:\u003c\/strong\u003e Shorten your time-to-market by consolidating your hardware and branding needs in one hub.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Branding Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk-vape-clear-box.bip.205.png?v=1738540229\" alt=\"Vibes Cali Paper Profiles Rice and Ultra Thin\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: Premium Liquidation Stock\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e1G Rice Box:\u003c\/strong\u003e Crafted with premium rice paper for a pristine, slow-burning solo session that keeps the flavor profile consistent.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e2G Ultra Thin:\u003c\/strong\u003e Designed for sharing and big-smoke output, utilizing uber-thin paper to minimize \"paper smoke\" and maximize material flavor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCalifornia Hub:\u003c\/strong\u003e All closeout inventory is housed in our West Coast facility for immediate dispatch and zero lead times.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eScale on Demand:\u003c\/strong\u003e Take advantage of liquidation pricing to stock up on premium inventory before it is gone forever.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_bags_d7050ca5-9db9-4da3-a5a2-dadad22f04e0.jpg?v=1738695045\" alt=\"Custom Printed Mylar Bags for flower and pre-rolls\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Packaging Solutions\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Pair your VIBES closeout deal with custom-manufactured mylar bags for a complete retail flower package.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial concept and design to high-volume manufacturing and warehousing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Professional grade pouches with low minimums for boutique launches or large wholesale drops.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Help your brand win on the shelf with edge-to-edge high-resolution printing and elite barrier protection.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-printed-wholesale-mylar-bags\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"VIBES","offers":[{"title":"Ultra Thin \/ Default Title","offer_id":42543723085904,"sku":"WHG-003980","price":10.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/ultra-thin-default-title-vibes-the-cali-cones-box-of-8-3-calis-pack-1245189912.webp?v=1782010088"},{"product_id":"grand-puff-pre-roll-insert-fits-3-full-gram-pre-rolls","title":"Grand Puff™ Pre-Roll Insert - Fits 3 Full Gram Pre-Rolls","description":"\u003cdiv class=\"bk-container\"\u003e\n  \u003cdiv class=\"bk-brand-accent\"\u003e\n    \u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bk-exec-summary\"\u003e\n    \u003ch1\u003eGrand Puff Pre-Roll Clamshell (3-Pack)\u003c\/h1\u003e\n    \u003cp\u003e\u003cstrong\u003eMaximize your shelf appeal with a premium 3-pack.\u003c\/strong\u003e Explicitly engineered for larger formats, the Grand Puff Pre-Roll Clamshell securely holds three full-gram (1.0g) pre-rolls. This premium dispensary packaging solution ensures a clean, organized, and protected presentation. Whether launching a new multi-pack SKU or upgrading your current pre-roll packaging, this clamshell insert delivers an unmatched unboxing experience.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bk-table-section\"\u003e\n    \u003cdiv class=\"bk-capsule mobile-no-capsule\"\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003ctable class=\"bk-inner-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFormat\u003c\/th\u003e\n            \u003ctd\u003e3-Cavity Pre-Roll Insert\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eIndividual Capacity\u003c\/th\u003e\n            \u003ctd\u003e1.0g (Full-Gram)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eTotal Capacity\u003c\/th\u003e\n            \u003ctd\u003e3 Pre-Rolls per Insert\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eCompatibility\u003c\/th\u003e\n            \u003ctd\u003e7.5\" x 3.5\" Pouches \/ Rigid Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003ePrecision-Molded Protective Polymer\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFeature\u003c\/th\u003e\n            \u003ctd\u003eCrush-Proof Separation Rails\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth class=\"bk-spec-label\"\u003eFulfillment\u003c\/th\u003e\n            \u003ctd\u003eAutomation \u0026amp; Hand-Pack Ready\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-logistics-grid\"\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFormat\u003c\/strong\u003e\n      \u003cspan\u003eClamshell Insert\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eFulfillment\u003c\/strong\u003e\n      \u003cspan\u003e3-Pack Style\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eBest For\u003c\/strong\u003e\n      \u003cspan\u003e1.0g King Size\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bk-logistics-item\"\u003e\n      \u003cstrong\u003eSupply\u003c\/strong\u003e\n      \u003cspan\u003eB2B Wholesale\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bk-full-circle-stack\"\u003e\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003cvideo autoplay loop muted playsinline preload=\"metadata\" style=\"width: 100%; display: block; pointer-events: none;\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fb8b7aa1b8874091b1069fac1016f2e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-labeling\"\u003e\n        \u003ch3\u003eOne Place: Retail-Ready Labeling\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEliminate Bottlenecks:\u003c\/strong\u003e We provide 100% in-house label application for the pouches or boxes that house your 3-pack inserts.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFill-Ready Inventory:\u003c\/strong\u003e Receive your 7.5\" x 3.5\" pouches pre-labeled with machine precision—simply drop the insert and heat seal.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOperational Efficiency:\u003c\/strong\u003e Dramatically reduce internal labor costs and the secondary handling of multi-pack inventory.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfessional Presentation:\u003c\/strong\u003e machine-applied labels ensure a consistent, high-end look that commands higher margins.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart My Label Project\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/products\/bag-king-child-resistant-tamper-evident-stand-up-pouch7-5-x-3-5-in?variant=48115959398648\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/www.bagking.com\/cdn\/shop\/files\/bag-king-child-resistant-tamper-evident-stand-up-pouch-7-5-x-3-5-in-1228002064.jpg?v=1773912641\u0026amp;width=3840\" alt=\"Bag King Black CR Stand Up Pouch for 3-pack inserts\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-stock\"\u003e\n        \u003ch3\u003eEvery Step: The Perfect Match\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Ultimate Vault:\u003c\/strong\u003e Our 7.5\" x 3.5\" high-barrier Mylar bags are dimensionally engineered to house this 1.0g insert perfectly.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eShips from California:\u003c\/strong\u003e Our local hub is fully loaded for immediate West Coast dispatch on both pouches and inserts.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Lead Times:\u003c\/strong\u003e Skip the manufacturing wait with blank inventory ready to ship today for your next retail drop.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCompliance Ready:\u003c\/strong\u003e Features a verified Child-Resistant zipper and tamper-evident tear notch for total security.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/products\/bag-king-child-resistant-tamper-evident-stand-up-pouch7-5-x-3-5-in?variant=48115959398648\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eShop Matching Pouches\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bk-content-block\"\u003e\n      \u003cdiv class=\"bk-visual-frame\"\u003e\n        \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/custom_branding_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom multi-pack pre-roll box design\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bk-text-block bk-card-custom\"\u003e\n        \u003ch3\u003eFull Circle: Custom Box Packaging\u003c\/h3\u003e\n        \u003cul class=\"bk-talking-points\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVision to Reality:\u003c\/strong\u003e Custom pre-roll rigid boxes engineered specifically to house our modular 1.0g clamshell inserts.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible Scaling:\u003c\/strong\u003e Low minimums for small-batch sampler launches or high-volume custom manufacturing runs.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Control:\u003c\/strong\u003e We manage every step from initial dieline design to the finished manufactured product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIndustry Presence:\u003c\/strong\u003e Elevate your 3-pack from a pouch to a premium box format to win on high-end dispensary shelves.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"bk-btn-container\"\u003e\n          \u003ca href=\"https:\/\/www.bagking.com\/pages\/custom-labeled-wholesale-packaging\" class=\"bk-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eStart Custom Design\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"bk-brand-footer\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/bk_logo_for_listings_light_gray.jpg?v=1774561805\" class=\"bk-footer-logo\" alt=\"BagKing Optimized Logo\"\u003e\n    \u003cp\u003e\u003cstrong\u003eBagKing is your Full Circle Packaging Solutions Company.\u003c\/strong\u003e\u003cbr\u003eThe BK Icon represents our mission to help you print, manufacture, supply, and warehouse in one place—bringing your brand to life from start to finish.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Grand Puff","offers":[{"title":"Box of 1000 (Bulk Discount Pricing)","offer_id":42543723151440,"sku":"5101-CLR-BX","price":190.0,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty)","offer_id":42543723118672,"sku":"5101-CLR","price":0.19,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-pre-roll-insert-fits-3-full-gram-pre-rolls-1245189910.jpg?v=1782009971"},{"product_id":"grand-puff-6oz-jar-kit-matte-black-finish","title":"Grand Puff 6oz Jar Kit – Matte Black Finish","description":"\u003cp data-start=\"219\" data-end=\"515\"\u003eOur 6oz glass jar is a clean, versatile packaging solution designed for brands that value presentation, freshness, and flexibility. Made from durable, crystal-clear glass, this jar puts your product front and center while maintaining an airtight seal to help preserve aroma, potency, and quality.\u003c\/p\u003e\n\u003cp data-start=\"517\" data-end=\"856\"\u003eFinished with a sleek \u003cstrong data-start=\"539\" data-end=\"578\"\u003ematte black non-child resistant lid\u003c\/strong\u003e, this jar delivers a modern, premium look that works across multiple product categories. Ideal for \u003cstrong data-start=\"678\" data-end=\"736\"\u003ecannabis flower, edibles, pre-rolls, candies, and more\u003c\/strong\u003e, it’s a go-to option for dispensaries, brands, and retailers looking for reliable everyday packaging with shelf appeal.\u003c\/p\u003e\n\u003cp data-start=\"858\" data-end=\"988\"\u003eWhether you’re launching a new SKU or scaling an existing line, this jar offers the perfect balance of function, style, and value.\u003c\/p\u003e\n\u003cp data-start=\"990\" data-end=\"1007\"\u003e\u003cstrong data-start=\"990\" data-end=\"1007\"\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"1008\" data-end=\"1247\"\u003e\n\u003cli data-start=\"1008\" data-end=\"1029\"\u003e\n\u003cp data-start=\"1010\" data-end=\"1029\"\u003e6oz clear glass jar\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1030\" data-end=\"1067\"\u003e\n\u003cp data-start=\"1032\" data-end=\"1067\"\u003eMatte black non-child resistant lid\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1068\" data-end=\"1097\"\u003e\n\u003cp data-start=\"1070\" data-end=\"1097\"\u003eAirtight seal for freshness\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1098\" data-end=\"1129\"\u003e\n\u003cp data-start=\"1100\" data-end=\"1129\"\u003eClean, premium shelf presence\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1130\" data-end=\"1196\"\u003e\n\u003cp data-start=\"1132\" data-end=\"1196\"\u003eIdeal for cannabis flower, edibles, pre-rolls, candies, and more\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1197\" data-end=\"1247\"\u003e\n\u003cp data-start=\"1199\" data-end=\"1247\"\u003ePerfect for labeling, branding, or customization\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Bag King","offers":[{"title":"Default Title","offer_id":42543723184208,"sku":"GPGJ6OZ-KIT-MTBLK","price":0.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-6oz-jar-kit-matte-black-finish-1245189908.jpg?v=1782009729"}],"url":"https:\/\/brandking.com\/collections\/all-taxable-items-at-7-75.oembed?page=10","provider":"Brand King","version":"1.0","type":"link"}