{"product_id":"diamond-lit-exotics-dog-walkers","title":"Diamond Lit! Exotics Dog Walkers - 1G Delta-8 Pre-Rolls 5ct Jar (Sativa\/Hybrid\/Indica)","description":"\u003cstyle\u003e\n  \/* Base Container - The Vice City Sunset Environment *\/\n  .rkai-diamond-box {\n    position: relative;\n    max-width: 950px;\n    margin: 40px auto;\n    border-radius: 12px;\n    overflow: hidden;\n    background-color: #0b021a; \/* Deep Synthwave Navy *\/\n    font-family: 'Courier New', Courier, monospace;\n    color: #e2e8f0;\n    line-height: 1.7;\n    \/* Neon Pink \u0026 Cyan Border Protocol *\/\n    border: 3px solid #ff00ff;\n    box-shadow: 0 15px 40px rgba(255, 0, 255, 0.3), inset 0 0 50px rgba(0, 255, 255, 0.1);\n    isolation: isolate;\n  }\n\n  \/* Layer 1: Vice City Sunset Grid \u0026 Glow *\/\n  .rkai-diamond-bg {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: \n      linear-gradient(180deg, rgba(255, 0, 255, 0.15) 0%, transparent 40%),\n      linear-gradient(0deg, rgba(0, 255, 255, 0.15) 0%, transparent 40%);\n    z-index: 1;\n    pointer-events: none;\n  }\n  \n  .rkai-diamond-grid {\n    position: absolute;\n    bottom: 0; left: -50%; width: 200%; height: 60%;\n    background-size: 50px 50px;\n    background-image: \n      linear-gradient(to right, rgba(0, 255, 255, 0.2) 1px, transparent 1px),\n      linear-gradient(to bottom, rgba(255, 0, 255, 0.2) 1px, transparent 1px);\n    transform: perspective(600px) rotateX(60deg);\n    z-index: 2;\n    pointer-events: none;\n    animation: gridScroll 10s linear infinite;\n  }\n\n  @keyframes gridScroll {\n    0% { background-position: 0 0; }\n    100% { background-position: 0 50px; }\n  }\n\n  \/* Readable Content Layer (Frosted Vice Glass) *\/\n  .rkai-diamond-inner {\n    position: relative;\n    z-index: 3;\n    background: rgba(11, 2, 26, 0.85); \n    margin: 25px;\n    border-radius: 8px;\n    padding: 40px 35px;\n    border: 1px solid rgba(0, 255, 255, 0.3);\n    backdrop-filter: blur(10px);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.8);\n  }\n\n  @media (max-width: 768px) {\n    .rkai-diamond-inner { margin: 15px; padding: 25px 20px; }\n  }\n\n  \/* Partnership Header *\/\n  .rkai-diamond-partnership {\n    background: linear-gradient(90deg, #ff00ff, #00ffff);\n    color: #000000;\n    padding: 10px 20px;\n    text-align: center;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    font-weight: 900;\n    border-radius: 4px;\n    margin: -40px -35px 35px;\n    box-shadow: 0 5px 15px rgba(255, 0, 255, 0.3);\n  }\n\n  .rkai-diamond-partnership span {\n    font-weight: 900;\n    color: #ffffff;\n    text-shadow: 1px 1px 0px #000;\n  }\n\n  \/* Typography *\/\n  .rkai-diamond-header {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .rkai-diamond-header h1 {\n    font-family: 'Arial Black', Impact, sans-serif;\n    font-size: 38px;\n    font-weight: 900;\n    margin: 0;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    text-shadow: 3px 3px 0px #ff00ff, -2px -2px 0px #00ffff;\n  }\n\n  .rkai-diamond-subtitle {\n    color: #0b021a;\n    background: #00ffff;\n    display: inline-block;\n    padding: 6px 20px;\n    font-size: 15px;\n    font-weight: 900;\n    margin-top: 15px;\n    border-radius: 2px;\n    text-transform: uppercase;\n    box-shadow: 0 0 15px rgba(0, 255, 255, 0.6);\n  }\n\n  \/* Vulgar Ripkitty Intro Text *\/\n  .rkai-diamond-intro {\n    font-size: 16px;\n    color: #cccccc;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 5px solid #ff00ff;\n    padding: 20px;\n    background: rgba(255, 0, 255, 0.05);\n  }\n\n  .rkai-diamond-intro strong {\n    color: #00ffff;\n    text-shadow: 0 0 5px rgba(0, 255, 255, 0.4);\n  }\n\n  \/* Collapsible Sections *\/\n  .rkai-diamond-details {\n    margin-bottom: 15px;\n    background: rgba(0, 0, 0, 0.6);\n    border: 1px solid #ff00ff;\n    box-shadow: 4px 4px 0px rgba(0, 255, 255, 0.3);\n    transition: all 0.2s ease;\n  }\n\n  .rkai-diamond-details:hover {\n    transform: translate(-2px, -2px);\n    box-shadow: 6px 6px 0px rgba(0, 255, 255, 0.5);\n  }\n\n  .rkai-diamond-summary {\n    padding: 18px 20px;\n    cursor: pointer;\n    font-weight: 900;\n    font-size: 18px;\n    text-transform: uppercase;\n    color: #ffffff;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: rgba(255, 0, 255, 0.1);\n    border-bottom: 1px dashed #333;\n  }\n\n  .rkai-diamond-summary:hover {\n    color: #00ffff;\n  }\n\n  .rkai-diamond-summary::after { \n    content: '[ + ]'; \n    font-size: 14px; \n    color: #ff00ff;\n  }\n\n  details[open] .rkai-diamond-summary::after {\n    content: '[ - ]';\n    color: #00ffff;\n  }\n\n  .rkai-diamond-content {\n    padding: 20px;\n    color: #cbd5e1;\n  }\n\n  \/* Lists inside collapsibles *\/\n  .rkai-diamond-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-diamond-list li {\n    margin-bottom: 12px;\n    font-weight: 500;\n    display: flex;\n    align-items: flex-start;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n    padding-bottom: 8px;\n  }\n\n  .rkai-diamond-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .rkai-diamond-list li::before {\n    content: \"⚡\";\n    margin-right: 12px;\n    color: #00ffff;\n    font-size: 14px;\n    text-shadow: 0 0 5px #00ffff;\n  }\n\n  .rkai-diamond-list strong {\n    color: #ffffff;\n    margin-right: 5px;\n    text-transform: uppercase;\n  }\n\n  \/* Flavor Accents *\/\n  .color-vice { color: #ff00ff !important; }\n  .color-cali { color: #ff6600 !important; }\n  .color-grape { color: #9900ff !important; }\n\n  \/* Warning Block *\/\n  .rkai-diamond-warning {\n    margin-top: 25px;\n    background: rgba(0, 0, 0, 0.8);\n    color: #ff00ff;\n    padding: 15px;\n    text-align: center;\n    font-weight: 900;\n    text-transform: uppercase;\n    border: 2px dashed #00ffff;\n    letter-spacing: 1px;\n    box-shadow: 0 0 15px rgba(255, 0, 255, 0.2);\n  }\n\n  \/* Footer *\/\n  .rkai-diamond-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 12px;\n    color: #64748b;\n    border-top: 2px dashed rgba(255, 0, 255, 0.3);\n    padding-top: 20px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n  }\n\n  \/* FAQ Styles *\/\n  .rkai-faq-section {\n    max-width: 950px;\n    margin: 40px auto;\n    font-family: 'Courier New', Courier, monospace;\n    color: #e2e8f0;\n  }\n\n  .rkai-faq-section h2 {\n    font-family: 'Arial Black', sans-serif;\n    font-size: 1.8rem;\n    color: #00ffff;\n    text-transform: uppercase;\n    border-bottom: 2px solid #ff00ff;\n    padding-bottom: 10px;\n    margin-bottom: 20px;\n    text-shadow: 1px 1px 0px #0b021a;\n  }\n\n  .rkai-faq-item {\n    background: #0b021a;\n    border: 1px solid #ff00ff;\n    margin-bottom: 12px;\n    border-radius: 4px;\n    box-shadow: 0 4px 10px rgba(0, 255, 255, 0.1);\n  }\n\n  .rkai-faq-item summary {\n    padding: 15px 20px;\n    font-weight: 800;\n    cursor: pointer;\n    background: rgba(255, 0, 255, 0.1);\n    color: #ffffff;\n    text-transform: uppercase;\n    font-size: 0.95rem;\n    display: flex;\n    justify-content: space-between;\n  }\n\n  .rkai-faq-item p {\n    padding: 15px 20px;\n    margin: 0;\n    color: #cccccc;\n    font-size: 0.95rem;\n    border-top: 1px solid rgba(255, 0, 255, 0.3);\n  }\n\n  \/* Hidden UI Data *\/\n  .rk-hidden-data { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\u003carticle class=\"rkai-diamond-box\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Product\"\u003e\u003cmeta itemprop=\"brand\" content=\"Diamond Lit!\"\u003e \u003cmeta itemprop=\"category\" content=\"Pre-Rolls\"\u003e \u003cmeta itemprop=\"url\" content=\"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers\"\u003e\n\u003cdiv class=\"rkai-diamond-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-diamond-grid\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-diamond-inner\"\u003e\n\u003cdiv class=\"rkai-diamond-partnership\" role=\"banner\"\u003eCurated by Ripkitty | For Ripkitty x Bud's Growery | Partnership: \u003cspan\u003eIndustrial Hemp Flower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cheader class=\"rkai-diamond-header\"\u003e\n\u003ch1 itemprop=\"name\"\u003eDiamond Lit! Exotics Dog Walkers\u003c\/h1\u003e\n\u003cdiv class=\"rkai-diamond-subtitle\"\u003e5-COUNT \/\/ 1G DELTA-8 MINI PRE-ROLLS\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"rkai-diamond-intro\" itemprop=\"description\"\u003eNo bullshit, just pure elevated vibes. \u003cstrong\u003eDiamond Lit! Exotics Dog Walkers\u003c\/strong\u003e are the ultimate pocket-sized stash for the heavy hitters. You get a sealed jar dropping \u003cstrong\u003efive 1-gram mini pre-rolls\u003c\/strong\u003e, packed with lab-tested premium hemp flower and infused with high-grade Delta-8 THC distillate and targeted botanical terpenes. Whether you're chasing the neon rush of Vice City, the mellow fade of Cali Sunset, or the deep couch lock of Grape Soda, these walkers deliver a consistently smooth, potent pull. Roll deep, hit hard, and own the night.\u003c\/div\u003e\n\u003cdetails class=\"rkai-diamond-details\" open=\"\"\u003e\n\u003csummary class=\"rkai-diamond-summary\"\u003eTHE PAYLOAD \/\/ SPECS\u003c\/summary\u003e\n\u003cdiv class=\"rkai-diamond-content\"\u003e\n\u003cul class=\"rkai-diamond-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCount:\u003c\/strong\u003e 5 mini pre-rolls per jar.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e ~1g per roll (5g Net Weight per jar).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInfusion:\u003c\/strong\u003e Delta-8 THC distillate + botanical terpenes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDosing:\u003c\/strong\u003e Suggested 1–2 puffs per session. Handle your shit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-diamond-details\"\u003e\n\u003csummary class=\"rkai-diamond-summary\"\u003eTHE FLAVOR DROP \/\/ VARIANTS\u003c\/summary\u003e\n\u003cdiv class=\"rkai-diamond-content\"\u003e\n\u003cul class=\"rkai-diamond-list\"\u003e\n\u003cli\u003e\n\u003cstrong class=\"color-vice\"\u003eVice City (Sativa):\u003c\/strong\u003e Electric, neon-drenched sativa energy. Bright, citrusy, and aggressive.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong class=\"color-cali\"\u003eCali Sunset (Hybrid):\u003c\/strong\u003e The perfect golden hour fade. Balanced, sweet, and herbal.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong class=\"color-grape\"\u003eGrape Soda (Indica):\u003c\/strong\u003e Deep, heavy couch lock. Punchy, saturated purple grape flavor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"rkai-diamond-warning\"\u003e⚠️ 21+ ONLY. DELTA-8 INFUSED HEMP. DO NOT EAT. ⚠️\u003c\/div\u003e\n\u003cfooter class=\"rkai-diamond-footer\"\u003eRipkitty x Bud's Growery Miramar \/\/ Industrial Hemp Flower Syndicate Exotics\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003csection id=\"product-faq\" class=\"rkai-faq-section\"\u003e\n\u003ch2 id=\"product-faq-title\"\u003eIntel \/\/ Product Questions\u003c\/h2\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eWhat are Diamond Lit! Exotics Dog Walkers?\u003c\/summary\u003e\n\u003cp\u003eThey are 5-count 1g Delta-8 THC mini pre-rolls crafted with lab-tested hemp flower and infused with Delta-8 distillate and botanical terpenes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eWhich flavor profiles are available?\u003c\/summary\u003e\n\u003cp\u003eThe current variants are Vice City (Sativa), Cali Sunset (Hybrid), and Grape Soda (Indica).\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eHow many pre-rolls come in each jar?\u003c\/summary\u003e\n\u003cp\u003eEach jar contains 5 mini pre-rolls at approximately 1g per roll.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eIs there a lab report for each variant?\u003c\/summary\u003e\n\u003cp\u003eYes. Each variant has a COA lab report link on the product page for cannabinoid data and compliance confirmation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eWho can purchase these Dog Walkers?\u003c\/summary\u003e\n\u003cp\u003eThey are intended for adults 21+ only and should be handled and used responsibly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- JSON-LD SCRIPTS --\u003e\n\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are Diamond Lit! Exotics Dog Walkers?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"They are 5-count 1g Delta-8 THC mini pre-rolls crafted with lab-tested hemp flower and infused with Delta-8 distillate and botanical terpenes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which flavor profiles are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The current variants are Vice City (Sativa), Cali Sunset (Hybrid), and Grape Soda (Indica).\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many pre-rolls come in each jar?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Each jar contains 5 mini pre-rolls at approximately 1g per roll.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is there a lab report for each variant?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Each variant has a COA lab report link on the product page for cannabinoid data and compliance confirmation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who can purchase these Dog Walkers?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"They are intended for adults 21+ only and should be handled and used responsibly.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"@id\": \"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers#product\",\n  \"name\": \"Diamond Lit! Exotics Dog Walkers\",\n  \"url\": \"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers\",\n  \"description\": \"Diamond Lit! Exotics Dog Walkers are premium 5-count 1g Delta-8 THC mini pre-rolls in Vice City, Cali Sunset, and Grape Soda flavor profiles. Lab-tested hemp flower infused with Delta-8 and botanical terpenes.\",\n  \"sku\": \"[[ROOT_SKU]]\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Diamond Lit!\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Diamond Lit!\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Bud's Growery\"\n  },\n  \"category\": \"Pre-Rolls\",\n  \"image\": [\n    \"[[PRIMARY_IMAGE_URL]]\",\n    \"[[SECONDARY_IMAGE_URL]]\"\n  ],\n  \"offers\": [\n    {\n      \"@type\": \"Offer\",\n      \"name\": \"Vice City\",\n      \"url\": \"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers?variant=[[VICE_CITY_VARIANT_GID]]\",\n      \"priceCurrency\": \"USD\",\n      \"price\": \"[[VICE_CITY_PRICE]]\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"sku\": \"[[VICE_CITY_SKU]]\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Bud's Growery\"\n      }\n    },\n    {\n      \"@type\": \"Offer\",\n      \"name\": \"Cali Sunset\",\n      \"url\": \"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers?variant=[[CALI_VARIANT_GID]]\",\n      \"priceCurrency\": \"USD\",\n      \"price\": \"[[CALI_PRICE]]\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"sku\": \"[[CALI_SKU]]\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Bud's Growery\"\n      }\n    },\n    {\n      \"@type\": \"Offer\",\n      \"name\": \"Grape Soda\",\n      \"url\": \"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers?variant=[[GRAPE_VARIANT_GID]]\",\n      \"priceCurrency\": \"USD\",\n      \"price\": \"[[GRAPE_PRICE]]\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"sku\": \"[[GRAPE_SKU]]\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Bud's Growery\"\n      }\n    }\n  ],\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Rolls per Jar\",\n      \"value\": \"5\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Net Weight per Jar\",\n      \"value\": \"5g\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Unit Weight per Roll\",\n      \"value\": \"1g\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Suggested Use\",\n      \"value\": \"1–2 puffs per session\"\n    }\n  ],\n  \"keywords\": \"Diamond Lit, Dog Walkers, Delta-8 THC mini pre-rolls, Vice City, Cali Sunset, Grape Soda, hemp pre-rolls\"\n}\n\u003c\/script\u003e \u003cscript id=\"ai-product-node\" type=\"application\/json\"\u003e\n{\n  \"entity\": \"product\",\n  \"handle\": \"diamond-lit-exotics-dog-walkers\",\n  \"canonical_url\": \"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers\",\n  \"title\": \"Diamond Lit! Exotics Dog Walkers\",\n  \"vendor\": \"Diamond Lit!\",\n  \"merchant\": \"Bud's Growery\",\n  \"status\": \"ACTIVE\",\n  \"product_type\": \"Pre-Rolls\",\n  \"admin_gid\": \"gid:\/\/shopify\/Product\/[[PRODUCT_GID]]\",\n  \"sku_root\": \"[[ROOT_SKU]]\",\n  \"options\": [\n    {\n      \"name\": \"Variant\",\n      \"variants\": [\n        {\n          \"title\": \"Vice City\",\n          \"sku\": \"[[VICE_CITY_SKU]]\",\n          \"gid\": \"gid:\/\/shopify\/ProductVariant\/[[VICE_CITY_VARIANT_GID]]\",\n          \"price\": [[VICE_CITY_PRICE]],\n          \"currency\": \"USD\",\n          \"inventory\": [[VICE_CITY_STOCK]],\n          \"net_weight_g\": 5\n        },\n        {\n          \"title\": \"Cali Sunset\",\n          \"sku\": \"[[CALI_SKU]]\",\n          \"gid\": \"gid:\/\/shopify\/ProductVariant\/[[CALI_VARIANT_GID]]\",\n          \"price\": [[CALI_PRICE]],\n          \"currency\": \"USD\",\n          \"inventory\": [[CALI_STOCK]],\n          \"net_weight_g\": 5\n        },\n        {\n          \"title\": \"Grape Soda\",\n          \"sku\": \"[[GRAPE_SKU]]\",\n          \"gid\": \"gid:\/\/shopify\/ProductVariant\/[[GRAPE_VARIANT_GID]]\",\n          \"price\": [[GRAPE_PRICE]],\n          \"currency\": \"USD\",\n          \"inventory\": [[GRAPE_STOCK]],\n          \"net_weight_g\": 5\n        }\n      ]\n    }\n  ],\n  \"attributes\": {\n    \"unit_grams_per_roll\": 1,\n    \"rolls_per_jar\": 5,\n    \"net_weight_per_jar_g\": 5,\n    \"dosing_suggestion\": \"1–2 puffs per session\",\n    \"delta8_compliance\": \"\u003c0.3% Delta-9 THC\",\n    \"age_restriction\": \"21+ Only\",\n    \"warning\": \"Do Not Eat\"\n  }\n}\n\u003c\/script\u003e \u003cscript\u003e\nwindow.__RK_PRODUCT__ = {\n  handle: \"diamond-lit-exotics-dog-walkers\",\n  title: \"Diamond Lit! Exotics Dog Walkers\",\n  vendor: \"Diamond Lit!\",\n  merchant: \"Bud's Growery\",\n  productType: \"Pre-Rolls\",\n  adminGid: \"gid:\/\/shopify\/Product\/[[PRODUCT_GID]]\",\n  skuRoot: \"[[ROOT_SKU]]\",\n  variants: [\n    {\n      id: \"gid:\/\/shopify\/ProductVariant\/[[VICE_CITY_VARIANT_GID]]\",\n      title: \"Vice City\",\n      sku: \"[[VICE_CITY_SKU]]\",\n      price: [[VICE_CITY_PRICE]],\n      currency: \"USD\",\n      inventory: [[VICE_CITY_STOCK]],\n      netWeightG: 5\n    },\n    {\n      id: \"gid:\/\/shopify\/ProductVariant\/[[CALI_VARIANT_GID]]\",\n      title: \"Cali Sunset\",\n      sku: \"[[CALI_SKU]]\",\n      price: [[CALI_PRICE]],\n      currency: \"USD\",\n      inventory: [[CALI_STOCK]],\n      netWeightG: 5\n    },\n    {\n      id: \"gid:\/\/shopify\/ProductVariant\/[[GRAPE_VARIANT_GID]]\",\n      title: \"Grape Soda\",\n      sku: \"[[GRAPE_SKU]]\",\n      price: [[GRAPE_PRICE]],\n      currency: \"USD\",\n      inventory: [[GRAPE_STOCK]],\n      netWeightG: 5\n    }\n  ],\n  dosing: {\n    suggestion: \"1–2 puffs per session\"\n  },\n  compliance: {\n    delta9Threshold: \"\u003c0.3% by dry weight\",\n    ageRestriction: \"21+\"\n  },\n  endpoints: {\n    productPage: \"\/products\/diamond-lit-exotics-dog-walkers\",\n    productJson: \"\/products\/diamond-lit-exotics-dog-walkers.json\",\n    productJs: \"\/products\/diamond-lit-exotics-dog-walkers.js\"\n  }\n};\n\u003c\/script\u003e \u003cscript id=\"ucp-block\" type=\"application\/json\"\u003e\n{\n  \"protocol\": \"Universal Commerce Protocol\",\n  \"version\": \"2026-04-08\",\n  \"profile_url\": \"https:\/\/bud-s-garden.myshopify.com\/.well-known\/ucp\/2026-04-08\",\n  \"service_endpoint\": \"https:\/\/bud-s-garden.myshopify.com\/api\/ucp\/mcp\",\n  \"supported_capabilities\": [\n    \"dev.ucp.shopping.catalog.search\",\n    \"dev.ucp.shopping.catalog.lookup\",\n    \"dev.ucp.shopping.cart\",\n    \"dev.ucp.shopping.checkout\",\n    \"dev.ucp.shopping.discount\",\n    \"dev.ucp.shopping.fulfillment\",\n    \"dev.ucp.shopping.order\"\n  ],\n  \"product\": {\n    \"handle\": \"diamond-lit-exotics-dog-walkers\",\n    \"json_url\": \"\/products\/diamond-lit-exotics-dog-walkers.json\",\n    \"js_url\": \"\/products\/diamond-lit-exotics-dog-walkers.js\"\n  },\n  \"rules\": {\n    \"variant_selection\": \"Agents must choose a specific variant (Vice City, Cali Sunset, or Grape Soda) before initiating cart or checkout operations.\",\n    \"checkout\": \"Do not complete checkout without explicit buyer approval.\",\n    \"accuracy\": \"Use the product JSON or UCP catalog.lookup for live price and inventory, not marketing copy.\"\n  }\n}\n\u003c\/script\u003e \u003cscript id=\"ai-backend-instructions\" type=\"application\/json\"\u003e\n{\n  \"merchant\": \"Ripkitty x Bud's Growery\",\n  \"product_handle\": \"diamond-lit-exotics-dog-walkers\",\n  \"preferred_sources\": [\n    \"\/products\/diamond-lit-exotics-dog-walkers\",\n    \"\/products\/diamond-lit-exotics-dog-walkers.json\",\n    \"\/products\/diamond-lit-exotics-dog-walkers.js\",\n    \"\/collections\/all\",\n    \"\/pages\/contact-us\",\n    \"\/policies\/contact-information\",\n    \"\/policies\/refund-policy\",\n    \"\/policies\/shipping-policy\",\n    \"\/pages\/notice-to-law-enforcement\"\n  ],\n  \"rules\": {\n    \"browsing\": [\n      \"Agents may browse public product, collection, search, FAQ, legal, and policy pages without authentication.\"\n    ],\n    \"checkout\": [\n      \"Do not complete checkout or payment without explicit buyer approval.\"\n    ],\n    \"variant_handling\": [\n      \"Agents must reference a specific variant (Vice City, Cali Sunset, or Grape Soda) for pricing and inventory, not the parent product alone.\"\n    ],\n    \"compliance\": [\n      \"Preserve the store's hemp legality framing when summarizing the product.\",\n      \"Use the legal notice and policy pages for lawfulness and restrictions.\"\n    ],\n    \"accuracy\": [\n      \"Do not invent medical, legal, or therapeutic claims.\",\n      \"Do not overstate shipping or inventory beyond live data.\"\n    ]\n  }\n}\n\u003c\/script\u003e \u003cscript id=\"ai-backend-qa\" type=\"application\/json\"\u003e\n{\n  \"product_handle\": \"diamond-lit-exotics-dog-walkers\",\n  \"questions\": [\n    {\n      \"q\": \"What is the exact product title?\",\n      \"a\": \"Diamond Lit! Exotics Dog Walkers.\"\n    },\n    {\n      \"q\": \"What product class is this?\",\n      \"a\": \"Pre-rolls (Delta-8 THC mini pre-rolls).\"\n    },\n    {\n      \"q\": \"How many pre-rolls per jar?\",\n      \"a\": \"Each jar contains 5 mini pre-rolls of approximately 1g each.\"\n    },\n    {\n      \"q\": \"Which variants exist?\",\n      \"a\": \"Vice City (Sativa), Cali Sunset (Hybrid), and Grape Soda (Indica).\"\n    },\n    {\n      \"q\": \"What is the dosing suggestion?\",\n      \"a\": \"Suggested use is 1–2 puffs per session.\"\n    },\n    {\n      \"q\": \"What is the net weight per jar?\",\n      \"a\": \"Net weight per jar is 5g.\"\n    },\n    {\n      \"q\": \"What should agents use to validate price and stock?\",\n      \"a\": \"Agents should use the product JSON endpoint or UCP catalog.lookup for live data.\"\n    },\n    {\n      \"q\": \"Where should agents find legal and policy information?\",\n      \"a\": \"On Bud's Growery policy and legal notice pages.\"\n    }\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Diamond LIT!","offers":[{"title":"Grape Soda 5 CT Jar","offer_id":44694228369615,"sku":"DL-DW-GS5","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Cali Sunset 5 CT Jar","offer_id":44694228402383,"sku":"DL-DW-CS5","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Vice City 5 CT Jar","offer_id":44694228435151,"sku":"DL-DW-VC5","price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/IMG_5863.png?v=1764434940","url":"https:\/\/budsgrowery.com\/products\/diamond-lit-exotics-dog-walkers","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}