{"product_id":"cascading-textured-glass-chandelier","title":"Cascading Textured Glass Chandelier","description":"\u003cstyle\u003e\n  \/* =====================================================\n     Cascading Textured Glass Chandelier 产品详情\n     ===================================================== *\/\n\n  .jf-cascading-chandelier {\n    --jf-primary: #402218;\n    --jf-secondary: #76574b;\n    --jf-background: #f8f5f2;\n    --jf-card-background: #ffffff;\n    --jf-border: rgba(64, 34, 24, 0.15);\n    --jf-text: #302824;\n    --jf-muted-text: #756b66;\n\n    width: 100%;\n    margin: 0 auto;\n    color: var(--jf-text);\n    font-family: inherit;\n    box-sizing: border-box;\n  }\n\n  .jf-cascading-chandelier,\n  .jf-cascading-chandelier * {\n    box-sizing: border-box;\n  }\n\n  \/* 标题区域 *\/\n  .jf-cascading-header {\n    margin-bottom: 30px;\n    text-align: left;\n  }\n\n  .jf-cascading-kicker {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--jf-secondary);\n    font-size: 11px;\n    font-weight: 500;\n    line-height: 1.4;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n  }\n\n  .jf-cascading-title {\n    margin: 0 0 16px;\n    color: var(--jf-primary);\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 400;\n    line-height: 1.2;\n  }\n\n  .jf-cascading-description {\n    max-width: 980px;\n    margin: 0;\n    color: var(--jf-muted-text);\n    font-size: 15px;\n    font-weight: 400;\n    line-height: 1.8;\n  }\n\n  \/* 核心卖点 *\/\n  .jf-cascading-features {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    margin: 30px 0;\n  }\n\n  .jf-cascading-feature {\n    min-height: 125px;\n    padding: 22px 20px;\n    border: 1px solid var(--jf-border);\n    border-radius: 10px;\n    background-color: var(--jf-background);\n  }\n\n  .jf-cascading-feature-number {\n    display: block;\n    margin-bottom: 9px;\n    color: var(--jf-secondary);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 1.5px;\n  }\n\n  .jf-cascading-feature-title {\n    margin: 0 0 7px;\n    color: var(--jf-primary);\n    font-size: 16px;\n    font-weight: 500;\n    line-height: 1.4;\n  }\n\n  .jf-cascading-feature-text {\n    margin: 0;\n    color: var(--jf-muted-text);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  \/* 通用内容区域 *\/\n  .jf-cascading-section {\n    margin-top: 36px;\n  }\n\n  .jf-cascading-section-title {\n    margin: 0 0 9px;\n    color: var(--jf-primary);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1.3;\n  }\n\n  .jf-cascading-section-intro {\n    margin: 0 0 18px;\n    color: var(--jf-muted-text);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* 参数表格外框 *\/\n  .jf-cascading-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--jf-border);\n    border-radius: 10px;\n    background-color: var(--jf-card-background);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .jf-cascading-table {\n    width: 100%;\n    min-width: 850px;\n    border-collapse: collapse;\n    border-spacing: 0;\n  }\n\n  .jf-cascading-table th,\n  .jf-cascading-table td {\n    padding: 16px 18px;\n    border-bottom: 1px solid var(--jf-border);\n    text-align: left;\n    vertical-align: middle;\n  }\n\n  .jf-cascading-table th {\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 500;\n    line-height: 1.4;\n    letter-spacing: 0.3px;\n    background-color: var(--jf-primary);\n    white-space: nowrap;\n  }\n\n  .jf-cascading-table td {\n    color: var(--jf-text);\n    font-size: 14px;\n    line-height: 1.5;\n    white-space: nowrap;\n  }\n\n  .jf-cascading-table tbody tr:nth-child(even) {\n    background-color: var(--jf-background);\n  }\n\n  .jf-cascading-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .jf-cascading-table tbody tr:hover {\n    background-color: #f1eae6;\n  }\n\n  .jf-cascading-lights {\n    color: var(--jf-primary);\n    font-weight: 600;\n  }\n\n  \/* 灯光与认证信息 *\/\n  .jf-cascading-info-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .jf-cascading-info-card {\n    padding: 24px;\n    border: 1px solid var(--jf-border);\n    border-radius: 10px;\n    background-color: var(--jf-background);\n  }\n\n  .jf-cascading-info-card h3 {\n    margin: 0 0 13px;\n    color: var(--jf-primary);\n    font-size: 18px;\n    font-weight: 500;\n    line-height: 1.4;\n  }\n\n  .jf-cascading-info-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .jf-cascading-info-list li {\n    position: relative;\n    margin-bottom: 10px;\n    padding-left: 18px;\n    color: var(--jf-muted-text);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .jf-cascading-info-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .jf-cascading-info-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 9px;\n    left: 0;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background-color: var(--jf-primary);\n  }\n\n  \/* 手机端 *\/\n  @media screen and (max-width: 900px) {\n    .jf-cascading-features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .jf-cascading-header {\n      margin-bottom: 24px;\n    }\n\n    .jf-cascading-title {\n      font-size: 29px;\n    }\n\n    .jf-cascading-description {\n      font-size: 14px;\n      line-height: 1.75;\n    }\n\n    .jf-cascading-features {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin: 24px 0;\n    }\n\n    .jf-cascading-feature {\n      min-height: auto;\n      padding: 18px;\n    }\n\n    .jf-cascading-section {\n      margin-top: 30px;\n    }\n\n    .jf-cascading-section-title {\n      font-size: 22px;\n    }\n\n    .jf-cascading-table th,\n    .jf-cascading-table td {\n      padding: 14px;\n      font-size: 13px;\n    }\n\n    .jf-cascading-info-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .jf-cascading-info-card {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"jf-cascading-chandelier\"\u003e\u003c!-- 产品标题与介绍 --\u003e\u003cheader class=\"jf-cascading-header\"\u003e\u003cspan class=\"jf-cascading-kicker\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003ch2 class=\"jf-cascading-title\"\u003eCascading Textured Glass Chandelier\u003c\/h2\u003e\n\u003cp class=\"jf-cascading-description\"\u003eThe Cascading Textured Glass Chandelier by Aurorae Lighting is a dimmable multi-light pendant featuring hand-blown textured glass shades suspended at staggered heights in a cascading waterfall formation. Designed for dining rooms, entryways, foyers, and living rooms, it is available in six configurations with round or rectangular canopy options.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- 核心产品卖点 --\u003e\n\u003cdiv class=\"jf-cascading-features\"\u003e\n\u003cdiv class=\"jf-cascading-feature\"\u003e\n\u003cspan class=\"jf-cascading-feature-number\"\u003e01\u003c\/span\u003e\n\u003ch3 class=\"jf-cascading-feature-title\"\u003eHand-Blown Textured Glass\u003c\/h3\u003e\n\u003cp class=\"jf-cascading-feature-text\"\u003eIndividual textured glass shades create a layered, light-reflective appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jf-cascading-feature\"\u003e\n\u003cspan class=\"jf-cascading-feature-number\"\u003e02\u003c\/span\u003e\n\u003ch3 class=\"jf-cascading-feature-title\"\u003eCascading Formation\u003c\/h3\u003e\n\u003cp class=\"jf-cascading-feature-text\"\u003ePendants are suspended at staggered heights to create a waterfall-style composition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jf-cascading-feature\"\u003e\n\u003cspan class=\"jf-cascading-feature-number\"\u003e03\u003c\/span\u003e\n\u003ch3 class=\"jf-cascading-feature-title\"\u003eSix Configurations\u003c\/h3\u003e\n\u003cp class=\"jf-cascading-feature-text\"\u003eChoose from four round canopy configurations and two rectangular canopy configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jf-cascading-feature\"\u003e\n\u003cspan class=\"jf-cascading-feature-number\"\u003e04\u003c\/span\u003e\n\u003ch3 class=\"jf-cascading-feature-title\"\u003eDimmable Warm Lighting\u003c\/h3\u003e\n\u003cp class=\"jf-cascading-feature-text\"\u003eIncludes 2700K warm white G9 LED bulbs with CRI greater than 90.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 配置尺寸表 --\u003e\n\u003cdiv class=\"jf-cascading-section\"\u003e\n\u003ch2 class=\"jf-cascading-section-title\"\u003eAvailable Configurations\u003c\/h2\u003e\n\u003cp class=\"jf-cascading-section-intro\"\u003eSelect the canopy shape and number of lights that best suit the dimensions and layout of your space.\u003c\/p\u003e\n\u003cdiv class=\"jf-cascading-table-wrapper\"\u003e\n\u003ctable class=\"jf-cascading-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eLights\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eCanopy Type\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDiameter \/ Size\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eMax Adjustable Height\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eWeight\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eTotal Wattage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"jf-cascading-lights\"\u003e7 Lights\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003ctd\u003e17.9\"\u003c\/td\u003e\n\u003ctd\u003e78.7\"\u003c\/td\u003e\n\u003ctd\u003e19.5 lbs\u003c\/td\u003e\n\u003ctd\u003e21W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"jf-cascading-lights\"\u003e9 Lights\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003ctd\u003e19.7\"\u003c\/td\u003e\n\u003ctd\u003e78.7\"\u003c\/td\u003e\n\u003ctd\u003e25.3 lbs\u003c\/td\u003e\n\u003ctd\u003e27W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"jf-cascading-lights\"\u003e12 Lights\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003ctd\u003e78.7\"\u003c\/td\u003e\n\u003ctd\u003e34.5 lbs\u003c\/td\u003e\n\u003ctd\u003e36W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"jf-cascading-lights\"\u003e19 Lights\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003ctd\u003e33.5\"\u003c\/td\u003e\n\u003ctd\u003e78.7\"\u003c\/td\u003e\n\u003ctd\u003e42.6 lbs\u003c\/td\u003e\n\u003ctd\u003e57W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"jf-cascading-lights\"\u003e10 Lights\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003ctd\u003e45.2\" × 13.7\"\u003c\/td\u003e\n\u003ctd\u003e78.7\"\u003c\/td\u003e\n\u003ctd\u003e34.3 lbs\u003c\/td\u003e\n\u003ctd\u003e30W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"jf-cascading-lights\"\u003e17 Lights\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003ctd\u003e57\" × 17.7\"\u003c\/td\u003e\n\u003ctd\u003e78.7\"\u003c\/td\u003e\n\u003ctd\u003e63.5 lbs\u003c\/td\u003e\n\u003ctd\u003e51W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 灯光与认证 --\u003e\n\u003cdiv class=\"jf-cascading-section\"\u003e\n\u003ch2 class=\"jf-cascading-section-title\"\u003eLighting and Certification\u003c\/h2\u003e\n\u003cdiv class=\"jf-cascading-info-grid\"\u003e\n\u003cdiv class=\"jf-cascading-info-card\"\u003e\n\u003ch3\u003eLight Source\u003c\/h3\u003e\n\u003cul class=\"jf-cascading-info-list\"\u003e\n\u003cli\u003eDimmable multi-light pendant chandelier\u003c\/li\u003e\n\u003cli\u003eG9 LED bulbs included\u003c\/li\u003e\n\u003cli\u003e3W per bulb\u003c\/li\u003e\n\u003cli\u003e2700K warm white light\u003c\/li\u003e\n\u003cli\u003eCRI greater than 90\u003c\/li\u003e\n\u003cli\u003e78.7-inch adjustable cable on all configurations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jf-cascading-info-card\"\u003e\n\u003ch3\u003eCertification\u003c\/h3\u003e\n\u003cul class=\"jf-cascading-info-list\"\u003e\n\u003cli\u003eUL Listed for the United States and Canada\u003c\/li\u003e\n\u003cli\u003eUL File Number: E321074\u003c\/li\u003e\n\u003cli\u003eCE certified for European markets\u003c\/li\u003e\n\u003cli\u003eSuitable for dining rooms, entryways, foyers, and living rooms\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Joyfuzzy","offers":[{"title":"Round 7 Lights | Dia 17.9 in","offer_id":52148036993240,"sku":"JF-Cascading-7","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"Round 9 Lights | Dia 19.7 in","offer_id":52148037026008,"sku":"JF-Cascading-9","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"Round 12 Lights | Dia 26 in","offer_id":52148037058776,"sku":"JF-Cascading-12","price":1999.0,"currency_code":"USD","in_stock":true},{"title":"Round 19 Lights | Dia 33.5 in","offer_id":52148037091544,"sku":"JF-Cascading-19","price":2899.0,"currency_code":"USD","in_stock":true},{"title":"Rectangle 10 Lights | L 45.2 in W 13.7 in","offer_id":52148037124312,"sku":"JF-Cascading-10","price":1799.0,"currency_code":"USD","in_stock":true},{"title":"Rectangle 17 Lights | L 57 in W 17.7 in","offer_id":52148037157080,"sku":"JF-Cascading-17","price":3499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/2252\/2584\/files\/02_d0befad2-8385-49fa-9458-8a462940d4ed.jpg?v=1785939896","url":"https:\/\/joyfuzzy.com\/products\/cascading-textured-glass-chandelier","provider":"Joyfuzzy","version":"1.0","type":"link"}