{"product_id":"grand-puff®-long-pre-roll-tin-box-copy","title":"Grand Puff™ Long Pre-Roll Tin Box","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\n\u003cstyle\u003e\n    :root {\n        \/* Grand Puff Brand Colors *\/\n        --blue-bell: #0091D5;\n        --graphite: #353535;\n        --bright-fern: #7DC242;\n        --lobster-pink: #d9534f;\n        --mahogony-red: #BF211E;\n        --dusty-lavender: #6A5D7B;\n        --emerald-green: #75B100;\n        \n        \/* Layout Colors *\/\n        --light-gray: #f9f9f9;\n        --border-color: #e0e0e0;\n    }\n\n    body {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        line-height: 1.6;\n        color: #333;\n        margin: 0;\n        padding: 15px;\n        background-color: #fff;\n        font-size: 16px;\n    }\n\n    .mobile-container {\n        max-width: 100%;\n        margin: 0 auto;\n        border: 1px solid var(--border-color);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    \/* Header *\/\n    .mobile-header {\n        background-color: var(--graphite);\n        color: white;\n        padding: 30px 15px;\n        text-align: center;\n        border-bottom: 4px solid var(--blue-bell);\n    }\n\n    .launch-badge {\n        display: inline-block;\n        background-color: var(--mahogony-red);\n        color: white;\n        padding: 6px 15px;\n        font-weight: bold;\n        text-transform: uppercase;\n        border-radius: 6px;\n        margin-bottom: 15px;\n        font-size: 0.85rem;\n        letter-spacing: 1px;\n    }\n\n    .mobile-header h1 {\n        margin: 0 0 10px 0;\n        font-size: 1.5rem;\n        line-height: 1.2;\n    }\n\n    .mobile-header p {\n        color: var(--bright-fern);\n        font-size: 1.1rem;\n        font-weight: bold;\n        margin: 0;\n    }\n\n    \/* Content Sections *\/\n    .section-padding {\n        padding: 20px 15px;\n    }\n\n    .intro-text {\n        font-size: 1.1rem;\n        margin-top: 0;\n    }\n\n    \/* Stacked Feature Cards *\/\n    .feature-stack {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        background-color: var(--light-gray);\n        padding: 20px 15px;\n    }\n\n    .feature-box {\n        background: white;\n        padding: 15px;\n        border-radius: 8px;\n        border: 1px solid var(--border-color);\n        border-left: 5px solid var(--blue-bell);\n        border-right: 5px solid var(--blue-bell);\n    }\n\n    .feature-box strong {\n        display: block;\n        color: var(--graphite);\n        text-transform: uppercase;\n        font-size: 0.95rem;\n        margin-bottom: 8px;\n    }\n\n    \/* Technical Specs *\/\n    .spec-card { background: white; border: 2px solid var(--border-color); border-top: 5px solid var(--graphite); border-radius: 8px; padding: 20px; margin-bottom: 15px; }\n    .spec-card h3 { margin-top: 0; color: var(--graphite); font-size: 1.2rem; border-bottom: 1px solid var(--border-color); padding-bottom: 10px; margin-bottom: 15px; }\n    .spec-grid-inner { display: flex; flex-direction: column; gap: 10px; }\n    .spec-item { display: flex; justify-content: space-between; border-bottom: 1px solid var(--light-gray); padding-bottom: 5px; }\n    .spec-item:last-child { border-bottom: none; padding-bottom: 0; }\n    .spec-label { font-weight: bold; color: var(--graphite); flex: 1; }\n    .spec-value { color: #555; text-align: right; flex: 1.5; }\n\n    \/* Eye-Catching Cross-Promo Cards *\/\n    .promo-card { \n        background: white; \n        border: 1px solid var(--border-color); \n        border-top: 6px solid var(--emerald-green); \n        border-radius: 10px; \n        padding: 20px; \n        margin-bottom: 20px; \n        display: flex; \n        flex-direction: column; \n        justify-content: space-between;\n        box-shadow: 0 6px 16px rgba(0,0,0,0.08);\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n    .promo-card:hover { \n        transform: translateY(-3px); \n        box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n    }\n    \n    .promo-badge { display: inline-block; background-color: var(--bright-fern); color: white; font-size: 0.75rem; text-transform: uppercase; font-weight: bold; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; align-self: flex-start; letter-spacing: 0.5px; }\n\n    \/* Cross Promo Image Crossfade handling (CSS Only) *\/\n    .promo-img-link {\n        display: block;\n        position: relative;\n        overflow: hidden;\n        border-radius: 6px;\n        margin-bottom: 15px;\n        border: 1px solid var(--border-color);\n        background-color: #fff;\n        aspect-ratio: 1 \/ 1;\n    }\n    \n    \/* Absolute Positioning to stack images *\/\n    .promo-img-link img {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.4s ease, opacity 0.4s ease;\n    }\n    \n    \/* Crossfade states *\/\n    .promo-card .promo-img-hover {\n        opacity: 0;\n    }\n    \n    .promo-card:hover .promo-img-standard {\n        opacity: 0;\n        transform: scale(1.05);\n    }\n    \n    .promo-card:hover .promo-img-hover {\n        opacity: 1;\n        transform: scale(1.05);\n    }\n\n    .promo-card h3 { margin-top: 0; color: var(--graphite); font-size: 1.2rem; border-bottom: 1px solid var(--border-color); padding-bottom: 10px; margin-bottom: 12px;}\n    .promo-desc { margin: 0; font-size: 1rem; color: #444; line-height: 1.5; }\n    .promo-desc strong { color: var(--graphite); }\n    \n    .promo-btn { display: block; text-align: center; background-color: var(--blue-bell); color: white !important; text-decoration: none; font-weight: bold; padding: 12px; border-radius: 6px; margin-top: 15px; text-transform: uppercase; font-size: 0.85rem; transition: background-color 0.2s; }\n    .promo-btn:hover { background-color: var(--emerald-green); }\n\n    .cta-callout {\n        background-color: #f4faee;\n        border-left: 5px solid var(--emerald-green);\n        padding: 20px 15px;\n        margin: 0 15px 20px 15px;\n        border-radius: 0 8px 8px 0;\n    }\n\n    .cta-link {\n        color: var(--blue-bell);\n        font-weight: bold;\n        text-decoration: underline;\n        transition: opacity 0.2s ease;\n    }\n\n    .cta-link:hover {\n        opacity: 0.8;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n        .mobile-container { max-width: 800px; }\n        .feature-stack { flex-direction: row; flex-wrap: wrap; }\n        .feature-box { flex: 1 1 calc(50% - 15px); }\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"mobile-container\"\u003e\n    \u003cheader class=\"mobile-header\"\u003e\n        \u003cspan class=\"launch-badge\"\u003ePremium Storage\u003c\/span\u003e\n        \u003ch1\u003eLarge Child-Resistant Pre-Roll Tin\u003c\/h1\u003e\n        \u003cp\u003eThe Ultimate King Size Vault\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"section-padding\" style=\"padding-bottom: 0;\"\u003e\n        \u003cp class=\"intro-text\"\u003e\n            \u003cstrong\u003eKeep your pre-rolls fresh, discreet, and perfectly secure.\u003c\/strong\u003e Designed for the modern connoisseur, this generously sized, heavy-duty metal tin is the ultimate storage solution for premium King Size multi-packs. Our tin isn't just a container; it's a commitment to quality, safety, and convenience—allowing your customers to enjoy their pre-rolls exactly the way they were meant to be enjoyed: fresh, flavorful, and worry-free.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"feature-stack\"\u003e\n        \u003cdiv class=\"feature-box\"\u003e\n            \u003cstrong\u003eAirtight Silicone Tray Included\u003c\/strong\u003e\n            Don't let premium pre-rolls dry out! \u003cem\u003eA custom silicone tray is included inside every single tin.\u003c\/em\u003e Featuring a tight-fitting, silicone-lined lid, this internal tray creates a flawless airtight seal to lock in aromas and preserve freshness. No more stale or crumbly joints.\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-box\"\u003e\n            \u003cstrong\u003eCertified Child-Resistant\u003c\/strong\u003e\n            Peace of mind is paramount. Engineered with a highly secure, child-resistant closure, this tin keeps your contents safely out of the wrong hands while maintaining a sleek, professional aesthetic.\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-box\"\u003e\n            \u003cstrong\u003eKing Size Capacity\u003c\/strong\u003e\n            Dimensionally optimized at 120mm x 58mm x 15mm. This expansive interior provides more than enough room to comfortably house multiple 109mm King Size pre-rolls without crushing or bending the tips.\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-box\"\u003e\n            \u003cstrong\u003eDurable \u0026amp; Discreet\u003c\/strong\u003e\n            Crafted from high-quality, durable metal to ensure long-lasting, crush-proof protection. Its sleek profile easily slips into a bag or purse for superior on-the-go discretion. Available in pristine White or matte Black.\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"section-padding\" style=\"background-color: #fdfdfd; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); margin-top: 15px;\"\u003e\n        \u003ch2 style=\"font-size: 1.4rem; margin-top: 0; color: var(--graphite);\"\u003eComplete Your SKU: 109mm Cones\u003c\/h2\u003e\n        \u003cp style=\"margin-bottom: 25px;\"\u003eThis large CR tin is dimensionally engineered to perfectly house 109mm King Size formats. Don't leave your premium tins empty—stock up on the industry's best pre-rolled cones to build your ultimate retail multi-pack:\u003c\/p\u003e\n\n        \u003carticle class=\"promo-card\"\u003e\n            \u003cdiv\u003e\n                \u003cspan class=\"promo-badge\"\u003ePerfect Match\u003c\/span\u003e\n                \u003ca href=\"https:\/\/www.bagking.com\/collections\/109mm-cones\" target=\"_blank\" class=\"promo-img-link\"\u003e\n                    \u003cimg src=\"https:\/\/www.bagking.com\/cdn\/shop\/files\/WHG003185_open.webp?v=1773254231\u0026amp;width=3840\" alt=\"Open 109mm King Size Cones\" class=\"promo-img-standard\" loading=\"lazy\"\u003e\n                    \u003cimg src=\"https:\/\/www.bagking.com\/cdn\/shop\/files\/vibes-king-size-cones-box-of-30-3-cones-coffin-1226906804.webp?v=1773254202\u0026amp;width=3840\" alt=\"Vibes 109mm Cones Box Packaging\" class=\"promo-img-hover\" loading=\"lazy\"\u003e\n                \u003c\/a\u003e\n                \u003ch3\u003e109mm King Size Pre-Rolled Cones\u003c\/h3\u003e\n                \u003cp class=\"promo-desc\"\u003e\u003cstrong\u003eThe Gold Standard.\u003c\/strong\u003e Fill your new metal tins with perfectly rolled 109mm cones. Designed for an even burn and maximum capacity, they drop flawlessly into the included silicone tray for a ready-to-sell presentation.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/www.bagking.com\/collections\/109mm-cones\" class=\"promo-btn\" target=\"_blank\"\u003eShop 109mm Cones\u003c\/a\u003e\n        \u003c\/article\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cta-callout\" style=\"margin-top: 20px;\"\u003e\n        \u003cp style=\"margin-top: 0; margin-bottom: 12px;\"\u003e\u003cstrong\u003eDeliver confidence and consistency.\u003c\/strong\u003e Secure your wholesale packaging supplies at \u003cstrong\u003eBagKing.com\u003c\/strong\u003e and equip your brand with the industry standard in compliance and protection.\u003c\/p\u003e\n        \n        \u003cp style=\"margin: 0;\"\u003eLooking to elevate your shelf presence? \u003ca href=\"https:\/\/www.bagking.com\/pages\/bag-king-catalogs\" class=\"cta-link\"\u003eBring your brand to life\u003c\/a\u003e with our fully custom packaging solutions!\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Grand Puff","offers":[{"title":"Single Unit (Less Than Box Qty) \/ Black","offer_id":41385853681744,"sku":"3102-BLK","price":1.39,"currency_code":"USD","in_stock":true},{"title":"Single Unit (Less Than Box Qty) \/ White","offer_id":41400378196048,"sku":"3102-WHT","price":1.39,"currency_code":"USD","in_stock":true},{"title":"Box of 300 (Bulk Discount Pricing) \/ Black","offer_id":41385853714512,"sku":"3102-BLK-BX","price":417.0,"currency_code":"USD","in_stock":true},{"title":"Box of 300 (Bulk Discount Pricing) \/ White","offer_id":41385853747280,"sku":"3102-WHT-BX","price":417.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2940\/8226\/files\/grand-puff-long-pre-roll-tin-box-1228262818.jpg?v=1774045268","url":"https:\/\/brandking.com\/products\/grand-puff%c2%ae-long-pre-roll-tin-box-copy","provider":"Brand King","version":"1.0","type":"link"}