Ergonomically designed, our lumbar pillow is constructed of high-grade memory foam and specially shaped to help you maintain optimal posture. Our pillow keeps its shape and helps...
Best suited for medium built users, the Kraken Series is designed for maximum body comfort and the ergonomic design of the chair ensures superior comfort with the appropriate long-lasting lumbar support....
Offering you the most indulgent treatment. Lean back and enjoy experiencing the incredibly smooth backrest recline mechanism. The chair reclines up to 165 degrees so you can perform a full-body stretch without having to get up.
4D Adjustable Armrest
Offering seamless comfort at your fingertips, our Four-Directional Armrest has functions that can be effortlessly adjusted to match your exact needs. Our padded armrests are plush, easy to clean and ensure maximum productivity with uncompromising comfort for everyday use.
Memory Foam Head and Neck Rest
Take advantage of the abundance of benefits provided by our Memory Foam Head Pillow and Lumbar Pillow that comes with the chair. The memory foam contours to the shape of your body while stimulating muscles and reducing fatigue.
Multi-Functional Tilt Mechanism
Work harder and sit better than ever before with our Multi-Functional Tilt Mechanism Feature as it allows you to adjust and lock your base angle in place, giving you full control over your ideal position. With two control levers, you can also rock backwards.、
Class 4 Hydraulics The best of its kind. Our Class 4 hydraulics are made of high quality material for safety, stability and durability.
Aluminum Wheelbase Aluminum wheelbase features a sturdy construction and a supportive base while offering effective resistance to corrosion and rust. With a robust and sturdy base, you can be reassured that the chair maintains its balance regardless of how far back the tilt mechanism or backrest is reclined.
Caster Wheels Superior quality caster wheels are designed for use on most types of flooring, boasting incredible maneuverability and smoothness.
Ergonomically designed, our lumbar pillow is constructed of high-grade memory foam and specially shaped to help you maintain optimal posture. Our pillow keeps its shape and helps...
Best suited for medium built users, the Kraken Series is designed for maximum body comfort and the ergonomic design of the chair ensures superior comfort with the appropriate long-lasting lumbar support....
Recommended Size
Height
165 - 190cm
Weight
<130kg
What's in the box
APOL KRAKEN Backrest
APOL KRAKEN Seat base with armrests
Aluminium wheelbase
Multi-functional tilt mechanism
Hydraulic sleeve
2x Tilt levers
5x silent casters
2x Side covers
Screw set
APOL Signature Memory Foam Head Pillow
APOL Signature Memory Foam Lumbar Pillow
🎉For all products we sell, you can find the same original product at a higher price on Amazon.com. Amazon Unclaimed Packages – Amazon Unclaimed Packages Hundreds of thousands of packages are lost every month and sent to us for safekeeping. If unclaimed within 3 months, we will sell it at a very low price!
🎉🎉Why are our products so discounted? Full clearance: In the past two years, due to the impact of the COVID-19 epidemic, OUR has a backlog of inventory and a large number of warehouses have been closed. That’s why they sell to us at a lower price and we can sell them at a huge discount.
SHOP NOW
Buy 2 Free Shipping & No Sales Tax.
OUR GUARANTEE
📦 Insured Worldwide Shipping: Each order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.
💰 Money-Back Guarantee: If your items arrive damaged or become defective within 30 days of normal usage, we will gladly issue out a replacement or refund.
✉️ 24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.
🔒 Safe & Secure Checkouts: We use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.
RETURN & WARRANTY
100% Secure payment with SSL Encryption.
If you're not 100% satisfied, let us know and we'll make it right.
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;
let title = data.title;
if (settings_product_title === 'sub_title' && data.brief) {
title = data.brief;
}
let productUrl = data.url;
if (data.seo_url) {
productUrl = data.seo_url;
}
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.includes('color')) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = 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 `