{"product_id":"olindo-ceiling-light","title":"Olindo Ceiling Light","description":"\u003cp\u003e\u003cstrong\u003eSUMMARY\u003c\/strong\u003e\u003c\/p\u003e  \n\u003cp\u003eThe Olindo Ceiling Light from Mooijane combines vintage-inspired brass with modern simplicity for a timeless design. Featuring a spherical brass top that transitions into a frosted glass globe, it emits a soft, ambient glow. Ideal for living rooms, corridors, or entryways, this light enhances your space with both functional illumination and sculptural style.\u003c\/p\u003e  \n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE (PICTURED)\u003c\/strong\u003e\u003c\/p\u003e  \n\u003cul\u003e  \n\u003cli\u003e  \n\u003cspan\u003eSize: Dia 20cm x H 33cm \/ ∅ 7.9″ x H 13″\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e  \n\u003c\/li\u003e  \n\u003c\/ul\u003e  \n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Olindo-Ceiling-Light.jpg?v=1773123258\"\u003e\u003c\/span\u003e\u003c\/p\u003e  \n\u003cp\u003e\u003cstrong\u003eDETAILS\u003c\/strong\u003e\u003c\/p\u003e  \n\u003cul\u003e  \n\u003cli\u003eMaterial: Brass, Glass.\u003c\/li\u003e  \n\u003cli\u003eBody Color: Antique brass, Black.\u003c\/li\u003e  \n\u003cli\u003eShade color: White.\u003cbr\u003e  \n\u003c\/li\u003e  \n\u003cli\u003eType: Ceiling Light.\u003c\/li\u003e  \n\u003cli\u003eApplicable Environment: Indoor.\u003c\/li\u003e  \n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e  \n\u003cli\u003eHardwired.\u003c\/li\u003e  \n\u003cli\u003eAre Bulbs Included: No.\u003c\/li\u003e  \n\u003cli\u003eTakes E26 or E27 base bulb, MAX 40W Light bulb.\u003cbr\u003e  \n\u003c\/li\u003e  \n\u003cli\u003eIP rating 20 - not waterproof.\u003cbr\u003e  \n\u003c\/li\u003e  \n\u003cli\u003eCompliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e  \n\u003c\/ul\u003e  \n\u003cstyle\u003e  \n        \/* Ensure all styles use a unique class name prefix (gemini-*) to avoid conflicts with Shopify themes *\/  \n\n        .gemini-download-btn {  \n            \/* Fixed size and margin for buttons *\/  \n            width: 400px;  \n            height: 50px;  \n            margin-bottom: 10px; \/* Space between buttons *\/  \n\n            \/* Layout and appearance *\/  \n            display: flex;  \n            align-items: center;  \n            position: relative;  \n            \/* Remove text-decoration: none; to ensure links have underlines *\/  \n            cursor: pointer;  \n\n            \/* Color and rounding - use #faf8f5 background color *\/  \n            background-color: #faf8f5;  \n            color: #333333;  \n            border-radius: 0.75rem;  \n\n            \/* Font settings *\/  \n            font-family: 'Inter', sans-serif; \/* Use a generic font or ensure Inter is loaded *\/  \n            font-size: 1rem; \/* Font size *\/  \n            font-weight: 500; \/* font-medium *\/  \n\n            \/* Animation and shadow *\/  \n            transition: all 0.2s ease-in-out;  \n            box-shadow: none; \/* Remove shadow *\/  \n        }  \n\n        \/* Hover effect: only change background color to ensure visible feedback *\/  \n        .gemini-download-btn:hover {  \n            background-color: #dcccc0; \/* Updated to new color *\/  \n        }  \n\n        \/* Icon styles *\/  \n        .gemini-btn-icon {  \n            fill: #333333;  \n            width: 1.5rem;  \n            height: 1.5rem;  \n        }  \n\n        \/* Icon positioning: absolutely positioned to the left and vertically centered *\/  \n        .gemini-btn-icon-wrapper {  \n            position: absolute;  \n            left: 0;  \n            top: 50%;  \n            transform: translateY(-50%);  \n            margin-left: 24px; \/* ml-6 *\/  \n            display: flex; \/* Ensure icon is centered *\/  \n            align-items: center;  \n            justify-content: center;  \n        }  \n\n        \/* Text positioning: occupies remaining space and is centered *\/  \n        .gemini-btn-text {  \n            flex-grow: 1;  \n            text-align: center;  \n        }  \n\n        \/* Adaptation for small screens to prevent horizontal scrolling *\/  \n        @media (max-width: 450px) {  \n            .gemini-download-btn {  \n                width: 100%; \/* Full width on small screens *\/  \n            }  \n        }  \n    \u003c\/style\u003e  \n\u003cdiv class=\"gemini-button-container\" style=\"padding-top: 0px; padding-bottom: 0px;\"\u003e  \n\u003c!-- Button Component (1) - Spec Sheet --\u003e \u003ca class=\"gemini-download-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1Et33INMFQrRxoxTRr1b7JM2PqLsRjJ0i\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e \u003c!-- Icon Container --\u003e \u003cspan class=\"gemini-btn-icon-wrapper\"\u003e \u003csvg class=\"gemini-btn-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e  \n                \u003cpath d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\u003e\u003c\/path\u003e  \n            \u003c\/svg\u003e \u003c\/span\u003e \u003c!-- Text --\u003e \u003cspan class=\"gemini-btn-text\"\u003e Spec Sheet \u003c\/span\u003e \u003c\/a\u003e \u003c!-- Button Component (2) - Installation Guide --\u003e \u003ca class=\"gemini-download-btn\" target=\"_blank\"\u003e \u003c!-- Icon Container --\u003e \u003cspan class=\"gemini-btn-icon-wrapper\"\u003e \u003csvg class=\"gemini-btn-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e  \n                \u003cpath d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\u003e\u003c\/path\u003e  \n            \u003c\/svg\u003e \u003c\/span\u003e \u003c!-- Text --\u003e \u003cspan class=\"gemini-btn-text\"\u003e Installation \u003c\/span\u003e \u003c\/a\u003e \u003c!-- Button Component (3) - 3D Files --\u003e \u003ca class=\"gemini-download-btn\" target=\"_blank\"\u003e \u003c!-- Icon Container --\u003e \u003cspan class=\"gemini-btn-icon-wrapper\"\u003e \u003csvg class=\"gemini-btn-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e  \n                \u003cpath d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\u003e\u003c\/path\u003e  \n            \u003c\/svg\u003e \u003c\/span\u003e \u003c!-- Text --\u003e \u003cspan class=\"gemini-btn-text\"\u003e 3D Files \u003c\/span\u003e \u003c\/a\u003e  \n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"∅ 7.9″ x H 13″ \/ Dia 20cm x H 33cm \/ Antique brass \u0026 White","offer_id":58290503352665,"sku":"MJC-260116-1","price":320.0,"currency_code":"USD","in_stock":true},{"title":"∅ 7.9″ x H 13″ \/ Dia 20cm x H 33cm \/ Black \u0026 White","offer_id":58290503385433,"sku":"MJC-260116-2","price":320.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Olindo_Ceiling_Light_1.jpg?v=1781449700","url":"https:\/\/www.tumdi.co\/products\/olindo-ceiling-light","provider":"Tumdi.com","version":"1.0","type":"link"}