FREE SHIPPING ON AUS ORDERS OVER $50

FREE EXCHANGES AUS-WIDE

B CORP CERTIFIED

FREE SHIPPING ON AUS ORDERS OVER $50

FREE EXCHANGES AUS-WIDE

B CORP CERTIFIED

FREE SHIPPING ON AUS ORDERS OVER $50

FREE EXCHANGES AUS-WIDE

B CORP CERTIFIED

FREE SHIPPING ON AUS ORDERS OVER $50

FREE EXCHANGES AUS-WIDE

B CORP CERTIFIED

Find your sole-mate ...

Top suggestions

    The OG+

    Color: Spaghetti Sauce
    Spaghetti Sauce
    Just Black Spaghetti Sauce Hot Choccy Piglet Julpunu Green Juice Down to Earth Laven-duh Neigh-vy Spirulina Watermelon Sugar Silken Tofu Peach Please
    Add to cart
    Shop Pay, PayPal & Afterpay Available

    The TWOOBS community (hey that's you!) has offset 2,471,047kg of carbon with EcoCart. That's:

    Electricity Savings 1763 homes yearly Tree Seedlings 15113 over 1 year Wind Turbines 2.5 for 1 year

    The OG+ loves your feet just as much as the OG… but it steps up and takes comfort to a whole new level (highya puns!).

    Ideal for shorter people and those who just like to get a different view on things.

    Put away your heels and wear these anywhere and everywhere… just think of all the money you’ll save on Band-Aids.

    Velcro-fasten straps made from recycled stuff rescued from a life in landfill and outsole made from sugar cane EVA.

    We recommend you get some Protecty Stuff to go with these shoes to keep them looking shiny and new.

    document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id^=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });