Cassidy Bunkie

327 sq ft
Classic Model
$18,225.00 USD
$21,192.00 CAD
Bedrooms1
Cabin size217''x217''
Roof boards3/4"
Size (sq ft)327
Package size / weight225x44x26'' 225x44x28'' 5621 lbs
Wall thickness1-5/8”

Decorative sheds can be purchased though a dealer/retailer

Cassidy Bunkie – is a very large Classic Series model using 1-5/8″ (40mm) walls. This model is intended for unrestricted regions that do not require a permit. If a permit is required the model will need modifications for permitting. The cost of structural engineering would be additional.

Video:  see our video section to view assembly video

See the technical drawings above for a complete parts list in imperial or metric measurements

 

(function () { function initAddonsCalculator() { var baseDisplay = document.getElementById('basePrice'); var addonsTotalEl = document.getElementById('addonsTotal'); var totalDisplay = document.getElementById('totalPrice'); var checkboxes = document.querySelectorAll('.addon'); if (!baseDisplay || !checkboxes.length) return; var basePrice = parseFloat(baseDisplay.textContent.replace(/[^0-9.]/g, '')) || 0; function updateTotal() { var addonsTotal = 0; checkboxes.forEach(function (cb) { if (cb.checked) addonsTotal += parseFloat(cb.value); }); var grandTotal = basePrice + addonsTotal; addonsTotalEl.textContent = addonsTotal.toLocaleString(); totalDisplay.textContent = grandTotal.toLocaleString(); } checkboxes.forEach(function (cb) { cb.addEventListener('change', updateTotal); }); updateTotal(); } document.addEventListener('DOMContentLoaded', initAddonsCalculator); window.addEventListener('load', initAddonsCalculator); })();