{"product_id":"lampe-a-poser-bo-x","title":"Two-Tone Table Lamp - BO X - recycled steel 100% French made","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 Lamp\u003c\/h1\u003e\n\u003cp class=\"product-description\"\u003e\u003cstrong\u003eMinimalist 60s design\u003c\/strong\u003e, the BO X lamp is much more than just a light fixture. It embodies boldness and originality, transforming the BO into a symbolic \"X,\" a unique form of expression that finds its place on your desk or a shelf. This imposing design is accompanied by a unique and provocative interior lighting, conceived to satisfy architects, interior designers, and designers. Made in Rhône Alpes, this lamp combines style and durability in an object that reinvents the art of light.\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=\"Lampe BO X\" class=\"product-image\" width=\"500\" height=\"654\"\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 Lamp?\u003c\/h2\u003e\n\u003cul class=\"product-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFusion of Two BO Lamps:\u003c\/strong\u003e The BO X lamp is the result of the ingenious nesting of two BO lamps, offering unparalleled flexibility and aesthetics, perfect for modern and minimalist spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMade in France 🇫🇷 :\u003c\/strong\u003e Designed and manufactured in Rhône Alpes by CELLUX, the BO X lamp supports local craftsmanship and employment in a partner company that protects regional innovation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColorful and Vibrant 🎨 :\u003c\/strong\u003e Available in a range of vibrant colors, it adds a touch of life and character to any interior, whether it's a living room or a workspace.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact Dimensions 📏 :\u003c\/strong\u003e Measuring 25 cm in length and 40 cm in width, this lamp easily integrates into any space, while adding a touch of sophistication without clutter.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAn Invitation to Inspiration 💡 :\u003c\/strong\u003e More than a utilitarian object, the BO X lamp becomes a source of inspiration that illuminates every corner of your space with authentic warmth.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Community Section --\u003e\n\u003cdiv class=\"product-community\"\u003e\n\u003ch3 class=\"community-title\"\u003eJoin Our Community\u003c\/h3\u003e\n\u003cp class=\"community-description\"\u003eBy choosing the BO X lamp, you are not just acquiring an object, you are joining a community passionate about unique design and creativity. Transform your space, show your uniqueness, and be part of this stylistic revolution. Join us today!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Styles --\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: #f5f5f5;\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: #fff;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n  transition: transform 0.3s;\n}\n\n.product-header:hover {\n  transform: translateY(-10px);\n}\n\n.product-title {\n  font-size: 3.5rem; \/* Agrandi *\/\n  color: #444;\n  margin-bottom: 20px;\n  font-weight: bold;\n}\n\n.product-description {\n  font-size: 1.6rem; \/* Agrandi *\/\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}\n\n.product-image {\n  max-width: 100%;\n  height: auto;\n  transition: transform 0.5s ease;\n}\n\n.product-image:hover {\n  transform: scale(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; \/* Agrandi *\/\n  margin-bottom: 20px;\n  color: #333;\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; \/* Agrandi *\/\n  margin-bottom: 15px;\n  color: #444;\n  position: relative;\n  padding-left: 25px;\n}\n\n.product-benefits li:before {\n  content: '✔';\n  position: absolute;\n  left: 0;\n  color: #007bff;\n  font-weight: bold;\n}\n\n\/* Community Section *\/\n.product-community {\n  padding: 30px;\n  background: #fff;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n  margin-top: 40px;\n}\n\n.community-title {\n  font-size: 2.5rem;\n  color: #333;\n  margin-bottom: 20px;\n}\n\n.community-description {\n  font-size: 1.5rem;\n  color: #555;\n  line-height: 1.8;\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":"Vert et Orange","offer_id":50457663144269,"sku":"","price":289.0,"currency_code":"EUR","in_stock":true},{"title":"Vert et Or","offer_id":50457663177037,"sku":"","price":289.0,"currency_code":"EUR","in_stock":true},{"title":"Jaune et Rouge","offer_id":50457663209805,"sku":"","price":289.0,"currency_code":"EUR","in_stock":true},{"title":"Rouge et Argent","offer_id":50457663242573,"sku":"","price":289.0,"currency_code":"EUR","in_stock":true},{"title":"Jaune et Orange","offer_id":50457663275341,"sku":"","price":289.0,"currency_code":"EUR","in_stock":true},{"title":"Bleu et Argent","offer_id":50457663308109,"sku":"","price":289.0,"currency_code":"EUR","in_stock":true},{"title":"Noir et Vert","offer_id":50911206506829,"sku":null,"price":289.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0856\/6010\/7085\/files\/Lampe_bicolore.jpg?v=1737553572","url":"https:\/\/shop.boethic.com\/en\/products\/lampe-a-poser-bo-x","provider":"Boethic","version":"1.0","type":"link"}