X Brace +PLUS (pair)
X Brace +PLUS - Enhanced Arch and Heel Support The Tuli's X Brace +PLUS is a simple, comfortable and effective brace that gives targeted support to the arch and heel, with a low-pr ofile design made for everyday wear. Designed to mimic the benefits of traditional foot taping without the hassle, the X Brace +PLUS helps support the plantar fascia by encouraging more even weight distribution across the foot. The added support strap keeps the brace securely positioned throughout the day, without constant adjusting. Whether training, working, walking or just staying active, the X Brace +PLUS provides discreet support that fits easily into everyday life. Sold as a pair. #gmdsfxbrace * { box-sizing: border-box; } #gmdsfxbrace.gmdsf-wrap { --gmdsf-pink: #F4A7CD; --gmdsf-pink-deep: #D06A9E; --gmdsf-pink-mid: #FBDCEB; --gmdsf-pink-soft: #FDF2F7; --gmdsf-plum: #6E3050; max-width: 560px; margin: 24px 0; padding: 20px 22px 22px; background: var(--gmdsf-pink-soft); border: 1px solid var(--gmdsf-pink); border-radius: 14px; color: var(--gmdsf-plum); font-size: 15px; line-height: 1.5; } #gmdsfxbrace .gmdsf-title { margin: 0 0 6px; font-size: 19px; font-weight: 700; color: var(--gmdsf-plum); } #gmdsfxbrace .gmdsf-intro { margin: 0 0 16px; opacity: 0.9; } #gmdsfxbrace label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px; } #gmdsfxbrace .gmdsf-help { margin: 0 0 10px; font-size: 13.5px; opacity: 0.85; } #gmdsfxbrace select { width: 100%; padding: 10px 12px; border: 1px solid var(--gmdsf-pink-deep); border-radius: 8px; background: #fff; color: var(--gmdsf-plum); font-size: 15px; margin-bottom: 12px; } #gmdsfxbrace .gmdsf-row { display: flex; gap: 10px; } #gmdsfxbrace .gmdsf-row > div { flex: 1; } #gmdsfxbrace .gmdsf-toggle { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; font-size: 14px; margin-bottom: 16px; cursor: pointer; } #gmdsfxbrace .gmdsf-toggle input { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; } #gmdsfxbrace .gmdsf-toggle em { font-style: normal; opacity: 0.75; } #gmdsfxbrace .gmdsf-toggle[hidden] { display: none; } #gmdsfxbrace .gmdsf-btn { display: inline-block; width: 100%; padding: 12px 18px; background: var(--gmdsf-plum); color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; } #gmdsfxbrace .gmdsf-btn:hover { background: var(--gmdsf-pink-deep); } #gmdsfxbrace .gmdsf-result { margin-top: 16px; padding: 14px 16px; background: var(--gmdsf-pink-mid); border-radius: 10px; font-size: 14.5px; } #gmdsfxbrace .gmdsf-result[hidden] { display: none; } #gmdsfxbrace .gmdsf-result strong { font-size: 17px; color: var(--gmdsf-plum); } #gmdsfxbrace .gmdsf-result .gmdsf-size-line { margin: 0 0 8px; } #gmdsfxbrace .gmdsf-result p { margin: 0 0 6px; } #gmdsfxbrace .gmdsf-result p:last-child { margin-bottom: 0; } #gmdsfxbrace .gmdsf-fineprint { margin: 14px 0 0; font-size: 12.5px; opacity: 0.75; } Find Your X Brace Size The X Brace runs on USA shoe sizing (AU shoe sizes follow the same numbering). Choose who it's for and their shoe size below to find the right X Brace size. Who is it for? Kids (US) Women's (US) Men's (US) US shoe size This is for a child under 16 wearing an adult shoe size (children have a smaller arch, so on the edge of a size we usually recommend sizing down) Find my size X Brace +PLUS (pair) is available in XS, Small, Medium and Large. Select your recommended size from the size options above to add it to your cart. If your foot is extremely narrow or wide, please contact us for guidance, sizes are a guide only and fit may vary between individuals. (function () { var root = document.getElementById('gmdsfxbrace'); if (!root || root.getAttribute('data-gmdsf-init') === '1') return; root.setAttribute('data-gmdsf-init', '1'); // This product's own US shoe-size chart -> physical X Brace size. // Brace size labels match this product's actual Shopify variant titles exactly. var CHARTS = { kids: [ { min: 10, max: 13.5, brace: 'Youth' }, { min: 1, max: 4, brace: 'XS' }, { min: 4.5, max: 6.5, brace: 'SML' } ], mens: [ { min: 5, max: 7, brace: 'SML' }, { min: 7.5, max: 9.5, brace: 'MED' }, { min: 10, max: 12, brace: 'LGE' }, { min: 12.5, max: 14.5, brace: 'XL' }, { min: 15, max: 17, brace: '2XL' } ], womens: [ { min: 4, max: 5.5, brace: 'XS' }, { min: 6, max: 8, brace: 'SML' }, { min: 8.5, max: 10.5, brace: 'MED' }, { min: 11, max: 13, brace: 'LGE' }, { min: 13.5, max: 15.5, brace: 'XL' }, { min: 16, max: 17.5, brace: '2XL' } // chart says ">15.5"; open-ended, capped here for the dropdown ] }; // Sizes this specific listing (X Brace +PLUS, pair) actually stocks. var STOCKED = { Youth: false, XS: true, SML: true, MED: true, LGE: true, XL: false, '2XL': false }; var BRACE_ORDER = ['Youth', 'XS', 'SML', 'MED', 'LGE', 'XL', '2XL']; var BRACE_LABEL = { Youth: 'Youth', XS: 'XS', SML: 'Small', MED: 'Medium', LGE: 'Large', XL: 'X-Large', '2XL': '2X-Large' }; var catSelect = root.querySelector('#gmdsfxbrace-cat'); var sizeSelect = root.querySelector('#gmdsfxbrace-size'); var adultWrap = root.querySelector('#gmdsfxbrace-adultwrap'); var adultBox = root.querySelector('#gmdsfxbrace-childadult'); var btn = root.querySelector('#gmdsfxbrace-btn'); var resultBox = root.querySelector('#gmdsfxbrace-result'); function fmtSize(n) { return (Math.round(n * 10) / 10).toString(); } function populateSizes() { var cat = catSelect.value; var buckets = CHARTS[cat]; sizeSelect.innerHTML = ''; buckets.forEach(function (bucket) { for (var v = bucket.min; v = 16) { label = val === 16 ? '>15.5' : null; // collapse the open-ended top of the womens chart to one option } if (label === null) continue; opt.textContent = label; sizeSelect.appendChild(opt); } }); adultWrap.hidden = (cat === 'kids'); if (cat === 'kids') adultBox.checked = false; resultBox.hidden = true; } catSelect.addEventListener('change', populateSizes); populateSizes(); function findBucket(cat, size) { var buckets = CHARTS[cat]; for (var i = 0; i < buckets.length; i++) { if (size >= buckets[i].min - 0.001 && size = match.bucket.max - 0.001) { var stepped = stepDown(match); if (stepped !== finalBrace) { finalBrace = stepped; note = 'Since this is right on the edge of a size for a child in adult shoes, we\'ve recommended the smaller size.'; } } var catLabel = cat === 'kids' ? 'Kids' : (cat === 'mens' ? "Men's" : "Women's"); var lines = '' + catLabel + ' US ' + fmtSize(size) + ' → recommended X Brace size:'; if (STOCKED[finalBrace]) { lines += '' + BRACE_LABEL[finalBrace] + ' (select "' + finalBrace + '" in the size options above)'; lines += note; } else { lines += '' + BRACE_LABEL[finalBrace] + ''; lines += note; lines += 'This listing (X Brace +PLUS, pair) currently only stocks up to Large. Please contact us so we can help with options for this size.'; } showResult(lines); }); })(); Features: ✓ Targeted plantar fascia support✓ Additional stabilising strap for a secure fit✓ Low-profile design that fits comfortably with most footwear✓ Easy alternative to traditional foot taping✓ Comfortable for everyday wear How to Use: Start by wearing the X Brace +PLUS for a few hours a day, gradually increasing to up to 12 hours daily as needed. The X Brace +PLUS can be worn: During or after activities With shoes or without shoes With socks or barefoot Do not wear while sleeping.