Extensive combination spanner set with 8 keys for tightening and loosening hex screws, spanner width 8 to 19 mm, wide range of uses – suitable for DIY enthusiasts and professionals Practical compilation with standard SW sizes: 8, 9, 10, 11, 13, 14, 17 and 19 mm, cranking of the ring side by 15° for easier working on flat surfaces Same key widths: size of jaw and ring in the same size, easy to see the sizes thanks to the embossing on keys High-quality workmanship, precisely fitting and clear organisation in practical holder with suspension, glare-free surface matt satin chrome plated Box contents: 1x Gedore red ring spanner set with holder, 8 pieces, spanner sizes: 8 - 19 mm, weight: 600 g, dimensions: 24.5 x 5.7 x 3.6 cm, R09105024, 3300995
P.when('A','ready').execute(function(A) {
function setFeatureBulletsExpanderCollapsedHeight() {
var $ = A.$;
var PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT = 540;
var FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION = 12;
var EXPANDER_HEADING_HEIGHT = 20;
var expanderElement = $("#pov2FeatureBulletsExpander");
if(expanderElement !== null) {
var productOverviewFeatureElement = $('#productOverview_feature_div');
var featureBulletsExpanderContent = $('#pov2FeatureBulletsExpanderContent');
var featureBulletsExpanderHeading = $('#pov2FeatureBulletsExpanderHeading');
var expanderContentHeight = featureBulletsExpanderContent.height();
var productOverviewFeatureElementHeight = productOverviewFeatureElement !== null ? productOverviewFeatureElement.height() : 0;
var expanderCollapsedHeight = Math.min(PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT - productOverviewFeatureElementHeight - FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION, expanderContentHeight);
if (expanderContentHeight === expanderCollapsedHeight) {