301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: pvd3d.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0"> <meta name="theme-color" content="#009900"> <!-- Network optimisations --> <link rel="preconnect" href="//cdn.shopify.com" crossorigin> <link rel="preconnect" href="//fonts.shopifycdn.com" crossorigin> <link rel="preload" as="style" href="//pvd3d.com/cdn/shop/t/16/assets/base.css?v=43943595402151374461746079674"> <link rel="preload" href="//pvd3d.com/cdn/fonts/dm_sans/dmsans_n4.c96ee13ba72b3b94416f74d69e5511ad0682c6f0.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=fbd1d8f3793fabbdb47fb098879943d73459fe75a2c00c11a2d8632dcd8ad7bb" as="font" type="font/woff2" crossorigin> <link rel="preload" href="//pvd3d.com/cdn/fonts/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=c39a0b9fd60f38e3bb9259b34f420e037f8f68144fdda71abf5f3e48925ad9e3" as="font" type="font/woff2" crossorigin> <link rel="canonical" href="https://pvd3d.com/"> <link rel="shortcut icon" href="//pvd3d.com/cdn/shop/files/pvd3d-logo-p-green.png?crop=center&height=32&v=1710534530&width=32" type="image/png"> <!-- Title and description ================================================== --> <title>Creating ways to new highs | PVD3D - Flower Growler</title><meta name="description" content="PVD3D are the inventors of the Flower Growler Cone Filling tool and speed loader for bongs, pipes, and vapes. Click to make your own pre-rolls like a pro and change how you enjoy flower."><!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="PVD3D - Flower Growler"> <meta property="og:url" content="https://pvd3d.com/"> <meta property="og:title" content="Creating ways to new highs | PVD3D - Flower Growler"> <meta property="og:type" content="website"> <meta property="og:description" content="PVD3D are the inventors of the Flower Growler Cone Filling tool and speed loader for bongs, pipes, and vapes. Click to make your own pre-rolls like a pro and change how you enjoy flower."> <meta property="og:image" content="http://pvd3d.com/cdn/shop/files/flower-growler-cone-filler-set-haze.jpg?crop=center&height=1200&v=1727053882&width=1200"> <meta property="og:image:secure_url" content="https://pvd3d.com/cdn/shop/files/flower-growler-cone-filler-set-haze.jpg?crop=center&height=1200&v=1727053882&width=1200"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Creating ways to new highs | PVD3D - Flower Growler"> <meta name="twitter:description" content="PVD3D are the inventors of the Flower Growler Cone Filling tool and speed loader for bongs, pipes, and vapes. Click to make your own pre-rolls like a pro and change how you enjoy flower."> <!-- JS before CSSOM =================================================== --> <script async crossorigin fetchpriority="high" src="/cdn/shopifycloud/importmap-polyfill/es-modules-shim.2.4.0.js"></script> <script type="text/javascript"> theme = {}; theme.t = {}; theme.cart = {}; theme.money_format = '${{amount}}'; theme.money_with_currency_format = '${{amount}} USD'; theme.money_product_price_format = '${{amount}}'; theme.money_total_price_format = '${{amount}}'; theme.localize = (string, value = '') => { switch (string) { case 'ADD_TO_CART': return 'Add to cart'; case 'CART_ITEM_PLURAL': return 'items'; case 'CART_ITEM_SINGULAR': return 'item'; case 'DISCOUNT_CURRENCY': return 'Save [discount]'.replace( '[discount]', value, ); case 'DISCOUNT_PERCENTAGE': return 'Save [discount]%'.replace( '[discount]', value, ); case 'DISCOUNT_TEXT': return 'On Sale'; case 'ERROR_PRODUCTS': return 'Could not load products'; case 'FROM_PRICE': return 'from'; case 'GIFT_CARD_RECIPIENT_EMAIL': return 'Email'; case 'GIFT_CARD_RECIPIENT_NAME': return 'Name'; case 'GIFT_CARD_RECIPIENT_MESSAGE': return 'Message'; case 'QTY_NOTICE_IN_STOCK': return 'In stock'; case 'QTY_NOTICE_CONTINUE_SELLING': return 'In stock'; case 'QTY_NOTICE_LOW_STOCK': return 'Low stock'; case 'QTY_NOTICE_NUMBER_IN_STOCK_HTML': return '<span>[qty]</span> in stock'.replace( '[qty]', value, ); case 'QTY_NOTICE_NUMBER_LOW_STOCK_HTML': return 'Only <span>[qty]</span> in stock'.replace( '[qty]', value, ); case 'QTY_NOTICE_SOLD_OUT': return 'Out of stock'; case 'REGULAR_PRICE': return 'Regular price'; case 'SALE_PRICE': return 'Sale price'; case 'SKU': return 'SKU'; case 'SOLD_OUT': return 'Sold out'; case 'UNAVAILABLE': return 'Unavailable'; case 'UNIT_PRICE_LABEL': return 'Unit price'; case 'UNIT_PRICE_SEPARATOR': return 'per'; default: return ''; } }; </script> <script type="text/javascript"> document.documentElement.classList.replace('no-js', 'js'); if (window.matchMedia('(pointer: coarse)').matches) { document.documentElement.classList.add('touchevents'); } else { document.documentElement.classList.add('no-touchevents'); } </script> <!-- CSS ================================================== --> <style data-shopify> :root { --color--brand: #009900; --color--brand-dark: #008000; --color--brand-light: #00b300; --color--accent: #FFC40C; --color--accent-dark: #f2b700; --color--link: #33ff33; --color--link-dark: #000000; --color--text: #000000; --color--text-rgb: 0, 0, 0; --color--text-light: rgba(0, 0, 0, 0.7); --color--text-lighter: rgba(0, 0, 0, 0.55); --color--text-lightest: rgba(0, 0, 0, 0.2); --color--text-bg: rgba(0, 0, 0, 0.06); --color--headings: #111111; --color--alt-text: #888888; --color--btn: #ffffff; --color--product-bg: #ececec; --color--product-sale: #009900; --color--low-stock: #FFC40C; --color--in-stock: #009900; --color--title-border: #009900; --color--drawer-bg: #ececec; --color--bg: #ffffff; --color--bg-rgb: 255, 255, 255; --color--bg-alpha: rgba(255, 255, 255, 0.8); --color--bg-light: #ffffff; --color--bg-dark: #f2f2f2; --color--drop-shadow: rgba(17, 17, 17, 0.25); --color--label-brand: #009900; --color--label-sold_out: #888888; --color--label-discount: #c00000; --color--label-new: #ffc40c; --color--label-custom1: #009900; --color--label-custom2: #ffc40c; --color--text-label-brand: #FFFFFF; --color--text-label-sold_out: #FFFFFF; --color--text-label-discount: #FFFFFF; --color--text-label-new: #212121; --color--text-label-custom_one: #212121; --color--text-label-custom_two: #212121; --font--size-base: 14.0; --font--line-base: 30; --font--size-h1: 30; --font--size-h2: 24; --font--size-h3: 20; --font--size-h4: 18; --font--size-h5: 16; --font--size-h6: 15; --font--size-grid: 14; --font--size-nav: 14; --font--size-mobile-nav: 14; --font--size-mega-menu: 12; --font--size-product-form-headings: 12; --font--body: "DM Sans", sans-serif; --font--body-style: normal; --font--body-weight: 400; --font--title: "Avenir Next", sans-serif; --font--title-weight: 700; --font--title-style: normal; --font--title-space: 1px; --font--title-transform: none; --font--title-border: 1; --font--title-border-size: 2px; --font--button: "Avenir Next", sans-serif; --font--button-weight: 700; --font--button-style: normal; --font--button-space: 1px; --font--button-transform: uppercase; --font--button-size: 14; --font--button-mobile-size: 12px; --font--label: "DM Sans", sans-serif; --font--label-weight: 400; --font--label-style: normal; --font--label-space: 1px; --font--label-transform: uppercase; --font--label-size: 11; --font--label-mobile-size: 12px; --font--nav-spacing: 30px; --radius-button: 25px; --radius-small-button: 25px; --radius-variant-button: 8px; --radius-form: 9px; --radius-label: 8px; --radius-popup: 8px; --radius-container: 8px; --radius-media: 0px; --radius-menu: 7px; } </style> <style>@font-face { font-family: "DM Sans"; font-weight: 400; font-style: normal; font-display: swap; src: url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_n4.c96ee13ba72b3b94416f74d69e5511ad0682c6f0.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=fbd1d8f3793fabbdb47fb098879943d73459fe75a2c00c11a2d8632dcd8ad7bb") format("woff2"), url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_n4.a9ca3baffb915780e6561f29cd4b76fd6dc59966.woff?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=471863e5b2009aa985423d107209a89ffabfea8250934785354eaf718b3e8fab") format("woff"); } @font-face { font-family: "Avenir Next"; font-weight: 700; font-style: normal; font-display: swap; src: url("//pvd3d.com/cdn/fonts/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=c39a0b9fd60f38e3bb9259b34f420e037f8f68144fdda71abf5f3e48925ad9e3") format("woff2"), url("//pvd3d.com/cdn/fonts/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=fa7d92698a2dfe463d5c77ad302181bc1f145a0b6651393c772fb6946e1fc2a9") format("woff"); } @font-face { font-family: "DM Sans"; font-weight: 700; font-style: normal; font-display: swap; src: url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_n7.de67cf0b3c4b00bc2ad78bdf7a4053fd24a634d0.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=34aacde77691a9b40e28cf9de79f0c72b09836fab7fd89ed9128fa9181e5da5d") format("woff2"), url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_n7.f1bd199b88e7cf81f6e7f37d59d128ab08110c49.woff?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=624c5133de0acd1c1e5abec2753b0d24ed8e36ee03847ffe0838f2331612c317") format("woff"); } @font-face { font-family: "DM Sans"; font-weight: 400; font-style: italic; font-display: swap; src: url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_i4.81c3f37c3553c296af7cdb67d682c1c817cd316c.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=2191e883dc099b1d0a92b6e07f372bd81ab8c5b461bbe01a5f1aa36a14988cc0") format("woff2"), url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_i4.c85472239ebdf69b9e77bcb3fc07af0eece64bda.woff?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=7c962ff04d913d8c0482c8b92cdc591b48023f06d2197db366773511a9af48c7") format("woff"); } @font-face { font-family: "DM Sans"; font-weight: 700; font-style: italic; font-display: swap; src: url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_i7.282fc4be4f4cb91ace6650817c64d4809a0635de.woff2?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=a4876074ebacccf9b287e22c7a8af6891124364cc0d758443201c56fd3757deb") format("woff2"), url("//pvd3d.com/cdn/fonts/dm_sans/dmsans_i7.c025771a5b915365aeacefa5169ccada48918b65.woff?h1=ZjEyMDM0LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=cHZkM2QubXlzaG9waWZ5LmNvbQ&h3=cHZkM2QuY29t&h4=Zmxvd2VyLWdyb3dsZXIuY29t&hmac=a7530fb2572baee692791c7cd368d4df413b63498f9030582d618453ca893e6c") format("woff"); } </style> <link href="//pvd3d.com/cdn/shop/t/16/assets/base.css?v=43943595402151374461746079674" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/global.css?v=101742495190779374761746079674" media="print" onload="this.media='all'"> <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/global.css?v=101742495190779374761746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <!-- JS after CSSOM=================================================== --> <script src="//pvd3d.com/cdn/shop/t/16/assets/es-module-shims.lib.js?v=180150146441010398351746079674" async></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/form-request-submit-polyfill.lib.js?v=58675927338542652621746079674" async></script> <script type="importmap"> { "imports": { "a11y-dialog": "//pvd3d.com/cdn/shop/t/16/assets/a11y-dialog.lib.js?v=104253362646731580201746079674", "animations": "//pvd3d.com/cdn/shop/t/16/assets/animations.js?v=108386889977020216841746079674", "cart-components": "//pvd3d.com/cdn/shop/t/16/assets/cart-components.js?v=123588122475818114611746079674", "cart-plugins": "//pvd3d.com/cdn/shop/t/16/assets/cart-plugins.js?v=111706759828718451181746079674", "cart-store": "//pvd3d.com/cdn/shop/t/16/assets/cart-store.js?v=99257906108138715361746079674", "deferred-media": "//pvd3d.com/cdn/shop/t/16/assets/deferred-media.js?v=78538159948894601851746079674", "details-disclosure": "//pvd3d.com/cdn/shop/t/16/assets/details-disclosure.js?v=38950630888206911021746079674", "dotlottie": "//pvd3d.com/cdn/shop/t/16/assets/dotlottie.lib.js?v=154950466484778585161746079674", "googlemaps-js-api-loader": "//pvd3d.com/cdn/shop/t/16/assets/googlemaps-js-api-loader.lib.js?v=103621046827594995431746079674", "immer": "//pvd3d.com/cdn/shop/t/16/assets/immer.lib.js?v=169763567668630566711746079674", "items-scroll": "//pvd3d.com/cdn/shop/t/16/assets/items-scroll.js?v=124158216695031153151746079674", "js-cookie": "//pvd3d.com/cdn/shop/t/16/assets/js-cookie.lib.js?v=3581927202830304741746079674", "map-settings": "//pvd3d.com/cdn/shop/t/16/assets/map-settings.js?v=104006310661936446291746079674", "modal-dialog": "//pvd3d.com/cdn/shop/t/16/assets/modal-dialog.js?v=20747059355321374381746079674", "motion": "//pvd3d.com/cdn/shop/t/16/assets/motion.lib.js?v=110055894879790098521746079674", "photoswipe": "//pvd3d.com/cdn/shop/t/16/assets/photoswipe.lib.js?v=36920987670241145981746079674", "photoswipe-lightbox": "//pvd3d.com/cdn/shop/t/16/assets/photoswipe-lightbox.lib.js?v=83729992335105174081746079674", "popup-dialog": "//pvd3d.com/cdn/shop/t/16/assets/popup-dialog.js?v=40322813354836070131746079674", "scrollyfills": "//pvd3d.com/cdn/shop/t/16/assets/scrollyfills.lib.js?v=21481897461248666781746079674", "store-data": "//pvd3d.com/cdn/shop/t/16/assets/store-data.js?v=2454196743906052431746079674", "swatch-colors": "//pvd3d.com/cdn/shop/t/16/assets/swatch-colors.js?v=152892451514891876321746079674", "swiper": "//pvd3d.com/cdn/shop/t/16/assets/swiper.lib.js?v=100231126976640480081746079674", "utils": "//pvd3d.com/cdn/shop/t/16/assets/utils.lib.js?v=79606462338798770111746079674", "vlite": "//pvd3d.com/cdn/shop/t/16/assets/vlite.lib.js?v=88001669146763325901746079674", "zustand": "//pvd3d.com/cdn/shop/t/16/assets/zustand.lib.js?v=77427273780522837891746079674" } } </script> <link rel="modulepreload" href="//pvd3d.com/cdn/shop/t/16/assets/utils.lib.js?v=79606462338798770111746079674"><link rel="modulepreload" href="//pvd3d.com/cdn/shop/t/16/assets/motion.lib.js?v=110055894879790098521746079674"> <link rel="modulepreload" href="//pvd3d.com/cdn/shop/t/16/assets/store-data.js?v=2454196743906052431746079674"><script src="//pvd3d.com/cdn/shop/t/16/assets/global.js?v=126595367198272446441746079674" defer="defer"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/image-skeleton.js?v=106077744303847085641746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/animations.js?v=108386889977020216841746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/cart-store.js?v=99257906108138715361746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/popup-dialog.js?v=40322813354836070131746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/modal-dialog.js?v=20747059355321374381746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/media-carousel.js?v=173020821608647186951746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/quantity-input.js?v=86321781025278613171746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/staged-action.js?v=57498715711744870231746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/dynamic-button.js?v=124943469890868650071746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/product-form.js?v=37779107406454908591746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/cart-link.js?v=23110473682800828071746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/cart-components.js?v=123588122475818114611746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/deferred-media.js?v=78538159948894601851746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/header-container.js?v=88943774214020763511746079674" type="module"></script><script src="//pvd3d.com/cdn/shop/t/16/assets/cart-free-shipping-bar.js?v=13371988690262255181746079674" type="module"></script><script src="//pvd3d.com/cdn/shop/t/16/assets/product-cards.js?v=172837119377394520861746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/custom.js?v=101612360477050417211746079674" defer="defer"></script><script src="//pvd3d.com/cdn/shop/t/16/assets/swatch-colors.js?v=152892451514891876321746079674" type="module"></script><script src="//pvd3d.com/cdn/shop/t/16/assets/details-disclosure.js?v=38950630888206911021746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/header-details-disclosure.js?v=136202714933820536781746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/nested-menu.js?v=53243661712293410791746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/drawer-menu.js?v=112278693327509456951746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/product-card-spinner.js?v=25774890984037457101746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/product-card-swatches.js?v=29588182373378967521746079674" type="module"></script><script src="//pvd3d.com/cdn/shop/t/16/assets/recent-searches.js?v=67153266499646866251746079674" type="module"></script> <!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="QLbTo_C33CvgKuH1a9y-bq2LS_pvi8E5Li-Mnkb-fmQ"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/77823934753/digital_wallets/dialog"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <script id="shopify-features" type="application/json">{"accessToken":"631b8ace73ba022bc1e24d7258a95a9a","betas":["rich-media-storefront-analytics"],"domain":"pvd3d.com","predictiveSearch":true,"shopId":77823934753,"locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "f12034.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Venue - May 1 2025","id":178256675105,"schema_name":"Venue","schema_version":"15.1.0","theme_store_id":836,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "pvd3d.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn1.judge.me\/assets\/installed.js?shop=f12034.myshopify.com","https:\/\/av.good-apps.co\/storage\/js\/good_apps_timer-f12034.myshopify.com.js?ver=56\u0026shop=f12034.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":77823934753,"offset":-14400,"reqid":"0447b659-f471-4fbd-959c-09614ae718ae-1747294563","pageurl":"pvd3d.com\/","u":"3248ec010627","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-w1TMG8bx+vw+BuOfT7Dh2avfdjByyjlNYGyp9vJB5oo=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//pvd3d.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-c354cc1bc6f1fafc3e06e39f4fb0e1d9abdf763072ca394d606ca9f6f241e68a.js" crossorigin="anonymous"></script> <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://pvd3d.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}}; </script> <script data-source-attribution="shopify.dynamic_checkout.buyer_consent"> function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent); </script> <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}})); </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core --> <link rel="dns-prefetch" href="https://cdnwidget.judge.me"> <link rel="dns-prefetch" href="https://cdn.judge.me"> <link rel="dns-prefetch" href="https://cdn1.judge.me"> <link rel="dns-prefetch" href="https://api.judge.me"> <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","badge_star_color":"#009900","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review(s)","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_reviewer_name_as_initial":"last_initial","widget_rating_filter_color":"#099000","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","widget_star_color":"#009900","verified_badge_text":"Verified","verified_badge_text_color":"#FFFFFF","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":true,"widget_social_share":false,"widget_thumb":true,"widget_review_location_show":true,"widget_location_format":"city_state_only","all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":true,"widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_write_a_store_review_text":"Write a Store Review","widget_other_languages_heading":"Reviews in Other Languages","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","all_reviews_text_badge_url":"","all_reviews_text_style":"branded","featured_carousel_title":"Reviews from our Customers","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"","featured_carousel_autoslide_interval":10,"verified_count_badge_style":"branded","verified_count_badge_url":"","widget_show_histogram":false,"widget_histogram_use_custom_color":true,"widget_pagination_use_custom_color":true,"widget_star_use_custom_color":true,"widget_verified_badge_use_custom_color":true,"picture_reminder_submit_button":"Upload Pictures","enable_review_videos":true,"mute_video_by_default":true,"widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","featured_carousel_items_for_large_screen":2,"remove_microdata_snippet":true,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","remove_judgeme_branding":true,"widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","featured_carousel_theme":"compact","featured_carousel_show_product":true,"featured_carousel_verified_badge_color":"#009900","featured_carousel_more_reviews_button_text":"Read more reviews","featured_carousel_view_product_button_text":"View product","all_reviews_page_load_more_text":"Load More Reviews","widget_advanced_speed_features":5,"widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","show_reviewer_avatar":false,"widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_verified_by_shop_text":"Verified by Shop","widget_show_photo_gallery":true,"widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_primary_color":"#111111","widget_enable_secondary_color":true,"widget_secondary_color":"#ECECEC","widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_round_style":true,"widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_load_more_color":"#009900","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","how_reviews_are_collected":"How reviews are collected?","widget_gdpr_statement":"How we use your data: We’ll only contact you about the review you left, and only if necessary. By submitting your review, you agree to Judge.me’s \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms\u003c/a\u003e, \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy\u003c/a\u003e and \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003econtent\u003c/a\u003e policies.","popup_widget_show_on_cart_page":false,"popup_widget_position":"top_left","popup_widget_hide_on_mobile":false,"review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#339999","platform":"shopify","branding_url":"https://app.judge.me/reviews","branding_text":"Powered by Judge.me","locale":"en","reply_name":"PVD3D - Flower Growler","widget_version":"3.0","footer":true,"autopublish":false,"review_dates":true,"enable_custom_form":false,"enable_multi_locales_translations":false,"can_be_branded":true,"reply_name_text":"PVD3D"};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color: #111;--jdgm-secondary-color: #ECECEC;--jdgm-star-color: #090;--jdgm-write-review-text-color: white;--jdgm-write-review-bg-color: #111111;--jdgm-paginate-color: #009900;--jdgm-border-radius: 10;--jdgm-reviewer-name-color: #111111}.jdgm-histogram__bar-content{background-color:#099000}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:#FFFFFF;background-color:#111}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}}.jdgm-rev__thumb-btn{color:#111}.jdgm-rev__thumb-btn:hover{opacity:0.8}.jdgm-rev__thumb-btn:not([disabled]):hover,.jdgm-rev__thumb-btn:hover,.jdgm-rev__thumb-btn:active,.jdgm-rev__thumb-btn:visited{color:#111}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#009900}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-rev .jdgm-rev__icon{display:none !important}.jdgm-widget.jdgm-all-reviews-widget,.jdgm-widget .jdgm-rev-widg{border:none;padding:0}.jdgm-author-fullname{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-histogram{display:none !important}.jdgm-widget .jdgm-sort-dropdown-wrapper{margin-top:12px}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#399}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'PVD3D - Flower Growler'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <style class='jdgm-settings-style'></style> <style class='jdgm-miracle-styles'> @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important} </style> <script data-cfasync='false' class='jdgm-script'> !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdnwidget.judge.me/", jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)? setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){ !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d), (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!", a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))}, jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest; t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))}, t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll( ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting? parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"): jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"), jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document); </script> <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdnwidget.judge.me/shopify_v2.css"></noscript> <!-- BEGIN app snippet: theme_fix_tags --><script> (function() { var jdgmThemeFixes = null; if (!jdgmThemeFixes) return; var thisThemeFix = jdgmThemeFixes[Shopify.theme.id]; if (!thisThemeFix) return; if (thisThemeFix.html) { document.addEventListener("DOMContentLoaded", function() { var htmlDiv = document.createElement('div'); htmlDiv.classList.add('jdgm-theme-fix-html'); htmlDiv.innerHTML = thisThemeFix.html; document.body.append(htmlDiv); }); }; if (thisThemeFix.css) { var styleTag = document.createElement('style'); styleTag.classList.add('jdgm-theme-fix-style'); styleTag.innerHTML = thisThemeFix.css; document.head.append(styleTag); }; if (thisThemeFix.js) { var scriptTag = document.createElement('script'); scriptTag.classList.add('jdgm-theme-fix-script'); scriptTag.innerHTML = thisThemeFix.js; document.head.append(scriptTag); }; })(); </script> <!-- END app snippet --> <!-- End of Judge.me Core --> <!-- END app block --><!-- BEGIN app block: shopify://apps/preorder-now-pre-order-pq/blocks/app-embed/551fab2c-3af6-4a8f-ba21-736a71cb4540 --><!-- END app block --><!-- BEGIN app block: shopify://apps/ecomposer-builder/blocks/app-embed/a0fc26e1-7741-4773-8b27-39389b4fb4a0 --><link rel="preconnect" href="https://cdn.ecomposer.app" crossorigin /> <link rel="dns-prefetch" href="https://cdn.ecomposer.app" /> <link rel="preload" href="https://cdn.ecomposer.app/vendors/css/ecom-base.css?v=1.8" as="style" /> <link rel="preload" href="https://cdn.ecomposer.app/vendors/css/[email protected]" as="style" /> <link rel="preload" href="https://cdn.ecomposer.app/vendors/js/[email protected]" as="script" /> <link rel="preload" href="https://cdn.ecomposer.app/vendors/js/ecom_modal.js" as="script" /> <!--ECOM-EMBED--> <style id="ecom-global-css" class="ecom-global-css"> /**ECOM-INSERT-CSS**/.ecom-section > div.core__row--columns{max-width: 1200px;}.ecom-column>div.core__column--wrapper{padding: 20px;}div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 20px;}body{color: #111;}:root{--ecom-global-colors-primary:#111111;--ecom-global-colors-secondary:#ffffff;--ecom-global-colors-text:#111111;--ecom-global-colors-accent:#009900;--ecom-global-typography-h1-font-weight:bold;--ecom-global-typography-h1-font-size:72px;--ecom-global-typography-h1-line-height:90px;--ecom-global-typography-h1-letter-spacing:-0.02em;--ecom-global-typography-h1-font-family:DM Sans;--ecom-global-typography-h2-font-weight:600;--ecom-global-typography-h2-font-size:60px;--ecom-global-typography-h2-line-height:72px;--ecom-global-typography-h2-letter-spacing:-0.02em;--ecom-global-typography-h3-font-weight:600;--ecom-global-typography-h3-font-size:48px;--ecom-global-typography-h3-line-height:60px;--ecom-global-typography-h3-letter-spacing:-0.02em;--ecom-global-typography-h4-font-weight:600;--ecom-global-typography-h4-font-size:36px;--ecom-global-typography-h4-line-height:44px;--ecom-global-typography-h4-letter-spacing:-0.02em;--ecom-global-typography-h5-font-weight:600;--ecom-global-typography-h5-font-size:30px;--ecom-global-typography-h5-line-height:38px;--ecom-global-typography-h6-font-weight:600;--ecom-global-typography-h6-font-size:24px;--ecom-global-typography-h6-line-height:32px;--ecom-global-typography-h7-font-weight:400;--ecom-global-typography-h7-font-size:18px;--ecom-global-typography-h7-line-height:28px;--ecom-global-typography-h7-font-family:Nunito;--ecom-global-typography-primary-font-family:DM Sans;--ecom-global-typography-secondary-font-family:Nunito;--ecom-global-typography-text-font-family:Nunito;--ecom-global-typography-text-font-size:14px;--ecom-global-typography-text-font-weight:normal;--ecom-global-typography-accent-font-family:Nunito;} </style> <!--/ECOM-EMBED--> <style id="ecom-custom-css"> </style> <script id="ecom-custom-js" async="async"> </script><style type="text/css" class="ecom-theme-helper"> .ecom-animation{opacity:0}.ecom-animation.animate,.ecom-animation.ecom-animated{opacity:1}.ecom-cart-popup{display:grid;position:fixed;inset:0;z-index:9999999;align-content:center;padding:5px;justify-content:center;align-items:center;justify-items:center}.ecom-cart-popup::before{content:' ';position:absolute;background:#e5e5e5b3;inset:0}.ecom-ajax-loading{cursor:not-allowed;pointer-events:none;opacity:.6}#ecom-toast{visibility:hidden;max-width:50px;height:60px;margin:auto;background-color:#333;color:#fff;text-align:center;border-radius:2px;position:fixed;z-index:1;left:0;right:0;bottom:30px;font-size:17px;display:grid;grid-template-columns:50px auto;align-items:center;justify-content:start;align-content:center;justify-items:start}#ecom-toast.ecom-toast-show{visibility:visible;-webkit-animation:ecomFadein .5s,ecomExpand .5s .5s,ecomStay 3s 1s,ecomShrink .5s 2s,ecomFadeout .5s 2.5s;animation:ecomFadein .5s,ecomExpand .5s .5s,ecomStay 3s 1s,ecomShrink .5s 4s,ecomFadeout .5s 4.5s}#ecom-toast #ecom-toast-icon{width:50px;height:100%;box-sizing:border-box;background-color:#111;color:#fff;padding:5px}#ecom-toast .ecom-toast-icon-svg{width:100%;height:100%;position:relative;vertical-align:middle;margin:auto;text-align:center}#ecom-toast #ecom-toast-desc{color:#fff;padding:16px;overflow:hidden;white-space:nowrap}@media (max-width: 768px){#ecom-toast #ecom-toast-desc{white-space:normal;min-width:250px}#ecom-toast{height:auto;min-height:60px}}.ecom__column-full-height{height: 100%}@-webkit-keyframes ecomFadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes ecomExpand{from{min-width:50px}to{min-width:var(--ecom-max-width)}}@keyframes ecomExpand{from{min-width:50px}to{min-width:var(--ecom-max-width)}}@-webkit-keyframes ecomStay{from{min-width:var(--ecom-max-width)}to{min-width:var(--ecom-max-width)}}@keyframes ecomStay{from{min-width:var(--ecom-max-width)}to{min-width:var(--ecom-max-width)}}@-webkit-keyframes ecomShrink{from{min-width:var(--ecom-max-width)}to{min-width:50px}}@keyframes ecomShrink{from{min-width:var(--ecom-max-width)}to{min-width:50px}}@-webkit-keyframes ecomFadeout{from{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}@keyframes ecomFadeout{from{bottom:30px;opacity:1}to{bottom:60px;opacity:0}} </style> <script type="text/javascript" id="ecom-theme-helpers" async="async"> window.EComposer = window.EComposer || {}; (function(){ if(!this.configs) this.configs = {};this.configs = {"custom_code":{"custom_css":"","custom_js":""},"instagram":null};this.configs.ajax_cart = { enable: false }; this.customer = false; this.proxy_path = '/apps/ecomposer-visual-page-builder'; this.routes = { domain: 'https://pvd3d.com', root_url: '/', collections_url: '/collections', all_products_collection_url: '/collections/all', cart_url:'/cart', cart_add_url:'/cart/add', cart_change_url:'/cart/change', cart_clear_url: '/cart/clear', cart_update_url: '/cart/update', product_recommendations_url: '/recommendations/products' }; this.queryParams = {}; if (window.location.search.length) { new URLSearchParams(window.location.search).forEach((value,key)=>{ this.queryParams[key] = value; }) } this.money_format = "${{amount}}", this.money_with_currency_format = "${{amount}} USD", this.currencyCodeEnabled = null, this.formatMoney=function(t,e){const r=this.currencyCodeEnabled?this.money_with_currency_format:this.money_format;function a(t,e){return void 0===t?e:t}function o(t,e,r,o){if(e=a(e,2),r=a(r,","),o=a(o,"."),isNaN(t)||null==t)return 0;var n=(t=(t/100).toFixed(e)).split(".");return n[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+r)+(n[1]?o+n[1]:"")}"string"==typeof t&&(t=t.replace(".",""));var n="",i=/\{\{\s*(\w+)\s*\}\}/,s=e||r;switch(s.match(i)[1]){case"amount":n=o(t,2);break;case"amount_no_decimals":n=o(t,0);break;case"amount_with_comma_separator":n=o(t,2,".",",");break;case"amount_with_space_separator":n=o(t,2," ",",");break;case"amount_with_period_and_space_separator":n=o(t,2," ",".");break;case"amount_no_decimals_with_comma_separator":n=o(t,0,".",",");break;case"amount_no_decimals_with_space_separator":n=o(t,0," ");break;case"amount_with_apostrophe_separator":n=o(t,2,"'",".")}return s.replace(i,n)},this.resizeImage=function(t,e){try{if(!e||"original"==e||"full"==e||"master"==e)return t;if(-1!==t.indexOf("cdn.shopify.com")||-1!==t.indexOf("/cdn/shop/")){var r=t.match(/\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif|webp)((\#[0-9a-z\-]+)?(\?v=.*)?)?$/gim);if(null==r)return null;var a=t.split(r[0]),o=r[0];return a[0]+"_"+e+o}}catch(r){return t}return t},this.getProduct=function(t){if(!t)return!1;let e=("/"===this.routes.root_url?"":this.routes.root_url)+"/products/"+t+".js?shop="+Shopify.shop;return window.ECOM_LIVE&&(e="/shop/builder/ajax/ecom-proxy/products/"+t+"?shop="+Shopify.shop),window.fetch(e,{headers:{"Content-Type":"application/json"}}).then(t=>t.ok?t.json():false)}; const urlParams = new URLSearchParams(window.location.search); if (urlParams.has('ecom-redirect')) { const redirectUrl = decodeURIComponent(urlParams.get('ecom-redirect')); window.location.href = redirectUrl; } }).bind(window.EComposer)(); if(window.Shopify && window.Shopify.designMode && window.top && window.top.opener){ window.addEventListener("load", function(){ window.top.opener.postMessage({ action: "ecomposer:loaded", }, "*"); }); } </script> <script type="text/javascript" id="ecom-theme-quickview" async="async"> window.EComposer = window.EComposer || {}; (function() { this.initQuickview = function() { var enable_qv = false; const qv_wrapper_script = document.querySelector('#ecom-quickview-template-html'); if(!qv_wrapper_script) return; const ecom_quickview = document.createElement('div'); ecom_quickview.classList.add('ecom-quickview'); ecom_quickview.innerHTML = qv_wrapper_script.innerHTML document.body.prepend(ecom_quickview); const qv_wrapper = ecom_quickview.querySelector('.ecom-quickview__wrapper'); const ecomQuickview=function(e){let t=qv_wrapper.querySelector(".ecom-quickview__content-data");if(t){let i=document.createRange().createContextualFragment(e);t.innerHTML="",t.append(i),qv_wrapper.classList.add("ecom-open");let c=new CustomEvent("ecom:quickview:init",{detail:{wrapper:qv_wrapper}});document.dispatchEvent(c),setTimeout(function(){qv_wrapper.classList.add("ecom-display")},500),closeQuickview(t)}},closeQuickview=function(e){let t=qv_wrapper.querySelector(".ecom-quickview__close-btn"),i=qv_wrapper.querySelector(".ecom-quickview__content");function c(t){let o=t.target;do{if(o==i||o&&o.classList&&o.classList.contains("ecom-modal"))return;o=o.parentNode}while(o);o!=i&&(qv_wrapper.classList.add("ecom-remove"),qv_wrapper.classList.remove("ecom-open","ecom-display","ecom-remove"),setTimeout(function(){e.innerHTML=""},300),document.removeEventListener("click",c),document.removeEventListener("keydown",n))}function n(t){(t.isComposing||27===t.keyCode)&&(qv_wrapper.classList.add("ecom-remove"),qv_wrapper.classList.remove("ecom-open","ecom-display","ecom-remove"),setTimeout(function(){e.innerHTML=""},300),document.removeEventListener("keydown",n),document.removeEventListener("click",c))}t&&t.addEventListener("click",function(t){t.preventDefault(),document.removeEventListener("click",c),document.removeEventListener("keydown",n),qv_wrapper.classList.add("ecom-remove"),qv_wrapper.classList.remove("ecom-open","ecom-display","ecom-remove"),setTimeout(function(){e.innerHTML=""},300)}),document.addEventListener("click",c),document.addEventListener("keydown",n)};function quickViewHandler(e){e&&e.preventDefault();let t=this;t.classList&&t.classList.add("ecom-loading");let i=t.classList?t.getAttribute("href"):window.location.pathname;if(i){if(window.location.search.includes("ecom_template_id")){let c=new URLSearchParams(location.search);i=window.location.pathname+"?section_id="+c.get("ecom_template_id")}else i+=(i.includes("?")?"&":"?")+"section_id=ecom-default-template-quickview";fetch(i).then(function(e){return 200==e.status?e.text():window.document.querySelector("#admin-bar-iframe")?(404==e.status?alert("Please create Ecomposer quickview template first!"):alert("Have some problem with quickview!"),t.classList&&t.classList.remove("ecom-loading"),!1):void window.open(new URL(i).pathname,"_blank")}).then(function(e){e&&(ecomQuickview(e),setTimeout(function(){t.classList&&t.classList.remove("ecom-loading")},300))}).catch(function(e){})}} if(window.location.search.includes('ecom_template_id')) { setTimeout(quickViewHandler,1000) } if(enable_qv) { const qv_buttons = document.querySelectorAll('.ecom-product-quickview'); if(qv_buttons.length > 0) { qv_buttons.forEach(function(button, index) { button.addEventListener('click', quickViewHandler) }) } } } }).bind(window.EComposer)(); </script> <script type="text/template" id="ecom-quickview-template-html"> <div class="ecom-quickview__wrapper ecom-dn"><div class="ecom-quickview__container"><div class="ecom-quickview__content"><div class="ecom-quickview__content-inner"><div class="ecom-quickview__content-data"></div></div><span class="ecom-quickview__close-btn"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><g id="icomoon-ignore"></g><path d="M10.722 9.969l-0.754 0.754 5.278 5.278-5.253 5.253 0.754 0.754 5.253-5.253 5.253 5.253 0.754-0.754-5.253-5.253 5.278-5.278-0.754-0.754-5.278 5.278z" fill="#000000"></path></svg></span></div></div></div> </script> <style type="text/css" class="ecom-theme-quickview"> .ecom-quickview .ecom-animation{opacity: 1}.ecom-quickview__wrapper{opacity:0;display:none;pointer-events:none}.ecom-quickview__wrapper.ecom-open{position:fixed;top:0;left:0;right:0;bottom:0;display:block;pointer-events:auto;z-index:100000;outline:0!important;-webkit-backface-visibility:hidden;opacity:1;transition:all .1s}.ecom-quickview__container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box;opacity:0;background-color:rgba(0,0,0,.8);transition:opacity .1s}.ecom-quickview__container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.ecom-quickview__wrapper.ecom-display .ecom-quickview__content{visibility:visible;opacity:1;transform:none;-webkit-transform:none}.ecom-quickview__content{position:relative;display:inline-block;opacity:0;visibility:hidden;-webkit-transition:opacity .1s,-webkit-transform .1s;transition:transform .1s,opacity .1s,-webkit-transform .1s;-webkit-transform:translateX(-100px);transform:translateX(-100px)}.ecom-quickview__content-inner{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:999;overflow-y:auto;max-height:80vh}.ecom-quickview__content-data>.shopify-section{margin:0 auto;max-width:980px;overflow:hidden;position:relative;background-color:#fff;opacity:0}.ecom-quickview__wrapper.ecom-display .ecom-quickview__content-data>.shopify-section{opacity:1;-webkit-transform:none;transform:none}.ecom-quickview__wrapper.ecom-display .ecom-quickview__container{opacity:1}.ecom-quickview__wrapper.ecom-remove #shopify-section-ecom-default-template-quickview{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}.ecom-quickview__close-btn{position:fixed!important;top:0;right:0;transform:none;background-color:transparent;color:#000;opacity:0;width:40px;height:40px;-webkit-transition:.25s;transition:.25s;z-index:9999}.ecom-quickview__close-btn{stroke: #fff}.ecom-quickview__wrapper.ecom-display .ecom-quickview__close-btn{opacity:1}.ecom-quickview__close-btn:hover{cursor:pointer}@media screen and (max-width:1024px){.ecom-quickview__content{position:absolute;inset:0;margin:50px 15px;display:flex}.ecom-quickview__close-btn{right:0}}.ecom-toast-icon-info{display:none}.ecom-toast-error .ecom-toast-icon-info{display:inline!important}.ecom-toast-error .ecom-toast-icon-success{display:none!important} .ecom-toast-icon-success{fill:#fff;width:35px} </style> <script type="text/template" id="ecom-template-html"> <!-- BEGIN app snippet: ecom-toast --><div id="ecom-toast"><div id="ecom-toast-icon"><svg xmlns="http://www.w3.org/2000/svg" class="ecom-toast-icon-svg ecom-toast-icon-info" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg> <svg class="ecom-toast-icon-svg ecom-toast-icon-success" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 48c110.5 0 200 89.5 200 200 0 110.5-89.5 200-200 200-110.5 0-200-89.5-200-200 0-110.5 89.5-200 200-200m140.2 130.3l-22.5-22.7c-4.7-4.7-12.3-4.7-17-.1L215.3 303.7l-59.8-60.3c-4.7-4.7-12.3-4.7-17-.1l-22.7 22.5c-4.7 4.7-4.7 12.3-.1 17l90.8 91.5c4.7 4.7 12.3 4.7 17 .1l172.6-171.2c4.7-4.7 4.7-12.3 .1-17z"/></svg> </div><div id="ecom-toast-desc"></div></div><!-- END app snippet --> </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/5b43d45b-afeb-4048-9dd0-76d059885659/simple-bundles-kits-28/assets/simple-bundles-v2.min.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/5b43d45b-afeb-4048-9dd0-76d059885659/simple-bundles-kits-28/assets/simple-bundles-v2.css" rel="stylesheet" type="text/css" media="all"> <script src="https://cdn.shopify.com/extensions/97f1d596-8c25-4c5e-8e06-739ecf95b005/preorder-now-pre-order-pq-33/assets/prequik.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/97f1d596-8c25-4c5e-8e06-739ecf95b005/preorder-now-pre-order-pq-33/assets/cx-prequik.css" rel="stylesheet" type="text/css" media="all"> <script src="https://cdn.shopify.com/extensions/9aed0bb7-cc8d-4bb8-85b9-1ef55485f488/ecomposer-builder-45/assets/ecom.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 77823934753,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 77823934753,storefrontBaseUrl: "https://pvd3d.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"782041377","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-LDZJJBN629\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-LDZJJBN629\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-LDZJJBN629\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-LDZJJBN629\\\",\\\"MC-X5QETF3DMH\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-LDZJJBN629\\\",\\\"MC-X5QETF3DMH\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-LDZJJBN629\\\",\\\"MC-X5QETF3DMH\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-LDZJJBN629\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-LDZJJBN629\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"32490078a1ca868202a857e260a8d770","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"229212449","configuration":"{\"accountID\":\"102849\",\"shopify_domain\":\"f12034.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0a8b5a45ce467eacb688f19d1bbc597c","type":"APP","apiClientId":6509291,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "com",initData: {"shop":{"name":"PVD3D - Flower Growler","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"f12034.myshopify.com","countryCode":"US","storefrontUrl":"https://pvd3d.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://pvd3d.com/cdn","b847e315w1a53be45p92454458m7876cd98",{"modern":"","legacy":""},{"shopId":"77823934753","storefrontBaseUrl":"https://pvd3d.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"b847e315w1a53be45p92454458m7876cd98"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 77823934753, theme_id: 178256675105, app_name: "storefront", context_url: window.location.href, source_url: "//pvd3d.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//pvd3d.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//pvd3d.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":77823934753,"isMerchantRequest":null,"themeId":178256675105,"themeCityHash":"9847314825845439051","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//pvd3d.com/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://pvd3d.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.2.min.js" data-application="storefront-renderer" data-shop-id="77823934753" data-render-region="gcp-europe-west1" data-page-type="index" data-theme-instance-id="178256675105" data-theme-name="Venue" data-theme-version="15.1.0" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" ></script> </head> <body id="creating-ways-to-new-highs-pvd3d-flower-growler" class="template-index" data-anim-load="true" data-anim-interval-style="fade_up" data-anim-zoom="true" data-anim-interval="true" data-editor-mode="false" data-quick-shop-show-cart="true" data-heading-border="true" data-overlap-style="true" ><script type="text/javascript"> //loading class for animations document.body.classList.add('js-theme-loading'); </script> <script type="application/json" id="cart-data"> {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0} </script> <div id="cart-templates" style="display: none"><template id="template-cart-item-property"> <div class="cart-item__meta-inline"> <property-name class="cart-item__meta"></property-name>: <property-value class="cart-item__meta"></property-value> </div> </template> <template id="template-price"> <div class="price "> <span class="money" ><money-amount></money-amount></span > </div> </template> <template id="template-discount-item"> <span class="discount__icon"><span class="icon icon--theme icon--label " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M6.16917 25.5622C5.06029 24.4533 4.50388 22.91 4.65445 21.361L5.72818 10.3141C5.96488 7.87887 7.8789 5.96484 10.3141 5.72815L21.361 4.65441C22.9101 4.50384 24.4533 5.06026 25.5622 6.16913L41.6078 22.2147C43.6415 24.2484 43.6622 27.5251 41.654 29.5333L29.5333 41.654C27.5251 43.6622 24.2485 43.6415 22.2147 41.6077L6.16917 25.5622Z" vector-effect="non-scaling-stroke"/> <path d="M14.8709 11.5963C16.5041 11.6066 17.8365 12.9389 17.8468 14.5721C17.8571 16.2053 16.5415 17.5209 14.9083 17.5106C13.2751 17.5003 11.9428 16.168 11.9324 14.5348C11.9221 12.9016 13.2377 11.586 14.8709 11.5963Z" vector-effect="non-scaling-stroke"/></svg> </span></span> <discount-title class="discount__title"></discount-title> <span class="discount__amount" ><span class="money" ><discount-amount></discount-amount></span ></span > </template> <template id="template-empty-cart"> <cart-empty> <div class="cart-empty"> <p class="cart-empty__title">Your cart is currently empty</p> <a href="/collections/flower-growler" class="c-btn c-btn--primary c-btn--wide" >Shop now</a> </div> </cart-empty> </template> <template id="template-spinner"> <div class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </div> </template> <template id="template-cart-gift-wrapping-message"> <cart-gift-wrapping-message class="gift-wrapping-message"><accordion-group> <details id="cart-gift-wrapping-message"> <summary> <summary-content><label for="CartGiftWrappingMessage" class="gift-wrapping-message__label"> <div class="gift-wrapping-message__icon"><span class="icon icon--theme icon--note " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path fill-rule="evenodd" clip-rule="evenodd" d="M24.555 18.3567L21.8917 21.02L27.2184 26.3468L29.8818 23.6834L44.9742 8.59101C46.4451 7.12007 46.4451 4.73521 44.9742 3.26427C43.5032 1.79334 41.1184 1.79334 39.6474 3.26427L24.555 18.3567ZM20.0291 23.5962L18.3406 29.8978L24.6422 28.2093L20.0291 23.5962Z" class="fill" /> <path d="M40.5 23.7642V35.108C40.5 37.9557 38.1914 40.2642 35.3438 40.2642H12.6562C9.80856 40.2642 7.5 37.9557 7.5 35.108V12.4205C7.5 9.57278 9.80856 7.26422 12.6562 7.26422H24" vector-effect="non-scaling-stroke" /></svg> </span></div> <span>Gift message</span> </label></summary-content> <summary-icon> <span class="icon icon--theme icon--plus " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M24 4L24 44M4 24.0024H44" vector-effect="non-scaling-stroke" /></svg> </span> </summary-icon> </summary> <details-content><cart-text-input class="gift-wrapping-message__content" ><textarea name="attributes[gift-wrapping-message]" class="gift-wrapping-message__input input-full" id="CartGiftWrappingMessage"></textarea><cart-text-input-status></cart-text-input-status> </cart-text-input> </details-content> </details> </accordion-group> <script src="//pvd3d.com/cdn/shop/t/16/assets/accordion-group.js?v=89539647746963571311746079674" type="module"></script> </cart-gift-wrapping-message> </template><template id="template-spinner"> <theme-spinner class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </theme-spinner> </template> <template id="template-cart-item-meta"> <property-value class="cart-item__meta"></property-value> </template> <template id="template-unit-price"> <span class="unit-price"> Unit price: <unit-price class="money"></unit-price><span aria-hidden="true">/</span><span class="u-hidden-visually">per </span><base-unit></base-unit> </span> </template> </div> <a class="skip-to-content-link" href="#main">Skip to content</a> <div class="page-transition"></div> <div class="page-container"> <script> theme.setHeaderHeightVars = () => { const headerSection = document.querySelector('header-container'); const header = document.querySelector('.js-header'); const announcement = document.querySelector('.shopify-section-group-header-group.js-section__announcement'); const utility = document.querySelector('.shopify-section-group-header-group.js-section__utility-bar'); document.documentElement.style.setProperty('--window-height', `${window.innerHeight}px`); document.documentElement.style.setProperty( '--announcement-height', `${announcement ? announcement.offsetHeight : 0}px`, ); document.documentElement.style.setProperty('--utility-height', `${utility ? utility.offsetHeight : 0}px`); //header section (zero height if transparent) if (headerSection) document.documentElement.style.setProperty('--header-section-height', `${headerSection.offsetHeight}px`); //header element (has height if transparent) if (header) document.documentElement.style.setProperty('--header-height', `${header.offsetHeight}px`); }; theme.setHeaderLogoVars = () => { //header logo width const logoLink = document.querySelector('.header__logo-link'); if (logoLink) document.documentElement.style.setProperty('--header-logo-width', `${logoLink.offsetWidth}px`); }; theme.setHeaderStyle = () => { const header = document.querySelector('.js-header'); if (!header) return; //get element width witout padding const getElementContentWidth = (element) => { if (!element) return 0; const styles = window.getComputedStyle(element); const padding = parseFloat(styles.paddingLeft) + parseFloat(styles.paddingRight); return element.clientWidth - padding; }; const iconsNavDisplayStyle = (style, element) => { if (!element) return; element.style.display = style; }; const headerNavs = header.querySelector('.js-heaver-navs'); const mobileDraw = header.querySelector('.js-mobile-draw-icon'); const searchDraw = header.querySelector('.js-search-draw-icon'); const cartDraw = header.querySelector('.js-cart-draw-icon'); const primaryNav = header.querySelector('.js-primary-nav'); const primaryNavItems = header.querySelector('.js-primary-nav-items'); const secondaryNav = header.querySelector('.js-secondary-nav'); const secondaryNavLocalize = header.querySelector('.js-secondary-nav-localize'); const secondaryNavActions = header.querySelector('.js-secondary-nav-actions'); const logoImg = header.querySelector('.js-main-logo'); const mobileBrkp = 767; //set sizes const winWidth = window.innerWidth; const navsWidth = getElementContentWidth(headerNavs); const secondaryWidth = getElementContentWidth(secondaryNav); const secondaryLocalizeWidth = getElementContentWidth(secondaryNavLocalize); const secondaryActionsWidth = getElementContentWidth(secondaryNavActions); const secondaryItemsWidth = secondaryLocalizeWidth + secondaryActionsWidth + 6; const logoWidth = getElementContentWidth(logoImg); const primaryWidth = getElementContentWidth(primaryNavItems); if (header.dataset.headerStyle == 'icons') { iconsNavDisplayStyle('flex', mobileDraw); iconsNavDisplayStyle('flex', cartDraw); iconsNavDisplayStyle('flex', searchDraw); } else if (winWidth >= mobileBrkp) { if (header.dataset.headerStyle !== 'center') { //inline style logic if (header.dataset.headerStyle === 'left') { const availableLeftSpace = (winWidth - logoWidth) / 2; if (availableLeftSpace - primaryWidth < 40) { header.classList.remove('header--left'); header.classList.add('header--center'); } else if (availableLeftSpace - secondaryItemsWidth < 40) { header.classList.remove('header--left'); header.classList.add('header--center'); } else { header.classList.add('header--left'); header.classList.remove('header--center'); } } //logo left style logic if (header.dataset.headerStyle === 'logo-left') { const availableCenterSpace = winWidth - logoWidth; if (availableCenterSpace - primaryWidth - secondaryItemsWidth < 120) { header.classList.remove('header--logo-left'); header.classList.add('header--center'); } else { header.classList.add('header--logo-left'); header.classList.remove('header--center'); } } } iconsNavDisplayStyle('none', mobileDraw); iconsNavDisplayStyle('none', cartDraw); iconsNavDisplayStyle('none', searchDraw); } else { iconsNavDisplayStyle('flex', mobileDraw); iconsNavDisplayStyle('flex', cartDraw); iconsNavDisplayStyle('flex', searchDraw); } }; theme.setUpHeaderResizeObservers = () => { const debounce = (f, delay) => { let timer = 0; return (...args) => { clearTimeout(timer); timer = setTimeout(() => f.apply(this, args), delay); }; }; const headerSection = document.querySelector('header-container'); const header = document.querySelector('header'); const logo = document.querySelector('.header__logo-link'); theme.setHeaderHeightVars(); const headerSectionObserver = new ResizeObserver(debounce(theme.setHeaderHeightVars, 50)); headerSectionObserver.observe(headerSection); theme.setHeaderLogoVars(); const headerLogoObserver = new ResizeObserver(debounce(theme.setHeaderLogoVars, 50)); headerLogoObserver.observe(logo); theme.setHeaderStyle(); const headerObserver = new ResizeObserver(debounce(theme.setHeaderStyle, 50)); headerObserver.observe(header); }; </script> <!-- BEGIN sections: header-group --> <div id="shopify-section-sections--24581067178273__announcement-bar" class="shopify-section shopify-section-group-header-group js-section__announcement"> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-announcement-bar.css?v=28610319943355220661746079674" rel="stylesheet" type="text/css" media="all" /> <section class=" section section--announcement-bar section--sections--24581067178273__announcement-bar section--mb-0 " data-section-id="sections--24581067178273__announcement-bar" data-section-type="announcement-bar" style=" --space-top: 0px; --space-bottom: 0px " > <announcement-bar id="sections--24581067178273__announcement-bar" class="announcement" aria-label="Announcement Bar" aria-live="polite" aria-atomic="true" autoplay="true" autoplay-delay="8000" style=" --color: #ffffff; --letter-spacing: 0px; --font-size__desktop: 0.85rem; --font-size__mobile: 0.85rem; --font-weight: 600; --text-transform: uppercase; " > <div class=" announcement__bg section--padded " style="background-color: #111111;" > <div class="announcement__container announcement__container--carousel" tabindex="0"> <ol class="announcement__wrapper announcement__wrapper--carousel" role="list" aria-label="Announcements"><li id="announcement_GrAXLf" class="announcement announcement__slides announcement__slides--carousel" data-slide-id="1" role="listitem" tabindex="0" aria-roledescription="Announcement" aria-label="1 of 2" ><div class="announcement__message "><div class="announcement__text announcement__text--body"> <span class="announcement__icon block--announcement_GrAXLf"><span class="icon icon--selection icon--icon-megaphone " style="--color: #ffffff; " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" ><path d="M7.5,6.9l0,8.655A7.192,7.192,0,0,0,11.5,22" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.5,4.484a1,1,0,0,0-1.421-.907C16.244,5.356,12.456,6.964,4.5,7h-1a3,3,0,0,0-3,3v2a3,3,0,0,0,3,3h1c7.956.036,11.744,1.644,15.579,3.423a1,1,0,0,0,1.421-.907Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.5,9H22a1.5,1.5,0,0,1,1.5,1.5v1A1.5,1.5,0,0,1,22,13h-.5" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg> </span> </span> <span>Email Subscribers Save 15%</span><span ><a href="/pages/sign-up-event" class="announcement__link__text">Sign Up</a></span ></div></div></li><li id="f752cf03-1fbc-4be1-a3cc-171a071687d2" class="announcement announcement__slides announcement__slides--carousel" data-slide-id="2" role="listitem" tabindex="0" aria-roledescription="Announcement" aria-label="2 of 2" ><div class="announcement__message "><div class="announcement__text announcement__text--body"> <span class="announcement__icon block--f752cf03-1fbc-4be1-a3cc-171a071687d2"><span class="icon icon--selection icon--icon-delivery-truck-3 " style="--color: #ffffff; " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" ><circle cx="5" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><circle cx="19" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><path d="M3,18H1.5a1,1,0,0,1-1-1V13.015A1,1,0,0,1,.919,12.2L4,11l.811-4.243A1,1,0,0,1,5.781,6H9.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H21" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><line x1="7" y1="18" x2="17" y2="18" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="9.5" y1="6" x2="9.5" y2="16" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="0.5" y1="15" x2="2" y2="15" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="4" y1="11" x2="9.5" y2="11" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line></svg> </span> </span> <span>Free Shipping on Orders of $75 or more.</span><span ><a href="/collections/flower-growler" class="announcement__link__text">Shop Now</a></span ></div></div></li></ol> </div> </div> </announcement-bar> <script src="//pvd3d.com/cdn/shop/t/16/assets/announcement-bar.js?v=157000420090300050581746079674" type="module"></script> </section> </div><div id="shopify-section-sections--24581067178273__header" class="shopify-section shopify-section-group-header-group shopify-section-header js-section__header"> <style> .header-trigger { opacity: 0; } </style> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-header.css?v=53914476183850937181746079674" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-navigation-drawer.css?v=68136065212661734271746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-navigation-drawer.css?v=68136065212661734271746079674" rel="stylesheet" type="text/css" media="all" /> </noscript><link href="//pvd3d.com/cdn/shop/t/16/assets/component-header-transparent.css?v=44627996234114403081746079674" rel="stylesheet" type="text/css" media="all" /> <header-container class="is-sticky" data-sticky="true" style=" --logo-size: 38px; --logo-size-mobile: 25px; --logo-spacing: 3; --logo-spacing-mobile: 0; " ><link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-search-drawer.css?v=166864787208131521551746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-search-drawer.css?v=166864787208131521551746079674" rel="stylesheet" type="text/css" media="all" /> </noscript><style type="text/css"> :root { --header-is-sticky:0; --header-bg-color: #ffffff; --header-bg-color-darker: #f2f2f2; --header-text-color: #111111; --header-text-color-light: rgba(17, 17, 17, 0.7); --header-text-color-lighter: rgba(17, 17, 17, 0.5); --header-text-color-lightest: rgba(17, 17, 17, 0.1); --header-text-color-bg: rgba(17, 17, 17, 0.06); --header-transparent-text-color: #ffffff; --header-transparent-text-color-light: rgba(255, 255, 255, 0.3); --header-text-contrast-color: #fff; --header-transparent-text-contrast-color: #000; }</style> <header role="banner" id="top" class="header js-header header--sticky js-header-sticky js-header-scroll header--left u-flex u-flex--middle u-flex--center header--search-enabled header--transparent header--has-transparent-divider" data-section-id="sections--24581067178273__header" data-section-type="header-section" data-transparent-header="true" data-sticky-header="true" data-header-style="left" > <div class="header__logo u-flex u-flex--middle u-flex--center"> <h1 class="header__logo-wrapper js-main-logo" itemscope itemtype="http://schema.org/Organization"> <a href="/" itemprop="url" class="header__logo-link"> <div class="header__logo-ratio-box" style="aspect-ratio: 3.1/1" > <img src="//pvd3d.com/cdn/shop/files/pvd3d-logo.png?height=76&v=1708894908" class="header__logo-img" alt="PVD3D - Flower Growler" itemprop="logo" width="668" height="217" loading="eager" > </div> </a> </h1> </div> <div class="header-trigger header-trigger--left mobile-draw-trigger-icon u-flex u-flex--middle js-mobile-draw-icon" style="display: none" > <button class="header-trigger__link header-trigger__link--mobile" aria-haspopup="dialog" aria-label="Menu" data-a11y-dialog-show="modal-main-menu" > <span class="icon icon--theme icon--menu " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M4 8H44M4 24H44M4 40H44" vector-effect="non-scaling-stroke" /></svg> </span> </button> </div> <div class="header-trigger header-trigger--far-right search-draw-trigger-icon u-flex u-flex--middle js-search-draw-icon" style="display: none" > <a href="/search" class="header-trigger__link header-trigger__link--search" aria-haspopup="dialog" aria-label="Search" data-a11y-dialog-show="modal-search" > <span class="icon icon--theme icon--search " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg> </span> </a> </div> <div class="header-trigger header-trigger--right cart-draw-trigger-icon u-flex u-flex--middle js-cart-draw-icon" style="display: none" > <cart-link><a href="/cart" class=" header-trigger__link header-trigger__link--cart js-cart-icon " aria-haspopup="dialog" aria-label="Cart" data-a11y-dialog-show="modal-cart" > <span class="icon icon--theme icon--cart " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M5 14.4048H43V43.5H5V14.4048Z" vector-effect="non-scaling-stroke" /></svg> </span> <div class="cart-count-bubble"> <items-count aria-hidden="true">0</items-count> </div> </a></cart-link> </div> <div class="header-navs js-heaver-navs u-clearfix u-hidden@tab-down"><nav class="primary-nav header-navs__items js-primary-nav" role="navigation"> <nested-menu submenu-direction="below"> <ul class="primary-nav__items js-primary-nav-items"><li class="primary-nav__item primary-nav__item--active f-family--body f-caps--false f-space--1"><a href="/" class="primary-nav__link" aria-current="page" >HOME</a></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a href="/collections/flower-growler" class="primary-nav__link" >SHOP FLOWER GROWLER™</a></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a href="/pages/flower-growler-user-guide" class="primary-nav__link" >TUTORIALS</a></li><li class="primary-nav__item f-family--body f-caps--false f-space--1"><a href="/pages/about-us" class="primary-nav__link" >ABOUT US</a></li></ul> </nested-menu> </nav><nav class="secondary-nav header-navs__items js-secondary-nav"> <div class="secondary-nav__items secondary-nav__items--icon"><ul class="secondary-nav__localize js-secondary-nav-localize"></ul> <ul class="secondary-nav__actions js-secondary-nav-actions"> <li class="secondary-nav__item f-family--body f-caps--false f-space--1"> <cart-link><a href="/cart" class=" secondary-nav__link secondary-nav__item--cart secondary-nav__link--icon " aria-haspopup="dialog" aria-label="Cart" data-a11y-dialog-show="modal-cart" ><span class="icon icon--theme icon--cart " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M5 14.4048H43V43.5H5V14.4048Z" vector-effect="non-scaling-stroke" /></svg> </span> <div class="cart-count-bubble"> <items-count aria-hidden="true">0</items-count> </div></a></cart-link> </li> <li class="secondary-nav__item secondary-nav__item--search f-family--body f-caps--false f-space--1"> <a href="/search" class="secondary-nav__link secondary-nav__link--search secondary-nav__link--icon" aria-haspopup="dialog" aria-label="Search" data-a11y-dialog-show="modal-search" ><span class="icon icon--theme icon--search " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg> </span> </a> </li> </ul> </div> </nav> </div> </header> <script> theme.setUpHeaderResizeObservers(); </script> </header-container> <modal-dialog id="modal-main-menu" class=" modal modal--main-menu modal--dark has-borders " aria-labelledby="modal-main-menu-title" aria-hidden="true" style="--background-color: #ececec;" ><div class="modal__overlay" data-a11y-dialog-hide></div> <div class="modal__wrapper" role="document"> <div class="modal__content"> <div class="drawer-nav__empty-banner"></div> <p id="modal-main-menu-title" class="u-hidden-visually">Menu</p> <button title="Close (esc)" type="button" class="modal__close modal__close--left" aria-label="Close (esc)" data-a11y-dialog-hide > <span class="icon icon--theme icon--close " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg> </span> </button><drawer-menu> <nav class="drawer-nav drawer-nav--main"> <ul class="list-menu" role="list"><li class="list-menu__item list-menu__item--active"><a href="/" class="list-menu__link f-family--body f-caps--false f-space--0" aria-current="page" > HOME </a></li><li class="list-menu__item"><a href="/collections/flower-growler" class="list-menu__link f-family--body f-caps--false f-space--0" > SHOP FLOWER GROWLER™ </a></li><li class="list-menu__item"><a href="/pages/flower-growler-user-guide" class="list-menu__link f-family--body f-caps--false f-space--0" > TUTORIALS </a></li><li class="list-menu__item"><a href="/pages/about-us" class="list-menu__link f-family--body f-caps--false f-space--0" > ABOUT US </a></li></ul> </nav> </drawer-menu><div class="mobile-draw__footer mobile-footer"><div class="mobile-footer__contact"> <p class="mobile-footer__text"> <a href="mailto:[email protected]" class="mobile-footer__text-link"> <span class="mobile-draw__icon"><span class="icon icon--theme icon--email " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M31.357 23.4876C31.357 27.2668 28.2933 30.3305 24.5141 30.3305C20.7349 30.3305 17.6712 27.2668 17.6712 23.4876C17.6712 19.7084 20.7349 16.6447 24.5141 16.6447C28.2933 16.6447 31.357 19.7084 31.357 23.4876ZM31.357 23.4876L31.3562 25.0077C31.3562 26.4192 31.9169 27.7729 32.9149 28.7709C33.913 29.769 35.2666 30.3297 36.6781 30.3297C38.0895 30.3297 39.4432 29.769 40.4412 28.7709C41.4393 27.7729 42 26.4192 42 25.0077V23.4872C41.9971 19.5773 40.685 15.781 38.2729 12.7038C35.8608 9.62668 32.4877 7.44592 28.6916 6.50942C24.8956 5.57292 20.8952 5.93463 17.3287 7.53685C13.7622 9.13908 10.835 11.8895 9.01395 15.3494C7.19294 18.8094 6.58305 22.7795 7.28156 26.6264C7.98008 30.4734 9.94676 33.9757 12.8679 36.5745C15.789 39.1734 19.4963 40.7192 23.3985 40.9653C27.3006 41.2114 31.1727 40.1437 34.3973 37.9324" vector-effect="non-scaling-stroke" stroke-linecap="round" stroke-linejoin="round"/></svg> </span></span> [email protected] </a> </p> </div> <ul class="social-links"><li class="social-links__item"> <a href="https://facebook.com/facebook" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--facebook "> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><title>facebook</title><path d="M28.512 9.024H36V0H28.512C27.072 0 25.712 0.288 24.432 0.864C23.152 1.376 22.032 2.112 21.072 3.072C20.112 4.032 19.376 5.152 18.864 6.432C18.288 7.712 18 9.072 18 10.512V15.024H12V24H18V48H27.024V24H34.512L36 15.024H27.024V10.512C27.024 10.096 27.168 9.744 27.456 9.456C27.744 9.168 28.096 9.024 28.512 9.024Z" /></svg> </span></a> </li><li class="social-links__item"> <a href="http://instagram.com/flower_growler" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--instagram "> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><title>instagram</title><path d="M24 4.656C27.232 4.656 29.328 4.672 30.288 4.704C31.28 4.704 32.416 4.736 33.696 4.8C34.848 4.86398 35.776 4.992 36.48 5.184C37.152 5.34398 37.712 5.50401 38.16 5.664C38.736 5.88801 39.232 6.12801 39.648 6.384C40.064 6.672 40.496 7.02398 40.944 7.44C41.328 7.85601 41.664 8.27198 41.952 8.688C42.24 9.13598 42.496 9.648 42.72 10.224C42.88 10.608 43.04 11.152 43.2 11.856C43.36 12.528 43.472 13.456 43.536 14.64C43.568 15.888 43.6 17.024 43.632 18.048C43.664 19.04 43.68 21.152 43.68 24.384C43.68 27.552 43.664 29.632 43.632 30.624C43.6 31.648 43.568 32.784 43.536 34.032C43.472 35.216 43.36 36.144 43.2 36.816C43.04 37.52 42.88 38.064 42.72 38.448C42.496 39.024 42.24 39.536 41.952 39.984C41.664 40.4 41.328 40.816 40.944 41.232C40.496 41.68 40.064 42.048 39.648 42.336C39.232 42.592 38.736 42.832 38.16 43.056C37.712 43.216 37.152 43.376 36.48 43.536C35.776 43.728 34.848 43.84 33.696 43.872C32.416 43.936 31.28 43.968 30.288 43.968C29.328 44 27.232 44.016 24 44.016C20.8 44.016 18.704 44 17.712 43.968C16.72 43.968 15.584 43.936 14.304 43.872C13.152 43.84 12.224 43.728 11.52 43.536C10.848 43.376 10.288 43.216 9.84 43.056C9.29602 42.832 8.81602 42.592 8.4 42.336C7.95202 42.048 7.52002 41.68 7.104 41.232C6.68798 40.816 6.336 40.4 6.048 39.984C5.76 39.536 5.50402 39.04 5.28 38.496C5.12002 38.08 4.95998 37.52 4.8 36.816C4.64 36.144 4.544 35.232 4.512 34.08C4.448 32.8 4.4 31.648 4.368 30.624C4.368 29.632 4.368 27.552 4.368 24.384C4.368 21.152 4.368 19.04 4.368 18.048C4.4 17.024 4.448 15.888 4.512 14.64C4.544 13.488 4.64 12.576 4.8 11.904C4.95998 11.2 5.12002 10.64 5.28 10.224C5.50402 9.648 5.76 9.15201 6.048 8.736C6.336 8.31998 6.672 7.88798 7.056 7.44C7.50398 7.02398 7.93598 6.672 8.352 6.384C8.79998 6.12801 9.29602 5.88801 9.84 5.664C10.288 5.50401 10.848 5.34398 11.52 5.184C12.224 4.992 13.152 4.86398 14.304 4.8C15.584 4.736 16.72 4.704 17.712 4.704C18.672 4.672 20.768 4.656 24 4.656ZM24 0.335999C20.736 0.335999 18.592 0.351998 17.568 0.383999C16.544 0.383999 15.392 0.415999 14.112 0.479998C12.832 0.543996 11.728 0.671998 10.8 0.863998C9.87202 1.056 9.03998 1.312 8.304 1.632C7.47202 1.952 6.72 2.32 6.048 2.736C5.34398 3.184 4.672 3.728 4.032 4.368C3.36 5.04 2.816 5.712 2.4 6.384C1.952 7.08801 1.568 7.83998 1.248 8.64C0.96 9.408 0.72 10.256 0.528 11.184C0.336 12.08 0.208 13.168 0.144 14.448C0.0800002 15.728 0.032 16.896 0 17.952C0 18.976 0 21.12 0 24.384C0 27.616 0 29.744 0 30.768C0.032 31.824 0.0800002 32.992 0.144 34.272C0.208 35.552 0.336 36.64 0.528 37.536C0.72 38.464 0.96 39.312 1.248 40.08C1.568 40.88 1.952 41.632 2.4 42.336C2.816 43.008 3.36 43.68 4.032 44.352C4.672 44.992 5.34398 45.536 6.048 45.984C6.72 46.4 7.47202 46.768 8.304 47.088C9.03998 47.376 9.87202 47.616 10.8 47.808C11.728 48.0322 12.832 48.1762 14.112 48.24C15.392 48.3038 16.544 48.336 17.568 48.336C18.592 48.3682 20.736 48.384 24 48.384C27.264 48.384 29.408 48.3682 30.432 48.336C31.456 48.336 32.608 48.3038 33.888 48.24C35.168 48.1762 36.272 48.0322 37.2 47.808C38.128 47.616 38.96 47.376 39.696 47.088C40.496 46.768 41.232 46.4 41.904 45.984C42.608 45.536 43.296 44.992 43.968 44.352C44.64 43.68 45.184 43.008 45.6 42.336C46.048 41.632 46.432 40.88 46.752 40.08C47.008 39.312 47.248 38.464 47.472 37.536C47.664 36.64 47.776 35.552 47.808 34.272C47.872 32.992 47.92 31.824 47.952 30.768C47.952 29.744 47.952 27.616 47.952 24.384C47.952 21.12 47.952 18.976 47.952 17.952C47.92 16.896 47.872 15.728 47.808 14.448C47.776 13.168 47.664 12.08 47.472 11.184C47.248 10.256 47.008 9.408 46.752 8.64C46.432 7.872 46.048 7.13601 45.6 6.432C45.184 5.72798 44.64 5.04 43.968 4.368C43.328 3.728 42.656 3.184 41.952 2.736C41.28 2.32 40.528 1.952 39.696 1.632C38.96 1.344 38.128 1.104 37.2 0.911998C36.272 0.687996 35.168 0.543996 33.888 0.479998C32.608 0.415999 31.456 0.383999 30.432 0.383999C29.408 0.351998 27.264 0.335999 24 0.335999ZM24 12.048C22.304 12.048 20.704 12.368 19.2 13.008C17.728 13.648 16.416 14.528 15.264 15.648C14.144 16.768 13.28 18.08 12.672 19.584C12 21.088 11.664 22.688 11.664 24.384C11.664 26.048 12 27.632 12.672 29.136C13.28 30.64 14.144 31.952 15.264 33.072C16.416 34.192 17.728 35.072 19.2 35.712C20.704 36.352 22.304 36.672 24 36.672C25.696 36.672 27.296 36.352 28.8 35.712C30.272 35.072 31.584 34.192 32.736 33.072C33.856 31.952 34.72 30.64 35.328 29.136C36 27.632 36.336 26.048 36.336 24.384C36.336 22.688 36 21.088 35.328 19.584C34.72 18.08 33.856 16.768 32.736 15.648C31.584 14.528 30.272 13.648 28.8 13.008C27.296 12.368 25.696 12.048 24 12.048ZM24 32.352C21.792 32.352 19.904 31.584 18.336 30.048C16.768 28.48 15.984 26.592 15.984 24.384C15.984 22.144 16.768 20.24 18.336 18.672C19.904 17.136 21.792 16.368 24 16.368C26.208 16.368 28.096 17.136 29.664 18.672C31.232 20.24 32.016 22.144 32.016 24.384C32.016 26.592 31.232 28.48 29.664 30.048C28.096 31.584 26.208 32.352 24 32.352ZM39.696 11.568C39.696 12.336 39.424 13.008 38.88 13.584C38.304 14.128 37.616 14.4 36.816 14.4C36.016 14.4 35.344 14.128 34.8 13.584C34.224 13.008 33.936 12.336 33.936 11.568C33.936 10.768 34.224 10.08 34.8 9.504C35.344 8.928 36.016 8.64 36.816 8.64C37.616 8.64 38.304 8.928 38.88 9.504C39.424 10.08 39.696 10.768 39.696 11.568Z" /></svg> </span></a> </li><li class="social-links__item"> <a href="https://www.tiktok.com/@tiktok" class="social-links__link" target="_blank" rel="noopener"><span class="icon icon--social icon--tiktok "> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><title>tiktok</title><path d="M25.056 0.00799561C26.368 0.00799561 27.68 0.00799561 28.992 0.00799561C30.304 0.00799561 31.6 0.00799561 32.88 0.00799561C32.976 1.512 33.296 3.016 33.84 4.52C34.416 5.992 35.264 7.256 36.384 8.312C37.504 9.43199 38.816 10.28 40.32 10.856C41.824 11.4 43.344 11.768 44.88 11.96V20.024C43.44 19.96 42 19.768 40.56 19.448C39.152 19.128 37.792 18.648 36.48 18.008C35.904 17.784 35.344 17.496 34.8 17.144C34.256 16.824 33.728 16.504 33.216 16.184C33.216 17.624 33.216 19.08 33.216 20.552C33.216 22.024 33.216 23.496 33.216 24.968C33.216 26.408 33.2 27.864 33.168 29.336C33.168 30.776 33.168 32.232 33.168 33.704C33.072 35.112 32.8 36.488 32.352 37.832C31.904 39.176 31.28 40.424 30.48 41.576C29.168 43.464 27.456 45 25.344 46.184C23.232 47.368 21.008 47.976 18.672 48.008C17.232 48.04 15.808 47.88 14.4 47.528C13.024 47.176 11.728 46.648 10.512 45.944C8.46398 44.728 6.78398 43.096 5.47198 41.048C4.15998 39.032 3.39198 36.84 3.16798 34.472C3.16798 33.992 3.16798 33.496 3.16798 32.984C3.13598 32.472 3.13598 31.992 3.16798 31.544C3.35998 29.624 3.90398 27.8 4.79998 26.072C5.69598 24.344 6.87998 22.856 8.35198 21.608C10.016 20.168 11.936 19.128 14.112 18.488C16.288 17.88 18.464 17.768 20.64 18.152C20.672 19.624 20.672 21.112 20.64 22.616C20.608 24.088 20.592 25.56 20.592 27.032C19.568 26.712 18.528 26.616 17.472 26.744C16.384 26.84 15.408 27.192 14.544 27.8C13.904 28.184 13.36 28.68 12.912 29.288C12.432 29.896 12.064 30.568 11.808 31.304C11.584 31.784 11.472 32.312 11.472 32.888C11.472 33.432 11.488 33.96 11.52 34.472C11.744 36.136 12.544 37.56 13.92 38.744C15.296 39.896 16.832 40.392 18.528 40.232C19.648 40.2 20.704 39.896 21.696 39.32C22.688 38.712 23.472 37.944 24.048 37.016C24.24 36.696 24.416 36.36 24.576 36.008C24.768 35.656 24.88 35.288 24.912 34.904C24.976 33.112 25.008 31.32 25.008 29.528C25.008 27.736 25.008 25.944 25.008 24.152C25.008 22.168 25.008 20.152 25.008 18.104C25.008 16.12 25.008 14.12 25.008 12.104C25.008 10.088 25.008 8.072 25.008 6.056C25.008 4.072 25.024 2.056 25.056 0.00799561Z" /></svg> </span></a> </li></ul> </div> </div> </div> </modal-dialog> </div> <!-- END sections: header-group --> <!-- BEGIN sections: popup-group --> <!-- END sections: popup-group --> <div class="main" id="main"> <div id="shopify-section-template--24581072584993__section-slideshow" class="shopify-section js-section__home-slider"> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-media-carousel.css?v=176138388193478400291746079674" rel="stylesheet" type="text/css" media="all" /> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-slideshow.css?v=173824970223353383781746079674" rel="stylesheet" type="text/css" media="all" /> <style> /* Loading states */ .home-carousel.is-loading { display: block; position: relative; overflow: hidden; width: 100%; } .home-carousel.is-loading media-carousel-slider { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .home-carousel.is-loading::before { content: ''; display: block; float: left; position: relative; width: 100%; } .home-carousel.home-carousel--small.is-loading::before { padding-bottom: 40%; } .home-carousel.home-carousel--medium.is-loading::before { padding-bottom: 50%; } .home-carousel.home-carousel--large.is-loading::before { padding-bottom: 62.5%; } .home-carousel.home-carousel--full-screen.is-loading::before { height: calc( var(--window-height) - var(--announcement-height) - var(--utility-height) - var(--header-section-height) ); min-height: 400px; } .home-carousel.is-loading media-carousel-slide:not(:first-of-type) { display: none; } .home-carousel.is-loading .home-carousel__nav { display: none; } @media screen and (max-width: 767px) { .home-carousel.home-carousel--small-mobile.is-loading::before { padding-bottom: 100%; } .home-carousel.home-carousel--medium-mobile.is-loading::before { padding-bottom: 125%; } .home-carousel.home-carousel--large-mobile.is-loading::before { padding-bottom: 140%; } .home-carousel.home-carousel--portrait-mobile.is-loading::before { padding-bottom: 178%; } .home-carousel.home-carousel--full-screen-mobile.is-loading::before { height: calc(var(--window-height) - var(--announcement-height) - var(--header-section-height)); min-height: 400px; } } body[data-anim-zoom='true'] .home-carousel__bg { transform: scale(1.1); } </style> <section class=" section section--template--24581072584993__section-slideshow section--full section--full-mobile section--mb-0 " data-section-id="template--24581072584993__section-slideshow" data-section-type="home-carousel" style=" --color-text: #ffffff; --color-heading: #ffffff; " > <link rel="modulepreload" href="//pvd3d.com/cdn/shop/t/16/assets/media-carousel.js?v=173020821608647186951746079674"> <link rel="modulepreload" href="//pvd3d.com/cdn/shop/t/16/assets/swiper.lib.js?v=100231126976640480081746079674"><script src="//pvd3d.com/cdn/shop/t/16/assets/media-carousel.js?v=173020821608647186951746079674" type="module"></script> <media-carousel class=" home-carousel home-carousel--transparent home-carousel--title-3 home-carousel--full home-carousel--large home-carousel--large-mobile is-loading " data-fade="true" data-speed="400" data-space-between="0" data-loop="true" data-autoplay="6000" data-navigation="true" data-pagination="true" style=" --bullet-color: #fff; --swiper-pagination-color: #fff; " ><media-carousel-preview-image><div class=" home-carousel__item-wrapper home-carousel__item-wrapper--video_LzMFUV home-carousel__item-wrapper--large home-carousel__item-wrapper--large-mobile o-ratio " > <div class="o-ratio__content home-carousel__item home-carousel__item--video home-carousel__item--video_LzMFUV home-carousel__item--middle home-carousel__item--bottom-left" ><div class="home-carousel__video u-bg-overlay js-home-carousel-video home-carousel__video--self js-home-carousel-video--self"><img src="//pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1946" alt="flower growler loading a bowl and cone" srcset="//pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=246 246w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=493 493w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=600 600w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=713 713w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=823 823w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=990 990w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1100 1100w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1206 1206w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1346 1346w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1426 1426w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1646 1646w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1946 1946w" width="1946" height="1297" loading="eager" sizes="100vw" fetchpriority="high"> </div> <div class="home-carousel__bg--overlay u-bg-contain u-bg-overlay" style=" --overlay-color: #000000; --overlay-opacity: 0.2; " ></div> </div> </div></media-carousel-preview-image> <media-carousel-slider class="swiper"> <media-carousel-wrapper class="swiper-wrapper"> <media-carousel-slide class="swiper-slide"> <div class=" home-carousel__item-wrapper home-carousel__item-wrapper--video_LzMFUV home-carousel__item-wrapper--large home-carousel__item-wrapper--large-mobile o-ratio " > <div class="o-ratio__content home-carousel__item home-carousel__item--video home-carousel__item--video_LzMFUV home-carousel__item--middle home-carousel__item--bottom-left" data-slide-id="0" ><div class="home-carousel__video js-home-carousel-video home-carousel__video--self js-home-carousel-video--self"> <script src="//pvd3d.com/cdn/shop/t/16/assets/lazy-video.js?v=52687712678174417651746079674" type="module"></script> <lazy-video data-screen-size="desktop" ><div class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </div> <media-poster> <img src="//pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1946" alt="flower growler loading a bowl and cone" srcset="//pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=246 246w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=493 493w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=600 600w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=713 713w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=823 823w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=990 990w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1100 1100w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1206 1206w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1346 1346w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1426 1426w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1646 1646w, //pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000.jpg?v=1724623547&width=1946 1946w" width="1946" height="1297"> </media-poster> <template> <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop" class="js-home-carousel-video__video" preload="metadata" aria-label="flower growler loading a bowl and cone" poster="//pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000_990x990.jpg?v=1724623547"><source src="//pvd3d.com/cdn/shop/videos/c/vp/f9c448681b60490a9fdc4c2fa73dd077/f9c448681b60490a9fdc4c2fa73dd077.HD-1080p-7.2Mbps-33702507.mp4?v=0" type="video/mp4"><img alt="flower growler loading a bowl and cone" src="//pvd3d.com/cdn/shop/files/preview_images/f9c448681b60490a9fdc4c2fa73dd077.thumbnail.0000000000_990x990.jpg?v=1724623547"></video> </template> </lazy-video> </div> <div class="home-carousel__bg--overlay u-bg-contain u-bg-overlay" style=" --overlay-color: #000000; --overlay-opacity: 0.2; " ></div> <div class="home-carousel__content home-carousel__content--btn"> <div class="home-carousel__title section__title h2" > <h2 class="section__title-text">Load in Seconds</h2> </div> <div class="home-carousel__text rte"><p><strong>Go from packing to lighting up faster than ever.</strong></p></div> <div class="home-carousel__btn__wrapper u-flex u-flex--middle"> <a href="/collections/flower-growler" class="home-carousel__btn c-btn c-btn--primary" style=" --button-color: initial; --button-hover-color: initial; --button-background-color: initial; --button-hover-background-color: initial; " >Shop Flower Growlers</a> </div> </div> </div> </div> </media-carousel-slide> <media-carousel-slide class="swiper-slide"> <div class=" home-carousel__item-wrapper home-carousel__item-wrapper--video_XTGjYe home-carousel__item-wrapper--large home-carousel__item-wrapper--large-mobile o-ratio " > <div class="o-ratio__content home-carousel__item home-carousel__item--video home-carousel__item--video_XTGjYe home-carousel__item--middle home-carousel__item--bottom-left" data-slide-id="1" ><div class="home-carousel__video js-home-carousel-video home-carousel__video--self js-home-carousel-video--self"> <script src="//pvd3d.com/cdn/shop/t/16/assets/lazy-video.js?v=52687712678174417651746079674" type="module"></script> <lazy-video data-screen-size="desktop" ><div class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </div> <media-poster> <img src="//pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1946" alt="" srcset="//pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=246 246w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=493 493w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=600 600w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=713 713w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=823 823w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=990 990w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1100 1100w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1206 1206w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1346 1346w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1426 1426w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1646 1646w, //pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000.jpg?v=1725332023&width=1946 1946w" width="1946" height="1095"> </media-poster> <template> <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop" class="js-home-carousel-video__video" preload="metadata" poster="//pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000_990x990.jpg?v=1725332023"><source src="//pvd3d.com/cdn/shop/videos/c/vp/95973c53803f47409e5a1ed6347f8e9e/95973c53803f47409e5a1ed6347f8e9e.HD-1080p-7.2Mbps-34114483.mp4?v=0" type="video/mp4"><img src="//pvd3d.com/cdn/shop/files/preview_images/95973c53803f47409e5a1ed6347f8e9e.thumbnail.0000000000_990x990.jpg?v=1725332023"></video> </template> </lazy-video> </div> <div class="home-carousel__bg--overlay u-bg-contain u-bg-overlay" style=" --overlay-color: #000000; --overlay-opacity: 0.2; " ></div> <div class="home-carousel__content home-carousel__content--btn"> <div class="home-carousel__title section__title h2" > <h2 class="section__title-text">Adapted for Vapes</h2> </div> <div class="home-carousel__text rte"><p><strong>Now updated to seamlessly load to Mighty/Crafty Dry Herb Vaporizers</strong></p></div> <div class="home-carousel__btn__wrapper u-flex u-flex--middle"> <a href="/products/flower-growler-vape-adapter" class="home-carousel__btn c-btn c-btn--primary" style=" --button-color: initial; --button-hover-color: initial; --button-background-color: initial; --button-hover-background-color: initial; " >Shop Now</a> </div> </div> </div> </div> </media-carousel-slide> <media-carousel-slide class="swiper-slide"> <div class=" home-carousel__item-wrapper home-carousel__item-wrapper--video_KPB3pm home-carousel__item-wrapper--large home-carousel__item-wrapper--large-mobile o-ratio " > <div class="o-ratio__content home-carousel__item home-carousel__item--video home-carousel__item--video_KPB3pm home-carousel__item--middle home-carousel__item--bottom-left" data-slide-id="2" ><div class="home-carousel__video js-home-carousel-video home-carousel__video--self js-home-carousel-video--self"> <script src="//pvd3d.com/cdn/shop/t/16/assets/lazy-video.js?v=52687712678174417651746079674" type="module"></script> <lazy-video data-screen-size="desktop" ><div class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </div> <media-poster> <img src="//pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1946" alt="Flower Growler featured on top of a bowl" srcset="//pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=246 246w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=493 493w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=600 600w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=713 713w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=823 823w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=990 990w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1100 1100w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1206 1206w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1346 1346w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1426 1426w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1646 1646w, //pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000.jpg?v=1724613688&width=1946 1946w" width="1946" height="1460"> </media-poster> <template> <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop" class="js-home-carousel-video__video" preload="metadata" aria-label="Flower Growler featured on top of a bowl" poster="//pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000_990x990.jpg?v=1724613688"><source src="//pvd3d.com/cdn/shop/videos/c/vp/905b243d82854f8aa7c275f2ad21599c/905b243d82854f8aa7c275f2ad21599c.HD-1080p-7.2Mbps-33699149.mp4?v=0" type="video/mp4"><img alt="Flower Growler featured on top of a bowl" src="//pvd3d.com/cdn/shop/files/preview_images/905b243d82854f8aa7c275f2ad21599c.thumbnail.0000000000_990x990.jpg?v=1724613688"></video> </template> </lazy-video> </div> <div class="home-carousel__bg--overlay u-bg-contain u-bg-overlay" style=" --overlay-color: #000000; --overlay-opacity: 0.2; " ></div> <div class="home-carousel__content home-carousel__content--btn"> <div class="home-carousel__title section__title h2" > <h2 class="section__title-text">The Flower Growler™</h2> </div> <div class="home-carousel__text rte"><p><strong>Discover a new level of easy to enjoying your flower.</strong></p></div> <div class="home-carousel__btn__wrapper u-flex u-flex--middle"> <a href="/pages/about-flower-growler" class="home-carousel__btn c-btn c-btn--primary" style=" --button-color: initial; --button-hover-color: initial; --button-background-color: initial; --button-hover-background-color: initial; " >Learn More</a> </div> </div> </div> </div> </media-carousel-slide> </media-carousel-wrapper> </media-carousel-slider><div class="home-carousel__nav home-carousel__nav--solid" ><media-carousel-navigation class="media-carousel__navigation"> <button class=" media-carousel__arrow media-carousel__arrow--prev js-carousel-prev " ><span class="icon icon--theme icon--chevron icon--left" > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span></button> <button class=" media-carousel__arrow media-carousel__arrow--next js-carousel-next " ><span class="icon icon--theme icon--chevron " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span></button> </media-carousel-navigation><media-carousel-pagination class="media-carousel__pagination swiper-pagination js-carousel-pagination" ></media-carousel-pagination> </div></media-carousel> </section> <style> #shopify-section-template--24581072584993__section-slideshow h2 {font-weight: bold;} </style></div><div id="shopify-section-template--24581072584993__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065" class="shopify-section js-section__multi-column-icons"> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-multi-column.css?v=70331679145636556151746079674" rel="stylesheet" type="text/css" media="all" /> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-items-scroll.css?v=55475307582839585001746079674" rel="stylesheet" type="text/css" media="all" /> <link href="//pvd3d.com/cdn/shop/t/16/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711746079674" rel="stylesheet" type="text/css" media="all" /> <section class=" section section--multi-column section--template--24581072584993__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065 section--has-bg " data-section-id="template--24581072584993__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065" data-section-type="multi-column" style=" --color-text: #000000; --color-heading: #000000; --background-color: #ececec; --icon-size: 30px; --icon-padding: 0; --button-color: #000000; --button-hover-color: #fff; --button-background-color: initial; --button-hover-background-color: #000000; " > <div class="section__content section__content--padded" style=" --space-top: 0px; --space-bottom: 0px " > <div class="multi-column__wrapper multi-column__wrapper--icon"><div class="container container--small container--mob-0"><style>@media screen and (max-width: 768px) { .section--template--24581072584993__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065 [data-items] { display: flex; flex-wrap: nowrap; width: 100%; overflow-x: hidden; } .section--template--24581072584993__ac7829e3-f3f8-4fbb-8aaf-dc6c93046065 [data-items] > * { flex-shrink: 0; flex-grow: 0; } }</style><div class="multi-column multi-column--icon" style=" --heading-font-size: 1.27rem; --heading-font-size-mobile: 1.22rem; --heading-line-height: 1.64; --heading-line-height-mobile: 1.49; " > <div class="multi-column__items"> <items-scroll-paged-navigation class="items-scroll ratio-navigation" items-overflow-max="tab" breakpoint-max="tab" image-container-ratio="natural" > <div class=" grid-layout grid-layout--3 grid-layout--1@mob grid-spacing--30 grid-layout--align-center@phab js-animate-sequence " data-items > <div class="multi-column__item multi-column__item--center"> <div class="multi-column__text multi-column__text--full"> <h3 class="multi-column__title">Ultimate Convenience</h3> <div class="multi-column__desc"> <div class="rte"><p>Enjoy your flower easily when or whereever you want to.</p></div> </div> </div> </div> <div class="multi-column__item multi-column__item--center"> <div class="multi-column__text multi-column__text--full"> <h3 class="multi-column__title">Smart No-Stress Storage</h3> <div class="multi-column__desc"> <div class="rte"><p>Made to last with a light-blocking sturdy build, designed to keep odors in and water out.</p></div> </div> </div> </div> <div class="multi-column__item multi-column__item--center"> <div class="multi-column__text multi-column__text--full"> <h3 class="multi-column__title">Easy & Fast Dosing</h3> <div class="multi-column__desc"> <div class="rte"><p>Pack your bowl, load your pipe, or line a joint in seconds.</p></div> </div> </div> </div> </div> </items-scroll-paged-navigation> </div> </div> </div> </div> </div><script src="//pvd3d.com/cdn/shop/t/16/assets/items-scroll-paged-navigation.js?v=6570701935369699931746079674" type="module"></script></section> </div><div id="shopify-section-template--24581072584993__0436301d-0018-4b49-8493-36629494c103" class="shopify-section js-section__featured-collections"> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/section-collection.css?v=147962959269237750761746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-collection.css?v=147962959269237750761746079674" rel="stylesheet" type="text/css" media="all" /> </noscript><link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-items-scroll.css?v=55475307582839585001746079674" media="print" onload="this.media='all'" > <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-items-scroll.css?v=55475307582839585001746079674" rel="stylesheet" type="text/css" media="all" /> <link href="//pvd3d.com/cdn/shop/t/16/assets/theme-component-items-scroll-paged-navigation.css?v=83605602215851397711746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <section class=" section section--template--24581072584993__0436301d-0018-4b49-8493-36629494c103 section--featured-collections " data-section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" data-section-type="featured-collections" > <div class="section__content section__content--padded" style=" --space-top: 0px; --space-bottom: 0px " > <div class="container container--small u-ph+@mob"></div><style>.section--template--24581072584993__0436301d-0018-4b49-8493-36629494c103 [data-items] { display: flex; flex-wrap: nowrap; width: 100%; overflow-x: hidden; } .section--template--24581072584993__0436301d-0018-4b49-8493-36629494c103 [data-items] > * { flex-shrink: 0; flex-grow: 0; } </style><div class="container container--small u-ph0@mob"> <items-scroll-paged-navigation class="items-scroll ratio-navigation" items-overflow image-container-ratio="3:4" > <div class=" grid-layout grid-layout--4 grid-layout--2@mob js-animate-sequence " data-items data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details" data-animation-interval="0.025" > <product-card rendered data-product-id="9746445828385" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-rby-gradient-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ RBY Gradient Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=400&v=1729646029&width=300" alt="Flower Growler Cone Filler Set all pieces labeled" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=160&v=1729646029&width=120 120w 160h, //pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=320&v=1729646029&width=240 240w 320h, //pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=480&v=1729646029&width=360 360w 480h, //pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=640&v=1729646029&width=480 480w 640h, //pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=827&v=1729646029&width=620 620w 827h, //pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=987&v=1729646029&width=740 740w 987h, //pvd3d.com/cdn/shop/files/Flower_Growler_Cone_Filler_Set.jpg?crop=center&height=3024&v=1729646029&width=2268 2268w 3024h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Gradient Red-Blue-Yellow</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=400&v=1729477810&width=300" alt="Flower Growler Cone Filler Set - Gradient Red-Blue-Yellow" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=240&v=1729477810&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=480&v=1729477810&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=720&v=1729477810&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=960&v=1729477810&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=1200&v=1729477810&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=1440&v=1729477810&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=1728&v=1729477810&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=2016&v=1729477810&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-rby.jpg?crop=center&height=3024&v=1729477810&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-rby-gradient-cone-filler-set" class="product-card__link" title="Flower Growler™ RBY Gradient Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ RBY Gradient Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-rby-gradient-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ RBY Gradient Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480748200225" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445828385"> { "url": "/products/flower-growler-rby-gradient-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Gradient Red-Blue-Yellow","id":39541270806817,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-rby.jpg?v=1729477810"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-rby.jpg?v=1729477810","width":3024}], "variants": [{ "id": 50480748200225, "featured_media": {"alt":"Flower Growler Cone Filler Set - Gradient Red-Blue-Yellow","id":39541270806817,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-rby.jpg?v=1729477810"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-rby.jpg?v=1729477810","width":3024} } ] } </script></product-card> <product-card rendered data-product-id="9746445369633" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-matte-black-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Matte Black Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=400&v=1724612388&width=300" alt="Flower Growler Matte Black Close Up View" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=160&v=1724612388&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=320&v=1724612388&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=480&v=1724612388&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=640&v=1724612388&width=480 480w 640h, //pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=827&v=1724612388&width=620 620w 827h, //pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=987&v=1724612388&width=740 740w 987h, //pvd3d.com/cdn/shop/files/flower-growler-matte-black-3.jpg?crop=center&height=2537&v=1724612388&width=1903 1903w 2537h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Matte Black</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=400&v=1729477591&width=300" alt="Flower Growler Cone Filler Set - Matte Black" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=240&v=1729477591&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=480&v=1729477591&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=720&v=1729477591&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=960&v=1729477591&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=1200&v=1729477591&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=1440&v=1729477591&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=1728&v=1729477591&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=2016&v=1729477591&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=3024&v=1729477591&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-matte-black-cone-filler-set" class="product-card__link" title="Flower Growler™ Matte Black Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Matte Black Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-matte-black-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Matte Black Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price><product-card-reviews class="review-wrapper" ><div class="rating" role="img" aria-label="5.0 out of 5.0 stars" > <span aria-hidden="true" class="rating-star color-icon-" style="--rating: 5; --rating-max: 5.0; --rating-decimal: 0;" ></span> </div> <div class="review-text-wrapper"> <p class="rating-text caption"> <span aria-hidden="true">5.0 / 5.0</span> </p> <p class="rating-count u-small caption"> <span aria-hidden="true">(1)</span> <span class="visually-hidden">1</span> </p> </div> </product-card-reviews></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480747348257" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445369633"> { "url": "/products/flower-growler-matte-black-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Matte Black","id":39541270184225,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-matte-black.jpg?v=1729477591"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-matte-black.jpg?v=1729477591","width":3024}], "variants": [{ "id": 50480747348257, "featured_media": {"alt":"Flower Growler Cone Filler Set - Matte Black","id":39541270184225,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-matte-black.jpg?v=1729477591"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-matte-black.jpg?v=1729477591","width":3024} } ] } </script></product-card> <product-card rendered data-product-id="9602354643233" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <!-- snippet/product-grid-label.liquid --> <ul class="product-card__label__items o-list-bare"> <li class="product-card__label product-card__label--custom__1 label label--custom_1" > <p class="product-card__label-text label__text">Limited Edition</p> </li> </ul> <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-stash" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Stash Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=400&v=1725253694&width=300" alt="Flower Growler Stash inspired by Phish Front View" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=160&v=1725253694&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=320&v=1725253694&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=480&v=1725253694&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=640&v=1725253694&width=480 480w 640h, //pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=827&v=1725253694&width=620 620w 827h, //pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=987&v=1725253694&width=740 740w 987h, //pvd3d.com/cdn/shop/files/flower_growler_stash_1.jpg?crop=center&height=2957&v=1725253694&width=2218 2218w 2957h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Stash</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=400&v=1729477883&width=300" alt="Flower Growler Cone Filler Set - Stash" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=240&v=1729477883&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=480&v=1729477883&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=720&v=1729477883&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=960&v=1729477883&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=1200&v=1729477883&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=1440&v=1729477883&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=1728&v=1729477883&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=2016&v=1729477883&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=3024&v=1729477883&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-stash" class="product-card__link" title="Flower Growler™ Stash Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Stash Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-stash" class="product-card__link" tabindex="-1" title="Flower Growler™ Stash Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price><product-card-reviews class="review-wrapper" ><div class="rating" role="img" aria-label="5.0 out of 5.0 stars" > <span aria-hidden="true" class="rating-star color-icon-" style="--rating: 5; --rating-max: 5.0; --rating-decimal: 0;" ></span> </div> <div class="review-text-wrapper"> <p class="rating-text caption"> <span aria-hidden="true">5.0 / 5.0</span> </p> <p class="rating-count u-small caption"> <span aria-hidden="true">(4)</span> <span class="visually-hidden">4</span> </p> </div> </product-card-reviews></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50095969599777" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9602354643233"> { "url": "/products/flower-growler-stash", "media": [{"alt":"Flower Growler Cone Filler Set - Stash","id":39541270970657,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-stash.jpg?v=1729477883"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-stash.jpg?v=1729477883","width":3024}], "variants": [{ "id": 50095969599777, "featured_media": null } ] } </script></product-card> <product-card rendered data-product-id="9746445173025" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-ogb-gradient-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Gradient OGB Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=400&v=1711389602&width=300" alt="" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=160&v=1711389602&width=120 120w 160h, //pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=320&v=1711389602&width=240 240w 320h, //pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=480&v=1711389602&width=360 360w 480h, //pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=640&v=1711389602&width=480 480w 640h, //pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=827&v=1711389602&width=620 620w 827h, //pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=987&v=1711389602&width=740 740w 987h, //pvd3d.com/cdn/shop/files/preview_images/4a265c89b78e4968a08ceeaa44bd0360.thumbnail.0000000000.jpg?crop=center&height=1080&v=1711389602&width=810 810w 1080h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Orange-Blue-Green</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=400&v=1729477796&width=300" alt="Flower Growler Cone Filler Set - Orange-Blue-Green" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=240&v=1729477796&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=480&v=1729477796&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=720&v=1729477796&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=960&v=1729477796&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=1200&v=1729477796&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=1440&v=1729477796&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=1728&v=1729477796&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=2016&v=1729477796&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=3024&v=1729477796&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-ogb-gradient-cone-filler-set" class="product-card__link" title="Flower Growler™ Gradient OGB Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Gradient OGB Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-ogb-gradient-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Gradient OGB Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price><product-card-reviews class="review-wrapper" ><div class="rating" role="img" aria-label="5.0 out of 5.0 stars" > <span aria-hidden="true" class="rating-star color-icon-" style="--rating: 5; --rating-max: 5.0; --rating-decimal: 0;" ></span> </div> <div class="review-text-wrapper"> <p class="rating-text caption"> <span aria-hidden="true">5.0 / 5.0</span> </p> <p class="rating-count u-small caption"> <span aria-hidden="true">(3)</span> <span class="visually-hidden">3</span> </p> </div> </product-card-reviews></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480746987809" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445173025"> { "url": "/products/flower-growler-ogb-gradient-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Orange-Blue-Green","id":39541270774049,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-ogb.jpg?v=1729477796"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-ogb.jpg?v=1729477796","width":3024}], "variants": [{ "id": 50480746987809, "featured_media": {"alt":"Flower Growler Cone Filler Set - Orange-Blue-Green","id":39541270774049,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-ogb.jpg?v=1729477796"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-ogb.jpg?v=1729477796","width":3024} } ] } </script></product-card> <product-card rendered data-product-id="9746445238561" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-blue-green-gradient-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Gradient - Blue-Green Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=400&v=1729648487&width=300" alt="" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=160&v=1729648487&width=120 120w 160h, //pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=320&v=1729648487&width=240 240w 320h, //pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=480&v=1729648487&width=360 360w 480h, //pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=640&v=1729648487&width=480 480w 640h, //pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=827&v=1729648487&width=620 620w 827h, //pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=987&v=1729648487&width=740 740w 987h, //pvd3d.com/cdn/shop/files/preview_images/ee442e83c23549278c20950d96edb13e.thumbnail.0000000000.jpg?crop=center&height=1170&v=1729648487&width=878 878w 1170h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Gradient Blue-Green</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=400&v=1729477933&width=300" alt="Flower Growler Cone Filler Set - Gradient Blue-Green" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=240&v=1729477933&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=480&v=1729477933&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=720&v=1729477933&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=960&v=1729477933&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=1200&v=1729477933&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=1440&v=1729477933&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=1728&v=1729477933&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=2016&v=1729477933&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-blue-green.jpg?crop=center&height=3024&v=1729477933&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-blue-green-gradient-cone-filler-set" class="product-card__link" title="Flower Growler™ Gradient - Blue-Green Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Gradient - Blue-Green Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-blue-green-gradient-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Gradient - Blue-Green Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480747118881" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445238561"> { "url": "/products/flower-growler-blue-green-gradient-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Gradient Blue-Green","id":39541271003425,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-blue-green.jpg?v=1729477933"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-blue-green.jpg?v=1729477933","width":3024}], "variants": [{ "id": 50480747118881, "featured_media": {"alt":"Flower Growler Cone Filler Set - Gradient Blue-Green","id":39541271003425,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-blue-green.jpg?v=1729477933"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-gradient-blue-green.jpg?v=1729477933","width":3024} } ] } </script></product-card> <product-card rendered data-product-id="9746445795617" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-bubble-gum-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Bubble Gum Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=400&v=1713923090&width=300" alt="Flower Growler close up in Bubblegum pink" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=160&v=1713923090&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=320&v=1713923090&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=480&v=1713923090&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=640&v=1713923090&width=480 480w 640h, //pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=827&v=1713923090&width=620 620w 827h, //pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=987&v=1713923090&width=740 740w 987h, //pvd3d.com/cdn/shop/files/flower-growler-bubblegum-pink-3.jpg?crop=center&height=2133&v=1713923090&width=1600 1600w 2133h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Bubble Gum</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=400&v=1729477668&width=300" alt="Flower Growler Cone Filler Set - Bubble Gum" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=240&v=1729477668&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=480&v=1729477668&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=720&v=1729477668&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=960&v=1729477668&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=1200&v=1729477668&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=1440&v=1729477668&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=1728&v=1729477668&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=2016&v=1729477668&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-bubblegum.jpg?crop=center&height=3024&v=1729477668&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-bubble-gum-cone-filler-set" class="product-card__link" title="Flower Growler™ Bubble Gum Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Bubble Gum Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-bubble-gum-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Bubble Gum Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480748101921" > <variant-swatch swatch-id="white" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: white" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445795617"> { "url": "/products/flower-growler-bubble-gum-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Bubble Gum","id":39541270544673,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-bubblegum.jpg?v=1729477668"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-bubblegum.jpg?v=1729477668","width":3024}], "variants": [{ "id": 50480748101921, "featured_media": {"alt":"Flower Growler Cone Filler Set - Bubble Gum","id":39541270544673,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-bubblegum.jpg?v=1729477668"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-bubblegum.jpg?v=1729477668","width":3024} } ] } </script></product-card> <product-card rendered data-product-id="9746445664545" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-blue-dream-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Blue Dream Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=400&v=1725327374&width=300" alt="Flower Growler Close Up in Blue Dream" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=160&v=1725327374&width=120 120w 160h, //pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=320&v=1725327374&width=240 240w 320h, //pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=480&v=1725327374&width=360 360w 480h, //pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=640&v=1725327374&width=480 480w 640h, //pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=827&v=1725327374&width=620 620w 827h, //pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=987&v=1725327374&width=740 740w 987h, //pvd3d.com/cdn/shop/files/Flower_Growler_Blue_Dream_3.jpg?crop=center&height=2419&v=1725327374&width=1814 1814w 2419h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Blue Dream</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=400&v=1729646281&width=300" alt="Flower Growler Cone Filler Set - Blue Dream" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=240&v=1729646281&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=480&v=1729646281&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=720&v=1729646281&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=960&v=1729646281&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=1024&v=1729646281&width=768 768w 1024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-blue-dream-cone-filler-set" class="product-card__link" title="Flower Growler™ Blue Dream Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Blue Dream Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-blue-dream-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Blue Dream Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480747905313" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445664545"> { "url": "/products/flower-growler-blue-dream-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Blue Dream","id":39541270446369,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-blue-dream.jpg?v=1729646281"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-blue-dream.jpg?v=1729646281","width":1024}], "variants": [{ "id": 50480747905313, "featured_media": {"alt":"Flower Growler Cone Filler Set - Blue Dream","id":39541270446369,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-blue-dream.jpg?v=1729646281"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-blue-dream.jpg?v=1729646281","width":1024} } ] } </script></product-card> <product-card rendered data-product-id="9746445599009" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-haze-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Haze Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=400&v=1725327839&width=300" alt="Flower Growler close up in Haze green" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=160&v=1725327839&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=320&v=1725327839&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=480&v=1725327839&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=640&v=1725327839&width=480 480w 640h, //pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=827&v=1725327839&width=620 620w 827h, //pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=987&v=1725327839&width=740 740w 987h, //pvd3d.com/cdn/shop/files/flower-growler-haze-green-3.jpg?crop=center&height=3024&v=1725327839&width=2268 2268w 3024h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Haze</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-haze.jpg?crop=center&height=400&v=1729650103&width=300" alt="Flower Growler Cone Filler Set - Haze" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-haze.jpg?crop=center&height=240&v=1729650103&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-haze.jpg?crop=center&height=480&v=1729650103&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-haze.jpg?crop=center&height=720&v=1729650103&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-haze.jpg?crop=center&height=960&v=1729650103&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-haze.jpg?crop=center&height=1024&v=1729650103&width=768 768w 1024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-haze-cone-filler-set" class="product-card__link" title="Flower Growler™ Haze Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Haze Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-haze-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Haze Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480747774241" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445599009"> { "url": "/products/flower-growler-haze-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Haze","id":39541270708513,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-haze.jpg?v=1729650103"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-haze.jpg?v=1729650103","width":1024}], "variants": [{ "id": 50480747774241, "featured_media": {"alt":"Flower Growler Cone Filler Set - Haze","id":39541270708513,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-haze.jpg?v=1729650103"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-haze.jpg?v=1729650103","width":1024} } ] } </script></product-card> <product-card rendered data-product-id="9746445500705" class="product-card js-product js-product-card product-card--crop product-card--left product-card--left product-card--hover-image" image-container-ratio="3:4" image-hover="image" section-id="template--24581072584993__0436301d-0018-4b49-8493-36629494c103" > <div class="product-card-top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="/collections/flower-growler/products/flower-growler-northern-lights-cone-filler-set" class="product-card__link product-card__link--full-opacity" tabindex="-1" aria-label="Flower Growler™ Northern Lights Cone Filler Set" > <div class=" product-card__media product-card__media--hover-image " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" > <img src="//pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=400&v=1716143302&width=300" alt="Flower Growler close up in Northern Lights black with dark green sparkles" width="300" height="400" loading="lazy" class="product-card__img-hover hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=160&v=1716143302&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=320&v=1716143302&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=480&v=1716143302&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=640&v=1716143302&width=480 480w 640h, //pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=827&v=1716143302&width=620 620w 827h, //pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=987&v=1716143302&width=740 740w 987h, //pvd3d.com/cdn/shop/files/flower-growler-northern-lights-3.jpg?crop=center&height=2659&v=1716143302&width=1994 1994w 2659h"> </product-card-secondary-image-placeholder><product-card-spinner class="theme-spinner product-card__spinner" > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </product-card-spinner> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Northern Lights</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=400&v=1729477860&width=300" alt="Flower Growler Cone Filler Set - Northern Lights" width="300" height="400" loading="lazy" class="product-card__img js-product-card-image hover-enabled" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 105px) / 4), (min-width: 1081px) calc((100vw - 105px) / 4), (min-width: 981px) calc((100vw - 90px) / 3), (min-width: 768px) calc((100vw - 51px) / 2), calc((100vw - 15px) / 2 - 96px)" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=240&v=1729477860&width=180 180w 240h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=480&v=1729477860&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=720&v=1729477860&width=540 540w 720h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=960&v=1729477860&width=720 720w 960h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=1200&v=1729477860&width=900 900w 1200h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=1440&v=1729477860&width=1080 1080w 1440h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=1728&v=1729477860&width=1296 1296w 1728h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=2016&v=1729477860&width=1512 1512w 2016h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=3024&v=1729477860&width=2268 2268w 3024h"> </div> </a> </div> </div></div> <div class="product-card__details"> <a product-card-link href="/collections/flower-growler/products/flower-growler-northern-lights-cone-filler-set" class="product-card__link" title="Flower Growler™ Northern Lights Cone Filler Set" ><h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title>Flower Growler™ Northern Lights Cone Filler Set</product-card-title> </h3> </a> <div class="product-card__details__hover u-medium"> <a product-card-link href="/collections/flower-growler/products/flower-growler-northern-lights-cone-filler-set" class="product-card__link" tabindex="-1" title="Flower Growler™ Northern Lights Cone Filler Set" ><product-card-price class="price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </product-card-price><product-card-reviews class="review-wrapper" ><div class="rating" role="img" aria-label="5.0 out of 5.0 stars" > <span aria-hidden="true" class="rating-star color-icon-" style="--rating: 5; --rating-max: 5.0; --rating-decimal: 0;" ></span> </div> <div class="review-text-wrapper"> <p class="rating-text caption"> <span aria-hidden="true">5.0 / 5.0</span> </p> <p class="rating-count u-small caption"> <span aria-hidden="true">(2)</span> <span class="visually-hidden">2</span> </p> </div> </product-card-reviews></a><product-card-variant-swatches><div class="swatch-wrapper"> <div class="product-card__swatch"> <ul class="product-card__swatch__items o-list-inline"><li class=" product-card__swatch__item product-card__swatch__item--circle product-card__swatch__item-space-4 o-list-inline__item " variant-id="50480747610401" > <variant-swatch swatch-id="black" class=" product-card__swatch__graphic product-card__swatch__graphic--emphasize product-card__swatch__graphic--4 " style="--background-graphic: black" /> </li></ul></div> </div></product-card-variant-swatches></div> </div><script type="application/json" id="ProductJson-template--16630217933054__0436301d-0018-4b49-8493-36629494c103-16732704286083a762-0--9746445500705"> { "url": "/products/flower-growler-northern-lights-cone-filler-set", "media": [{"alt":"Flower Growler Cone Filler Set - Northern Lights","id":39541270905121,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-northern-lights.jpg?v=1729477860"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-northern-lights.jpg?v=1729477860","width":3024}], "variants": [{ "id": 50480747610401, "featured_media": {"alt":"Flower Growler Cone Filler Set - Northern Lights","id":39541270905121,"position":1,"preview_image":{"aspect_ratio":1.0,"height":3024,"width":3024,"src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-northern-lights.jpg?v=1729477860"},"aspect_ratio":1.0,"height":3024,"media_type":"image","src":"\/\/pvd3d.com\/cdn\/shop\/files\/flower-growler-cone-fill-set-northern-lights.jpg?v=1729477860","width":3024} } ] } </script></product-card> </div> </items-scroll-paged-navigation> </div> </div><script src="//pvd3d.com/cdn/shop/t/16/assets/items-scroll-paged-navigation.js?v=6570701935369699931746079674" type="module"></script></section> </div><div id="shopify-section-template--24581072584993__e6c3bd10-67e9-4c3b-b5e2-69738954310b" class="shopify-section js-section__testimonials"> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/section-testimonials.css?v=42972644362905235331746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-testimonials.css?v=42972644362905235331746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <section class=" section section-testimonials section--padded section--template--24581072584993__e6c3bd10-67e9-4c3b-b5e2-69738954310b section--mb-s--desk " data-section-id="template--24581072584993__e6c3bd10-67e9-4c3b-b5e2-69738954310b" data-section-type="testimonials" style=" --space-top: 0px; --space-bottom: 0px " ><div class="container container--medium"> <div class=" section__title js-animate-single section__title--center " data-animation-displacement="5" ><h2 class="section__title-text">From Our Customers</h2></div> </div><div class=" testimonials testimonials--grid testimonials--mob-carousel js-animate-single " data-animation-displacement="0" > <div class="container container--xlarge container--mob-0"> <div class="testimonials__items"> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-media-carousel.css?v=176138388193478400291746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-media-carousel.css?v=176138388193478400291746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <script src="//pvd3d.com/cdn/shop/t/16/assets/media-carousel.js?v=173020821608647186951746079674" type="module"></script><media-carousel data-speed="500" data-loop="true" data-pagination="true" data-space-between="15" data-navigation="true" data-breakpoint-max="tab" data-autoplay="8000" > <media-carousel-slider> <media-carousel-wrapper class=" o-layout o-layout--small o-layout--center o-layout--middle u-flex--middle " > <media-carousel-slide class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk"> <div > <div class="testimonials__item" data-slide-id="0" > <div class="testimonials__content"> <div class="testimonials__media"> <div class="testimonials__media__item testimonials__media__item--icon"><span class="icon icon--quote "> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" ><path d="M99.7 0L99.7 0L99.7 14.2Q96.4 15.9 93.8 19.2Q91.3 22.5 89.6 27.1L89.6 27.1Q88.0 31.9 87.2 38.1Q86.3 44.3 86.3 52.1L86.3 52.1L86.3 56.4L104.5 56.4L104.5 98.8L62.1 98.8L62.1 67.1Q62.1 60.0 62.7 53.5L62.7 53.5Q63.3 47.1 64.5 41.4Q65.6 35.6 67.4 30.7L67.4 30.7Q69.1 25.8 71.5 21.6L71.5 21.6Q73.8 17.4 76.8 13.9L76.8 13.9Q79.7 10.4 83.2 7.8Q86.7 5.1 90.8 3.1L90.8 3.1Q95.0 1.2 99.7 0L99.7 0ZM37.6 0L37.6 0L37.6 14.2Q34.3 15.9 31.7 19.2Q29.2 22.5 27.5 27.1L27.5 27.1Q25.9 31.9 25.0 38.1Q24.2 44.3 24.2 52.1L24.2 52.1L24.2 56.4L42.4 56.4L42.4 98.8L0 98.8L0 67.1Q0 60.0 0.6 53.5L0.6 53.5Q1.2 47.1 2.3 41.4Q3.5 35.6 5.3 30.7L5.3 30.7Q7.0 25.8 9.4 21.6L9.4 21.6Q11.7 17.4 14.6 13.9L14.6 13.9Q17.6 10.4 21.1 7.8Q24.6 5.1 28.7 3.1L28.7 3.1Q32.8 1.2 37.6 0L37.6 0Z" /> </svg> </span> </div> </div> <div class="testimonials__text"> <h2 class="testimonials__text__text rte"><p>I like to smoke out of cones but I'm terrible at filling them. This made it 100000 times easier!</p></h2> </div> <div class="testimonials__name"> <h3 class="testimonials__name__text u-medium f-family--body f-caps--false f-space--0"> Justine B., Maryland </h3> </div> </div> </div> </div> </media-carousel-slide> <media-carousel-slide class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk"> <div > <div class="testimonials__item" data-slide-id="1" > <div class="testimonials__content"> <div class="testimonials__media"> <div class="testimonials__media__item testimonials__media__item--icon"><span class="icon icon--quote "> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" ><path d="M99.7 0L99.7 0L99.7 14.2Q96.4 15.9 93.8 19.2Q91.3 22.5 89.6 27.1L89.6 27.1Q88.0 31.9 87.2 38.1Q86.3 44.3 86.3 52.1L86.3 52.1L86.3 56.4L104.5 56.4L104.5 98.8L62.1 98.8L62.1 67.1Q62.1 60.0 62.7 53.5L62.7 53.5Q63.3 47.1 64.5 41.4Q65.6 35.6 67.4 30.7L67.4 30.7Q69.1 25.8 71.5 21.6L71.5 21.6Q73.8 17.4 76.8 13.9L76.8 13.9Q79.7 10.4 83.2 7.8Q86.7 5.1 90.8 3.1L90.8 3.1Q95.0 1.2 99.7 0L99.7 0ZM37.6 0L37.6 0L37.6 14.2Q34.3 15.9 31.7 19.2Q29.2 22.5 27.5 27.1L27.5 27.1Q25.9 31.9 25.0 38.1Q24.2 44.3 24.2 52.1L24.2 52.1L24.2 56.4L42.4 56.4L42.4 98.8L0 98.8L0 67.1Q0 60.0 0.6 53.5L0.6 53.5Q1.2 47.1 2.3 41.4Q3.5 35.6 5.3 30.7L5.3 30.7Q7.0 25.8 9.4 21.6L9.4 21.6Q11.7 17.4 14.6 13.9L14.6 13.9Q17.6 10.4 21.1 7.8Q24.6 5.1 28.7 3.1L28.7 3.1Q32.8 1.2 37.6 0L37.6 0Z" /> </svg> </span> </div> </div> <div class="testimonials__text"> <h2 class="testimonials__text__text rte"><p>I love my Flower Growler. As a medical patient who smokes with a bong frequently - this is fantastic for controlling my dosage and intake.</p></h2> </div> <div class="testimonials__name"> <h3 class="testimonials__name__text u-medium f-family--body f-caps--false f-space--0"> Josh T., Massachusetts </h3> </div> </div> </div> </div> </media-carousel-slide> <media-carousel-slide class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk"> <div > <div class="testimonials__item" data-slide-id="2" > <div class="testimonials__content"> <div class="testimonials__media"> <div class="testimonials__media__item testimonials__media__item--icon"><span class="icon icon--quote "> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" ><path d="M99.7 0L99.7 0L99.7 14.2Q96.4 15.9 93.8 19.2Q91.3 22.5 89.6 27.1L89.6 27.1Q88.0 31.9 87.2 38.1Q86.3 44.3 86.3 52.1L86.3 52.1L86.3 56.4L104.5 56.4L104.5 98.8L62.1 98.8L62.1 67.1Q62.1 60.0 62.7 53.5L62.7 53.5Q63.3 47.1 64.5 41.4Q65.6 35.6 67.4 30.7L67.4 30.7Q69.1 25.8 71.5 21.6L71.5 21.6Q73.8 17.4 76.8 13.9L76.8 13.9Q79.7 10.4 83.2 7.8Q86.7 5.1 90.8 3.1L90.8 3.1Q95.0 1.2 99.7 0L99.7 0ZM37.6 0L37.6 0L37.6 14.2Q34.3 15.9 31.7 19.2Q29.2 22.5 27.5 27.1L27.5 27.1Q25.9 31.9 25.0 38.1Q24.2 44.3 24.2 52.1L24.2 52.1L24.2 56.4L42.4 56.4L42.4 98.8L0 98.8L0 67.1Q0 60.0 0.6 53.5L0.6 53.5Q1.2 47.1 2.3 41.4Q3.5 35.6 5.3 30.7L5.3 30.7Q7.0 25.8 9.4 21.6L9.4 21.6Q11.7 17.4 14.6 13.9L14.6 13.9Q17.6 10.4 21.1 7.8Q24.6 5.1 28.7 3.1L28.7 3.1Q32.8 1.2 37.6 0L37.6 0Z" /> </svg> </span> </div> </div> <div class="testimonials__text"> <h2 class="testimonials__text__text rte"><p>I had the absolute whopper of a day, ended up getting home from work late. [...] Ground up my flower and loaded her up, and you just have made an excellent, functional product that I know I’ll find myself reaching for.</p></h2> </div> <div class="testimonials__name"> <h3 class="testimonials__name__text u-medium f-family--body f-caps--false f-space--0"> Kyle E., Pennsylvania </h3> </div> </div> </div> </div> </media-carousel-slide> </media-carousel-wrapper> </media-carousel-slider><media-carousel-navigation class="media-carousel__navigation" hidden> <button class=" media-carousel__arrow media-carousel__arrow--prev js-carousel-prev " ><span class="icon icon--theme icon--chevron icon--left" > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span></button> <button class=" media-carousel__arrow media-carousel__arrow--next js-carousel-next " ><span class="icon icon--theme icon--chevron " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span></button> </media-carousel-navigation> <media-carousel-pagination class="media-carousel__pagination swiper-pagination js-carousel-pagination" hidden ></media-carousel-pagination></media-carousel> </div> </div> </div> </section> </div><div id="shopify-section-template--24581072584993__section_image_with_text_overlap_czbt4x" class="shopify-section js-section__image-with-text-overlap"> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/section-image-with-text.css?v=94313260802411337611746079674" media="print" onload="this.media='all'" > <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/section-image-with-text-overlap.css?v=64255240263619936731746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-image-with-text.css?v=94313260802411337611746079674" rel="stylesheet" type="text/css" media="all" /> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-image-with-text-overlap.css?v=64255240263619936731746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <section class=" section section--padded section--template--24581072584993__section_image_with_text_overlap_czbt4x " data-section-id="template--24581072584993__section_image_with_text_overlap_czbt4x" data-section-type="image-with-text-overlap" style=" --space-top: 0px; --space-bottom: 0px; --block-spacing: 5; " > <div class="image-with-text image-with-text--overlap"> <div class="image-with-text__item block--video_faPnMt" style=" --color-text: #212121; " > <div class="image-with-text__item-bg" style="background-color: #ececec"></div> <div class="container"> <div class="image-with-text__content image-with-text__content--right"> <div class="o-layout u-flex u-flex--middle"> <div class="o-layout__item u-1/1 u-2/3@desk"> <div class="image-with-text__media js-animate-single" data-animation-displacement="0"> <div class="o-ratio o-ratio--4:3" > <div class="o-ratio__content"> <script src="//pvd3d.com/cdn/shop/t/16/assets/lazy-video.js?v=52687712678174417651746079674" type="module"></script> <lazy-video ><div class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </div> <media-poster> <img src="//pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1946" alt="" srcset="//pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=246 246w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=493 493w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=600 600w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=713 713w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=823 823w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=990 990w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1100 1100w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1206 1206w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1346 1346w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1426 1426w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1646 1646w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1946 1946w" width="1946" height="1297" loading="lazy"> </media-poster> <template> <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop" class="image-with-text__media-background-video" preload="metadata" poster="//pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000_990x990.jpg?v=1724620823"><source src="//pvd3d.com/cdn/shop/videos/c/vp/29806969d9664f659b7549dd58e509ad/29806969d9664f659b7549dd58e509ad.HD-1080p-7.2Mbps-33701618.mp4?v=0" type="video/mp4"><img src="//pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000_990x990.jpg?v=1724620823"></video> </template> </lazy-video> </div> </div><div class="image-with-text__media-video"> <button class="c-btn c-btn--primary c-btn--play icon-fallback" data-popup-id="video-dialog-video_faPnMt" data-a11y-dialog-show="video-dialog-video_faPnMt" aria-label="Play video" ><span class="icon icon--theme icon--play " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><title>Play video</title><path d="M32.9999 23.1339C33.6666 23.5188 33.6666 24.4812 32.9999 24.8661L20.2501 32.2272C19.5834 32.6121 18.75 32.1309 18.75 31.3611L18.75 16.6389C18.75 15.8691 19.5834 15.3879 20.2501 15.7728L32.9999 23.1339Z" class="fill" /></svg> </span></button> </div> </div> </div> <div class="o-layout__item u-1/1 u-1/3@desk"> <div class="image-with-text__box image-with-text__box--left image-with-text__box--btn js-animate-single" style=" background-color: #ffffff; --button-color: #212121; --button-background-color: ; --button-hover-color: #fff; --button-hover-background-color: #212121; " > <div class="image-with-text__title image-with-text__title--3 section__title h2 js-animate-single" data-animation-displacement="5" > <h2 class="section__title-text" > Pre-Rolls, Your Way. Made Easy. </h2> </div> <div class="image-with-text__text rte"><p>From single to king size - Prepare pre-rolls easier and cleaner than ever.</p></div> <a href="/collections/flower-growler" class=" image-with-text__btn c-btn c-btn--hollow " >Shop Now</a> </div> </div> </div> </div> </div> </div><script src="//pvd3d.com/cdn/shop/t/16/assets/video-dialog.js?v=55778079720922415911746079674" type="module"></script> <video-dialog id="video-dialog-video_faPnMt" class=" popup popup--video " data-disable-body-scroll aria-hidden="true" > <div class="popup__overlay" data-a11y-dialog-hide></div> <div class="popup__wrapper"> <button title="Close (esc)" type="button" class="popup__close" aria-label="Close (esc)" data-a11y-dialog-hide > <span class="icon icon--theme icon--close " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg> </span> </button> <div class="popup__content" role="document" > <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-video-player.css?v=139133905166155692841746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-video-player.css?v=139133905166155692841746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <script src="//pvd3d.com/cdn/shop/t/16/assets/video-player.js?v=88246136500254577801746079674" type="module"></script> <video-player class="video-player--button-primary " data-type="html5" > <video-element></video-element> <video-poster ><img src="//pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1946" alt="" srcset="//pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=246 246w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=493 493w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=600 600w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=713 713w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=823 823w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=990 990w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1100 1100w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1206 1206w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1346 1346w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1426 1426w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1646 1646w, //pvd3d.com/cdn/shop/files/preview_images/29806969d9664f659b7549dd58e509ad.thumbnail.0000000000.jpg?v=1724620823&width=1946 1946w" width="1946" height="1297" loading="lazy" sizes="(min-width: 990px) 990px, calc(100vw - 36px)"> </video-poster> <video-loading-indicator class="theme-spinner " hidden > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </video-loading-indicator> <template> <video video-element id="video-player-video_faPnMt" src="//pvd3d.com/cdn/shop/videos/c/vp/29806969d9664f659b7549dd58e509ad/29806969d9664f659b7549dd58e509ad.HD-1080p-7.2Mbps-33701618.mp4?v=0" ></video> </template> </video-player> </div> </div> </video-dialog> </div> </section> </div><div id="shopify-section-template--24581072584993__section_custom_UDDzDa" class="shopify-section js-section__custom-content"> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/section-custom.css?v=48904844767128767121746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-custom.css?v=48904844767128767121746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <section class=" section section--padded section--mb-m section--template--24581072584993__section_custom_UDDzDa " data-section-id="template--24581072584993__section_custom_UDDzDa" data-section-type="custom-content" style=" --space-top: 0px; --space-bottom: 0px " > <div class="container"> <div class="custom-content__items"> <div class="o-layout o-layout--center js-animate-sequence"> <div class="o-layout__item u-1/1 u-1/2@tab" > <div class="custom-content__item custom-content__item--text" > <div class="custom-content__item-content custom-content__item-content--text u-text-center"> <div class="section__title section__title--mb-s section__title--center js-animate-single" data-animation-displacement="5" > <h2 class="section__title-text">Crafted with Care</h2> </div> <div class="custom-content__item-text rte"> <p>At PVD3D, every product is more than just a print. Get to know the dynamic duo behind the scenes hustling to support their spoiled dog, Izzy.</p> </div> </div> </div> </div> <div class="o-layout__item u-1/1 u-2/3@tab" > <div class="custom-content__item custom-content__item--image" > <div class="custom-content__item-content custom-content__item-content--image"> <a href="/pages/about-us" class="custom-content__link"> <div class="o-ratio o-ratio--custom" style="padding-bottom:56.25%;" > <div class="o-ratio__content"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: pvd3d pup izzy</span> <svg id="visual" viewBox="0 0 300 169" width="300" height="169" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="169"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=300" alt="pvd3d pup izzy" width="300" height="169" loading="lazy" class="custom-content__img" fetchpriority="auto" sizes="(min-width: 2200px) calc(2140px * 0.6666), (min-width: 767px) calc((100vw - 60px) * 0.6666), calc(100vw - 30px)" srcset="//pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=360 360w 203h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=540 540w 304h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=720 720w 405h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=900 900w 506h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=1080 1080w 608h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=1296 1296w 729h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=1512 1512w 851h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=1728 1728w 972h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994&width=2048 2048w 1152h, //pvd3d.com/cdn/shop/files/pvd3d_izzy_pup_flower_growler.jpg?v=1725252994 4032w 2268h"> </div> </div> </a> </div> </div> </div> </div> </div> </div> </section> </div><div id="shopify-section-template--24581072584993__section_newsletter_pcENEQ" class="shopify-section js-section__newsletter"> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/section-newsletter.css?v=173773369300224144671746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/section-newsletter.css?v=173773369300224144671746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <section class=" section section-newsletter section--template--24581072584993__section_newsletter_pcENEQ section--has-bg " data-section-id="template--24581072584993__section_newsletter_pcENEQ" data-section-type="newsletter" data-radius-form="true" style=" --space-top: 0px; --space-bottom: 0px; " > <div class="container "> <div class=" newsletter js-animate-single " data-animation-displacement="0" style=" --text-color: #131313; --text-color-light: rgba(19, 19, 19, 0.2); --background-color: #f2f2f2; " > <div class=" newsletter__content container section--padded " > <div class="newsletter__title section__title section__title--center js-animate-single" data-animation-displacement="5" > <h2 class="section__title-text"> Get the Inside Scoop </h2> <div class="section__title-desc rte js-animate-single" data-animation-displacement="0" data-animation-delay="0.1" > <p>Be first to know about latest updates, offers. Save 15% on your first order. <br/>Use code HELLO15 after subscribing.</p> </div> </div> <div class="newsletter__form-wrapper"> <form method="post" action="/contact#newsletter" id="newsletter" accept-charset="UTF-8" class="newsletter__form-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <div class="o-layout o-layout--flush o-layout--center"> <div class="o-layout__item u-1/1 u-7/8@tab u-2/3@desk"> <input type="hidden" name="contact[tags]" value="newsletter"> <label for="Email-template--24581072584993__section_newsletter_pcENEQ" class="u-hidden-visually">Email</label> <input type="email" name="contact[email]" id="Email-template--24581072584993__section_newsletter_pcENEQ" class="newsletter__input" value="" placeholder="[email protected]" autocorrect="off" autocapitalize="off" > </div> <div class="o-layout__item u-1/1 u-7/8@tab u-1/3@desk"> <button type="submit" class="c-btn c-btn--full c-btn--primary newsletter__btn" name="commit" id="Subscribe-Footer" > Subscribe </button> </div> </div> </form> </div> </div> </div> </div> </section> </div> </div> <!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--24581067112737__footer" class="shopify-section shopify-section-group-footer-group js-section__footer"><link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-footer.css?v=139131216800184897271746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-footer.css?v=139131216800184897271746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <footer role="contentinfo" id="footer" class="footer footer--light footer-divider" style="--background-color: #111111; " > <div class="container"> <div class="footer__content"> <div class="o-layout"> <div class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk" > <div class="footer-nav"> <h3 class="footer-nav__title h5">Quick Links</h3> <ul class="footer-nav__items o-list-bare"> <li class="footer-nav__item"> <a href="/pages/faq" class="footer-nav__link">FAQs</a> </li> <li class="footer-nav__item"> <a href="/pages/flower-growler-user-guide" class="footer-nav__link">User Guide</a> </li> <li class="footer-nav__item"> <a href="/pages/custom-designs" class="footer-nav__link">Custom Designs</a> </li> <li class="footer-nav__item"> <a href="/pages/wholesale" class="footer-nav__link">Wholesale</a> </li> <li class="footer-nav__item"> <a href="/pages/contact" class="footer-nav__link">Contact Us</a> </li> <li class="footer-nav__item"> <a href="/policies/refund-policy" class="footer-nav__link">Returns & Refunds</a> </li> <li class="footer-nav__item"> <a href="/policies/shipping-policy" class="footer-nav__link">Shipping</a> </li> <li class="footer-nav__item"> <a href="/pages/warranty" class="footer-nav__link">Warranty</a> </li> </ul> </div> </div> <div class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk" > <div class="footer-nav"> <h3 class="footer-nav__title h5">Help</h3> <ul class="footer-nav__items o-list-bare"> <li class="footer-nav__item"> <a href="/policies/refund-policy" class="footer-nav__link">Refund Policy</a> </li> <li class="footer-nav__item"> <a href="/policies/privacy-policy" class="footer-nav__link">Privacy Policy</a> </li> <li class="footer-nav__item"> <a href="/policies/terms-of-service" class="footer-nav__link">Terms of Service</a> </li> <li class="footer-nav__item"> <a href="/policies/shipping-policy" class="footer-nav__link">Shipping Policy</a> </li> <li class="footer-nav__item"> <a href="/policies/contact-information" class="footer-nav__link">Contact Information</a> </li> </ul> </div> </div> <div class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk" > <div class="footer-nav"> <h3 class="footer-nav__title h5">AGE RESTRICTION</h3> <div class="footer-nav__text rte"> <p>This website is intended for individuals aged 21 and above. If you are under 21 years of age, please exit this site immediately. By continuing to browse or make purchases on this website, you confirm that you are at least 21 years old and are legally eligible to do so.</p> </div> </div> </div> </div> </div> </div> <div class="footer__bottom"> <div class="container container--full"> <div class="footer__bottom__left"><div class="footer__icons footer__bottom__left-item"> <ul class="footer__icons-items o-list-bare"> <li class="footer__icons-item"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" width="38" height="24" role="img" aria-labelledby="pi-jcb" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg"><title id="pi-jcb">JCB</title><g fill="none" fill-rule="evenodd"><g fill-rule="nonzero"><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/></g><path d="M11.5 5H15v11.5a2.5 2.5 0 0 1-2.5 2.5H9V7.5A2.5 2.5 0 0 1 11.5 5z" fill="#006EBC"/><path d="M18.5 5H22v11.5a2.5 2.5 0 0 1-2.5 2.5H16V7.5A2.5 2.5 0 0 1 18.5 5z" fill="#F00036"/><path d="M25.5 5H29v11.5a2.5 2.5 0 0 1-2.5 2.5H23V7.5A2.5 2.5 0 0 1 25.5 5z" fill="#2AB419"/><path d="M10.755 14.5c-1.06 0-2.122-.304-2.656-.987l.78-.676c.068 1.133 3.545 1.24 3.545-.19V9.5h1.802v3.147c0 .728-.574 1.322-1.573 1.632-.466.144-1.365.221-1.898.221zm8.116 0c-.674 0-1.388-.107-1.965-.366-.948-.425-1.312-1.206-1.3-2.199.012-1.014.436-1.782 1.468-2.165 1.319-.49 3.343-.261 3.926.27v.972c-.572-.521-1.958-.898-2.919-.46-.494.226-.737.917-.744 1.448-.006.56.245 1.252.744 1.497.953.467 2.39.04 2.919-.441v1.01c-.358.255-1.253.434-2.129.434zm8.679-2.587c.37-.235.582-.567.582-1.005 0-.438-.116-.687-.348-.939-.206-.207-.58-.469-1.238-.469H23v5h3.546c.696 0 1.097-.23 1.315-.415.283-.25.426-.53.426-.96 0-.431-.155-.908-.737-1.212zm-1.906-.281h-1.428v-1.444h1.495c.956 0 .944 1.444-.067 1.444zm.288 2.157h-1.716v-1.513h1.716c.986 0 1.083 1.513 0 1.513z" fill="#FFF" fill-rule="nonzero"/></g></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </li> </ul> </div></div> <div class="footer__bottom__right"> <div class="footer-copyright"> <p class="footer-copyright__text"> <span class="footer-copyright__span footer-copyright__span--powered"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=onlinestore">Powered by Shopify</a></span> <span class="footer-copyright__span footer-copyright__span--shop" >© 2025, PVD3D - Flower Growler</span> </p> </div> </div> </div> </div> </footer> </div> <!-- END sections: footer-group --> </div> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/predictive-search.css?v=178364628060897716381746079674" media="print" onload="this.media='all'" > <script src="//pvd3d.com/cdn/shop/t/16/assets/predictive-search.js?v=101842495416764002911746079674" type="module"></script><script src="//pvd3d.com/cdn/shop/t/16/assets/search-modal.js?v=153126096958304962641746079674" type="module"></script> <search-modal id="modal-search" class=" modal modal--search modal--top modal--dark " aria-labelledby="modal-search-title" aria-hidden="true" > <div class="modal__overlay" data-a11y-dialog-hide></div> <div class="modal__wrapper" role="document"> <div class="modal__content"> <p id="modal-search-title" class="u-hidden-visually">Search our store</p> <button title="Close (esc)" type="button" class="modal__close" aria-label="Close (esc)" data-a11y-dialog-hide > <span class="icon icon--theme icon--close " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg> </span> </button> <div class="search__inner"> <predictive-search type="sidebar" search-url="/search"> <script src="//pvd3d.com/cdn/shop/t/16/assets/search-form.js?v=41728883722473605271746079674" type="module"></script> <search-form> <form action="/search" method="get" class="search__form" role="search"> <div class="search__form-input-wrapper"> <div class="search__form-input-wrapper-limiter"> <input id="modal-search-input" type="search" name="q" value="" class="search__form-input js-search-input" placeholder="Search our store..." aria-label="Search our store..." autofocus role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"> <input name="options[prefix]" type="hidden" value="last"> <button type="submit" class="search__form-submit" aria-label="Search"> <span class="icon icon--theme icon--search " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg> </span> </button> </div> </div><predictive-search-results tabindex="-1" hidden></predictive-search-results> <div class="search__content-wrapper js-search-content"> <div class="search__content search__content--has-recent-searches search__content--has-menu search__content--has-products"><recent-searches class="search__nav" hidden> <h4 class="search__nav-title f-family--body f-caps--true f-space--1"> Recent searches </h4> <ul class="search__nav-items o-list-bare"></ul> </recent-searches> <div class="search__nav"> <h4 class="search__nav-title f-family--body f-caps--true f-space--1"> Main menu </h4> <ul class="search__nav-items o-list-bare"> <li class="search__nav-item"> <a href="/" class="search__nav-link">HOME</a> </li> <li class="search__nav-item"> <a href="/collections/flower-growler" class="search__nav-link">SHOP FLOWER GROWLER™</a> </li> <li class="search__nav-item"> <a href="/pages/flower-growler-user-guide" class="search__nav-link">TUTORIALS</a> </li> <li class="search__nav-item"> <a href="/pages/about-us" class="search__nav-link">ABOUT US</a> </li> </ul> </div> <div class="search__nav"> <div class="search__products"> <h4 class="search__products-title f-family--body f-caps--true f-space--1"> Popular products </h4> <ul class="predictive-search__results-list o-list-bare"><li id="search-nav-product-1" class="predictive-search__list-item"> <a href="/products/flower-growler-stash" class=" predictive-search__item predictive-search__item--media-ratio-3:4 predictive-search__item--media-crop " > <div class="o-ratio o-ratio--3:4 o-ratio--bg-product"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Stash</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=400&v=1729477883&width=300" alt="Flower Growler Cone Filler Set - Stash" width="300" height="400" loading="lazy" class="predictive-search__image o-ratio__content" fetchpriority="auto" sizes="4.5rem" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=160&v=1729477883&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=320&v=1729477883&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=480&v=1729477883&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-stash.jpg?crop=center&height=3024&v=1729477883&width=2268 2268w 3024h"> </div> <div class="predictive-search__item-content"> <span class="predictive-search__item-heading">Flower Growler™ Stash Cone Filler Set</span> <span class="predictive-search__item-price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </span> </div> </a> </li><li id="search-nav-product-2" class="predictive-search__list-item"> <a href="/products/flower-growler-ogb-gradient-cone-filler-set" class=" predictive-search__item predictive-search__item--media-ratio-3:4 predictive-search__item--media-crop " > <div class="o-ratio o-ratio--3:4 o-ratio--bg-product"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Orange-Blue-Green</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=400&v=1729477796&width=300" alt="Flower Growler Cone Filler Set - Orange-Blue-Green" width="300" height="400" loading="lazy" class="predictive-search__image o-ratio__content" fetchpriority="auto" sizes="4.5rem" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=160&v=1729477796&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=320&v=1729477796&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=480&v=1729477796&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-gradient-ogb.jpg?crop=center&height=3024&v=1729477796&width=2268 2268w 3024h"> </div> <div class="predictive-search__item-content"> <span class="predictive-search__item-heading">Flower Growler™ Gradient OGB Cone Filler Set</span> <span class="predictive-search__item-price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </span> </div> </a> </li><li id="search-nav-product-3" class="predictive-search__list-item"> <a href="/products/flower-growler-blue-dream-cone-filler-set" class=" predictive-search__item predictive-search__item--media-ratio-3:4 predictive-search__item--media-crop " > <div class="o-ratio o-ratio--3:4 o-ratio--bg-product"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Blue Dream</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=400&v=1729646281&width=300" alt="Flower Growler Cone Filler Set - Blue Dream" width="300" height="400" loading="lazy" class="predictive-search__image o-ratio__content" fetchpriority="auto" sizes="4.5rem" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=160&v=1729646281&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=320&v=1729646281&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=480&v=1729646281&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-blue-dream.jpg?crop=center&height=1024&v=1729646281&width=768 768w 1024h"> </div> <div class="predictive-search__item-content"> <span class="predictive-search__item-heading">Flower Growler™ Blue Dream Cone Filler Set</span> <span class="predictive-search__item-price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </span> </div> </a> </li><li id="search-nav-product-4" class="predictive-search__list-item"> <a href="/products/flower-growler-northern-lights-cone-filler-set" class=" predictive-search__item predictive-search__item--media-ratio-3:4 predictive-search__item--media-crop " > <div class="o-ratio o-ratio--3:4 o-ratio--bg-product"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Northern Lights</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=400&v=1729477860&width=300" alt="Flower Growler Cone Filler Set - Northern Lights" width="300" height="400" loading="lazy" class="predictive-search__image o-ratio__content" fetchpriority="auto" sizes="4.5rem" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=160&v=1729477860&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=320&v=1729477860&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=480&v=1729477860&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-northern-lights.jpg?crop=center&height=3024&v=1729477860&width=2268 2268w 3024h"> </div> <div class="predictive-search__item-content"> <span class="predictive-search__item-heading">Flower Growler™ Northern Lights Cone Filler Set</span> <span class="predictive-search__item-price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </span> </div> </a> </li><li id="search-nav-product-5" class="predictive-search__list-item"> <a href="/products/flower-growler-runtz-gradient-cone-filler-set" class=" predictive-search__item predictive-search__item--media-ratio-3:4 predictive-search__item--media-crop " > <div class="o-ratio o-ratio--3:4 o-ratio--bg-product"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Runtz</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-runtz.jpg?crop=center&height=400&v=1729477653&width=300" alt="Flower Growler Cone Filler Set - Runtz" width="300" height="400" loading="lazy" class="predictive-search__image o-ratio__content" fetchpriority="auto" sizes="4.5rem" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-runtz.jpg?crop=center&height=160&v=1729477653&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-runtz.jpg?crop=center&height=320&v=1729477653&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-runtz.jpg?crop=center&height=480&v=1729477653&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-runtz.jpg?crop=center&height=3024&v=1729477653&width=2268 2268w 3024h"> </div> <div class="predictive-search__item-content"> <span class="predictive-search__item-heading">Flower Growler™ Runtz Gradient Cone Filler Set</span> <span class="predictive-search__item-price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </span> </div> </a> </li><li id="search-nav-product-6" class="predictive-search__list-item"> <a href="/products/flower-growler-matte-black-cone-filler-set" class=" predictive-search__item predictive-search__item--media-ratio-3:4 predictive-search__item--media-crop " > <div class="o-ratio o-ratio--3:4 o-ratio--bg-product"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Flower Growler Cone Filler Set - Matte Black</span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img src="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=400&v=1729477591&width=300" alt="Flower Growler Cone Filler Set - Matte Black" width="300" height="400" loading="lazy" class="predictive-search__image o-ratio__content" fetchpriority="auto" sizes="4.5rem" srcset="//pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=160&v=1729477591&width=120 120w 160h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=320&v=1729477591&width=240 240w 320h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=480&v=1729477591&width=360 360w 480h, //pvd3d.com/cdn/shop/files/flower-growler-cone-fill-set-matte-black.jpg?crop=center&height=3024&v=1729477591&width=2268 2268w 3024h"> </div> <div class="predictive-search__item-content"> <span class="predictive-search__item-heading">Flower Growler™ Matte Black Cone Filler Set</span> <span class="predictive-search__item-price"><!-- snippet/product-price.liquid --> <span id="" class="price"><span class="price__number"><span class="money">$90.00</span></span ></span> </span> </div> </a> </li></ul> </div> </div> </div> </div></form> </search-form> </predictive-search> </div> </div> </div> </search-modal> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-back-to-top-button.css?v=110867531981870776271746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-back-to-top-button.css?v=110867531981870776271746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <back-to-top-button class="back-to-top-button back-to-top-button--brand" aria-label="Back to top" type="button" role="button" tabindex="0" align-right style="opacity: 0;" > <span class="icon icon--theme icon--chevron back-to-top-button__icon icon--up" > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span> <span class="visually-hidden">Back to top</span> </back-to-top-button> <script src="//pvd3d.com/cdn/shop/t/16/assets/back-to-top-button.js?v=22425800111144963571746079674" type="module"></script> <modal-dialog id="modal-cart" class=" modal--cart modal modal--right modal--dark " aria-labelledby="modal-cart-title" aria-hidden="true" style="--background-color: #ececec;" ><div class="modal__overlay" data-a11y-dialog-hide></div><div class="modal__wrapper" role="document" > <div class="modal__content" > <style> .cart { --drawer-background: #ececec; } </style> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-cart.css?v=130363729856623176591746079674" media="print" onload="this.media='all'" > <div id="cart-drawer-templates" style="display: none"><template id="template-cart"> <cart-full class="cart__wrapper"><free-shipping-bar class=" free-shipping-bar free-shipping-bar--align-left " value="0" minimum-value="7500" style="--track-color: linear-gradient(136deg, rgba(10, 234, 237, 1) 11%, rgba(250, 13, 253, 1) 84%)" > <free-shipping-bar-text class="free-shipping-bar__text"><span class="free-shipping-bar__icon"><span class="icon icon--selection icon--icon-delivery-truck-3 " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" ><circle cx="5" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><circle cx="19" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><path d="M3,18H1.5a1,1,0,0,1-1-1V13.015A1,1,0,0,1,.919,12.2L4,11l.811-4.243A1,1,0,0,1,5.781,6H9.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H21" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><line x1="7" y1="18" x2="17" y2="18" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="9.5" y1="6" x2="9.5" y2="16" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="0.5" y1="15" x2="2" y2="15" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="4" y1="11" x2="9.5" y2="11" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line></svg> </span> </span><amount-to-spend >Spend <b><money-value class="money">$75</money-value></b> to get free shipping</amount-to-spend> <amount-left hidden >Spend <b><money-value class="money">$75</money-value> more</b> to get free shipping</amount-left> <minimum-reached hidden >Congratulations! You get <b>free</b> shipping.</minimum-reached> </free-shipping-bar-text> <free-shipping-bar-track class="free-shipping-bar__track" style="--displacement: 100%" ></free-shipping-bar-track><free-shipping-bar-goal-animation class="free-shipping-bar__animation" data-url="//pvd3d.com/cdn/shop/t/16/assets/animation.confetti.lottie?v=116718273433018025251746079674" ><canvas width="300" height="300"></canvas ></free-shipping-bar-goal-animation></free-shipping-bar><cart-contents class="cart__contents"> <cart-items class="cart__items" form-id="drawer-cart" ></cart-items> <cart-recommendations class=" cart-recommendations " id="drawer-cart-recommendations--recommendations" section-id="drawer-cart-recommendations" product-recommendations-root="/recommendations/products" product-recommendations-type="related" hidden > <cart-recommendations-title class="cart-recommendations__title cart-recommendations__title--plain js-animate-single" data-animation-displacement="5" ><p class="cart-recommendations__title-text cart-recommendations__title-text--reduced">You may also like...</p></cart-recommendations-title> <link rel="stylesheet" href="//pvd3d.com/cdn/shop/t/16/assets/component-items-scroll.css?v=55475307582839585001746079674" media="print" onload="this.media='all'" > <noscript> <link href="//pvd3d.com/cdn/shop/t/16/assets/component-items-scroll.css?v=55475307582839585001746079674" rel="stylesheet" type="text/css" media="all" /> </noscript> <items-scroll class="items-scroll mini-navigation" snap="start" image-container-ratio="3:4" > <div class=" grid-layout grid-layout--1 grid-layout--1@mob " data-items cart-recommendations-content ></div> </items-scroll> </cart-recommendations> <script src="//pvd3d.com/cdn/shop/t/16/assets/items-scroll.js?v=124158216695031153151746079674" type="module"></script> <div id="drawer-cart-recommendations--templates" style="display: none"><template id="drawer-cart-recommendations--template-cart-recommendations-card"> <product-card-mini class="product-card product-card--mini js-product js-product-card product-card--crop product-card--media-ratio-3:4" image-container-ratio="3:4" > <a product-card-link href="#" class="product-card__link" ><span class="visually-hidden"></span></a > <div class="product-card__top"> <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"> <a product-card-link href="#" tabindex="-1"> <div class=" product-card__media " ><product-card-secondary-image-placeholder class="product-card__img-hover hover-enabled" hidden ></product-card-secondary-image-placeholder> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: </span> <svg id="visual" viewBox="0 0 300 400" width="300" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="300" height="400"></rect> </svg> </image-skeleton> <img class="product-card__img js-product-card-image hover-enabled" src="//pvd3d.com/cdn/shop/t/16/assets/placeholder_300x400.png?v=113555733946226816651746079674" srcset="//pvd3d.com/cdn/shop/t/16/assets/placeholder_120x160.png?v=113555733946226816651746079674 120w 160h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_240x320.png?v=113555733946226816651746079674 240w 320h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_360x480.png?v=113555733946226816651746079674 360w 480h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_480x640.png?v=113555733946226816651746079674 480w 640h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_620x827.png?v=113555733946226816651746079674 620w 827h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_740x987.png?v=113555733946226816651746079674 740w 987h, " sizes="(min-width: 504px) 67px, calc((100vw - 96px - 18px - 24px) * 0.275)" width="300" height="400" alt="" loading="lazy" fetchpriority="auto" > </div> </a> </div> </div> </div><div class="product-card__details"> <h3 class="product-card__title f-family--body f-caps--false f-space--0"> <product-card-title></product-card-title> </h3><product-card-price class="product-card__price"></product-card-price> </div></product-card-mini> </template><template id="drawer-cart-recommendations--template-quick-shop"> <quick-shop id="" placeholder load-on="click" class=" modal modal--right quick-shop--drawer-dark quick-shop--media-ratio-3:4 " image-container-ratio="3:4" image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)" notify-on-add aria-labelledby="-title" aria-hidden="true" > <div class="modal__overlay" data-a11y-dialog-hide></div> <div class="modal__wrapper" role="document"> <div class="quick-shop__wrapper"> <div class="quick-shop__header"> <div class="product-card__details"> <span class="product-card__link"> <h3 id="-title" class="quick-shop__title"><span class="visually-hidden">Loading...</span> <div class="skeleton-text"></div></h3> </span> </div> <button title="Close (esc)" type="button" class="modal__close" aria-label="Close (esc)" data-a11y-dialog-hide > <span class="icon icon--theme icon--close " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg> </span> </button> </div> <div class="quick-shop__main"> <div class="product-card__wrapper"> <div class=" product-card__media product-card__media--modal product-card--crop " > <div class=" o-ratio o-ratio--3:4 " > <div class="o-ratio__content"><div class="skeleton-image skeleton-image--3:4"></div></div> </div> </div> </div> <div class="product-card__details is-hidden-in-drawer"><div class="skeleton-text"></div></div> <div class="product-card__price"> <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div> </div> <hr class="product-form__divider"> <div class="product-form__content"> <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span> <div class="skeleton-text"></div> <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span> <div class="skeleton-text"></div> </div> </div> <div class="quick-shop__buttons"> <div class="product-form__add"> <div class="product-form__add-btn skeleton-button"> <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2" ></span> </div> </div> </div> <div class="quick-shop__footer"><div class="product-card__description"> <div class="skeleton-text"></div> <div class="skeleton-text"></div> <span class="skeleton-text skeleton-text--1/3"></span> </div><div class="product-card__more"> <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span> </div> </div> </div> </div> <script src="//pvd3d.com/cdn/shop/t/16/assets/variant-select-components.js?v=131765284467960394261746079674" type="module"></script> <script src="//pvd3d.com/cdn/shop/t/16/assets/product-interactive-options.js?v=131602520504723755981746079674" type="module"></script> </quick-shop> </template><template id="drawer-cart-recommendations--template-sold-out-button"> <button type="button" class="link" disabled="disabled">Sold out</button> </template> <template id="drawer-cart-recommendations--template-quick-shop-button"> <button type="button" class="link link--underline" aria-hidden="true" tabindex="-1" data-trigger-quick-shop > Quick view </button> </template> <template id="drawer-cart-recommendations--template-add-to-cart-form"> <product-form > <form action="/cart/add" method="post" enctype="multipart/form-data"> <input type="hidden" name="form_type" value="product"> <input type="hidden" name="id" value=""> <button type="submit" class="link link--underline" name="add" aria-hidden="true" tabindex="-1"> <staged-action class="staged-action"> <staged-action-text class="staged-action__text"> + Add to cart </staged-action-text> <staged-action-tick class="staged-action__tick"> <span class="icon icon--theme icon--check " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M4.5 23.9999L17.5 36.9999L43.5 10.9999" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span> </staged-action-tick> <staged-action-spinner class="staged-action__spinner"> <div class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </div> </staged-action-spinner> </staged-action> </button> </form> </product-form> </template> </div> <script src="//pvd3d.com/cdn/shop/t/16/assets/cart-recommendations.js?v=70005626286225720301746079674" type="module"></script> </cart-contents> <div class="cart__controls"> <div class="cart__details"><div class="cart__order-details"> <cart-discounts> <discount-list></discount-list> </cart-discounts> <noscript> <p class="cart__total"> <span>Subtotal</span><cart-total class="money"></cart-total> </p> </noscript><p class="cart__total"> <span>Subtotal</span><cart-total class="money"></cart-total> </p><p class="cart__message">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </p> </div> </div> <div class="cart__actions"> <div class=" cart__buttons cart__buttons--view-cart " > <form id="drawer-cart" action="/cart" method="post" class="cart__form" novalidate><a href="/cart" class="c-btn c-btn--hollow c-btn--full cart__view">View cart</a><noscript> <button type="submit" name="update" class="c-btn c-btn--hollow cart__button-update update-cart"> Update cart </button> </noscript> <button type="submit" class="c-btn c-btn--full c-btn--primary cart__checkout" name="checkout"><span class="icon icon--theme icon--lock " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M25.75 30.7147C26.4972 30.2778 27 29.4614 27 28.5263C27 27.131 25.8807 26 24.5 26C23.1192 26 22 27.131 22 28.5263C22 29.4614 22.5027 30.2778 23.25 30.7147V32.7368C23.25 33.4344 23.8097 34 24.5 34C25.1903 34 25.75 33.4344 25.75 32.7368V30.7147Z" class="fill" /> <path d="M15.1111 16.8535V12.4217C15.1111 12.4217 15.1111 4.44446 24 4.44446C32.8889 4.44446 32.8889 12.4217 32.8889 12.4217V16.8535M13.3333 16.8535H34.6667C37.6122 16.8535 40 19.2346 40 22.1717V38.1263C40 41.0634 37.6122 43.4445 34.6667 43.4445H13.3333C10.3878 43.4445 8 41.0634 8 38.1263V22.1717C8 19.2346 10.3878 16.8535 13.3333 16.8535Z" vector-effect="non-scaling-stroke" /></svg> </span><span>Check out</span></button> </form></div> </div> </div> </cart-full> </template> <template id="template-cart-item"> <cart-item class="cart-item cart-item--media-ratio-3:4 cart-item--media-crop " image-container-ratio="3:4" > <div class="cart-item__media"> <a cart-item-url href="#" class="o-ratio o-ratio--3:4 o-ratio--bg-product" > <cart-item-image-container class="o-ratio__content"> <image-skeleton style="--color: rgba(0, 0, 0, 0.06);" > <span class="visually-hidden">Loading image: Loading...</span> <svg id="visual" viewBox="0 0 120 160" width="120" height="160" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin slice" > <rect x="0" y="0" width="120" height="160"></rect> </svg> </image-skeleton> <img class="cart-item__image" src="//pvd3d.com/cdn/shop/t/16/assets/placeholder_120x160.png?v=113555733946226816651746079674" srcset="//pvd3d.com/cdn/shop/t/16/assets/placeholder_120x160.png?v=113555733946226816651746079674 120w 160h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_240x320.png?v=113555733946226816651746079674 240w 320h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_360x480.png?v=113555733946226816651746079674 360w 480h, //pvd3d.com/cdn/shop/t/16/assets/placeholder_480x640.png?v=113555733946226816651746079674 480w 640h, " sizes="(min-width: 504px) 71px, 70px" width="120" height="160" alt="Loading..." loading="lazy" fetchpriority="auto" > </cart-item-image-container> </a> </div> <cart-item-details class="cart-item__details "><div class="cart-item__header"> <a cart-item-url href="#"> <div class="cart-item__heading f-family--body"> <cart-item-title></cart-item-title> </div> </a> </div> <div class="cart-item__price"> <cart-item-spinner></cart-item-spinner> <cart-item-final-line-price></cart-item-final-line-price> <cart-item-original-line-price></cart-item-original-line-price> </div> <cart-item-micro-copy class="cart-item__micro-copy"> <cart-item-default-property></cart-item-default-property> <cart-item-properties></cart-item-properties><cart-item-unit-price></cart-item-unit-price> <cart-item-selling-plan-allocation></cart-item-selling-plan-allocation></cart-item-micro-copy> </cart-item-details> <div class="cart-item__qty"> <cart-item-quantity></cart-item-quantity><a cart-item-remove href="#" class="cart-item__remove"><span class="icon icon--theme icon--delete " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><title>Remove</title><path d="M19.1547 33.7431V20.7455M28.8453 33.7431V20.7455M4.5 10.9988L43.5 11.0007M35.3085 43.5H12.6918C12.2676 43.5 11.8475 43.416 11.4556 43.2525C11.0637 43.0893 10.7076 42.8498 10.4077 42.5478C10.1078 42.2462 9.86995 41.8876 9.70778 41.4933C9.5456 41.099 9.46224 40.6764 9.4625 40.2498V11.0007H38.5376V40.2498C38.5376 41.1112 38.1974 41.9375 37.592 42.5469C36.9862 43.1559 36.1648 43.5 35.3085 43.5ZM28.8461 4.5H19.1543C18.7301 4.5 18.31 4.58409 17.9181 4.74744C17.5262 4.91083 17.1701 5.15026 16.8702 5.4521C16.5703 5.75397 16.3324 6.11227 16.1703 6.50662C16.0081 6.90094 15.9248 7.32355 15.925 7.75031V10.9988H32.0773V7.75031C32.0773 6.88877 31.737 6.06253 31.1314 5.45332C30.5258 4.84414 29.7026 4.5 28.8461 4.5Z" stroke-linejoin="round" vector-effect="non-scaling-stroke" stroke-linecap="round"/></svg> </span></a> <cart-item-errors class="cart-item__errors"></cart-item-errors> </div> <cart-item-discounts class="cart-item__discounts"> <discount-list></discount-list> </cart-item-discounts> </cart-item> </template> <template id="template-quantity-input"> <quantity-input> <button minus type="button" aria-label="Reduce item quantity by one"> <span aria-hidden="true">−</span> </button> <input type="number" value="1" min="0" step="1" name="quantity" autocomplete="off" form="drawer-cart" data-form-type="other" aria-label="Quantity" > <button plus type="button" aria-label="Increase item quantity by one"> <span aria-hidden="true">+</span> </button> </quantity-input> </template> </div><div class="cart-draw__announcement"><div class="cart__announcement js-animate-single" data-animation-displacement="0" data-animation-delay="0.1"><a href="/pages/sign-up-event"><div class="cart__announcement-icon"><span class="icon icon--selection icon--icon-envelope " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" ><rect x="0.5" y="4.5" width="23" height="15" rx="1.5" ry="1.5" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></rect><polyline points="20.5 8.5 12 14 3.5 8.5" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></polyline><line x1="3.5" y1="16" x2="7" y2="14" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="20.5" y1="16" x2="17" y2="14" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line></svg> </span> </div><p class="cart__announcement-text">Email subscribers receive 15% Off. Use code: Hello15 after subscribing!</p></a></div> </div><div class="cart-draw__head"> <h3 id="modal-cart-title" class="cart-draw__title">Shopping Cart</h3><cart-quantity-info class="cart-draw__quantity-info" hidden >(<items-count>0</items-count> <info-content>items</info-content >)</cart-quantity-info > <button title="Close (esc)" type="button" class="modal__close" aria-label="Close (esc)" data-a11y-dialog-hide > <span class="icon icon--theme icon--close " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg> </span> </button> </div> <interactive-cart id="drawer-cart" class="cart cart--draw" drawer note-inside-accordion height-control="360" ><cart-empty> <div class="cart-empty"> <p class="cart-empty__title">Your cart is currently empty</p> <a href="/collections/flower-growler" class="c-btn c-btn--primary c-btn--wide" >Shop now</a> </div> </cart-empty> </interactive-cart> </div> </div> </modal-dialog><div id="moved-modal-elements"></div> <div id="ui-templates" style="display: none"> <template id="template-spinner"><theme-spinner class="theme-spinner " > <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> <div class="theme-spinner__border"></div> </theme-spinner> </template> <template id="template-icon-close"><span class="icon icon--theme icon--close " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg> </span></template> <template id="template-icon-chevron"><span class="icon icon--theme icon--chevron " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg> </span></template> <template id="template-icon-play"><span class="icon icon--theme icon--play " > <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M32.9999 23.1339C33.6666 23.5188 33.6666 24.4812 32.9999 24.8661L20.2501 32.2272C19.5834 32.6121 18.75 32.1309 18.75 31.3611L18.75 16.6389C18.75 15.8691 19.5834 15.3879 20.2501 15.7728L32.9999 23.1339Z" class="fill" /></svg> </span></template> </div> <!-- Venue theme by Safe As Milk - http://safeasmilk.co/ --> <!-- Theme version 15.1.0 --><div id="shopify-block-AaUY3TDlOK3J2UVAyQ__4015264832934714879" class="shopify-block shopify-app-block"> <link rel="stylesheet" href="https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/style.css" media="print" onload="this.media='all'"> <script> function createEcomSendMainStyleEle() { const ele = document.createElement("link") ele.rel = "stylesheet" ele.href = 'https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/style.css' ele.dataset.ecomsendTag = "load-alternate-css" return ele } if (window.EcomSendApps?.enableAlternateCSSLoading ?? false) { document.head.appendChild(createEcomSendMainStyleEle()) } function createEcomSendMainJSEle() { const ele = document.createElement("script") ele.defer = true ele.id = "ecomsend-main-js" ele.src = 'https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/ecomsend.js' if (null === document.getElementById(ele.id)) { document.head.appendChild(ele) } } </script> <style id="ecomsend-custom-style"></style> <div id="ecomsend-widget"></div> <!-- BEGIN app snippet: ecomsend-app --><script type="text/javascript"> //EcomSend APPS COMMON JS CODE window.EcomSendApps = window.EcomSendApps || {} window.EcomSendApps.design_mode = false window.EcomSendApps.common = window.EcomSendApps.common || {} window.EcomSendApps.common.shop = { permanent_domain: 'f12034.myshopify.com', currency: "USD", money_format: "${{amount}}", id: 77823934753, } window.EcomSendApps.common.template = 'index' </script> <!-- END app snippet --> <script>window.shopLocale = 'en'</script> <script defer="defer" src="https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/react_react-dom.min.js"></script> <script defer="defer" src="https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/mobx_react-custom-roulette.min.js" onload="createEcomSendMainJSEle()"></script> </div><div id="shopify-block-AWTZhbW00S0txY2tBM__15181020662106344915" class="shopify-block shopify-app-block"><div class='jdgm-popup-widget-wrapper' role='complementary'> <div class='jdgm-widget jdgm-popup-widget'> <style> .jdgm-popup-widget .jdgm-popup-widget__cards-container{top:40px;bottom:unset;left:0;right:unset}@media only screen and (max-width: 767px){.jdgm-popup-widget .jdgm-popup-widget__cards-container{left:24px;right:unset}}.jdgm-popup-widget .jdgm-popup-card{border-radius:8px;height:147px}.jdgm-popup-widget .jdgm-popup-card__close-btn{border-radius:8px}.jdgm-popup-widget .jdgm-popup-card__pic-wrapper{border-radius:8px 0 0 8px}.jdgm-popup-widget .jdgm-popup-card__rev-prod-wrapper{width:66%;max-width:238px}.jdgm-popup-widget .jdgm-popup-card__rev-content{-webkit-box-orient:vertical;-webkit-line-clamp:3}.jdgm-popup-widget .jdgm-popup-card__reviewer{display:none}.jdgm-full-rev-modal.popup-widget .jm-mfp-content{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__icon{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__pic-img{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__replier::before{content:'PVD3D'}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <div class='jdgm-popup-widget__cards-container' data-position='top_left'> <div class='jdgm-popup-card' data-review-id='81ca1185-66e9-44a7-9531-44a9b58e9219' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://judgeme.imgix.net/pvd3d-flower-growler/1715000787__1715000783936-image__original.jpg?auto=format&w=240'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Joshua T. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-title'> Convenient and helpful </span> <span class='jdgm-popup-card__rev-body'> <p>Excellent for a primarily dry herb medical patient. Allows me to have better dosage control and easy one-hand bowl filling.</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Flower Growler™ Purps </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='a4b384be-b643-4e05-96ef-63061a47255c' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0778/2393/4753/files/flower-growler-cone-fill-set-stash_240x240.jpg?v=1729477883'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Ryan G. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-title'> Amazing product! </span> <span class='jdgm-popup-card__rev-body'> <p>So I’ve been using this pretty regularly since I’ve purchased it. What a genius concept!</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Flower Growler™ Stash Cone Filler Set </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='5c50597e-4ea8-40fa-ba9e-e12ba8059371' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0778/2393/4753/files/flower-growler-cone-fill-set-matte-green_240x240.jpg?v=1729649812'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Kyle </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-title'> You don’t even realize that you NEED this! </span> <span class='jdgm-popup-card__rev-body'> <p>I watched the demonstration and was instantly intrigued. My adult kids and I each bought one (full kits). The first time you use this you think, “how did I get by without this?”. Grind your current favorite flower and fill the growler. Now you have easily transportable and ready to dispense weed at the ready. Taking this into the back yard with your pipe and sitting by the fire is simply perfect. So easy to use! Not to mention using it to create the most easy to fill joint. With the cone adapter you will create pro level “pre rolls”. I promise! If you have a Mighty+ then you will love the adapter to fill your oven! So happy we came across these guys at a dispensary fair. So very grateful!</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Flower Growler™ Matte Green Cone Filler Set </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='a690ca40-968e-4660-9585-fb3077f6211a' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0778/2393/4753/files/flower-growler-cone-fill-set-gradient-rbg_240x240.jpg?v=1729477828'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> E.Q. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-title'> I love it! </span> <span class='jdgm-popup-card__rev-body'> <p>I knew when I got this I would love it; it makes rolling and packing cones so much easier since my hands have a constant tremor, so this tool literally makes it so easy!!! It's very simple, accessible, and I enjoy using it a lot! <br />The only suggestion I may make is to potentially sand down the ridges in the 3D Print? Only because I'm noticing my finer pieces of bud tend to get caught on the ridges of the 3D printed areas so I feel like a smooth surface would be great for finer grounds. but otherwise everything else is wonderful ^v^</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Flower Growler™ RBG Gradient Cone Filler Set </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='4998ae2b-3bb8-4651-bfb1-8a5b4a20973f' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0778/2393/4753/files/flower-growler-cone-fill-set-stash_240x240.jpg?v=1729477883'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Caelob P. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-title'> Donut </span> <span class='jdgm-popup-card__rev-body'> <p>Make sure your flower is ground up nice and fine so it doesn’t get jammed up! Great speedy tool to pack your bowl, bong or joint!</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Flower Growler™ Stash Cone Filler Set </div> </div> </div> </div> </div> </div> </div> </div><div id="shopify-block-AY0VhdC9WTVhBNG50M__124348908681409149" class="shopify-block shopify-app-block"><script> window.SimpleBundles = { productVariants: {}, settings: { selectPlaceholder: 'Please select an option' } }; </script> <style type="text/css"> </style> <script type="text/javascript"> </script> </div></body> </html>