$15.00
$15.00
BOUTIQ SWITCH 2G DISPOSABLE VAPE
Add to cart
Select options
This product has multiple variants. The options may be chosen on the product page
Add to cart
Add to cart
Out of stock
Select options
This product has multiple variants. The options may be chosen on the product page
jQuery(document).ready(function($) {
var $scope = jQuery(“.elementor-element-2d6de4d”);
var $products = $(‘.products’, $scope);
var $layout_mode = $products.data(‘layout-mode’);
if ( $layout_mode === ‘masonry’ ) {
// init isotope
var $isotope_products = $products.isotope({
itemSelector: “li.product”,
layoutMode: $layout_mode,
percentPosition: true
});
$isotope_products.imagesLoaded().progress( function() {
$isotope_products.isotope(‘layout’);
})
}
});