{"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":"\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: 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    .exec-summary { padding: 25px 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    .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    .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: 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        .bk-container { max-width: 900px; }\n        .logistics-grid { grid-template-columns: repeat(4, 1fr); }\n        .bk-btn { min-width: 400px; }\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 \u003c\/div\u003e\n\u003csection class=\"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\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\u003eOuter Diameter\u003c\/th\u003e\n\u003ctd\u003e23mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e116mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e22g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Grade\u003c\/th\u003e\n\u003ctd\u003eUSP Type III Borosilicate Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBase Type\u003c\/th\u003e\n\u003ctd\u003eFlush Flat Base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNeck Finish\u003c\/th\u003e\n\u003ctd\u003e18\/400 Threaded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompliance\u003c\/th\u003e\n\u003ctd\u003eFDA \/ Kosher \/ Lead-Free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\u003ctd\u003eChild-Resistant Ready\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eStability\u003c\/strong\u003e\u003cspan\u003eAirtight Seal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eGlass Base Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan\u003ePre-Rolls \/ Blunts\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\u003cdiv class=\"full-circle-stack\"\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: In-House Label Application\u003c\/h3\u003e\n\u003cul class=\"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 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 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=\"content-block\"\u003e\n\u003cdiv class=\"visual-frame\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/collections\/caps\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/KLAVIYO-TEMPLATE-square-stock-placeholder.jpg?v=1738685111\" alt=\"Bulk wholesale glass pre-roll tubes and child-resistant caps shipping from our California hub\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-block 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\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 for all 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\u003ca href=\"https:\/\/www.bagking.com\/collections\/caps\" class=\"bk-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eEXPLORE MATCHING CAPS\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:\/\/h0mjy3plsmwzt7ms-26128356.shopifypreview.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_preroll_packaging_banner.jpg?v=1738683216\" alt=\"Custom pre-roll tube retail packaging design and high-volume manufacturing\"\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 Custom pre-roll 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:\/\/h0mjy3plsmwzt7ms-26128356.shopifypreview.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=\"brand-footer\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-53-mm-child-resistant-pressure-seal-lined-cap-1228305855.png?v=1774085138\" 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":"Grand Puff","offers":[{"title":"Single Unit (Less Than Box Qty)","offer_id":48129305903352,"sku":"3112-CLR","price":0.25,"currency_code":"USD","in_stock":true},{"title":"Box of 600 (Bulk Discount Pricing)","offer_id":48129305936120,"sku":"3112-CLR-BX","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-25-mm-x-116-mm-glass-pre-roll-tube-1231129910.jpg?v=1775247248","url":"https:\/\/www.bagking.com\/en-ca\/products\/grand-puff%e2%84%a2-25-mm-x-116-mm-clear-glass-tube","provider":"Bag King","version":"1.0","type":"link"}