{"product_id":"grand-puff™-115-mm-glass-pre-roll-tube-with-matching-cap","title":"Grand Puff™ 115mm Glass Pre-Roll Tube 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    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; }\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-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(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\u003cspan\u003eBagKing: One Place. Every Step.\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"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\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\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e115mm (King Size)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOuter Diameter\u003c\/th\u003e\n\u003ctd\u003e23mm (With Cap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Height\u003c\/th\u003e\n\u003ctd\u003e119mm (With Cap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUnit Weight\u003c\/th\u003e\n\u003ctd\u003e23g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Weight\u003c\/th\u003e\n\u003ctd\u003e26g (With Cap)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNeck Finish\u003c\/th\u003e\n\u003ctd\u003e18\/400\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePremium Borosilicate Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\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\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e\u003cspan\u003eGlass Pre-Roll \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eFulfillment\u003c\/strong\u003e\u003cspan\u003eTube + CR Cap Bundle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003e\u003ca href=\"https:\/\/www.bagking.com\/collections\/109mm-cones\" style=\"color: rgb(0, 170, 255);\"\u003e109mm King Size\u003c\/a\u003e\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 rel=\"noopener noreferrer\" href=\"https:\/\/www.bagking.com\/pages\/custom-labels\" target=\"_blank\"\u003e \u003cvideo 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\/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 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\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=\"content-block\"\u003e\n\u003cdiv class=\"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 for borosilicate pre-roll tubes\" 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\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\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=\"brand-footer\"\u003e\u003cimg alt=\"BagKing Optimized 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":"Grand Puff","offers":[{"title":"Single Unit (Less Than Box Qty) \/ Matte Black","offer_id":48145882611960,"sku":"5104-3116","price":0.36,"currency_code":"USD","in_stock":true},{"title":"Box of 200 (Bulk Discount Pricing) \/ Matte Black","offer_id":48145882644728,"sku":"5104-3116-BX","price":72.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2612\/8356\/files\/grand-puff-115mm-glass-pre-roll-tube-with-matching-cap-single-unit-less-than-box-qty-matte-black-1230341512.jpg?v=1774894088","url":"https:\/\/www.bagking.com\/en-ca\/products\/grand-puff%e2%84%a2-115-mm-glass-pre-roll-tube-with-matching-cap","provider":"Bag King","version":"1.0","type":"link"}