Food props for rent

Achieve the perfect look for your photos, videos, and events with our extensive selection of food props – ready to rent today.

COLLECTIONS

One-Stop Shop
Rent all the food props you need in one online hub.
Styling Made Easy
Breeze through any styling project with hassle-free rentals.
Smart Savings
Access a wide range of props without breaking the bank.

TESTIMONIALS

EVERYTHING YOU NEED TO KNOW ABOUT RENTING PROPS:

CONTACT US

Send us a message and we'll get back to you as soon as we can.

Additional information

You may also get in touch via email or mobile.

Follow us
.testimonials__stars{ display:none!important; } .testimonials__blockquote p{ font-size:16px!important; } #section-columns_872621 .bq-content.rx-content.text-medium{ font-size:14px!important; } @media only screen and (max-width: 767px){ .product-main__description.bq-content.rx-content{ font-size:14px; } } var host = document.querySelector("bq-date-picker"); function checkShadowRootReady() { var shadow = host.shadowRoot; // If the shadow DOM is available if(shadow) { console.log('Shadow DOM has loaded!'); waitForCheckbox(); } else{ console.log('Waiting for Shadow DOM...'); setTimeout(checkShadowRootReady, 100); // Retry if shadow DOM isn't available yet } } checkShadowRootReady(); function waitForCheckbox() { var shadow = host.shadowRoot; // Find the checkbox inside the shadow DOM var checkbox = shadow.querySelector("span[class*=ExpandedTitle]"); // If the checkbox is found, modify its properties if (checkbox) { checkbox.style.display = "none"; checkbox.dispatchEvent(new Event('change')); console.log('span is hidden'); } else { console.log('Checkbox not found, retrying....'); setTimeout(waitForCheckbox, 100); // Retry after 100ms } }