Product Description
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}




Other Products in Our Store
3 seat couch
Add to Cart
3 seat couch
Add to Cart
Pull Out Sofa Bed
Add to Cart
Convertible Ottoman
Add to Cart
Convertible Chair Bed
Add to Cart
Customer Reviews
4.0 out of 5 stars
39
4.0 out of 5 stars
39
3.6 out of 5 stars
12
4.2 out of 5 stars
32
4.0 out of 5 stars
209
Price
$189.99$189.99
$189.99$189.99
$189.99$189.99
$176.99$176.99
$269.99$269.99
Surface Material
Teddy Velvet
Teddy Velvet
Linen
Imitation Flannel
Linen
Product Features
25 inch seat depth
25 inch seat depth
Storage function
6 Stages Adjustment
5 Stages Adjustment
Sofa Width
84 inch
84 inch
51 inch
34 inch
35 inch
Size Classification
Extra large
Extra large
Large
Medium
Medium
Recommended Scenario
Living room
Living room
Living room, balcony
Living room, Study
Living room, Study
Is the entire sofa sent in one package?
Litbird boucle couch is delivered in three packages, and our sofa requires you assemble it by your own. But it is a very easy DIY work, we have detailed instructions.
What is the size of the sofa? I'm worried that it won't fit in my living room.
The length of the sofa is 84 inches, with a width and height of 36 inches, which can meet the needs of most living rooms.
Is the white sofa resistant to dirt?
The surface material of 3 seat couch is Teddy Velvet. Teddy Velvet is a durable material that can withstand daily wear and tear. And due to its unique texture, it is very easy to clean and maintain.

Sustainability features
This product has sustainability features recognized by trusted certifications.
Forestry practices Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.
As certified by 
The Forest Stewardship Council
The Forest Stewardship Council The Forest Stewardship Council (FSC) supports responsible forestry, which is a vital solution to combat climate change. Choosing FSC-certified products – whether furniture, building materials, paper, rubber, or textiles – helps protect forests, wildlife, clean water and supports the Indigenous Peoples, forest workers and communities who depend on them. Choosing FSC-certifiedproducts can also help to mitigate climate change by supporting responsible management of the world’s forests. For a betterfuture, choose FSC.
Learn more about this certification
Part of 
Climate Pledge Friendly
From the brand
