{"product_id":"lampe-suspension-bo-x","title":"Recycled Steel Pendant Lamp, 100% French-made - BO X collection","description":"\u003c!-- Custom Liquid Page Template --\u003e\n\u003csection class=\"product-page\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eBo X Pendant Light\u003c\/h1\u003e\n\u003cp class=\"product-description\"\u003eDiscover the \"Bo X\" pendant light, an exceptional lighting creation that redefines contemporary illumination. With an innovative design and 100% French manufacturing, it combines aesthetics, functionality, and durability. Designed to meet the demands of architects, interior designers, home decor stores, and designers, the Bo X lamp is more than just a light fixture; it's a true style statement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Image Section --\u003e\n\u003cdiv class=\"product-gallery\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/6010\/7085\/files\/FABRICATION_DES_LAMPES_DESIGN_ARELIER_CELLUX.gif?v=1739443741\" alt=\"Suspension Bo X\" class=\"product-image\"\u003e\u003c\/div\u003e\n\u003c!-- Details Section --\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eWhy choose the Bo X Pendant Light?\u003c\/h2\u003e\n\u003cp\u003eAvailable as a pendant, the Bo X lamp embodies French expertise and an innovative approach to interior design. Here's why it stands out:\u003c\/p\u003e\n\u003ch3 class=\"details-subtitle\"\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"product-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench Manufacturing 🇫🇷:\u003c\/strong\u003e Manufactured and assembled at Cellux, a partner workshop located near Saint-Étienne, promoting local employment and valuing Stéphanois craftsmanship.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnique Design 🖌️:\u003c\/strong\u003e The result of the ingenious interlocking of two Bo lamps, offering a refined and unique aesthetic.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact Dimensions 📏:\u003c\/strong\u003e Length 25 cm | Width 40 cm. Ideal for fitting into any space without cluttering it.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnchanting Lighting 💡:\u003c\/strong\u003e The assembly of two Bo lamps creates a unique play of light that transforms your interior into a warm and welcoming cocoon.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"details-subtitle\"\u003eJoin Our Community\u003c\/h3\u003e\n\u003cp\u003eBy choosing the Bo X pendant light, you join a community passionate about design and sustainability. Transform your space today with this exceptional fixture, designed to illuminate and enhance your interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Styles --\u003e\u003c\/section\u003e\n\u003cstyle\u003e\n    \/* General Styles *\/\n    .product-page {\n      font-family: 'Montserrat', sans-serif;\n      margin: 0 auto;\n      max-width: 1200px;\n      padding: 40px;\n      color: #222;\n      background: linear-gradient(135deg, #f7f7f7, #eaeaea);\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      border-radius: 15px;\n      overflow: hidden;\n      animation: fadeIn 1.2s ease-in-out;\n    }\n\n    .product-container {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      text-align: center;\n    }\n\n    \/* Header *\/\n    .product-header {\n      margin-bottom: 40px;\n      padding: 20px;\n      background: #ffffff;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n      transition: transform 0.3s, background-color 0.3s;\n    }\n\n    .product-header:hover {\n      transform: translateY(-10px);\n      background-color: #f3f3f3;\n    }\n\n    .product-title {\n      font-size: 3.5rem;\n      color: #444;\n      margin-bottom: 20px;\n      font-weight: bold;\n      letter-spacing: 1px;\n    }\n\n    .product-description {\n      font-size: 1.6rem;\n      line-height: 2;\n      color: #555;\n    }\n\n    \/* Image Section *\/\n    .product-gallery {\n      position: relative;\n      border-radius: 15px;\n      overflow: hidden;\n      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s;\n    }\n\n    .product-gallery:hover {\n      transform: scale(1.02);\n    }\n\n    .product-image {\n      max-width: 100%;\n      height: auto;\n      transition: transform 0.5s ease, filter 0.3s ease;\n    }\n\n    .product-image:hover {\n      transform: scale(1.1);\n      filter: brightness(1.1);\n    }\n\n    \/* Details Section *\/\n    .product-details {\n      padding: 30px;\n      background: linear-gradient(135deg, #ffffff, #f8f8f8);\n      border-radius: 10px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      animation: slideUp 1.5s ease;\n    }\n\n    .details-title {\n      font-size: 2.8rem;\n      margin-bottom: 20px;\n      color: #333;\n    }\n\n    .details-subtitle {\n      font-size: 2.2rem;\n      margin: 20px 0 10px;\n      color: #555;\n    }\n\n    .product-benefits {\n      list-style-type: none;\n      padding: 0;\n      text-align: left;\n      margin: 0 auto;\n      max-width: 800px;\n    }\n\n    .product-benefits li {\n      font-size: 1.4rem;\n      margin-bottom: 15px;\n      color: #444;\n      position: relative;\n      padding-left: 30px;\n    }\n\n    .product-benefits li:before {\n      content: '\\2714';\n      position: absolute;\n      left: 0;\n      color: #007bff;\n      font-weight: bold;\n      font-size: 1.6rem;\n    }\n\n    \/* Animations *\/\n    @keyframes fadeIn {\n      from {\n        opacity: 0;\n        transform: scale(0.95);\n      }\n      to {\n        opacity: 1;\n        transform: scale(1);\n      }\n    }\n\n    @keyframes slideUp {\n      from {\n        opacity: 0;\n        transform: translateY(30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n  \u003c\/style\u003e","brand":"Boethic","offers":[{"title":"Blue","offer_id":50458024149325,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Red","offer_id":50458024182093,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Money","offer_id":50458024214861,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Bronze","offer_id":50458024247629,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Gold","offer_id":50458024280397,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Orange","offer_id":50458024313165,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Yellow","offer_id":50458024345933,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true},{"title":"Green","offer_id":50458024378701,"sku":"","price":309.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0856\/6010\/7085\/files\/8_9bdba488-1352-4ab3-84ea-68cebfd21374.png?v=1730211693","url":"https:\/\/shop.boethic.com\/en\/products\/lampe-suspension-bo-x","provider":"Boethic","version":"1.0","type":"link"}