{"id":235384,"date":"2025-04-08T20:17:00","date_gmt":"2025-04-08T20:17:00","guid":{"rendered":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/event-accessories\/"},"modified":"2026-04-22T17:25:18","modified_gmt":"2026-04-22T17:25:18","slug":"event-accessories","status":"publish","type":"page","link":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/","title":{"rendered":"Event Accessories"},"content":{"rendered":"<!-- Start Shortcoder content --><!-- Cart -->\r\n<div class=\"cartInfo\" style=\"display:none\">\r\n    <i class=\"cartIcon fas fa-shopping-cart\"><\/i><!--no linebreak bc elementor--> <span class=\"simpleCart_quantity\"><\/span> items\r\n<\/div>\r\n\r\n<div class=\"pageDateRangeWrapper elementor-widget-button\">\r\n    <div class=\"elementor-button elementor-animation-grow\" onclick=\"checkAvailDateClick()\" style=\"display:block\">\r\n        <div class=\"ioDateRangeHeader\">Set Event Date<\/div>\r\n        <div id=\"pageDateRange\" class=\"ioDateRange\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n<div class=\"io_category_wrapper elementor-widget-heading\">\r\n            <h1 class=\"catNameIO elementor-heading-title elementor-size-default io_forrent io_forrent_386237\"><span class=\"io_forrent io_forrent_386237\">Event Accessory Rentals Winnipeg<\/span><\/h1>\r\n    \r\n<\/div>\r\n\r\n<!-- Add View Toggle Buttons -->\r\n<div class=\"io_view_toggle_container\" style=\"display:none;\">\r\n    <div class=\"io_view_toggle_buttons\">\r\n        <button class=\"io_view_toggle_btn active\" data-view=\"tile\" title=\"Tile View\">\r\n            <i class=\"fas fa-th-large\"><\/i>\r\n        <\/button>\r\n        <button class=\"io_view_toggle_btn\" data-view=\"list\" title=\"List View\">\r\n            <i class=\"fas fa-list\"><\/i>\r\n        <\/button>\r\n    <\/div>\r\n<\/div>\r\n<div class=\"category_id\" style=\"display: none\">386237<\/div>\r\n<div class=\"cat_div_wrapper\"><div class=\"io_cat_description io_cat_description_386237 elementor-widget-text-editor catDescriptionIO\">Event accessories are the small add\u2011ons that make your setup work and look right&mdash;think signage, stanchions, easels, lighting, and other handy extras. Rent them to polish the space, guide guests, and cover the details you didn&rsquo;t know you&rsquo;d need.<\/div><\/div>\r\n<div class=\"io_catdiv2\"><\/div>\r\n<div class=\"io_landingpages io_landingpages_386237 elementor-widget-text-editor\"><!-- Start Shortcoder content -->                                Professional delivery to <span class=\\\"io_city_list\\\">Winnipeg MB<\/span> and surrounding areas. Please submit a quote or contact us to be sure we service your area.                                                                                    <!-- End Shortcoder content --><\/div>\r\n<div class=\"io_cat_longdescription io_cat_longdescription_386237 elementor-widget-text-editor\">Event Accessories are the small but essential add-ons that make your event feel complete and run smoothly. Think of the finishing touches that handle comfort, flow, and style\u2014stanchions and ropes for lines, easels and sign stands, coat racks, heaters or fans, extension cords and power strips, uplights, podiums, ice tubs and beverage bins, serving trays, card boxes, aisle runners, and simple d\u00e9cor accents. Mix and match to fit your theme and guest count. Everything is clean, durable, and easy to set up, with quantities to cover anything from a backyard party to a full banquet. Pair these with tents, tables, chairs, or a stage so your space looks intentional and works the way you planned.<\/div>\r\n<script>\r\n    function CategoryGallery(rental_id, rental_name, images_arr){\r\n        var rid = rental_id;\r\n        var rentalName = rental_name;\r\n\r\n        \/\/ Normalize images_arr: it may arrive as a JSON string, an object, or be undefined\r\n        try {\r\n            if (typeof images_arr === 'string' && images_arr.length) {\r\n                images_arr = JSON.parse(images_arr);\r\n            }\r\n        } catch (e) {\r\n            images_arr = {};\r\n        }\r\n        if (!images_arr) images_arr = {};\r\n\r\n        \/\/ Where to append anchors and thumbs\r\n        var $bigAfter = jQuery('#io_img_big2_' + rid);\r\n        var $thumbAfter = jQuery('#io_img_thumb1_' + rid);\r\n\r\n        if ($bigAfter.length && $thumbAfter.length) {\r\n            var relVal = $bigAfter.attr('rel') || 'img_group noopener';\r\n\r\n            \/\/ Helper to validate a URL-like value (non-empty and not literal placeholders)\r\n            var isValid = function (u) {\r\n                if (!u) return false;\r\n                var s = String(u).trim();\r\n                if (!s) return false;\r\n                if (s.indexOf('%%') !== -1) return false; \/\/ ignore unreplaced placeholders\r\n                if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false;\r\n                return true;\r\n            };\r\n\r\n            var addedThumbs = 0;\r\n\r\n            \/\/ Iterate image map and append missing big anchors and thumbs\r\n            for (var key in images_arr) {\r\n                if (!images_arr.hasOwnProperty(key)) continue;\r\n                var imgObj = images_arr[key] || {};\r\n                var href = imgObj[\"rentalimage_imagelocbig\"] || imgObj[\"imagelocbig\"] || imgObj[\"big\"];\r\n                var src  = imgObj[\"rentalimage_imageloc\"]    || imgObj[\"imageloc\"]    || imgObj[\"thumb\"];\r\n\r\n                \/\/ Compute index consistent with existing templates\r\n                var n = parseInt(key, 10);\r\n                if (isNaN(n)) {\r\n                    \/\/ Try to derive from position by incrementing a counter if keys are not numeric\r\n                    n = 1;\r\n                }\r\n                \/\/ Category templates already include big1, big2, and thumb1; gallery adds 2+ when missing\r\n                var bigIndex = n + 1;   \/\/ matches io_cart_shortcode.html pattern\r\n                var thumbIndex = n + 1; \/\/ thumb id series aligns with big series in newer code\r\n\r\n                \/\/ Add big anchor if valid and not already present\r\n                if (isValid(href)) {\r\n                    var bigId = '#io_img_big' + bigIndex + '_' + rid;\r\n                    if (jQuery(bigId).length === 0) {\r\n                        var $a = jQuery('<a\/>', {\r\n                            rel: relVal,\r\n                            href: href,\r\n                            id: 'io_img_big' + bigIndex + '_' + rid\r\n                        });\r\n                        $bigAfter.after($a);\r\n                        $bigAfter = $a; \/\/ maintain insertion point\r\n                    }\r\n                }\r\n\r\n                \/\/ Add thumbnail if valid and not already present\r\n                if (isValid(src)) {\r\n                    var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid;\r\n                    if (jQuery(thumbId).length === 0) {\r\n                        var $img = jQuery('<img\/>', {\r\n                            'class': 'io_image_thumb skip-lazy',\r\n                            title: rentalName,\r\n                            src: src,\r\n                            alt: rentalName,\r\n                            id: 'io_img_thumb' + thumbIndex + '_' + rid\r\n                        }).on('mouseover', function () {\r\n                            if (typeof updateMainPic === 'function') {\r\n                                updateMainPic(this);\r\n                            }\r\n                        });\r\n                        $thumbAfter.after($img);\r\n                        $thumbAfter = $img; \/\/ maintain insertion point\r\n                        addedThumbs++;\r\n                    }\r\n                }\r\n            }\r\n\r\n            \/\/ Reveal the thumbnail box if we added any extra thumbnails\r\n            if (addedThumbs > 0) {\r\n                jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show();\r\n            }\r\n        }\r\n    }\r\n\r\n    \/\/ Function to generate list view content on demand (global scope)\r\n    generateListViewContent = function() {\r\n        console.log('[IO List View] Generating list view content dynamically');\r\n        \r\n        jQuery('.io_item2_list').each(function() {\r\n            var $item = jQuery(this);\r\n            \r\n            \/\/ Skip if already generated\r\n            if ($item.find('.io_list_view_content').length > 0) {\r\n                return;\r\n            }\r\n            \r\n            \/\/ Extract rental_id from the item\r\n            var rentalId = $item.find('.item_rentalid').text().trim();\r\n            if (!rentalId) {\r\n                console.warn('[IO List View] No rental_id found for item, skipping');\r\n                return;\r\n            }\r\n            \r\n            \/\/ Read data from dynamically named global variables\r\n            \/\/ var description = String(window['data_description_' + rentalId] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var indoorOutdoor = String(window.io_category_data[rentalId][\"indoor_outdoor\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var staff = String(window.io_category_data[rentalId][\"staff\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var electric = String(window.io_category_data[rentalId][\"electric\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var dimensions = String(window.io_category_data[rentalId][\"dimensions\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            \r\n            \/\/ Helper function to strip HTML tags from text\r\n            var stripHtml = function(html) {\r\n                var tmp = document.createElement(\"DIV\");\r\n                tmp.innerHTML = html;\r\n                return (tmp.textContent || tmp.innerText || \"\").trim();\r\n            };\r\n            \r\n            \/\/ Helper function to escape HTML to prevent XSS\r\n            var escapeHtml = function(text) {\r\n                var map = {\r\n                    '&': '&',\r\n                    '<': '<',\r\n                    '>': '>',\r\n                    '\"': '\"',\r\n                    \"'\": \"'\r\n                };\r\n                return text.replace(\/[&<>\"']\/g, function(m) { return map[m]; });\r\n            };\r\n            \r\n            \/\/ Strip HTML tags from description\r\n            \/\/ description = stripHtml(description);\r\n            \r\n            \/\/ Build the HTML structure with escaped content\r\n            var html = '<div class=\"io_list_view_content\">';\r\n            \/\/ html += '<div class=\"io_item_description_line\">' + escapeHtml(description) + '<\/div>';\r\n            html += '<div class=\"io_item_details_labeled\">';\r\n            \r\n            \/\/ Setup field - only add if valid\r\n            if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) {\r\n                html += '<div class=\"io_detail_item io_detail_setup\">';\r\n                html += '<span class=\"io_detail_label\">Setup:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(indoorOutdoor) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            \/\/ Operators field - only add if valid\r\n            var operatorsText = staff ? staff + ' Adult Supervision Required' : \"\";\r\n            if (operatorsText &&\r\n                operatorsText !== '0 Adult Supervision Required' && \r\n                operatorsText !== 'Adult Supervision Required' &&\r\n                operatorsText !== '0') {\r\n                html += '<div class=\"io_detail_item io_detail_operators\">';\r\n                html += '<span class=\"io_detail_label\">Operators:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(operatorsText) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            \/\/ Power field - only add if valid\r\n            var powerText = electric ? electric + ' Outlets' : \"\";\r\n            if (powerText &&\r\n                powerText !== '0 Outlets' && \r\n                powerText !== '0.00 Outlets' && \r\n                powerText !== 'Outlets' &&\r\n                powerText !== '0') {\r\n                html += '<div class=\"io_detail_item io_detail_power\">';\r\n                html += '<span class=\"io_detail_label\">Power:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(powerText) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            \/\/ Size field - only add if valid\r\n            if (dimensions && dimensions !== '0' && dimensions.length > 0) {\r\n                html += '<div class=\"io_detail_item io_detail_size\">';\r\n                html += '<span class=\"io_detail_label\">Size:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(dimensions) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            html += '<\/div>'; \/\/ close io_item_details_labeled\r\n            html += '<\/div>'; \/\/ close io_list_view_content\r\n            \r\n            \/\/ Insert before the buttons container\r\n            $item.find('.io_buttons_container').before(html);\r\n        });\r\n    }\r\n\r\n    jQuery(document).ready(function($) {\r\n\r\n    jQuery(\".io_item2_list\").each(function(){\r\n        var rentalId = jQuery(this).find('.item_rentalid').text().trim();\r\n        debugger;\r\n        if (io_categoryVariantImages == 'on'){\r\n            CategoryGallery(rentalId, window.io_category_data[rentalId]['rental_name'], window.io_category_data[rentalId][\"images_arr\"]);\r\n        }\r\n    });\r\n\r\n\r\n    console.log('[IO View Toggle] Document ready, initializing view toggle functionality');\r\n    \r\n    \/\/ Check if category_id has a numeric value to identify actual category pages\r\n    \/\/ This must happen before any view state is applied\r\n    var categoryId = $('.category_id').text().trim();\r\n    var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0;\r\n    \r\n    if (!hasNumericCategoryId) {\r\n        console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization');\r\n        return;\r\n    }\r\n    \r\n    console.log('[IO View Toggle] Category page detected with categoryId:', categoryId);\r\n    $('body').addClass('io-has-category-id');\r\n    \r\n    \/\/ Show the toggle buttons on category pages\r\n    $('.io_view_toggle_container').show();\r\n    console.log('[IO View Toggle] Toggle buttons displayed for category page');\r\n    \r\n    \/\/ Track if view toggle has been initialized\r\n    var isInitialized = false;\r\n    \r\n    \/\/ Initialize view toggle functionality\r\n    function initViewToggle(force) {\r\n        \/\/ Skip if already initialized unless forced\r\n        if (isInitialized && !force) {\r\n            console.log('[IO View Toggle] Already initialized, skipping');\r\n            return;\r\n        }\r\n        \r\n        console.log('[IO View Toggle] Initializing view toggle functionality');\r\n        \r\n        \/\/ Check if toggle buttons exist\r\n        if ($('.io_view_toggle_btn').length === 0) {\r\n            console.warn('[IO View Toggle] Toggle buttons not found in DOM');\r\n            return;\r\n        }\r\n        console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons');\r\n        \r\n        \/\/ Check if category container exists\r\n        if ($('.io_catdiv2').length === 0) {\r\n            console.warn('[IO View Toggle] Category container (.io_catdiv2) not found');\r\n            return;\r\n        }\r\n        console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers');\r\n        \r\n        \/\/ Get saved view preference from localStorage\r\n        var savedView = localStorage.getItem('io_category_view') || 'tile';\r\n        console.log('[IO View Toggle] Retrieved saved view preference:', savedView);\r\n        \r\n        \/\/ Set initial view\r\n        $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view');\r\n        console.log('[IO View Toggle] Applied initial view class:', savedView + '-view');\r\n        \r\n        \/\/ Update button states\r\n        $('.io_view_toggle_btn').removeClass('active');\r\n        $('.io_view_toggle_btn[data-view=\"' + savedView + '\"]').addClass('active');\r\n        console.log('[IO View Toggle] Updated button states, active button:', savedView);\r\n        \r\n        \/\/ Generate list view content if initial view is list\r\n        if (savedView === 'list') {\r\n            if (typeof generateListViewContent === 'function') {\r\n                generateListViewContent();\r\n            } else {\r\n                console.warn('[IO View Toggle] generateListViewContent function not available yet');\r\n            }\r\n        }\r\n        \r\n        \/\/ Log current items count\r\n        var itemCount = $('.io_item2_list').length;\r\n        console.log('[IO View Toggle] Found', itemCount, 'items in category');\r\n        \r\n        \/\/ Handle toggle button clicks using native JavaScript for better compatibility\r\n        \/\/ Remove any existing event listeners first\r\n        $('.io_view_toggle_btn').off('click.viewToggle');\r\n        \r\n        \/\/ Use native JavaScript addEventListener for more reliable event handling\r\n        var buttons = document.querySelectorAll('.io_view_toggle_btn');\r\n        console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS');\r\n        \r\n        buttons.forEach(function(button) {\r\n            \/\/ Remove any existing listener\r\n            var newButton = button.cloneNode(true);\r\n            button.parentNode.replaceChild(newButton, button);\r\n            \r\n            \/\/ Add fresh event listener\r\n            newButton.addEventListener('click', function(e) {\r\n                e.preventDefault();\r\n                e.stopPropagation();\r\n                \r\n                var view = this.getAttribute('data-view');\r\n                console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view);\r\n                \r\n                \/\/ Generate list view content if switching to list view\r\n                if (view === 'list') {\r\n                    if (typeof generateListViewContent === 'function') {\r\n                        generateListViewContent();\r\n                    } else {\r\n                        console.warn('[IO View Toggle] generateListViewContent function not available');\r\n                    }\r\n                }\r\n                \r\n                \/\/ Update button states\r\n                document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) {\r\n                    btn.classList.remove('active');\r\n                });\r\n                this.classList.add('active');\r\n                console.log('[IO View Toggle] Updated button active states');\r\n                \r\n                \/\/ Update grid view\r\n                var catdiv = document.querySelector('.io_catdiv2');\r\n                if (catdiv) {\r\n                    catdiv.classList.remove('tile-view', 'list-view');\r\n                    catdiv.classList.add(view + '-view');\r\n                    console.log('[IO View Toggle] Applied view class:', view + '-view');\r\n                }\r\n                \r\n                \/\/ Save preference\r\n                localStorage.setItem('io_category_view', view);\r\n                console.log('[IO View Toggle] Saved view preference to localStorage:', view);\r\n                \r\n                \/\/ Debug: Log current layout state\r\n                setTimeout(function() {\r\n                    if (catdiv) {\r\n                        var containerClasses = catdiv.className;\r\n                        var visibleItems = document.querySelectorAll('.io_item2_list:not([style*=\"display: none\"])').length;\r\n                        console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses);\r\n                        console.log('[IO View Toggle] Visible items after view change:', visibleItems);\r\n                        \r\n                        \/\/ Check if list view content is properly shown\/hidden\r\n                        if (view === 'list') {\r\n                            var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*=\"display: none\"])').length;\r\n                            console.log('[IO View Toggle] Visible list content elements:', visibleListContent);\r\n                        }\r\n                    }\r\n                }, 100);\r\n            }, true); \/\/ Use capture phase\r\n            \r\n            console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view'));\r\n        });\r\n        \r\n        console.log('[IO View Toggle] Event handlers attached successfully');\r\n        \r\n        \/\/ Mark as initialized\r\n        isInitialized = true;\r\n    }\r\n    \r\n    \/\/ Initialize when page loads\r\n    console.log('[IO View Toggle] Starting initial setup');\r\n    initViewToggle();\r\n    \r\n    \/\/ Also initialize after dynamic content loads (if applicable)\r\n    $(document).on('io_content_loaded', function() {\r\n        console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing');\r\n        initViewToggle();\r\n    });\r\n    \r\n    \/\/ Debug: Monitor for DOM changes that might affect our functionality\r\n    if (typeof MutationObserver !== 'undefined') {\r\n        var mutationTimeout;\r\n        var lastItemCount = $('.io_item2_list').length;\r\n        \r\n        var observer = new MutationObserver(function(mutations) {\r\n            \/\/ Debounce: clear existing timeout and set a new one\r\n            clearTimeout(mutationTimeout);\r\n            \r\n            mutationTimeout = setTimeout(function() {\r\n                var currentItemCount = $('.io_item2_list').length;\r\n                \r\n                \/\/ Only trigger if we have new items that weren't there before\r\n                if (currentItemCount > lastItemCount) {\r\n                    console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')');\r\n                    lastItemCount = currentItemCount;\r\n                    \r\n                    \/\/ If already initialized, just generate list view content for new items if in list view\r\n                    if (isInitialized) {\r\n                        var currentView = localStorage.getItem('io_category_view') || 'tile';\r\n                        if (currentView === 'list') {\r\n                            console.log('[IO View Toggle] Generating list view content for new items');\r\n                            if (typeof generateListViewContent === 'function') {\r\n                                generateListViewContent();\r\n                            } else {\r\n                                console.warn('[IO View Toggle] generateListViewContent function not available');\r\n                            }\r\n                        }\r\n                    } else {\r\n                        \/\/ Not initialized yet, so initialize\r\n                        console.log('[IO View Toggle] Initializing due to new items');\r\n                        initViewToggle();\r\n                    }\r\n                }\r\n            }, 250); \/\/ 250ms debounce\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n        console.log('[IO View Toggle] DOM mutation observer started');\r\n    }\r\n    \r\n    \/\/ Debug: Log window resize events that might affect responsive layout\r\n    $(window).on('resize.viewToggle', function() {\r\n        var windowWidth = $(window).width();\r\n        var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile';\r\n        console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView);\r\n    });\r\n    \r\n    console.log('[IO View Toggle] Initialization complete');\r\n});\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1411541'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"19.5\\u201dW x 22\\u201dH x 22\\u201dD\",\"rental_id\":\"1411541\",\"rental_name\":\"44 Gal Waste Container - Blue\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022565061\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221411541\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/blue garbage can_1724124724.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/blue garbage can_1724124724_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/44-gal-waste-container-blue\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_44 Gal Waste Container - Blue\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/blue garbage can_1724124724.jpg\" alt=\"44 Gal Waste Container - Blue\" title=\"44 Gal Waste Container - Blue\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">44 Gal Waste Container - Blue<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">44+Gal+Waste+Container+-+Blue<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/44-gal-waste-container-blue\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">1411541<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Textbox<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_1411541\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$10.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_1411541\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_1411541\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2472919'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"19.5\\u201dW x 22\\u201dH x 22\\u201dD\",\"rental_id\":\"2472919\",\"rental_name\":\"44 Gal Waste Container - Grey\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221610177\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222472919\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/44 Gal Grey_1725923946.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/44 Gal Grey_1725923946_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/44-gal-waste-container-grey\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_44 Gal Waste Container - Grey\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/44 Gal Grey_1725923946.jpg\" alt=\"44 Gal Waste Container - Grey\" title=\"44 Gal Waste Container - Grey\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">44 Gal Waste Container - Grey<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">44+Gal+Waste+Container+-+Grey<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/44-gal-waste-container-grey\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2472919<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Textbox<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2472919\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$10.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2472919\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2472919\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2612485'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"90\\u0027\\u0027L x 17.5\\u0027\\u0027W x 43\\u0027\\u0027H\",\"rental_id\":\"2612485\",\"rental_name\":\"7.5\\u0027 Barricade Fence\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222206365\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222612485\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/fence-transparent-clean-sizeMATCH_1765306275.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/fence-transparent-clean-sizeMATCH_1765306275_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/crowd-control\/7-5-barricade-fence\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_7.5' Barricade Fence\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/fence-transparent-clean-sizeMATCH_1765306275.png\" alt=\"7.5' Barricade Fence\" title=\"7.5' Barricade Fence\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">7.5' Barricade Fence<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">7.5%27+Barricade+Fence<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/crowd-control\/7-5-barricade-fence\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2612485<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Textbox<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2612485\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$14.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2612485\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2612485\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2292809'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"7\\u0027H x 6\\u0027W\",\"rental_id\":\"2292809\",\"rental_name\":\"Antique White Parasol\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221446659\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222292809\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screen Shot 2023-12-08 at 1.26.37 PM_1712952607.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screen Shot 2023-12-08 at 1.26.37 PM_1712952607_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221570433\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222292809\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/IMG_6431_1722289177.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/IMG_6431_1722289177_big.jpeg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/antique-white-parasol\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Antique White Parasol\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Screen Shot 2023-12-08 at 1.26.37 PM_1712952607.png\" alt=\"Antique White Parasol\" title=\"Antique White Parasol\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Antique White Parasol<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Antique+White+Parasol<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/antique-white-parasol\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2292809<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">1<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2292809\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$89.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2292809\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2292809\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3021789'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027W x 8\\u0027H\",\"rental_id\":\"3021789\",\"rental_name\":\"Ariel Room Divider\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222206323\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021789\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ariel-room-divider-transparent-sizeMATCH-final_1765304978.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ariel-room-divider-transparent-sizeMATCH-final_1765304978_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222218685\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021789\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/eea8237d-eeb9-4cb5-8516-dc46ecd9e142_1766177742.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/eea8237d-eeb9-4cb5-8516-dc46ecd9e142_1766177742_big.jpeg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/ariel-room-divider\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Ariel Room Divider\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ariel-room-divider-transparent-sizeMATCH-final_1765304978.png\" alt=\"Ariel Room Divider\" title=\"Ariel Room Divider\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Ariel Room Divider<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Ariel+Room+Divider<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/ariel-room-divider\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3021789<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3021789\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$150.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3021789\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3021789\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2902457'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2902457\",\"rental_name\":\"Ash Podium\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222007307\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222902457\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Image-Coming-Soon_1751474651.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Image-Coming-Soon_1751474651_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/farmhouse-podium\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Ash Podium\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Image-Coming-Soon_1751474651.jpg\" alt=\"Ash Podium\" title=\"Ash Podium\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Ash Podium<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Ash+Podium<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/farmhouse-podium\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2902457<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2902457\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$90.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2902457\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2902457\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3296741'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"18\\u0027\\u0027W x 18\\u0027\\u0027L x 2\\u0027\\u0027H\",\"rental_id\":\"3296741\",\"rental_name\":\"Base Weight, 20lb\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222383903\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223296741\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Rubber Base Weight_1722971916.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Rubber Base Weight_1722971916.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/base-weight-20lb\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Base Weight, 20lb\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Rubber Base Weight_1722971916.jpg\" alt=\"Base Weight, 20lb\" title=\"Base Weight, 20lb\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Base Weight, 20lb<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Base+Weight%2C+20lb<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/base-weight-20lb\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3296741<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3296741\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$2.95<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3296741\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3296741\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3021851'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027W x 8\\u0027H\",\"rental_id\":\"3021851\",\"rental_name\":\"Bedford Room Divider\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222206327\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021851\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/bedford-room-divider-transparent-sizeMATCH-final_1765305087.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/bedford-room-divider-transparent-sizeMATCH-final_1765305087_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222218701\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021851\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Bedford Room Divider Real_1766178186.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Bedford Room Divider Real_1766178186_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/bedford-room-divider\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Bedford Room Divider\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/bedford-room-divider-transparent-sizeMATCH-final_1765305087.png\" alt=\"Bedford Room Divider\" title=\"Bedford Room Divider\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Bedford Room Divider<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Bedford+Room+Divider<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/bedford-room-divider\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3021851<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3021851\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$150.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3021851\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3021851\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3033443'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"33\\u0027\\u0027H x 13.75\\u0027\\u0027W\",\"rental_id\":\"3033443\",\"rental_name\":\"Black Stanchion\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222124347\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223033443\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/images_1612808496.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/images_1612808496.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/black-stanchion\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Black Stanchion\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/images_1612808496.png\" alt=\"Black Stanchion\" title=\"Black Stanchion\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Black Stanchion<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Black+Stanchion<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/black-stanchion\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3033443<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3033443\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$6.25<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3033443\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3033443\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2733875'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"7.5\\u0027W x 60\\u0027\\u0027D x 28\\u0027\\u0027H\",\"rental_id\":\"2733875\",\"rental_name\":\"Bleacher - 3 Tier\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222201655\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222733875\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/29_1764963854.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/29_1764963854_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221879473\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222733875\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/bleacher-3-tier-2_1744143269.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/bleacher-3-tier-2_1744143269_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221879475\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222733875\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/bleacher-3-tier-3_1744143270.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/bleacher-3-tier-3_1744143270_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/seating\/bleacher-3-tier\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Bleacher - 3 Tier\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/29_1764963854.png\" alt=\"Bleacher - 3 Tier\" title=\"Bleacher - 3 Tier\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Bleacher - 3 Tier<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Bleacher+-+3+Tier<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/seating\/bleacher-3-tier\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2733875<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2733875\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$450.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2733875\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2733875\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3021849'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027W x 8\\u0027H\",\"rental_id\":\"3021849\",\"rental_name\":\"Brilliant Room Divider\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222206329\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021849\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/brilliant-room-divider-transparent-sizeMATCH-final_1765305426.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/brilliant-room-divider-transparent-sizeMATCH-final_1765305426_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222218711\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021849\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/5365d8cc-6177-4989-ac73-9ecafa7827bd_1766178343.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/5365d8cc-6177-4989-ac73-9ecafa7827bd_1766178343_big.jpeg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/brilliant-room-divider\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Brilliant Room Divider\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/brilliant-room-divider-transparent-sizeMATCH-final_1765305426.png\" alt=\"Brilliant Room Divider\" title=\"Brilliant Room Divider\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Brilliant Room Divider<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Brilliant+Room+Divider<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/brilliant-room-divider\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3021849<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3021849\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$150.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3021849\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3021849\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3002203'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8qt\",\"rental_id\":\"3002203\",\"rental_name\":\"Champagne Bucket - Silver\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222096661\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223002203\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/champagne-bucket-silver_1757082546.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/champagne-bucket-silver_1757082546_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/champagne-bucket-silver\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Champagne Bucket - Silver\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/champagne-bucket-silver_1757082546.png\" alt=\"Champagne Bucket - Silver\" title=\"Champagne Bucket - Silver\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Champagne Bucket - Silver<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Champagne+Bucket+-+Silver<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/champagne-bucket-silver\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3002203<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3002203\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$35.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3002203\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3002203\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3025711'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3025711\",\"rental_name\":\"Chrome Stanchion\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222159899\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223025711\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screenshot 2025-10-29 at 2.05.38PM_1761764857.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screenshot 2025-10-29 at 2.05.38PM_1761764857_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/chrome-stanchions\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Chrome Stanchion\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Screenshot 2025-10-29 at 2.05.38PM_1761764857.png\" alt=\"Chrome Stanchion\" title=\"Chrome Stanchion\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Chrome Stanchion<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Chrome+Stanchion<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/chrome-stanchions\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3025711<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Textbox<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3025711\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$12.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3025711\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3025711\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3033383'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3033383\",\"rental_name\":\"Coat Hanger\",\"images_arr\":\"{}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/coat-hanger\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Coat Hanger\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"\" alt=\"Coat Hanger\" title=\"Coat Hanger\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Coat Hanger<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Coat+Hanger<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/coat-hanger\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3033383<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3033383\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.25<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3033383\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3033383\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3033381'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"24\\u201dW x 63\\u201dL x 70.5\\u201dH\",\"rental_id\":\"3033381\",\"rental_name\":\"Coat Rack\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222222611\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223033381\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screenshot 2025-12-23 at 7.04.39PM_1766538305.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screenshot 2025-12-23 at 7.04.39PM_1766538305_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/coat-rack\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Coat Rack\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Screenshot 2025-12-23 at 7.04.39PM_1766538305.png\" alt=\"Coat Rack\" title=\"Coat Rack\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Coat Rack<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Coat+Rack<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/coat-rack\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3033381<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3033381\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$50.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3033381\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3033381\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3022109'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027W x 8\\u0027H\",\"rental_id\":\"3022109\",\"rental_name\":\"Custom Somerset Room Divider\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222114209\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223022109\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/classic-room-divider your design here_1758048622.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/classic-room-divider your design here_1758048622_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222114211\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223022109\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Divider template_1758048622.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Divider template_1758048622_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/custom-classic-room-divider\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Custom Somerset Room Divider\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/classic-room-divider your design here_1758048622.png\" alt=\"Custom Somerset Room Divider\" title=\"Custom Somerset Room Divider\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Custom Somerset Room Divider<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Custom+Somerset+Room+Divider<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/custom-classic-room-divider\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3022109<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">1<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3022109\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$150.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3022109\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3022109\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2866765'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2866765\",\"rental_name\":\"Easel - Large\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221971269\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222866765\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Image-Coming-Soon_1749060326.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Image-Coming-Soon_1749060326_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/easel-large\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Easel - Large\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Image-Coming-Soon_1749060326.jpg\" alt=\"Easel - Large\" title=\"Easel - Large\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Easel - Large<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Easel+-+Large<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/easel-large\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2866765<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2866765\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$12.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2866765\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2866765\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157685'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 22\\u0027 6\\u0027\\u0027\",\"rental_id\":\"3157685\",\"rental_name\":\"Event Stage - 12\\u0027 x 22\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284925\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157685\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 V01_1770318896.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 V01_1770318896_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222248815\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157685\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770318896.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770318896_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284849\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157685\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319876.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319876_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/large-rectangle-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 22'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Large Rectangle Stage 12 V01_1770318896.png\" alt=\"Event Stage - 12' x 22'6 - 12' height\" title=\"Event Stage - 12' x 22'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 22'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+22%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/large-rectangle-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157685<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157685\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157685\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157685\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168385'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3168385\",\"rental_name\":\"Event Stage - 12\\u0027 x 22\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258857\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168385\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 23 V01_1770319363.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 23 V01_1770319363_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258189\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168385\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770319362.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770319362_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258859\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168385\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319852.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319852_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-226-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 22'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Large Rectangle Stage 23 V01_1770319363.png\" alt=\"Event Stage - 12' x 22'6 - 23' height\" title=\"Event Stage - 12' x 22'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 22'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+22%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-226-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168385<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168385\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168385\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168385\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157595'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3157595\",\"rental_name\":\"Event Stage - 12\\u0027 x 7\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258873\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157595\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12_1768946806.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12_1768946806_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247479\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157595\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768341174.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768341174_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258875\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157595\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946806.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946806_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-presentation-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 7'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Presentation Stage 12_1768946806.png\" alt=\"Event Stage - 12' x 7'6 - 12' height\" title=\"Event Stage - 12' x 7'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 7'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+7%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-presentation-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157595<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157595\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157595\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157595\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168371'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3168371\",\"rental_name\":\"Event Stage - 12\\u0027 x 7\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258879\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168371\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 23_1768946863.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 23_1768946863_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258163\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168371\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768928803.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768928803_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258881\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168371\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946863.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946863_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-76-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 7'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Presentation Stage 23_1768946863.png\" alt=\"Event Stage - 12' x 7'6 - 23' height\" title=\"Event Stage - 12' x 7'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 7'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+7%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-76-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168371<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168371\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168371\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168371\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157691'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3157691\",\"rental_name\":\"Event Stage - 16\\u0027 x 22\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285063\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157691\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage V01_1770325398.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage V01_1770325398_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247617\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157691\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770325398.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770325398_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285065\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157691\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770325398.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770325398_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/grand-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 16' x 22'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Grand Stage V01_1770325398.png\" alt=\"Event Stage - 16' x 22'6 - 12' height\" title=\"Event Stage - 16' x 22'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 16' x 22'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+16%27+x+22%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/grand-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157691<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157691\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157691\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157691\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168397'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3168397\",\"rental_name\":\"Event Stage - 16\\u0027 x 22\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258889\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168397\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 23 V01_1770326049.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 23 V01_1770326049_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258211\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168397\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770326049.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770326049_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258891\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168397\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770326050.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770326050_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-16-x-226-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 16' x 22'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Grand Stage 23 V01_1770326049.png\" alt=\"Event Stage - 16' x 22'6 - 23' height\" title=\"Event Stage - 16' x 22'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 16' x 22'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+16%27+x+22%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-16-x-226-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168397<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168397\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168397\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168397\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157687'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"20\\u0027 x 15\\u0027\",\"rental_id\":\"3157687\",\"rental_name\":\"Event Stage - 20\\u0027 x 15\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285197\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157687\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage V01_1770332251.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage V01_1770332251_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285199\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157687\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332252.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332252_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285201\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157687\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332657.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332657_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/ultra-wide-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 20' x 15' - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Ultra Wide Stage V01_1770332251.png\" alt=\"Event Stage - 20' x 15' - 12' height\" title=\"Event Stage - 20' x 15' - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 20' x 15' - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+20%27+x+15%27+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/ultra-wide-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157687<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157687\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157687\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157687\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168391'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"20\\u0027 x 15\\u0027\",\"rental_id\":\"3168391\",\"rental_name\":\"Event Stage - 20\\u0027 x 15\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258897\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168391\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 23 V01_1770332595.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 23 V01_1770332595_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258205\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168391\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332595.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332595_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285215\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168391\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332630.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332630_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-20-x-15-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 20' x 15' - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Ultra Wide Stage 23 V01_1770332595.png\" alt=\"Event Stage - 20' x 15' - 23' height\" title=\"Event Stage - 20' x 15' - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 20' x 15' - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+20%27+x+15%27+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-20-x-15-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168391<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168391\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168391\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168391\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157575'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 15\\u0027\",\"rental_id\":\"3157575\",\"rental_name\":\"Event stage - 4\\u0027 x 15\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258907\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157575\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12_1768948186.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12_1768948186_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247453\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157575\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage skirt_1768340720.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage skirt_1768340720_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258909\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157575\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948186.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948186_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/double-deep-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event stage - 4' x 15' - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Deep Stage 12_1768948186.png\" alt=\"Event stage - 4' x 15' - 12' height\" title=\"Event stage - 4' x 15' - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event stage - 4' x 15' - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+stage+-+4%27+x+15%27+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/double-deep-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157575<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157575\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157575\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157575\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168353'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 15\\u0027\",\"rental_id\":\"3168353\",\"rental_name\":\"Event stage - 4\\u0027 x 15\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258911\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168353\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 23_1768948356.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 23_1768948356_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258141\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168353\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927922.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927922_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258913\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168353\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948356.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948356_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-4-x-15-ft-23-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event stage - 4' x 15' - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Deep Stage 23_1768948356.png\" alt=\"Event stage - 4' x 15' - 23' height\" title=\"Event stage - 4' x 15' - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event stage - 4' x 15' - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+stage+-+4%27+x+15%27+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-4-x-15-ft-23-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168353<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168353\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168353\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168353\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157587'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3157587\",\"rental_name\":\"Event Stage - 8\\u0027 x 15\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285289\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157587\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage V01_1770333977.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage V01_1770333977_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258917\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157587\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770333978.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770333978_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258925\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157587\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770333978.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770333978_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/compact-square-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 15' - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Compact Square Stage V01_1770333977.png\" alt=\"Event Stage - 8' x 15' - 12' height\" title=\"Event Stage - 8' x 15' - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 15' - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+15%27+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/compact-square-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157587<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157587\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157587\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157587\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168357'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3168357\",\"rental_name\":\"Event Stage - 8\\u0027 x 15\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285299\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168357\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 23 V01_1770334170.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 23 V01_1770334170_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258921\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168357\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770334169.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770334169_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258923\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168357\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770334170.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770334170_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-15-ft-23-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 15' - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Compact Square Stage 23 V01_1770334170.png\" alt=\"Event Stage - 8' x 15' - 23' height\" title=\"Event Stage - 8' x 15' - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 15' - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+15%27+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-15-ft-23-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168357<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168357\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168357\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168357\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3138537'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3138537\",\"rental_name\":\"Event Stage - 8\\u0027 x 7\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258941\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223138537\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 12_1768950497.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 12_1768950497_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222238737\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223138537\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1767890672.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1767890672_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258939\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223138537\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950497.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950497_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/12-x-7-6-event-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 7'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Wide 12_1768950497.png\" alt=\"Event Stage - 8' x 7'6 - 12' height\" title=\"Event Stage - 8' x 7'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 7'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+7%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/12-x-7-6-event-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3138537<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3138537\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3138537\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3138537\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168339'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3168339\",\"rental_name\":\"Event Stage - 8\\u0027 x 7\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258945\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168339\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 23_1768950565.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 23_1768950565_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258131\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168339\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927689.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927689_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258947\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168339\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950565.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950565_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-76-ft-23ft-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 7'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Wide 23_1768950565.png\" alt=\"Event Stage - 8' x 7'6 - 23' height\" title=\"Event Stage - 8' x 7'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 7'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+7%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-76-ft-23ft-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168339<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168339\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168339\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168339\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3149763'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"2.00\",\"dimensions\":\"\",\"rental_id\":\"3149763\",\"rental_name\":\"Fire Box - Lighted Exit Sign - Extinguisher\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222238745\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223149763\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Fire Box-2_1767890935.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Fire Box-2_1767890935_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/fire-box-lighted-exit-sign-extinguisher\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Fire Box - Lighted Exit Sign - Extinguisher\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Fire Box-2_1767890935.png\" alt=\"Fire Box - Lighted Exit Sign - Extinguisher\" title=\"Fire Box - Lighted Exit Sign - Extinguisher\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Fire Box - Lighted Exit Sign - Extinguisher<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Fire+Box+-+Lighted+Exit+Sign+-+Extinguisher<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/fire-box-lighted-exit-sign-extinguisher\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3149763<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3149763\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$149.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3149763\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3149763\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3149769'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3149769\",\"rental_name\":\"Fire Extinguisher\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222238711\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223149769\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/images_1767890375.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/images_1767890375_big.jpeg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/fire-extinguisher\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Fire Extinguisher\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/images_1767890375.jpeg\" alt=\"Fire Extinguisher\" title=\"Fire Extinguisher\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Fire Extinguisher<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Fire+Extinguisher<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/fire-extinguisher\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3149769<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3149769\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$110.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3149769\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3149769\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3135989'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3135989\",\"rental_name\":\"Garbage Can - 44 Gallon\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222222609\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223135989\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Garbage-Can_1743618689.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Garbage-Can_1743618689.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/garbage-can-44-gallon\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Garbage Can - 44 Gallon\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Garbage-Can_1743618689.png\" alt=\"Garbage Can - 44 Gallon\" title=\"Garbage Can - 44 Gallon\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Garbage Can - 44 Gallon<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Garbage+Can+-+44+Gallon<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/garbage-can-44-gallon\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3135989<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3135989\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3135989\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3135989\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3120383'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3120383\",\"rental_name\":\"Ground Protection Mats 4x8\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222206699\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223120383\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Dec 9, 2025 at 05_08_02 PM_1765322025.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Dec 9, 2025 at 05_08_02 PM_1765322025_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222206701\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223120383\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Dec 9, 2025 at 05_10_43 PM_1765322026.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Dec 9, 2025 at 05_10_43 PM_1765322026_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/ground-protection-mats-4x8\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Ground Protection Mats 4x8\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Dec 9, 2025 at 05_08_02 PM_1765322025.png\" alt=\"Ground Protection Mats 4x8\" title=\"Ground Protection Mats 4x8\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Ground Protection Mats 4x8<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Ground+Protection+Mats+4x8<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/ground-protection-mats-4x8\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3120383<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3120383\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3120383\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3120383\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157609'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3157609\",\"rental_name\":\"L-Shape Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286489\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157609\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage V01_1770403280.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage V01_1770403280_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247501\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157609\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403280.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403280_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258951\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157609\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403280.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403280_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_L-Shape Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/L-Shape Stage V01_1770403280.png\" alt=\"L-Shape Stage - 12' height\" title=\"L-Shape Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">L-Shape Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">L-Shape+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157609<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157609\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157609\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157609\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168895'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3168895\",\"rental_name\":\"L-Shape Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286505\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168895\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 23 V01_1770403975.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 23 V01_1770403975_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258957\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168895\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403975.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403975_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258959\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168895\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403975.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403975_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_L-Shape Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/L-Shape Stage 23 V01_1770403975.png\" alt=\"L-Shape Stage - 23' height\" title=\"L-Shape Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">L-Shape Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">L-Shape+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168895<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168895\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168895\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168895\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3251011'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3251011\",\"rental_name\":\"Patio Heater\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222341925\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223251011\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Patio Heater_1773155947.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Patio Heater_1773155947_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/patio-heater\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Patio Heater\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Patio Heater_1773155947.png\" alt=\"Patio Heater\" title=\"Patio Heater\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Patio Heater<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Patio+Heater<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/patio-heater\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3251011<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3251011\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$80.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3251011\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3251011\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3251007'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3251007\",\"rental_name\":\"Propane Tank - 20lb\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222341923\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223251007\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Propane Tank - 20lb_1773155884.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Propane Tank - 20lb_1773155884_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/propane-tank-20lb\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Propane Tank - 20lb\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Propane Tank - 20lb_1773155884.png\" alt=\"Propane Tank - 20lb\" title=\"Propane Tank - 20lb\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Propane Tank - 20lb<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Propane+Tank+-+20lb<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/propane-tank-20lb\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3251007<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Supply<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3251007\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$55.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3251007\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3251007\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157597'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3157597\",\"rental_name\":\"Runway Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285333\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157597\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 V01_1770335677.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 V01_1770335677_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247493\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157597\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335677.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335677_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285335\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157597\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335678.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335678_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Runway Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Runway Stage 12 V01_1770335677.png\" alt=\"Runway Stage - 12' height\" title=\"Runway Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Runway Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Runway+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157597<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157597\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157597\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157597\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168909'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3168909\",\"rental_name\":\"Runway Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285343\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168909\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 23 V01_1770335994.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 23 V01_1770335994_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258987\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168909\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335994.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335994_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258989\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168909\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335995.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335995_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Runway Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Runway Stage 23 V01_1770335994.png\" alt=\"Runway Stage - 23' height\" title=\"Runway Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Runway Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Runway+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168909<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168909\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168909\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168909\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2369248'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2369248\",\"rental_name\":\"Smoking Receptacle\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221518128\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222369248\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/H-1103GR_1718053144.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/H-1103GR_1718053144_big.jpeg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/smoking-receptacle\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Smoking Receptacle\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/H-1103GR_1718053144.jpeg\" alt=\"Smoking Receptacle\" title=\"Smoking Receptacle\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Smoking Receptacle<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Smoking+Receptacle<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/smoking-receptacle\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2369248<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2369248\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$99.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2369248\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2369248\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3021853'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027W x 8\\u0027H\",\"rental_id\":\"3021853\",\"rental_name\":\"Somerset Room Divider\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222239285\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021853\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Classic_Room_Divider_TRANSPARENT_1767920250.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Classic_Room_Divider_TRANSPARENT_1767920250_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222218713\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223021853\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/75ce4601-d9ed-4ce2-9cb8-913be13fad25_1766178762.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/75ce4601-d9ed-4ce2-9cb8-913be13fad25_1766178762_big.jpeg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/classic-room-divider\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Somerset Room Divider\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Classic_Room_Divider_TRANSPARENT_1767920250.png\" alt=\"Somerset Room Divider\" title=\"Somerset Room Divider\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Somerset Room Divider<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Somerset+Room+Divider<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/room-dividers\/classic-room-divider\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3021853<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3021853\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$150.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3021853\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3021853\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157613'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3157613\",\"rental_name\":\"T-Shape Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286525\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157613\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage V01_1770405420.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage V01_1770405420_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247509\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157613\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405420.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405420_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258997\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157613\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405420.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405420_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_T-Shape Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/T-Shape Stage V01_1770405420.png\" alt=\"T-Shape Stage - 12' height\" title=\"T-Shape Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">T-Shape Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">T-Shape+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157613<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157613\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157613\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157613\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168919'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3168919\",\"rental_name\":\"T-Shape Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286531\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168919\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 23 V01_1770405548.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 23 V01_1770405548_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259019\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168919\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405548.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405548_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259005\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168919\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405548.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405548_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_T-Shape Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/T-Shape Stage 23 V01_1770405548.png\" alt=\"T-Shape Stage - 23' height\" title=\"T-Shape Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">T-Shape Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">T-Shape+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168919<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168919\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168919\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168919\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2936625'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"20\\u0027\\u0027 x 20\\u0027\\u0027\",\"rental_id\":\"2936625\",\"rental_name\":\"Throw Pillow - Black\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222033849\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222936625\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screenshot 2025-07-23 at 12.59.49PM_1753293624.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Screenshot 2025-07-23 at 12.59.49PM_1753293624_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/throw-pillow-red\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Throw Pillow - Black\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Screenshot 2025-07-23 at 12.59.49PM_1753293624.png\" alt=\"Throw Pillow - Black\" title=\"Throw Pillow - Black\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Throw Pillow - Black<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Throw+Pillow+-+Black<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/throw-pillow-red\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2936625<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2936625\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$6.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2936625\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2936625\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157645'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3157645\",\"rental_name\":\"U-Shape Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259031\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157645\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12_1768953794.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12_1768953794_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259035\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157645\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953794.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953794_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259033\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157645\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953794.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953794_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_U-Shape Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/U-Shape Stage 12_1768953794.png\" alt=\"U-Shape Stage - 12' height\" title=\"U-Shape Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">U-Shape Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">U-Shape+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157645<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157645\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157645\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157645\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168933'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3168933\",\"rental_name\":\"U-Shape Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259041\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168933\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 23_1768953945.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 23_1768953945_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259043\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168933\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953945.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953945_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259045\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168933\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953945.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953945_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_U-Shape Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/U-Shape Stage 23_1768953945.png\" alt=\"U-Shape Stage - 23' height\" title=\"U-Shape Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">U-Shape Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">U-Shape+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168933<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168933\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168933\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168933\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2991753'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2991753\",\"rental_name\":\"White Podium Available May 2026\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222087331\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222991753\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Image-Coming-Soon_1751474651.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Image-Coming-Soon_1751474651.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/white-podium-available-may-2026\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_White Podium Available May 2026\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Image-Coming-Soon_1751474651.jpg\" alt=\"White Podium Available May 2026\" title=\"White Podium Available May 2026\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">White Podium Available May 2026<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">White+Podium+Available+May+2026<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/white-podium-available-may-2026\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2991753<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_2991753\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$90.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2991753\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2991753\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3158755'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3158755\",\"rental_name\":\"Wide Performance Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285357\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223158755\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance V01_1770337388.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance V01_1770337388_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222248839\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223158755\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337388.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337388_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259071\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223158755\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337389.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337389_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Wide Performance Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Performance V01_1770337388.png\" alt=\"Wide Performance Stage - 12' height\" title=\"Wide Performance Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Wide Performance Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Wide+Performance+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3158755<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3158755\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3158755\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3158755\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168941'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3168941\",\"rental_name\":\"Wide Performance Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285369\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168941\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 23 V01_1770337563.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 23 V01_1770337563_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259077\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168941\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337562.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337562_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259079\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168941\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337562.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337562_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Wide Performance Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Performance 23 V01_1770337563.png\" alt=\"Wide Performance Stage - 23' height\" title=\"Wide Performance Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Wide Performance Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Wide+Performance+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168941<\/p>\r\n            <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n            <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n            <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n            <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n            <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n            <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n            <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168941\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168941\" style=\"display:inline-block;\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168941\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\r\n            jQuery(\".rentNameIO_pricespan\").each(function () {\r\n                if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                    jQuery(this.parentElement).hide();\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/a><!-- End Shortcoder content -->\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":236322,"parent":234458,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"io_meta_description":"","footnotes":""},"folder":[],"class_list":["post-235384","page","type-page","status-publish","has-post-thumbnail","hentry","entry","has-media"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Event Accessory Rentals Winnipeg | Pinnacle Event Rentals<\/title>\n<meta name=\"description\" content=\"Finish your event with event accessory rentals in Winnipeg. Pinnacle Event Rentals offers podiums, stanchions, and decor.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Event Accessory Rentals Winnipeg | Pinnacle Event Rentals\" \/>\n<meta property=\"og:description\" content=\"Finish your event with event accessory rentals in Winnipeg. Pinnacle Event Rentals offers podiums, stanchions, and decor.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/\" \/>\n<meta property=\"og:site_name\" content=\"Pinnacle Event Rentals\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-22T17:25:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2025\/07\/bleacher-3-tier-1_1744143269_big.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"750\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/\",\"name\":\"Event Accessory Rentals Winnipeg | Pinnacle Event Rentals\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2025\\\/07\\\/bleacher-3-tier-1_1744143269_big.png\",\"datePublished\":\"2025-04-08T20:17:00+00:00\",\"dateModified\":\"2026-04-22T17:25:18+00:00\",\"description\":\"Finish your event with event accessory rentals in Winnipeg. Pinnacle Event Rentals offers podiums, stanchions, and decor.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2025\\\/07\\\/bleacher-3-tier-1_1744143269_big.png\",\"contentUrl\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2025\\\/07\\\/bleacher-3-tier-1_1744143269_big.png\",\"width\":750,\"height\":750},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/event-accessories\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inventory\",\"item\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Event Accessories\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#website\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/\",\"name\":\"Pinnacle Event Rentals\",\"description\":\"We provide the foundation for events.\",\"publisher\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#organization\",\"name\":\"Pinnacle Event Rentals\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2020\\\/10\\\/pinnacle-logo.png\",\"contentUrl\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2020\\\/10\\\/pinnacle-logo.png\",\"width\":800,\"height\":230,\"caption\":\"Pinnacle Event Rentals\"},\"image\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Event Accessory Rentals Winnipeg | Pinnacle Event Rentals","description":"Finish your event with event accessory rentals in Winnipeg. Pinnacle Event Rentals offers podiums, stanchions, and decor.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/","og_locale":"en_US","og_type":"article","og_title":"Event Accessory Rentals Winnipeg | Pinnacle Event Rentals","og_description":"Finish your event with event accessory rentals in Winnipeg. Pinnacle Event Rentals offers podiums, stanchions, and decor.","og_url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/","og_site_name":"Pinnacle Event Rentals","article_modified_time":"2026-04-22T17:25:18+00:00","og_image":[{"width":750,"height":750,"url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2025\/07\/bleacher-3-tier-1_1744143269_big.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/","name":"Event Accessory Rentals Winnipeg | Pinnacle Event Rentals","isPartOf":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/#primaryimage"},"image":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/#primaryimage"},"thumbnailUrl":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2025\/07\/bleacher-3-tier-1_1744143269_big.png","datePublished":"2025-04-08T20:17:00+00:00","dateModified":"2026-04-22T17:25:18+00:00","description":"Finish your event with event accessory rentals in Winnipeg. Pinnacle Event Rentals offers podiums, stanchions, and decor.","breadcrumb":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/#primaryimage","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2025\/07\/bleacher-3-tier-1_1744143269_big.png","contentUrl":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2025\/07\/bleacher-3-tier-1_1744143269_big.png","width":750,"height":750},{"@type":"BreadcrumbList","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/event-accessories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/"},{"@type":"ListItem","position":2,"name":"Inventory","item":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/"},{"@type":"ListItem","position":3,"name":"Event Accessories"}]},{"@type":"WebSite","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#website","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/","name":"Pinnacle Event Rentals","description":"We provide the foundation for events.","publisher":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#organization","name":"Pinnacle Event Rentals","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#\/schema\/logo\/image\/","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2020\/10\/pinnacle-logo.png","contentUrl":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2020\/10\/pinnacle-logo.png","width":800,"height":230,"caption":"Pinnacle Event Rentals"},"image":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages\/235384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/comments?post=235384"}],"version-history":[{"count":0,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages\/235384\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages\/234458"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/media\/236322"}],"wp:attachment":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/media?parent=235384"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/folder?post=235384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}