GBP
Australian Dollar
Canadian Dollar
Euro
Pound Sterling
US Dollar
Free UK Delivery over £50
Thousands of Reviews & Photos
Join the Minibeast Club Subscription
Free UK Delivery over £50
Thousands of Reviews & Photos
Join the Minibeast Club Subscription
Contact us
GBP
Australian Dollar
Canadian Dollar
Euro
Pound Sterling
US Dollar
Ethics
Company Statement
About Butterfly Farming
Kipepeo Butterfly Project
The Amani Butterfly Project
Farming Butterflies to Save the Rainforest
Minibeast Club
Frame Designer
Wall Designer
Reviews & Photos
×
0
Shopping Basket
×
Your shopping basket is empty!
You Might Like
+
Ischiopsopha bifasciata
Green Flower Beetle Keyring In Resin
£12.99
+
Yellow Spider in Resin Keyring
£12.99
+
Spider in Resin Block
£18.99
+
Prioneris philonome
Redspot Sawtooth Butterfly in Resin
£24.99
+
Graphium agetes
Fourbar Swallowtail Butterfly in Resin
£24.99
+
Green Flower Chafer Beetle in Resin Keyring
£12.99
You May Also Like
+
Ischiopsopha bifasciata
Green Flower Beetle Keyring In Resin
£12.99
+
Yellow Spider in Resin Keyring
£12.99
+
Spider in Resin Block
£18.99
+
Prioneris philonome
Redspot Sawtooth Butterfly in Resin
£24.99
+
Graphium agetes
Fourbar Swallowtail Butterfly in Resin
£24.99
+
Green Flower Chafer Beetle in Resin Keyring
£12.99
Butterflies & Insects
Entomology Frames
3 for 2
Butterfly Frames
Moth Frames
Beetle Frames
Insect Frames
Wasp, Bee & Hornet Frames
Spider & Tarantula Frames
Collectors Corner
Multiple Specimen Frames
CITES Birdwing Butterflies
British Entomology Frames
View All Entomology Frames
Glass Domes
Butterfly Glass Domes
Moth Glass Domes
Beetle Glass Domes
Insect Glass Domes
Still Life Glass Domes
View All Glass Domes
Insects In Resin
Clear Glass Frames
Butterfly Clear Frames
Moth Clear Frames
Beetle Clear Frames
Insect Clear Frames
View All Clear Glass Frames
Baroque Style Frames
Butterfly Baroque Frames
Moth Baroque Frames
Beetle Baroque Frames
Insect Baroque Frames
View All Baroque Style Frames
Fossils
Framed Fossils
Dinosaur Fossil Frames
Megalodon Teeth & Shark Fossil Frames
Ammonite Fossil Frames
Fish Fossil Frames
Fossil Baroque Frames
Fossil Clear Frames
View All Framed Fossils
Fossils on Stands
Ammonite Fossils on Stands
Dinosaur Fossils on Stands
Marine Fossils on Stands
Trilobite Fossils on Stands
Other Fossils
Megalodon Teeth on Stands
View All Fossils on Stands
Fossils Only
Fossil Glass Domes
Scientific
Ready To Dispatch
3 for 2
New Specimens
Monthly Deal
Minibeast Club
Natural History
Art Prints
Gift Voucher
Gift Voucher
Physical
Digital
Frame Designer
Wall Designer
Reviews
Ethics
Company Statement
About Butterfly Farming
Kipepeo Butterfly Project
The Amani Butterfly Project
Farming Butterflies to Save the Rainforests
Information
Delivery Information
Returns Policy
Minibeast Loyalty Points
Quality Codes Explained
Our Handmade Frames
Privacy Policy
Review Terms & Conditions
Minibeast Photo Competition
Contact Us
Login / Register
Wishlist (Sign up to save)
Change Currency
£ Pound Sterling
€ Euro
$ US Dollar
$ Canadian Dollar
$ Australian Dollar
Butterflies & Insects
Entomology Frames
3 for 2
Butterfly Frames
Moth Frames
Beetle Frames
Insect Frames
Wasp, Bee & Hornet Frames
Spider & Tarantula Frames
Collectors Corner
Multiple Specimen Frames
CITES Birdwing Butterflies
British Entomology Frames
Glass Domes
Butterfly Glass Domes
Moth Glass Domes
Beetle Glass Domes
Insect Glass Domes
Still Life Glass Domes
Insects In Resin
View All
Clear Glass Frames
Butterfly Clear Frames
Moth Clear Frames
Beetle Clear Frames
Insect Clear Frames
Baroque Style Frames
Butterfly Baroque Frames
Moth Baroque Frames
Beetle Baroque Frames
Insect Baroque Frames
Fossils
Framed Fossils
Dinosaur Fossil Frames
Megalodon Teeth & Shark Fossil Frames
Ammonite Fossil Frames
Fish Fossil Frames
Fossil Baroque Frames
Fossil Clear Frames
Fossils on Stands
Ammonite Fossils on Stands
Dinosaur Fossils on Stands
Marine Fossils on Stands
Trilobite Fossils on Stands
Other Fossils
Megalodon Teeth on Stands
Fossils Only
View All
Fossil Glass Domes
View All
Scientific
Ready To Dispatch
3 for 2
New Specimens
Monthly Deal
Minibeast Club
Natural History
Art Prints
Gift Voucher
Gift Voucher Format
Physical Gift Voucher
Digital Gift Voucher
Gift Voucher
Physical
Digital
Frame Designer
Wall Designer
Reviews
Ethics
Company Statement
About Butterfly Farming
Kipepeo Butterfly Project
The Amani Butterfly Project
Farming Butterflies to Save the Rainforests
Information
Delivery Information
Returns Policy
Minibeast Loyalty Points
Quality Codes Explained
Our Handmade Frames
Privacy Policy
Review Terms & Conditions
Minibeast Photo Competition
Home
Scientific
Scientific Glass Domes
Scientific Glass Domes
Scientific Frames
Sizes In
cm
in
Price
£
–
£
Dome Size
133
Small
1
132
Medium
3
Specimen Colour
26
Black
1
37
Silver
2
'); } }); if (typeof jQuery.fn.slider === 'undefined') { jQuery.getScript('catalog/view/javascript/jquery-ui.slider.min.js', function(){ def.resolve(); jQuery('head').append('
'); BrainyFilter.init(); // Initialize measurement toggle after BrainyFilter is ready setTimeout(function() { initBfMeasurementToggle(); }, 100); }); } else { def.resolve(); BrainyFilter.init(); // Initialize measurement toggle after BrainyFilter is ready setTimeout(function() { initBfMeasurementToggle(); }, 100); } } }); // Brainy Filter Measurement Toggle Functions function initBfMeasurementToggle() { var hasMeasurementFilters = false; // Check if any filter headers contain measurement units and mark the entire block jQuery('.bf-attr-header').each(function() { var $header = jQuery(this); var text = $header.text().toLowerCase(); var unit = null; if (text.indexOf('(cm)') > -1) { unit = 'cm'; } else if (text.indexOf('(inches)') > -1 || text.indexOf('(inch)') > -1) { unit = 'inches'; } if (unit) { hasMeasurementFilters = true; $header.addClass('bf-measurement-header'); $header.attr('data-original-text', $header.contents().filter(function() { return this.nodeType === 3; }).text().trim()); $header.attr('data-unit', unit); // Mark all labels and values within this block var $block = $header.closest('.bf-attr-block'); // Mark all labels in this block $block.find('label').each(function() { var $label = jQuery(this); var labelText = $label.text().trim(); $label.addClass('bf-measurement-value'); $label.attr('data-original-text', labelText); $label.attr('data-unit', unit); }); // Mark slider elements $block.find('.bf-slider-container-wrapper').addClass('bf-measurement-slider-wrapper').attr('data-unit', unit); $block.find('.bf-slider-text-inp-min, .bf-slider-text-inp-max').addClass('bf-measurement-slider-input').attr('data-unit', unit); } }); if (hasMeasurementFilters) { jQuery('#bf-measurement-toggle').show(); // Bind toggle buttons jQuery('.bf-unit-btn').on('click', function() { var unit = jQuery(this).data('unit'); jQuery('.bf-unit-btn').removeClass('active').css({ background: 'transparent', color: '#666' }); jQuery(this).addClass('active').css({ background: '#333', color: '#fff' }); updateBfMeasurementDisplay(unit); }); // Set default based on currency var defaultUnit = 'inches'; var currencyCode = (typeof BrainyFilter !== 'undefined' && BrainyFilter.currencyCode) ? BrainyFilter.currencyCode : ''; if (currencyCode) { var currency = currencyCode.toUpperCase(); if (currency === 'EUR') { defaultUnit = 'cm'; } } // Update button states jQuery('.bf-unit-btn').removeClass('active').css({ background: 'transparent', color: '#666' }); jQuery('.bf-unit-btn[data-unit="' + defaultUnit + '"]').addClass('active').css({ background: '#333', color: '#fff' }); updateBfMeasurementDisplay(defaultUnit); } } function updateBfMeasurementDisplay(selectedUnit) { // Update filter headers jQuery('.bf-measurement-header').each(function() { var $el = jQuery(this); var originalText = $el.attr('data-original-text'); var newText = convertBfHeaderText(originalText, selectedUnit); // Update only the text node, preserve the arrow span $el.contents().filter(function() { return this.nodeType === 3; }).remove(); $el.prepend(newText + ' '); }); // Update filter values (labels) jQuery('label.bf-measurement-value').each(function() { var $el = jQuery(this); var originalText = $el.attr('data-original-text'); var sourceUnit = $el.attr('data-unit'); // If no unit in text, append the source unit var textToConvert = originalText; if (!/(?:cm|inch(?:es)?)/i.test(originalText)) { textToConvert = originalText + ' ' + sourceUnit; } var convertedText = convertBfValueText(textToConvert, selectedUnit); // If label has images, we need to preserve them if ($el.hasClass('bf-has-image')) { var $img = $el.find('img').clone(); $el.empty().append($img).append(' ' + convertedText); } else { $el.text(convertedText); } }); // Update select options jQuery('option.bf-measurement-value').each(function() { var $el = jQuery(this); var originalText = $el.attr('data-original-text'); var newText = convertBfValueText(originalText, selectedUnit); $el.text(newText); }); // Update slider inputs jQuery('.bf-measurement-slider-input').each(function() { var $input = jQuery(this); var originalValue = $input.attr('data-original-value'); if (originalValue) { var newValue = convertBfValueText(originalValue, selectedUnit); $input.val(newValue); } }); // Update slider labels (dynamically generated by jQuery UI slider) jQuery('.bf-measurement-slider-wrapper').each(function() { var $wrapper = jQuery(this); var sourceUnit = $wrapper.attr('data-unit'); $wrapper.find('.ui-slider-label, .bf-slider-label').each(function() { var $label = jQuery(this); if (!$label.attr('data-original-text')) { $label.attr('data-original-text', $label.text()); } var originalText = $label.attr('data-original-text').trim(); // Skip empty labels if (!originalText) return; // If no unit in text, append the source unit var textToConvert = originalText; if (!/(?:cm|inch(?:es)?)/i.test(originalText)) { textToConvert = originalText + ' ' + sourceUnit; } var convertedText = convertBfValueText(textToConvert, selectedUnit); $label.text(convertedText); }); }); } function convertBfHeaderText(text, targetUnit) { if (targetUnit === 'inches') { text = text.replace(/\(cm\)/gi, '(inches)'); } else { text = text.replace(/\(inches\)/gi, '(cm)'); text = text.replace(/\(inch\)/gi, '(cm)'); } return text; } function convertBfValueText(text, targetUnit) { // Detect what unit the original value is in // Updated patterns to handle descriptors like "Baroque", "Deep", "Clear" between dimensions and unit var isCm = /\d+(?:\.\d+)?(?:\s*(?:x|×|-|to)\s*\d+(?:\.\d+)?)?(?:\s+(?:Baroque|Deep|Clear|Standard|Large|Small|Medium|Mini|Jumbo))?\s*cm(?:\s|$|\.)/i.test(text); var isInches = /\d+(?:\.\d+)?(?:\s*(?:x|×|-|to)\s*\d+(?:\.\d+)?)?(?:\s+(?:Baroque|Deep|Clear|Standard|Large|Small|Medium|Mini|Jumbo))?\s*inch(?:es)?(?:\s|$|\.)/i.test(text); if (targetUnit === 'inches' && isCm) { return convertBfMeasurement(text, 'toInches'); } else if (targetUnit === 'cm' && isInches) { return convertBfMeasurement(text, 'toCm'); } return text; } function convertBfMeasurement(text, direction) { // Pattern to match measurements including ranges and dimensions // Handles: "10 cm", "10 - 20 cm", "10 x 20 cm", "9 x 7 Baroque inches", "9 x 7 Deep inches", etc. // Added support for descriptors like Baroque, Deep, Clear between dimensions and unit var pattern = /(\d+(?:\.\d+)?)\s*(?:(x|×|-|to)\s*(\d+(?:\.\d+)?))?\s*(Baroque|Deep|Clear|Standard|Large|Small|Medium|Mini|Jumbo)?\s*(cm|inch(?:es)?)/gi; return text.replace(pattern, function(match, num1, separator, num2, descriptor, unit) { var value1 = parseFloat(num1); var convertedValue1, convertedValue2; var newUnit; if (direction === 'toInches') { if (unit.toLowerCase() === 'cm') { convertedValue1 = value1 / 2.54; } else { return match; // Already in inches } newUnit = 'inches'; } else { // toCm if (unit.toLowerCase().match(/^inch(?:es)?$/i)) { convertedValue1 = value1 * 2.54; } else { return match; // Already in cm } newUnit = 'cm'; } // Round to reasonable precision convertedValue1 = Math.round(convertedValue1 * 100) / 100; convertedValue1 = parseFloat(convertedValue1.toFixed(2)); // Build the descriptor part (e.g., "Baroque", "Deep", "Clear") var descriptorPart = descriptor ? ' ' + descriptor : ''; // Handle ranges or dimensions (e.g., "10 x 20" or "10 - 20") if (separator && num2) { var value2 = parseFloat(num2); if (direction === 'toInches') { convertedValue2 = value2 / 2.54; } else { convertedValue2 = value2 * 2.54; } convertedValue2 = Math.round(convertedValue2 * 100) / 100; convertedValue2 = parseFloat(convertedValue2.toFixed(2)); return convertedValue1 + ' ' + separator + ' ' + convertedValue2 + descriptorPart + ' ' + newUnit; } return convertedValue1 + descriptorPart + ' ' + newUnit; }); } BrainyFilter.sliderValues = BrainyFilter.sliderValues || {};
Filter
Sort By:
Sort By: Best Sellers
Recommended
Latest
Production Time
Price (Low > High)
Price (High > Low)
Show:
18
25
50
75
100
7
+
Matuta victor
Moon Crab In Glass Dome
1 review & 1 customer photo
£44.99
2
+
Tektite Meteorite Glass In Glass Dome with Wooden Base
£39.99
24
+
Campo del Cielo Meteorite In Glass Dome with Wooden base
1 review & 1 customer photo
£54.99
15
+
Small Campo del Cielo Meteorite In Glass Dome with Wooden base
£44.99
Showing 1 to 4 of 4 (1 Pages)