{"product_id":"gourd-resin-flush-mount-light","title":"Gourd Resin Flush Mount Light","description":"\u003cstyle\u003e\n  .vk-gourd-flush-wrap *,\n  .vk-gourd-flush-wrap *::before,\n  .vk-gourd-flush-wrap *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  .vk-gourd-flush-wrap {\n    width: 100%;\n    max-width: 680px;\n    margin: 0;\n    padding: 0;\n    color: #261d16;\n    font-family: \"DM Sans\", sans-serif;\n  }\n  .vk-gourd-flush-divider {\n    height: 1px;\n    margin: 2rem 0;\n    background: #e5dacb;\n  }\n  .vk-gourd-flush-intro {\n    margin-bottom: 1rem;\n    color: #62584d;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .vk-gourd-flush-section-label {\n    margin-bottom: 0.65rem;\n    color: #876846;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n  .vk-gourd-flush-features,\n  .vk-gourd-flush-options {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .vk-gourd-flush-options {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  .vk-gourd-flush-feature,\n  .vk-gourd-flush-option {\n    padding: 0.9rem;\n    border: 1px solid #e1d4c1;\n    border-radius: 8px;\n    background: #fff;\n  }\n  .vk-gourd-flush-icon {\n    display: flex;\n    width: 28px;\n    height: 28px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 0.6rem;\n    border-radius: 6px;\n    background: #e8dbc6;\n  }\n  .vk-gourd-flush-swatch {\n    width: 30px;\n    height: 30px;\n    margin-bottom: 0.6rem;\n    border: 1px solid #d8c9b3;\n    border-radius: 50%;\n  }\n  .vk-gourd-flush-feature h4,\n  .vk-gourd-flush-option h5 {\n    margin-bottom: 0.3rem;\n    color: #261d16;\n    font-size: 13px;\n    font-weight: 500;\n  }\n  .vk-gourd-flush-feature p,\n  .vk-gourd-flush-option p {\n    color: #6c6257;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n  .vk-gourd-flush-dimension-card {\n    padding: 1.2rem;\n    border: 1px solid #e4d7c7;\n    border-radius: 10px;\n    background: #f5eee5;\n  }\n  .vk-gourd-flush-dimension-placeholder {\n    margin-bottom: 0.9rem;\n    color: #6c6257;\n    font-size: 13px;\n    text-align: center;\n  }\n  .vk-gourd-flush-dimension-table,\n  .vk-gourd-flush-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .vk-gourd-flush-dimension-table tr {\n    border-bottom: 1px solid #ddcfbd;\n  }\n  .vk-gourd-flush-dimension-table tr:last-child {\n    border-bottom: 0;\n  }\n  .vk-gourd-flush-dimension-table td {\n    padding: 8px 0;\n    color: #4f453a;\n    font-size: 12px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n  .vk-gourd-flush-dimension-table td:first-child {\n    width: 34%;\n    padding-right: 12px;\n    color: #876846;\n    font-weight: 500;\n  }\n  .vk-gourd-flush-dimension-note {\n    margin-top: 0.75rem;\n    color: #876846;\n    font-size: 11px;\n    line-height: 1.5;\n    text-align: center;\n  }\n  .vk-gourd-flush-spec-table tr {\n    border-bottom: 1px solid #e5dacb;\n  }\n  .vk-gourd-flush-spec-table tr:last-child {\n    border-bottom: 0;\n  }\n  .vk-gourd-flush-spec-table td {\n    padding: 9px 0;\n    font-size: 14px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n  .vk-gourd-flush-spec-table td:first-child {\n    width: 42%;\n    padding-right: 1rem;\n    color: #998b78;\n  }\n  .vk-gourd-flush-care {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .vk-gourd-flush-care li {\n    position: relative;\n    padding: 8px 0 8px 20px;\n    border-bottom: 1px solid #e5dacb;\n    color: #6c6257;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n  .vk-gourd-flush-care li:last-child {\n    border-bottom: 0;\n  }\n  .vk-gourd-flush-care li::before {\n    position: absolute;\n    top: 16px;\n    left: 0;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #ad8e68;\n    content: \"\";\n  }\n  .vk-gourd-flush-downloads {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .vk-gourd-flush-download {\n    display: flex;\n    min-height: 72px;\n    align-items: center;\n    gap: 10px;\n    padding: 0.85rem;\n    border: 1px solid #e1d4c1;\n    border-radius: 8px;\n    background: #fff;\n    color: #261d16;\n    text-decoration: none;\n    transition:\n      border-color 0.2s ease,\n      background 0.2s ease;\n  }\n  .vk-gourd-flush-download:hover {\n    border-color: #c9b494;\n    background: #faf7f2;\n  }\n  .vk-gourd-flush-download-icon {\n    display: flex;\n    width: 30px;\n    min-width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 6px;\n    background: #ecdfcb;\n  }\n  .vk-gourd-flush-download-text {\n    flex: 1;\n    color: #4f453a;\n    font-size: 12px;\n    font-weight: 500;\n  }\n  .vk-gourd-flush-download-arrow {\n    color: #97744e;\n    font-size: 15px;\n  }\n  .vk-gourd-flush-faq-item {\n    border-bottom: 1px solid #e5dacb;\n  }\n  .vk-gourd-flush-faq-item:last-child {\n    border-bottom: 0;\n  }\n  .vk-gourd-flush-faq-item \u003e summary {\n    position: relative;\n    display: flex;\n    min-height: 44px;\n    cursor: pointer;\n    align-items: center;\n    padding: 14px 32px 14px 0;\n    color: #261d16;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.5;\n    list-style: none;\n  }\n  .vk-gourd-flush-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n  .vk-gourd-flush-faq-item \u003e summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 10px;\n    height: 10px;\n    border-right: 1.5px solid #876846;\n    border-bottom: 1.5px solid #876846;\n    content: \"\";\n    transform: translateY(-70%) rotate(45deg);\n    transition: transform 0.2s ease;\n  }\n  .vk-gourd-flush-faq-item[open] \u003e summary::after {\n    transform: translateY(-30%) rotate(-135deg);\n  }\n  .vk-gourd-flush-faq-a {\n    margin: 0 0 14px;\n    padding-right: 32px;\n    color: #6c6257;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n  @media (max-width: 520px) {\n    .vk-gourd-flush-features {\n      grid-template-columns: 1fr 1fr;\n    }\n    .vk-gourd-flush-downloads {\n      grid-template-columns: 1fr;\n    }\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"vk-gourd-flush-wrap\"\u003e\n\u003cp class=\"vk-gourd-flush-intro\"\u003eThe Gourd Resin Flush Mount Light is a compact, sculptural ceiling fixture with a spool-like resin body tapering around an exposed round opal-glass diffuser. Its playful, hand-finished silhouette comes in four colors, suited to commercial and residential spaces alike.\u003c\/p\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-features\"\u003e\n\u003cdiv class=\"vk-gourd-flush-feature\"\u003e\n\u003cdiv class=\"vk-gourd-flush-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n        \u003cpath d=\"M6 5c3 2 9 2 12 0\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 5v6c3 2 9 2 12 0V5\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"12\" cy=\"15\" r=\"5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eSculptural spool silhouette\u003c\/h4\u003e\n\u003cp\u003eA resin body tapers into a rounded, hourglass-like base around an exposed round glass diffuser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-feature\"\u003e\n\u003cdiv class=\"vk-gourd-flush-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"3.2\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"6\" cy=\"6\" r=\"1.6\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"6\" r=\"1.6\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"6\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"18\" r=\"1.6\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eFour color options\u003c\/h4\u003e\n\u003cp\u003eOffered in Red, Yellow, Green, and Black glossy resin finishes to fit a range of interior palettes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-feature\"\u003e\n\u003cdiv class=\"vk-gourd-flush-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n        \u003cpath d=\"M8 4h8l3 16H5z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6.5 13h11\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCompact, handcrafted profile\u003c\/h4\u003e\n\u003cp\u003eA Φ30 × H23 cm flush-mount profile, handcrafted for a refined finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eColor Options\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-options\"\u003e\n\u003cdiv class=\"vk-gourd-flush-option\"\u003e\n\u003cdiv class=\"vk-gourd-flush-swatch\" style=\"background-color:#9c4a2c;\"\u003e\u003c\/div\u003e\n\u003ch5\u003eRed\u003c\/h5\u003e\n\u003cp\u003eGlossy terracotta-red resin finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-option\"\u003e\n\u003cdiv class=\"vk-gourd-flush-swatch\" style=\"background-color:#e0a327;\"\u003e\u003c\/div\u003e\n\u003ch5\u003eYellow\u003c\/h5\u003e\n\u003cp\u003eWarm mustard-yellow resin finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-option\"\u003e\n\u003cdiv class=\"vk-gourd-flush-swatch\" style=\"background-color:#2b5934;\"\u003e\u003c\/div\u003e\n\u003ch5\u003eGreen\u003c\/h5\u003e\n\u003cp\u003eDeep hunter-green resin finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-option\"\u003e\n\u003cdiv class=\"vk-gourd-flush-swatch\" style=\"background-color:#121317;\"\u003e\u003c\/div\u003e\n\u003ch5\u003eBlack\u003c\/h5\u003e\n\u003cp\u003eGlossy black resin finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12px; color: #998b78; margin-top: 0.75rem; line-height: 1.55;\"\u003eAll four colors are now confirmed from full reference photos. One naming note: the supplier labels this shade \"红\" (Red), but the actual photographed tone reads more like a burnt terracotta\/rust brown than a true red — we've kept the supplier's \"Red\" label here, but you may want to consider renaming it (e.g., \"Terracotta\" or \"Rust\") to better match what customers will see in photos. Swatch colors above are sampled from the photos but may render slightly differently on different screens.\u003c\/p\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-dimension-card\"\u003e\n\u003cp class=\"vk-gourd-flush-dimension-placeholder\"\u003eAdd product dimension image here.\u003c\/p\u003e\n\u003ctable class=\"vk-gourd-flush-dimension-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003e30 cm \/ 11.8″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e23 cm \/ 9.1″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-gourd-flush-dimension-note\"\u003eOne size, offered across all four color options.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ctable class=\"vk-gourd-flush-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eGourd Resin Flush Mount Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eFlush Mount Ceiling Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eResin, glass diffuser\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Options\u003c\/td\u003e\n\u003ctd\u003eRed, Yellow, Green, Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003e30 cm \/ 11.8″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e23 cm \/ 9.1″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Socket\u003c\/td\u003e\n\u003ctd\u003eE27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb\u003c\/td\u003e\n\u003ctd\u003e1 × E27, warm light (exact wattage and color temperature not specified)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandcrafted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eFlush Mount (Ceiling)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Spaces\u003c\/td\u003e\n\u003ctd\u003eCommercial, Residential\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 12px; color: #998b78; margin-top: 0.75rem; line-height: 1.55;\"\u003eWattage, exact color temperature (only \"warm light\" was stated, no Kelvin figure), and bulb inclusion weren't specified in the source listing — omitted rather than guessed. Please confirm with your supplier before publishing.\u003c\/p\u003e\n\u003cp style=\"font-size: 12px; color: #998b78; margin-top: 0.75rem; line-height: 1.55;\"\u003eThis item was originally drafted from an early reference showing a smaller Φ18 × H15 cm size with only the Black colorway photographed; you've since confirmed there's only one size, and a later batch of source material gave us full reference photos for all four colors at Φ30 × H23 cm — the listing above now reflects that single size. As noted in Color Options, the \"Red\" label may be worth revisiting against the actual terracotta\/rust tone shown in photos.\u003c\/p\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eInstallation \u0026amp; Care\u003c\/div\u003e\n\u003cul class=\"vk-gourd-flush-care\"\u003e\n\u003cli\u003eMount directly to a ceiling junction box; installation should follow local electrical requirements.\u003c\/li\u003e\n\u003cli\u003eWe recommend installation by a licensed electrician.\u003c\/li\u003e\n\u003cli\u003eWipe the resin body and glass diffuser with a soft, dry or slightly damp cloth.\u003c\/li\u003e\n\u003cli\u003eAvoid abrasive cleaners or scrubbers, which may dull the resin finish.\u003c\/li\u003e\n\u003cli\u003eDisconnect power before cleaning or servicing the fixture.\u003c\/li\u003e\n\u003cli\u003eIntended for indoor, dry use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eDownloads \u0026amp; Resources\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-downloads\"\u003e\n\u003ca class=\"vk-gourd-flush-download\" href=\"SPECIFICATIONS_PDF_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-gourd-flush-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n        \u003cpath d=\"M6 2h8l4 4v16H6z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 2v5h5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 16h6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-download-text\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-gourd-flush-download\" href=\"INSTALLATION_GUIDE_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-gourd-flush-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n        \u003cpath d=\"M5 4h14v16H5z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 16h5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-download-text\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-gourd-flush-download\" href=\"3D_FILES_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-gourd-flush-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n        \u003cpath d=\"M12 2l8 4.5v9L12 20l-8-4.5v-9z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 6.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 11v9\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-download-text\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-section-label\"\u003eFAQs\u003c\/div\u003e\n\u003cdiv class=\"vk-gourd-flush-faq\"\u003e\n\u003cdetails class=\"vk-gourd-flush-faq-item\"\u003e\n\u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n\u003cp class=\"vk-gourd-flush-faq-a\"\u003eFour: Red, Yellow, Green, and Black — all confirmed from full reference photos. Note that \"Red\" is the supplier's label, though the actual tone photographs more like a terracotta\/rust brown; you may want to rename it to match customer expectations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-gourd-flush-faq-item\"\u003e\n\u003csummary\u003eDoes it come with a bulb, and what socket does it use?\u003c\/summary\u003e\n\u003cp class=\"vk-gourd-flush-faq-a\"\u003eIt uses an E27 socket with warm-white light. Exact wattage, color temperature, and bulb inclusion weren't specified in the listing we received — please contact us to confirm before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-gourd-flush-faq-item\"\u003e\n\u003csummary\u003eHow is it mounted?\u003c\/summary\u003e\n\u003cp class=\"vk-gourd-flush-faq-a\"\u003eIt's a flush-mount ceiling fixture, sitting directly against the ceiling. We recommend installation by a licensed electrician.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-gourd-flush-faq-item\"\u003e\n\u003csummary\u003eHow do I clean it?\u003c\/summary\u003e\n\u003cp class=\"vk-gourd-flush-faq-a\"\u003eWipe the resin body and glass diffuser gently with a soft, dry or slightly damp cloth, and avoid abrasive cleaners which may dull the finish.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Vakkerlight","offers":[{"title":"Φ 11.8″ × H 9.1″ \/ Red","offer_id":48666877362417,"sku":"NLC9-268631-01","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Φ 11.8″ × H 9.1″ \/ Yellow","offer_id":48666877395185,"sku":"NLC9-268631-02","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Φ 11.8″ × H 9.1″ \/ Green","offer_id":48666877427953,"sku":"NLC9-268631-03","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Φ 11.8″ × H 9.1″ \/ Black","offer_id":48666877460721,"sku":"NLC9-268631-04","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/154_4be89d04-cccd-4609-ab98-be716dda9ab4.jpg?v=1788237967","url":"https:\/\/vakkerlight.com\/de\/products\/gourd-resin-flush-mount-light","provider":"Vakkerlight","version":"1.0","type":"link"}