
- מודל: 006040EB00
Light. Modular. Activating.
ROVO R22, the new all-rounder in the office, with its modular design concept. This makes R22 a perfect match for modern furnishing plans with diverse requirements. The variability becomes visible when the backrest is fitted with mesh or upholstery. It becomes tangible with the different mechanisms: The modular system includes the S4 synchro mechanism and the ROVO ERGO BALANCE technology for more movement when sitting.
Ecologically sustainable
55% of the R22‘s components are made from recycled materials, e.g. base, seat support, seat cushion panel, backrest frame and backrest cover shell. The fabrics are made of 99% recycled polyester. At the end of its life cycle, more than 90% of the chair can be recycled.
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});