LEGO Manchester United Old Trafford Stadium - 10272
Build and display a brilliantly detailed Old Trafford model.
Manchester United fans will love building this big LEGO® set model of Old Trafford (10272) to show their allegiance to one of the world’s most famous football clubs. The building set for this LEGO football stadium provides a fun challenge to create a spectacular showpiece model.
A spectacular building set for adults to create a detailed model of Old Trafford. The perfect Manchester United gift for fans who want to show their undying support by displaying this LEGO® football stadium.
A building kit of a 1:600 replica model of Old Trafford. This LEGO® football stadium provides a fun and rewarding project and allows fans to relive their cherished memories of Manchester United with this detailed model.
The first opportunity to construct a replica of Manchester United’s Old Trafford from building bricks. The LEGO® Football stadium makes for a stunning showpiece at home or the office.
This 3,898-piece big LEGO® football set for adults makes for a unique Manchester United gift. It offers escapism for builders with a long and satisfying project, and the chance to show their passion for their club.
The Old Trafford-Manchester United LEGO football stadium measures 6.5” (18.5cm) high, 18” (47cm) long and 15” (39cm) wide. The perfect size to feature authentic details including the players’ tunnel and a statue of Sir Alex Ferguson.
This LEGO® set provides the ultimate building experience, and for you to be guided through the rewarding process with easy-to-follow, step-by-step instructions.
LEGO® Creator Expert model advanced building sets allow adults to indulge in challenging projects to create collector toys based on some of their biggest passions including cars, buildings and stadiums.
LEGO® building bricks have met the highest industry standards for over 60 years, ensuring they are always consistent, compatible and pull apart with ease every time.
You know you are safe with LEGO®. Our bricks and pieces have been relentlessly tested and meet the highest global safety and quality standards.
LEGO Manchester United Old Trafford 10272
You may also like
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const settings_product_swatches_name = ["color"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `