{"product_id":"cattelan-italia-isabel-ml-dining-armchair-fast-delivery","title":"Cattelan Italia Isabel ML Dining Armchair  – Fast Delivery","description":"\u003cstyle\u003e\n  .scrollable-table-wrapper {\n    overflow-x: auto;\n    width: 100%;\n    border-radius: 12px;\n  }\n  .styled-table {\n    min-width: 750px;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .styled-table thead {\n    background-color: #f4f4f4;\n    font-weight: 600;\n  }\n  .styled-table th,\n  .styled-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: left;\n    font-size: 14px;\n    white-space: nowrap;\n  }\n  .styled-table tbody tr:nth-child(even) {\n    background-color: #fafafa;\n  }\n  .styled-table tbody tr:hover {\n    background-color: #f1f1f1;\n  }\n\n  .hero-image-wrapper {\n    text-align: center;\n    margin: 20px 0 28px 0;\n  }\n  .hero-image-box {\n    display: inline-block;\n    max-width: 100%;\n    background: #fff;\n    border: 2px solid #ccc;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.07);\n  }\n  .hero-image-box img {\n    width: 100%;\n    max-width: 640px;\n    height: auto;\n    max-height: 480px;\n    object-fit: contain;\n    display: block;\n    background: #fff;\n  }\n  .hero-image-box .caption {\n    background: #f8f8f8;\n    padding: 8px 10px 7px 10px;\n    font-size: 13px;\n    color: #555;\n    border-top: 1.5px solid #eee;\n    text-align: center;\n    font-weight: 500;\n  }\n\n  .top-options-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 20px 0;\n    justify-content: center;\n  }\n  .top-option-sample {\n    background: #fff;\n    border: 2px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease;\n    text-align: center;\n    width: 155px;\n    flex-shrink: 0;\n  }\n  .top-option-sample:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n  }\n  .top-option-sample img {\n    width: 155px;\n    height: 155px;\n    object-fit: cover;\n    display: block;\n  }\n  .top-option-sample .top-name {\n    display: block;\n    padding: 6px 4px 2px 4px;\n    font-size: 12px;\n    line-height: 1.2;\n    color: #333;\n    font-weight: 600;\n  }\n  .top-badge {\n    display: block;\n    padding: 2px 4px 6px 4px;\n    font-size: 10px;\n    line-height: 1.2;\n    color: #888;\n    font-weight: 500;\n  }\n\n  .combination-section {\n    margin: 28px auto;\n    max-width: 1000px;\n    border-radius: 16px;\n    border: 1px solid #e0e0e0;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .combination-header {\n    padding: 18px 24px;\n    font-size: 20px;\n    font-weight: 600;\n    color: #f0f0f0;\n    text-align: center;\n    background: linear-gradient(135deg, #3b4248 0%, #5a646c 100%);\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .combination-content {\n    padding: 20px;\n    background: #f8f9fa;\n  }\n  .combination-slider {\n    width: 100%;\n    max-width: 900px;\n    overflow-x: auto;\n    scrollbar-width: thin;\n    scrollbar-color: #ccc #f1f1f1;\n    padding: 10px 0;\n    margin: 0 auto;\n  }\n  .combination-slider::-webkit-scrollbar {\n    height: 6px;\n  }\n  .combination-slider::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 3px;\n  }\n  .combination-slider::-webkit-scrollbar-thumb {\n    background: #ccc;\n    border-radius: 3px;\n  }\n  .combination-slider::-webkit-scrollbar-thumb:hover {\n    background: #999;\n  }\n  .combination-set {\n    display: flex;\n    gap: 15px;\n    align-items: center;\n    min-width: max-content;\n    padding: 0 10px;\n    justify-content: center;\n  }\n  .combination-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  .combination-symbol {\n    font-size: 28px;\n    font-weight: bold;\n    color: #666;\n    min-width: 40px;\n    text-align: center;\n    flex-shrink: 0;\n  }\n  .combination-image {\n    width: 220px;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    border: 2px solid #ddd;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease;\n    flex-shrink: 0;\n    background: #fff;\n  }\n  .combination-image:hover {\n    transform: scale(1.03);\n  }\n  .combination-caption {\n    text-align: center;\n    font-size: 12px;\n    color: #666;\n    margin-top: 6px;\n    font-weight: 500;\n    max-width: 220px;\n  }\n\n  .two-col-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin: 20px 0;\n  }\n  .info-card {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 8px;\n    border-left: 4px solid #007bff;\n  }\n  .info-card.green {\n    border-left-color: #28a745;\n  }\n  .info-card h4 {\n    margin: 0 0 10px 0;\n    color: #333;\n    font-size: 16px;\n  }\n  .info-card p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.55;\n    color: #666;\n  }\n\n  .dimensions-image-wrapper {\n    width: 100%;\n    margin: 20px 0;\n  }\n  .dimensions-image-container {\n    display: flex;\n    justify-content: center;\n    width: 100%;\n  }\n  .dimension-image-box {\n    width: 100%;\n    max-width: 700px;\n    background: #fff;\n    border: 2px solid #ccc;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.07);\n  }\n  .dimension-image-box img {\n    width: 100%;\n    display: block;\n  }\n  .dimension-image-box .caption {\n    background: #f8f8f8;\n    padding: 8px 10px 7px 10px;\n    font-size: 13px;\n    color: #555;\n    border-top: 1.5px solid #eee;\n    text-align: center;\n    font-weight: 500;\n  }\n\n  .more-options-block {\n    margin: 28px auto 0 auto;\n    max-width: 1000px;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .more-options-header {\n    background: #f4f4f4;\n    padding: 20px 24px;\n    font-weight: 600;\n    font-size: 20px;\n    color: #333;\n    text-align: center;\n  }\n  .more-options-content {\n    padding: 20px;\n    background: #fff;\n  }\n  .more-options-content p {\n    margin: 0 0 16px 0;\n    font-size: 14px;\n    line-height: 1.6;\n    color: #555;\n    text-align: center;\n  }\n  .more-options-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n  }\n  .more-options-links a {\n    font-size: 13px;\n    font-weight: 600;\n    color: #333;\n    text-decoration: none;\n    border: 1px solid #cbd5e1;\n    border-radius: 6px;\n    padding: 10px 14px;\n    background: #fff;\n    transition: all 0.3s ease;\n  }\n  .more-options-links a:hover {\n    background: #f1f1f1;\n    border-color: #999;\n    color: #000;\n  }\n\n  @media (max-width: 650px) {\n    .hero-image-box {\n      width: 100%;\n    }\n    .hero-image-box img {\n      max-height: 360px;\n    }\n    .combination-content {\n      padding: 14px;\n    }\n    .combination-set {\n      justify-content: flex-start;\n    }\n    .combination-image {\n      width: 185px;\n      height: 185px;\n    }\n    .combination-caption {\n      max-width: 185px;\n      font-size: 11px;\n    }\n    .combination-symbol {\n      font-size: 24px;\n      min-width: 28px;\n    }\n    .more-options-content {\n      padding: 16px;\n    }\n    .more-options-links a {\n      flex: 1 1 100%;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003eThe \u003cstrong\u003eIsabel ML Dining Armchair – Fast Delivery\u003c\/strong\u003e is a ready-to-ship configuration of Paolo Cattelan’s refined metal-base armchair. It pairs the slim, exposed Matt Graphite steel frame with London Synthetic Leather upholstery, combining a light architectural profile with supportive integrated armrests and tailored comfort. This pre-configured version is designed for customers seeking the Isabel ML look with a quicker turnaround.\u003c\/p\u003e\n\n  \u003ch3\u003eFast Delivery Configuration\u003c\/h3\u003e\n  \u003cdiv class=\"two-col-grid\"\u003e\n    \u003cdiv class=\"info-card\"\u003e\n      \u003ch4\u003eMatt Graphite Metal Frame\u003c\/h4\u003e\n      \u003cp\u003eThe armchair is supplied with a Matt Graphite exposed steel base, giving the Isabel ML profile a contemporary, understated architectural finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"info-card green\"\u003e\n      \u003ch4\u003eLondon Synthetic Leather\u003c\/h4\u003e\n      \u003cp\u003eThe padded seat, shaped backrest, and integrated armrests are upholstered in Synthetic Leather London, a deep blue-grey finish selected for this ready-to-ship version.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"combination-section\"\u003e\n    \u003cdiv class=\"combination-header\"\u003eMatt Graphite Frame + London Synthetic Leather\u003c\/div\u003e\n    \u003cdiv class=\"combination-content\"\u003e\n      \u003cdiv class=\"combination-slider\"\u003e\n        \u003cdiv class=\"combination-set\"\u003e\n          \u003cdiv class=\"combination-item\"\u003e\n            \u003cimg alt=\"Matt Graphite Steel Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Matt_graphite.jpg?v=1749477314\" class=\"combination-image\"\u003e\n            \u003cdiv class=\"combination-caption\"\u003eMatt Graphite Steel Frame\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"combination-symbol\"\u003e+\u003c\/div\u003e\n\n          \u003cdiv class=\"combination-item\"\u003e\n            \u003cimg alt=\"Synthetic Leather London\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Synthetic_Leather-London_523c4804.jpg?v=1786449528\" class=\"combination-image\"\u003e\n            \u003cdiv class=\"combination-caption\"\u003eSynthetic Leather London\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"combination-symbol\"\u003e=\u003c\/div\u003e\n\n          \u003cdiv class=\"combination-item\"\u003e\n            \u003cimg alt=\"Isabel ML Dining Armchair Matt Graphite and London Synthetic Leather\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/isabel-ml-dc-with-arms.png?v=1788955374\" class=\"combination-image\"\u003e\n            \u003cdiv class=\"combination-caption\"\u003eReady-to-Ship Armchair Configuration\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFast Delivery Configuration:\u003c\/strong\u003e A pre-configured Isabel ML Dining Armchair with Matt Graphite steel frame and London Synthetic Leather upholstery.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eIntegrated Armrests:\u003c\/strong\u003e Upholstered armrests provide additional comfort and support while maintaining a light, elegant profile.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eExposed Steel Legs:\u003c\/strong\u003e The slim Matt Graphite metal base gives the armchair an architectural, contemporary presence.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTailored Upholstered Shell:\u003c\/strong\u003e The padded seat and shaped backrest provide supportive comfort for dining, workspaces, and hospitality interiors.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLondon Synthetic Leather:\u003c\/strong\u003e A deep blue-grey upholstery finish selected specifically for this fast-delivery version.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCompact Armchair Proportions:\u003c\/strong\u003e At 55 cm wide × 59 cm deep, Isabel ML offers armchair comfort while remaining practical around a dining table.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e49 cm Seat Height and 67 cm Arm Height:\u003c\/strong\u003e Proportioned for standard dining tables and comfortable everyday use.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNon-Removable Cover:\u003c\/strong\u003e The precision-fitted upholstery preserves a clean, continuous, tailored appearance.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMade in Italy:\u003c\/strong\u003e Premium materials and expert detailing throughout, with a 5-year manufacturer warranty included.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eMaterials \u0026amp; Construction\u003c\/h3\u003e\n  \u003cdiv class=\"two-col-grid\"\u003e\n    \u003cdiv class=\"info-card\"\u003e\n      \u003ch4\u003eMatt Graphite Exposed Steel Base\u003c\/h4\u003e\n      \u003cp\u003eThe ready-to-ship armchair uses a Matt Graphite exposed steel base, providing a durable, stable foundation while keeping the silhouette visually light.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"info-card green\"\u003e\n      \u003ch4\u003eLondon Synthetic Leather Upholstery\u003c\/h4\u003e\n      \u003cp\u003eThe seat, shaped backrest, and integrated armrests are upholstered in London Synthetic Leather, with supportive padding and refined seam lines throughout.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 20px; margin-top: 24px;\"\u003eDimensions \u0026amp; Seating\u003c\/h3\u003e\n  \u003cp style=\"font-size: 14px; color: #666; background: #f9f9f9; padding: 12px 16px; border-radius: 8px; margin-top: 0; margin-bottom: 16px;\"\u003e\u003cstrong\u003eOne ready-to-ship configuration.\u003c\/strong\u003e Isabel ML Dining Armchair is proportioned for standard dining tables, workspaces, and hospitality settings.\u003c\/p\u003e\n\n  \u003cdiv class=\"scrollable-table-wrapper\"\u003e\n    \u003ctable class=\"styled-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eWidth (cm)\u003c\/th\u003e\n          \u003cth\u003eWidth (in)\u003c\/th\u003e\n          \u003cth\u003eDepth (cm)\u003c\/th\u003e\n          \u003cth\u003eDepth (in)\u003c\/th\u003e\n          \u003cth\u003eHeight (cm)\u003c\/th\u003e\n          \u003cth\u003eHeight (in)\u003c\/th\u003e\n          \u003cth\u003eSeat Height (cm)\u003c\/th\u003e\n          \u003cth\u003eSeat Height (in)\u003c\/th\u003e\n          \u003cth\u003eArm Height (cm)\u003c\/th\u003e\n          \u003cth\u003eArm Height (in)\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e55\u003c\/td\u003e\n          \u003ctd\u003e21.7\"\u003c\/td\u003e\n          \u003ctd\u003e59\u003c\/td\u003e\n          \u003ctd\u003e23.2\"\u003c\/td\u003e\n          \u003ctd\u003e87\u003c\/td\u003e\n          \u003ctd\u003e34.3\"\u003c\/td\u003e\n          \u003ctd\u003e49\u003c\/td\u003e\n          \u003ctd\u003e19.3\"\u003c\/td\u003e\n          \u003ctd\u003e67\u003c\/td\u003e\n          \u003ctd\u003e26.4\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 12px; margin-top: 28px;\"\u003ePackaging Details\u003c\/h3\u003e\n\n  \u003cdiv class=\"scrollable-table-wrapper\"\u003e\n    \u003ctable class=\"styled-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eProduct\u003c\/th\u003e\n          \u003cth\u003ePackage Dimensions (cm)\u003c\/th\u003e\n          \u003cth\u003eWeight (kg)\u003c\/th\u003e\n          \u003cth\u003eTotal Volume (m³)\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIsabel ML Dining Armchair\u003c\/td\u003e\n          \u003ctd\u003e56 × 56 × 98\u003c\/td\u003e\n          \u003ctd\u003e14.00\u003c\/td\u003e\n          \u003ctd\u003e0.31\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size: 13px; color: #555; margin-top: 10px;\"\u003e\u003cem\u003ePackaging dimensions and weights will be confirmed prior to delivery. Please contact us if exact data is required for access planning or commercial project logistics.\u003c\/em\u003e\u003c\/p\u003e\n\n  \u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 20px; margin-top: 24px;\"\u003eDimensions Overview\u003c\/h3\u003e\n  \u003cdiv class=\"dimensions-image-wrapper\"\u003e\n    \u003cdiv class=\"dimensions-image-container\"\u003e\n      \u003cdiv class=\"dimension-image-box\"\u003e\n        \u003cimg alt=\"Isabel ML Dining Armchair Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/16789640647_6115.jpg?v=1789053879\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"caption\"\u003e\u003cem\u003eIsabel ML Dining Armchair – W 55 × D 59 × H 87 cm\u003c\/em\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"more-options-block\"\u003e\n  \u003cdiv class=\"more-options-header\"\u003eWant More Frame or Upholstery Options?\u003c\/div\u003e\n  \u003cdiv class=\"more-options-content\"\u003e\n    \u003cp\u003eExplore the full Isabel ML Dining Armchair collection for a wider choice of metal frame finishes and upholstery categories.\u003c\/p\u003e\n\n    \u003cdiv class=\"more-options-links\"\u003e\n      \u003ca href=\"https:\/\/themodernfurniturecompany.com\/products\/cattelan-italia-isabel-ml-dining-armchair-fabric-glove-soft-leather\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eFabric \u0026amp; Glove Soft Leather\u003c\/a\u003e\n      \u003ca href=\"https:\/\/themodernfurniturecompany.com\/products\/cattelan-italia-isabel-ml-dining-armchair-synthetic-leather-micro-nubuk\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eSynthetic Leather \u0026amp; Micro Nubuk\u003c\/a\u003e\n      \u003ca href=\"https:\/\/themodernfurniturecompany.com\/products\/cattelan-italia-isabel-ml-dining-armchair-soft-leather\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eSoft Leather\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cattelan Italia","offers":[{"title":"Matt Graphite \/ Synthetic Leather London","offer_id":56869073879427,"sku":null,"price":965.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/imgi_8_de6522b6-2693-4983-a9ee-57b3e86cb957.jpg?v=1763391990","url":"https:\/\/themodernfurniturecompany.com\/products\/cattelan-italia-isabel-ml-dining-armchair-fast-delivery","provider":"The Modern Furniture Company","version":"1.0","type":"link"}