{"product_id":"capiz-shell-five-light-chandelier","title":"Capiz Shell Five-Light Chandelier","description":"\u003cstyle\u003e\n    .capiz-detail, .capiz-detail * { box-sizing: border-box; }\n    .capiz-detail img {\n      display: block;\n      width: 100%;\n      max-width: none;\n      margin: 0;\n      padding: 0;\n    }\n\n    .capiz-detail {\n      --ink: #20201e;\n      --muted: #66635e;\n      --line: #d9d5ce;\n      --paper: #f5f4f0;\n      --white: #fff;\n      --shell: #e8dfd1;\n      --metal: #50575a;\n      max-width: 1440px;\n      margin: 0 auto;\n      overflow: hidden;\n      background: var(--paper);\n      color: var(--ink);\n    }\n\n    .capiz-detail h2,\n    .capiz-detail h3,\n    .capiz-detail p { margin-top: 0; }\n\n    .capiz-detail h2 {\n      margin-bottom: 16px;\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: 30px;\n      font-weight: 500;\n      line-height: 1.2;\n    }\n\n    .capiz-detail h3 {\n      margin-bottom: 8px;\n      font-size: 15px;\n      line-height: 1.35;\n    }\n\n    .capiz-detail p {\n      margin-bottom: 0;\n      color: var(--muted);\n      font-size: 16px;\n      line-height: 1.7;\n    }\n\n    .capiz-module {\n      padding: 72px clamp(24px, 6vw, 92px);\n    }\n\n    .capiz-eyebrow {\n      margin-bottom: 14px !important;\n      color: var(--metal) !important;\n      font-size: 12px !important;\n      font-weight: 700;\n      line-height: 1.3 !important;\n      text-transform: uppercase;\n    }\n\n    .capiz-detail-grid {\n      display: grid;\n      grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);\n      gap: 18px;\n      margin-top: 38px;\n    }\n\n    .capiz-detail-primary,\n    .capiz-detail-stack img {\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .capiz-detail-primary { aspect-ratio: 1.22 \/ 1; }\n\n    .capiz-detail-stack {\n      display: grid;\n      grid-template-rows: repeat(2, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .capiz-detail-stack img { min-height: 0; aspect-ratio: 1.42 \/ 1; }\n\n    .capiz-story {\n      display: grid;\n      grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);\n      align-items: stretch;\n      padding: 0;\n      border-top: 1px solid var(--line);\n      border-bottom: 1px solid var(--line);\n      background: var(--white);\n    }\n\n    .capiz-story img {\n      min-height: 620px;\n      height: 100%;\n      object-fit: cover;\n      align-self: stretch;\n    }\n\n    .capiz-story-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      padding: 72px clamp(32px, 6vw, 92px);\n      background: #e8e2d9;\n    }\n\n    .capiz-story-copy p { max-width: 470px; color: #514e49; }\n\n    .capiz-spec-layout {\n      display: grid;\n      grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);\n      gap: clamp(36px, 6vw, 84px);\n      align-items: center;\n      margin-top: 36px;\n    }\n\n    .capiz-spec-layout img {\n      aspect-ratio: 1;\n      object-fit: contain;\n      background: var(--white);\n    }\n\n    .capiz-specs {\n      margin: 0;\n      border-top: 1px solid var(--line);\n    }\n\n    .capiz-spec-row {\n      display: grid;\n      grid-template-columns: 150px minmax(0, 1fr);\n      gap: 22px;\n      padding: 18px 0;\n      border-bottom: 1px solid var(--line);\n    }\n\n    .capiz-spec-row dt {\n      color: var(--muted);\n      font-size: 13px;\n      font-weight: 700;\n      line-height: 1.5;\n      text-transform: uppercase;\n    }\n\n    .capiz-spec-row dd {\n      margin: 0;\n      font-size: 15px;\n      font-weight: 600;\n      line-height: 1.5;\n    }\n\n    .capiz-footnote {\n      margin-top: 18px !important;\n      font-size: 13px !important;\n    }\n\n    .capiz-swipe-hint { display: none; }\n\n    @media (min-width: 561px) and (max-width: 900px) {\n      .capiz-detail-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n        gap: 12px;\n      }\n      .capiz-detail-stack { display: contents; }\n      .capiz-detail-primary,\n      .capiz-detail-stack img {\n        height: auto;\n        aspect-ratio: 1;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 900px) {\n      .capiz-story { grid-template-columns: 1fr; }\n      .capiz-story \u003e img {\n        min-height: 0;\n        height: auto !important;\n        aspect-ratio: 1;\n        object-fit: contain;\n        object-position: center;\n      }\n      .capiz-spec-layout { grid-template-columns: 1fr; }\n      .capiz-spec-layout img { max-width: 620px; margin: 0 auto; }\n    }\n\n    @media (max-width: 560px) {\n      .capiz-module { padding: 46px 18px; }\n      .capiz-detail h2 { font-size: 25px; }\n      .capiz-detail p { font-size: 15px; }\n      .capiz-detail-grid {\n        display: flex;\n        gap: 10px;\n        margin-top: 28px;\n        overflow-x: auto;\n        overscroll-behavior-inline: contain;\n        scroll-behavior: smooth;\n        scroll-snap-type: x mandatory;\n        scrollbar-width: none;\n        -webkit-overflow-scrolling: touch;\n      }\n      .capiz-detail-grid::-webkit-scrollbar { display: none; }\n      .capiz-detail-stack { display: contents; }\n      .capiz-detail-primary,\n      .capiz-detail-stack img {\n        flex: 0 0 100%;\n        width: 100%;\n        height: auto;\n        aspect-ratio: 1;\n        object-fit: cover;\n        scroll-snap-align: start;\n        scroll-snap-stop: always;\n      }\n      .capiz-swipe-hint {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        margin: 14px 0 0 !important;\n        color: var(--muted) !important;\n        font-size: 12px !important;\n        line-height: 1.3 !important;\n      }\n      .capiz-swipe-hint span { font-size: 17px; line-height: 1; }\n      .capiz-story-copy { padding: 46px 22px; }\n      .capiz-spec-layout { gap: 30px; margin-top: 28px; }\n      .capiz-spec-row { grid-template-columns: 112px minmax(0, 1fr); gap: 14px; }\n    }\n  \n    .capiz-detail img {\n      display: block !important;\n      width: 100% !important;\n      max-width: none !important;\n      margin: 0 !important;\n      padding: 0 !important;\n      float: none !important;\n    }\n    .capiz-story \u003e img {\n      height: 100% !important;\n      align-self: stretch !important;\n    }\n    @media (max-width: 900px) {\n      .capiz-story \u003e img {\n        height: auto !important;\n        align-self: auto !important;\n      }\n    }\n\u003c\/style\u003e\u003cdiv class=\"capiz-detail\"\u003e\n  \u003csection class=\"capiz-module\" aria-labelledby=\"capiz-details-title\"\u003e\n    \u003cp class=\"capiz-eyebrow\"\u003eMaterial and form\u003c\/p\u003e\n\u003ch2 id=\"capiz-details-title\"\u003eCharacter in every shell tile\u003c\/h2\u003e\n\u003cp\u003eNatural variations in tone and pattern give each shade its own quiet depth, balanced by smooth metal arms and a polished ceiling mount.\u003c\/p\u003e\n    \u003cdiv class=\"capiz-detail-grid\"\u003e\n\u003cimg class=\"capiz-detail-primary\" src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/06\/a448d7661e8204c3a810c9f76e3d854f.jpeg\" alt=\"Close view of beige shell mosaic shades and polished metal chandelier arms\"\u003e\u003cdiv class=\"capiz-detail-stack\"\u003e\n\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/06\/2dd7a75b84f8fe2b7ca5d0575bc36955.jpeg\" alt=\"Close view of the natural beige shell mosaic dome shade\"\u003e\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/06\/8cb3adc2711d488984218c85502594f2.jpg\" alt=\"Close view of the polished metal ceiling canopy and downrod\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"capiz-swipe-hint\"\u003eSwipe to view more \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"capiz-story\" aria-labelledby=\"capiz-story-title\"\u003e\n    \u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/06\/39cc750e0453e37b70759501c9280a65.jpg\" alt=\"Beige shell five-light chandelier installed in an elegant dining room\"\u003e\u003cdiv class=\"capiz-story-copy\"\u003e\n\u003cp class=\"capiz-eyebrow\"\u003eDesigned for gathering\u003c\/p\u003e\n\u003ch2 id=\"capiz-story-title\"\u003eLight that settles into the room\u003c\/h2\u003e\n\u003cp\u003eThe broad five-light composition feels generous above a dining table while the domed shell shades soften its presence. It is decorative without feeling formal, bringing natural texture to both classic and contemporary interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"capiz-module\" aria-labelledby=\"capiz-spec-title\"\u003e\n    \u003cp class=\"capiz-eyebrow\"\u003eProduct details\u003c\/p\u003e\n\u003ch2 id=\"capiz-spec-title\"\u003eProportioned for a confident focal point\u003c\/h2\u003e\n    \u003cdiv class=\"capiz-spec-layout\"\u003e\n\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/06\/96d608c8dbd6a6fc5209ef87502521ce.jpg\" alt=\"Beige shell five-light chandelier on a clean white background\"\u003e\u003cdiv\u003e\n\u003cdl class=\"capiz-specs\"\u003e\n      \u003cdiv class=\"capiz-spec-row\"\u003e\n\u003cdt\u003eColor\u003c\/dt\u003e\n\u003cdd\u003eBeige\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"capiz-spec-row\"\u003e\n\u003cdt\u003eSize\u003c\/dt\u003e\n\u003cdd\u003eDia 72 cm × H 78 cm \/ Ø 28.3″ × H 30.7″\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"capiz-spec-row\"\u003e\n\u003cdt\u003eMaterial\u003c\/dt\u003e\n\u003cdd\u003eShell, Metal\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"capiz-spec-row\"\u003e\n\u003cdt\u003eLight Source\u003c\/dt\u003e\n\u003cdd\u003eE27 × 5 (Not included)\u003c\/dd\u003e\n\u003c\/div\u003e\n    \u003c\/dl\u003e\n\u003cp class=\"capiz-footnote\"\u003eProfessional installation recommended. Natural shell pattern and tone may vary slightly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"FIMULL","offers":[{"title":"Beige","offer_id":49478298271899,"sku":"TBCODEX2608-1007935","price":343.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1540\/8795\/files\/96d608c8dbd6a6fc5209ef87502521ce.jpg?v=1788936912","url":"https:\/\/fimull.com\/products\/capiz-shell-five-light-chandelier","provider":"FIMULL","version":"1.0","type":"link"}