Alberni

342 sq ft
Classic Model
$19,318.00 USD
$22,463.00 CAD
Cabin size189"x220"
Roof boards3/4"
Size (sq ft)342
Package size / weight259x44x41'' 4970 lbs
Wall thickness1-5/8”

Decorative sheds are also available through stocking dealers/retailers

Alberni– decorative tool, storage, potting shed, man cave, she shed, bunkie, office, cabin

Tip: assemble on a LEVEL concrete slab, paving stones, or treated 4×4’s to raise the building off the ground

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); })();