{"title":"Benches \u0026 stools","description":"\t\t\u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eBuy benches \u0026 stools | ML-Design \u0026 WOMO-Design\u003c\/title\u003e\n\t\u003cmeta name=\"description\" content=\"Sitzbänke \u0026amp; Hocker von ML-Design und WOMO-Design für Flur, Esszimmer, Küche \u0026amp; Wohnbereich. Entdecke vielseitige Sitzmöbel mit Stil und Komfort.\"\u003e\n        \u003cstyle\u003e\n        \/* Basic layout \u0026 typography *\/\n        div.seo {\n            font-family: 'Titillium Web', sans-serif; \/* Titillium Web as the main font *\/\n            line-height: 1.6;\n            color: #2c2c2c;\n            max-width: 80%;\n            margin: 5% auto;\n            padding: 0 2%;\n            background-color: #fff;\n        }\n\n        h1.h1 {color: #283583; text-align: center; margin-bottom: 1.5rem;}\n        h2.h2 {color: #283583; text-align: center; margin-bottom: 1.2rem;}\n\t\th3.h3 {color: #283583; text-align: center; margin-bottom: 1.15rem;}\n\t\th4.h4 {color: #283583; text-align: center; margin-bottom: 1rem; font-weight: bold;}\n\t\tp.p {color: #2c2c2c; text-align: justify; margin-bottom: 1rem;}\n\n        \/* Container for the rows *\/\n        .content-row {\n            margin-bottom: 3%;\n            overflow: hidden; \/* Clearfix for floats *\/\n            background: #fff;\n            padding: 5%;\n            border-radius: 12px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        \/* Image container styling *\/\n        figure {\n            margin: 0;\n            padding: 0;\n            max-width: 450px; \/* Optimized width for product display *\/\n        }\n\n        \/* Alignment left *\/\n        .img-left {\n            float: left;\n            margin-right: 5%;\n            margin-bottom: 2%;\n        }\n\n        \/* Alignment right *\/\n        .img-right {\n            float: right;\n            margin-left: 5%;\n            margin-bottom: 2%;\n        }\n\n        \/* SEO-relevant image settings *\/\n        img {\n            display: block;\n            max-width: 100%;\n            height: auto; \n            border-radius: 8px;\n        }\n\n        \/* --- DROPDOWN FAQ STYLING (Mobile First) --- *\/\n        .faq-container {\n            width: 100%;\n            margin-top: 3rem;\n            box-sizing: border-box;\n        }\n\n        .faq-item {\n            background-color: #f9f9f9;\n            border: 1px solid #ddd;\n            margin-bottom: 12px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 1px 4px rgba(0,0,0,0.02);\n        }\n\n        \/* Clickable question: large click area for mobile devices *\/\n        .faq-question {\n            padding: 16px;\n            font-weight: bold;\n            color: #2c2c2c;\n            cursor: pointer;\n            list-style: none; \/* Removes default arrow (Chrome\/Firefox) *\/\n            display: flex;\n            justify-content: space-between; \n            align-items: center; \/* Keeps arrow centered with multi-line text *\/\n            width: 100%;\n            box-sizing: border-box;\n            -webkit-tap-highlight-color: transparent; \/* Prevents blue flicker on iOS *\/\n        }\n\n        \/* Safari fix for the default arrow *\/\n        .faq-question::-webkit-details-marker {\n            display: none;\n        }\n\n        \/* The right, flush triangle icon (matching brand blue) *\/\n        .faq-question::after {\n            content: '▶';\n            font-size: 0.75rem;\n            color: #283583;\n            margin-left: 15px;\n            transition: transform 0.2s ease;\n            flex-shrink: 0; \/* Prevents icon from shrinking on smartphones *\/\n        }\n\n        \/* Rotates the arrow down when open *\/\n        .faq-item[open] .faq-question::after {\n            transform: rotate(90deg);\n        }\n\n        \/* The answer box *\/\n        .faq-answer {\n            padding: 16px;\n            border-top: 1px solid #eee;\n            background-color: #fff;\n        }\n\n        \/* Mobile optimization (Google Mobile-First Index) *\/\n        @media (max-width: 768px) {\n            .img-left, .img-right {\n                float: none;\n                display: block;\n                margin: 0 auto 20px auto;\n                max-width: 100%;\n            }\n            div.seo { margin: 2% auto; max-width: 95%; }\n            h1.h1 { color: #283583; text-align: center; font-size: 1.5rem;}\n\t\t\th2.h2 { color: #283583; text-align: center; font-size: 1.2rem;}\n\t\t\th3.h3 { color: #283583; text-align: center; font-size: 1.15rem;}\n\t\t\th4.h4 { color: #283583; text-align: center; font-size: 1rem; font-weight: bold;}\n\t\t\tp.p { color: #2c2c2c; text-align: justify; font-size: 1rem;}\n        }\n\/* --- MAIN DROPDOWN (Level 1) --- *\/\n.faq-container {\n    width: 100%;\n    margin-top: 2rem;\n    margin-bottom: 2rem;\n    box-sizing: border-box;\n}\n\n.faq-item {\n    background-color: #f9f9f9;\n    border: 1px solid #ddd;\n    margin-bottom: 12px;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 4px rgba(0,0,0,0.02);\n}\n\n.faq-question {\n    padding: 16px;\n    font-weight: bold;\n    font-size: 1rem;\n    color: #2c2c2c;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between; \n    align-items: center;\n    width: 100%;\n    box-sizing: border-box;\n    -webkit-tap-highlight-color: transparent; \/* Prevents blue flicker on iOS *\/\n}\n\n.faq-question::-webkit-details-marker { display: none; }\n\n\/* Arrow for main dropdown *\/\n.faq-question::after {\n    content: '▶';\n    font-size: 0.75rem;\n    color: #283583; \/* Brand blue *\/\n    margin-left: 15px;\n    transition: transform 0.2s ease;\n    flex-shrink: 0;\n}\n\n.faq-item[open] .faq-question::after { transform: rotate(90deg); }\n\n.faq-answer {\n    padding: 16px;\n    border-top: 1px solid #eee;\n    background-color: #fff;\n    overflow: hidden;\n}\n\n\/* --- NESTED SUB-DROPDOWNS (Level 2) --- *\/\n.faq-sub-item {\n    background-color: #ffffff;\n    border: 1px solid #e5e5e5;\n    margin-top: 10px;\n    margin-bottom: 10px;\n    border-radius: 6px;\n    overflow: hidden;\n}\n\n.faq-sub-question {\n    padding: 14px 16px; \/* Thumb-friendly click area *\/\n    font-size: 0.95rem;\n    font-weight: 600; \/* Slightly lighter than the main question *\/\n    color: #333;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    width: 100%;\n    box-sizing: border-box;\n    -webkit-tap-highlight-color: transparent;\n}\n\n.faq-sub-question::-webkit-details-marker { display: none; }\n\n\/* Sub-arrow (subtle gray) *\/\n.faq-sub-question::after {\n    content: '▶';\n    font-size: 0.65rem;\n    color: #888;\n    margin-left: 12px;\n    transition: transform 0.2s ease;\n    flex-shrink: 0;\n}\n\n.faq-sub-item[open] .faq-sub-question::after { transform: rotate(90deg); }\n\n.faq-sub-answer {\n    padding: 14px 16px;\n    background-color: #fafafa; \/* Light gray tint for the content *\/\n    border-top: 1px solid #eee;\n}\n\n.faq-sub-answer p.p {\n    font-size: 0.95rem;\n    margin-bottom: 0; \/* Prevents double spacing below *\/\n}\n\n\n\/* ==========================================================================\n   3. DESKTOP BREAKPOINT (Applies from tablets and PCs)\n   ========================================================================== *\/\n@media (min-width: 768px) {\n    \/* Container limitation for large screens *\/\n    div.seo { \n        max-width: 80%; \n        margin: 5% auto; \n        padding: 0 2%; \n    }\n\n    h1.h1 { font-size: 2.2rem; margin-bottom: 1.5rem; }\n    h2.h2 { font-size: 1.6rem; margin-bottom: 1.2rem; }\n    h3.h3 { font-size: 1.3rem; margin-bottom: 1.15rem; }\n    h4.h4 { font-size: 1.1rem; }\n\n    \/* Desktop adjustment for the dropdowns *\/\n    .faq-question {\n        padding: 18px 24px; \/* More space on large screens *\/\n        font-size: 1.1rem;\n    }\n\n    .faq-answer {\n        padding: 24px;\n    }\n\n    .faq-sub-question {\n        padding: 14px 20px;\n        font-size: 1rem;\n    }\n\n    .faq-sub-answer {\n        padding: 16px 20px;\n    }\n}\n    \u003c\/style\u003e\n\n\n\u003ch1 class=\"h1\"\u003eBenches \u0026 stools – versatile seating furniture for every living area\u003c\/h1\u003e\n\u003cp class=\"p\"\u003eA bench or stool can be much more than just an additional seat. Depending on the design, seating furniture can be used in the dining room, kitchen, hallway, bedroom, bathroom, or living room, and can be combined with practical functions such as additional storage space. Whether a modern bench with clean lines, a cozy upholstered stool, or a practical bench with storage – the selection is vast. The key factors are mainly the available space, the desired comfort, and the intended use. Material and design should also match the existing decor. With seating furniture from ML-Design and WOMO-Design, different living areas can be functionally and stylishly complemented. Various shapes, materials, and designs are available, allowing for both modern and classic furnishing concepts.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWhat types of benches and stools are there?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eBenches and stools differ in size, construction, and function. While a longer bench provides space for several people, a stool is usually intended for one person and can be used particularly flexibly.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBenches for the dining room\u003c\/li\u003e\n\u003cli\u003eBenches for the hallway\u003c\/li\u003e\n\u003cli\u003eBenches with storage\u003c\/li\u003e\n\u003cli\u003eUpholstered benches\u003c\/li\u003e\n\u003cli\u003eWooden benches\u003c\/li\u003e\n\u003cli\u003eStools with or without upholstery\u003c\/li\u003e\n\u003cli\u003eCompact stools for small spaces\u003c\/li\u003e\n\u003cli\u003eStools as additional seating\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"p\"\u003eA bench with storage is particularly practical when additional space for blankets, shoes, or other items is needed. A simple stool, on the other hand, can be flexibly moved from one room to another and quickly used as an additional seat when needed.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHow deep should a bench be for sitting?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eThe ideal depth of a bench depends on how it is intended to be used. For a normal sitting position, there should be enough surface area to sit comfortably without the bench taking up unnecessary space in the room. A deeper seat can be particularly cozy and is suitable, for example, for a cushioned bench in the living area. In the hallway, however, a shallower depth is often more practical to keep the passage as clear as possible. Therefore, before purchasing, not only the seat itself should be considered, but also the available space in front of and behind the bench.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWhich bench is suitable for the hallway?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eA bench in the hallway is particularly practical when shoes need to be put on comfortably while sitting. At the same time, it can enhance the visual appeal of the entrance area. For a narrow hallway, compact models that require little floor space are especially suitable. Those needing additional storage can opt for a bench with integrated compartments or storage space. When it comes to hallway benches, it is important to ensure that there is enough space to move around. The bench should not unnecessarily narrow the entrance area.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCoat rack\u003c\/li\u003e\n\u003cli\u003eShoe cabinet\u003c\/li\u003e\n\u003cli\u003eMirror\u003c\/li\u003e\n\u003cli\u003eWall hooks\u003c\/li\u003e\n\u003cli\u003eBaskets or storage boxes\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eBench with storage – practical and space-saving\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eA bench with storage combines two functions: it provides a comfortable seating area while also creating additional space for storage. Depending on the model, the storage can be integrated under a lift-up seat, in drawers, or in open compartments. This combination is particularly practical in areas with limited space. In the hallway, for example, shoes, bags, or accessories can be stored. In the bedroom, blankets, pillows, or other textiles can be accommodated. Thus, the bench becomes not only a piece of furniture for sitting but also an additional storage solution.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWhat is better: a bench or chairs at the dining table?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eWhether a bench or chairs are better suited for the dining table depends on personal taste and the available space. Both options have their own advantages. A bench can be particularly practical when several people need to sit at the table in a space-saving manner. Since there are no individual chair legs between the seats, a bench can also create a cohesive and calm look. A combination of a bench and individual chairs is also popular. This creates a varied design while providing a flexible seating solution.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSeveral people can find space\u003c\/li\u003e\n\u003cli\u003eSpace-saving solution\u003c\/li\u003e\n\u003cli\u003eModern and homely look\u003c\/li\u003e\n\u003cli\u003eCan be pushed under the table if needed\u003c\/li\u003e\n\u003cli\u003ePartially available with additional storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"p\"\u003eChairs, on the other hand, offer the advantage that each seat can be used individually. They are easier to move and can be combined in different designs. This creates a particularly flexible design of the dining area.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWhat materials are suitable for benches and stools?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eThe material affects both the appearance and the stability, maintenance effort, and seating comfort. Therefore, the choice should always match the respective area of use.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWood\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eWood is a popular material for benches and stools, as it creates a natural and warm atmosphere. Wooden models fit particularly well in dining rooms, kitchens, and hallways.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNatural look\u003c\/li\u003e\n\u003cli\u003eRobust and durable\u003c\/li\u003e\n\u003cli\u003eVersatile combinable\u003c\/li\u003e\n\u003cli\u003eSuitable for classic and modern furnishings\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eMetal\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eMetal is often used for frames or complete stools. It can create a modern or industrial look and is well-suited for heavily used areas.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eStable\u003c\/li\u003e\n\u003cli\u003eModern look\u003c\/li\u003e\n\u003cli\u003eDurable\u003c\/li\u003e\n\u003cli\u003eWell-suited for industrial and loft styles\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eFabric and upholstery\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eUpholstered seats provide additional comfort and often appear particularly homely. They are suitable, for example, for dining rooms, bedrooms, or living rooms. However, care should be taken to consider the maintenance properties of the upholstery, especially if the bench or stool is used regularly.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eFaux leather\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eFaux leather can combine an elegant look with relatively easy cleaning. Stains can often be wiped off easily, making this material interesting for kitchens or dining areas.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eBenches for the dining room\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eA bench in the dining room can be a modern alternative to classic dining chairs. Especially with larger tables, a bench can create a cohesive seating area and give the dining area a cozy character. Depending on the table size, a bench can be placed on one or both long sides. It is often combined with individual chairs. When selecting, care should be taken that the seat height matches the height of the dining table. The depth of the bench should also be considered to ensure sufficient freedom of movement at the table.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eStool – small, flexible, and versatile\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eA stool can be used in many areas of the house. Due to its compact size, it can be quickly moved and used as an additional seating option when needed. In the living room, a stool can serve as an extra seating option or footrest. In the kitchen, it can be used at a raised work surface, while it can also provide practical services in the bedroom or hallway. Some models can also be used decoratively and combined with other furniture.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eStool as a complement to armchairs and sofas\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eA stool can be used not only for sitting. In combination with an armchair, it can serve as a comfortable footrest, for example. Especially with an armchair and stool, a comfortable seating solution is created that is well-suited for reading, watching TV, or relaxing. Depending on the design, stools can either be chosen to match the armchair in color and style or deliberately used as a contrast.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eBenches and stools for small spaces\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eIn small apartments, efficient use of available space is particularly important. A compact bench can combine several functions. A bench with storage space is suitable for the hallway, while a small stool can be quickly pushed under a table or to the side of a piece of furniture when needed. Furniture with multiple functions can also be a good solution.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBench and storage space\u003c\/li\u003e\n\u003cli\u003eBench and shoe storage\u003c\/li\u003e\n\u003cli\u003eStool and footrest\u003c\/li\u003e\n\u003cli\u003eStool as an additional seating option\u003c\/li\u003e\n\u003cli\u003eBench as a complement to the dining table\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eWhat seat height is sensible for benches and stools?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eThe appropriate seat height depends on the respective area of use. A bench for the dining table requires a different height than a low stool for the living room, for example. Therefore, before purchasing, it should be checked what the piece of furniture will primarily be used for. For a bench at the dining table, the ratio between seat height and table height is particularly important. For stools, it should also be considered whether a footrest is needed, as this can improve seating comfort, especially for taller models.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWhat color goes with benches and stools?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eSeating furniture can either be subtly integrated into the decor or deliberately used as a focal point. Light colors like white, beige, or natural tones appear friendly and can be easily combined with other furniture. Black and anthracite, on the other hand, look modern and elegant and can create a deliberate contrast. Wood colors provide a natural and warm atmosphere. Those who want to set a more striking accent can work with colorful cushions or contrasting materials.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eWhat should you pay attention to when buying?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eBefore purchasing, it should first be determined where the bench or stool will be used. This affects the required size, seat height, material choice, and features, among other things. For a hallway bench, for example, the available space should be measured very precisely. For a dining room bench, the combination with the existing table is crucial.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDimensions and seat height\u003c\/li\u003e\n\u003cli\u003eSeat width and seat depth\u003c\/li\u003e\n\u003cli\u003eNumber of seats\u003c\/li\u003e\n\u003cli\u003eMaterial and workmanship\u003c\/li\u003e\n\u003cli\u003eUpholstery\u003c\/li\u003e\n\u003cli\u003eResilience\u003c\/li\u003e\n\u003cli\u003eStorage space\u003c\/li\u003e\n\u003cli\u003eStability\u003c\/li\u003e\n\u003cli\u003eMaintenance effort\u003c\/li\u003e\n\u003cli\u003eDesign and color\u003c\/li\u003e\n\u003cli\u003ePrice-performance ratio\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eBenches \u0026 stools from ML-Design and WOMO-Design\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eML-Design and WOMO-Design offer versatile furniture for different living areas. Depending on the model, benches and stools can serve as practical seating, stylish decorative elements, or additional storage solutions. Whether for the hallway, dining room, kitchen, or living area – with the right size, material choice, and design, the seating furniture can be specifically adapted to the existing decor.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eConclusion: Finding the right bench or stool\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eA bench or stool can not only expand a room with an additional seating option but can also create storage space or serve as a stylish decorative element. Especially a bench with storage is interesting when multiple functions need to be combined in a small space. Compact models are suitable for the hallway, while the right seat height and combination with the dining table are particularly important in the dining room. When choosing materials, attention should be paid not only to design but also to stability, maintenance effort, and the respective area of use. Discover the benches and stools from ML-Design and WOMO-Design now and find the right seating solution for your hallway, dining room, kitchen, or living area – functional, stylish, and fitting for your home.\u003c\/p\u003e","products":[{"product_id":"390002549-sitzhocker-rund-o-35x43-cm-blau-aus-segeltuch-jeans-mit-baumwolle-fullung-womo-design","title":"WOMO-DESIGN Round seat stool blue, Ø 35x43 cm, made of canvas\/jeans with cotton filling","description":"\u003cstrong\u003eDescription\u003c\/strong\u003e:\u003cbr \/\u003e\n\u003cbr \/\u003e\nThe smart Jacksonville seat pouf by WOMO-DESIGN combined canvas and jeans is both practical and decorative and a great addition to any room. The canvas offers a nice contrast in combination with the jeans. Thanks to the high-quality filling, the pouf remains dimensionally stable and offers optimal seating comfort at the same time. Through the use of natural and durable outer materials, it is also optically extremely durable with good care. The handmade pouf is a real unique piece and guaranteed in your living room the eye-catcher!\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nImpressive seat pouf in retro style\u003cbr \/\u003e\nThe seat cube is made of canvas and jeans\u003cbr \/\u003e\nTimeless design\u003cbr \/\u003e\nHandmade\u003cbr \/\u003e\nHigh quality filling\n\u003cp\u003e\u003cstrong\u003eScope of delivery:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nJacksonville seat pouf by WOMO-DESIGN\u0026reg;.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe decorations are not included in the delivery!\u003c\/strong\u003e\u003c\/p\u003e","brand":"WOMO-DESIGN","offers":[{"title":"","offer_id":45123416228016,"sku":"390002549","price":49.05,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/WOMO-146_Galerie_2.jpg?v=1786644022"},{"product_id":"490002494-sitzhocker-xxl-90x45x90-cm-creme-aus-leinen-mit-metallfusse-womo-design","title":"Seat pouf XXL 90x45x90 cm cream linen with metal feet WOMO design","description":"\u003cstrong\u003eProduct Description:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nGive your living room an incomparable and elegant look! The large WOMO design stool combines modern style and high seating comfort. The noble button stitching extends over the entire stool and shines in an enchanting cream color. The piece of furniture can be used as a sitting stool, but also as a footrest. In addition, your sofa can be suitably extended with this stool.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nButton stitching\u003cbr \/\u003e\nLarge seating area\u003cbr \/\u003e\nModern design\u003cbr \/\u003e\nEnchanting cream tone\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eScope of delivery:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n1 x seat stool by WOMO-Design\u003cbr \/\u003e\n","brand":"WOMO-DESIGN","offers":[{"title":"","offer_id":45123535405232,"sku":"490002494","price":481.18,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/WOMO-461_Galerie_2.jpg?v=1786644786"}],"url":"https:\/\/icdgermany.com\/en\/collections\/stool.oembed","provider":"ECD Germany","version":"1.0","type":"link"}