{"product_id":"whirl-woven-rattan-pendant-lamp","title":"Suspension Whirl Tissée en Rotin","description":"\u003cstyle\u003e\n  .vk-whirl-pendant-wrap *,\n  .vk-whirl-pendant-wrap *::before,\n  .vk-whirl-pendant-wrap *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-divider {\n    height: 1px;\n    margin: 2rem 0;\n    background: #e5dacb;\n  }\n  .vk-whirl-pendant-intro {\n    margin-bottom: 1rem;\n    color: #62584d;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .vk-whirl-pendant-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\n  \/* Features \u0026 Size Options *\/\n  .vk-whirl-pendant-features,\n  .vk-whirl-pendant-options {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .vk-whirl-pendant-feature,\n  .vk-whirl-pendant-option {\n    padding: 0.9rem;\n    border: 1px solid #e1d4c1;\n    border-radius: 8px;\n    background: #fff;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-feature h4,\n  .vk-whirl-pendant-option h5 {\n    margin-bottom: 0.3rem;\n    color: #261d16;\n    font-size: 13px;\n    font-weight: 500;\n  }\n  .vk-whirl-pendant-feature p,\n  .vk-whirl-pendant-option p {\n    color: #6c6257;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  \/* Dimensions Card \u0026 Table *\/\n  .vk-whirl-pendant-dimension-card {\n    padding: 1.2rem;\n    border: 1px solid #e4d7c7;\n    border-radius: 10px;\n    background: #fbf7f2;\n  }\n  .vk-whirl-pendant-dimension-table,\n  .vk-whirl-pendant-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .vk-whirl-pendant-dimension-table tr {\n    border-bottom: 1px solid #ddcfbd;\n  }\n  .vk-whirl-pendant-dimension-table tr:last-child {\n    border-bottom: 0;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-dimension-table td:first-child {\n    width: 29%;\n    padding-right: 12px;\n    color: #876846;\n    font-weight: 500;\n  }\n  .vk-whirl-pendant-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\n  \/* Proportionally Scaled Compact Dimension Gallery *\/\n  .vk-whirl-pendant-dim-gallery {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    width: 100%;\n    max-width: 460px;\n    margin: 1rem auto 0.4rem;\n  }\n  .vk-whirl-pendant-dim-item {\n    display: flex;\n    flex-direction: column;\n    text-decoration: none;\n    cursor: zoom-in;\n    background: #fff;\n    padding: 6px;\n    border-radius: 8px;\n    border: 1px solid #e1d4c1;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n  }\n  .vk-whirl-pendant-dim-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 4px;\n  }\n  .vk-whirl-pendant-dim-item:hover {\n    transform: translateY(-2px);\n    border-color: #ad8e68;\n    box-shadow: 0 4px 12px rgba(135, 104, 70, 0.16);\n  }\n  .vk-whirl-pendant-dim-caption {\n    font-size: 11px;\n    color: #62584d;\n    font-weight: 500;\n    margin-top: 6px;\n    text-align: center;\n    line-height: 1.3;\n  }\n  .vk-whirl-pendant-dim-hint {\n    font-size: 11px;\n    color: #97744e;\n    text-align: center;\n    margin-top: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 4px;\n  }\n\n  \/* Lightbox Modal *\/\n  .vk-dim-modal {\n    position: fixed;\n    inset: 0;\n    z-index: 99999;\n    display: none;\n    align-items: center;\n    justify-content: center;\n    padding: 1.5rem;\n    background: rgba(20, 16, 12, 0.8);\n    backdrop-filter: blur(4px);\n    opacity: 0;\n    transition: opacity 0.25s ease;\n  }\n  .vk-dim-modal.is-active {\n    display: flex;\n    opacity: 1;\n  }\n  .vk-dim-modal-content {\n    position: relative;\n    max-width: 90vw;\n    max-height: 90vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  .vk-dim-modal-img {\n    max-width: 100%;\n    max-height: 80vh;\n    object-fit: contain;\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);\n    background: #fff;\n  }\n  .vk-dim-modal-caption {\n    margin-top: 10px;\n    color: #f5ede2;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.02em;\n    text-align: center;\n  }\n  .vk-dim-modal-close {\n    position: absolute;\n    top: -14px;\n    right: -14px;\n    width: 32px;\n    height: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #261d16;\n    border: 1.5px solid #e1d4c1;\n    color: #fff;\n    font-size: 18px;\n    line-height: 1;\n    cursor: pointer;\n    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);\n    transition: transform 0.15s ease, background-color 0.15s ease;\n  }\n  .vk-dim-modal-close:hover {\n    background: #876846;\n    transform: scale(1.08);\n  }\n\n  \/* Specifications \u0026 Care *\/\n  .vk-whirl-pendant-spec-table tr {\n    border-bottom: 1px solid #e5dacb;\n  }\n  .vk-whirl-pendant-spec-table tr:last-child {\n    border-bottom: 0;\n  }\n  .vk-whirl-pendant-spec-table td {\n    padding: 9px 0;\n    font-size: 14px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n  .vk-whirl-pendant-spec-table td:first-child {\n    width: 42%;\n    padding-right: 1rem;\n    color: #998b78;\n  }\n  .vk-whirl-pendant-care {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-care li:last-child {\n    border-bottom: 0;\n  }\n  .vk-whirl-pendant-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\n  \/* Downloads *\/\n  .vk-whirl-pendant-downloads {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .vk-whirl-pendant-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: border-color 0.2s ease, background 0.2s ease;\n  }\n  .vk-whirl-pendant-download:hover {\n    border-color: #c9b494;\n    background: #faf7f2;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-download-text {\n    flex: 1;\n    color: #4f453a;\n    font-size: 12px;\n    font-weight: 500;\n  }\n  .vk-whirl-pendant-download-arrow {\n    color: #97744e;\n    font-size: 15px;\n  }\n\n  \/* FAQ Accordion *\/\n  .vk-whirl-pendant-faq-item {\n    border-bottom: 1px solid #e5dacb;\n  }\n  .vk-whirl-pendant-faq-item:last-child {\n    border-bottom: 0;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n  .vk-whirl-pendant-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-whirl-pendant-faq-item[open] \u003e summary::after {\n    transform: translateY(-30%) rotate(-135deg);\n  }\n  .vk-whirl-pendant-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\n  \/* Responsive *\/\n  @media (max-width: 520px) {\n    .vk-whirl-pendant-features {\n      grid-template-columns: 1fr;\n    }\n    .vk-whirl-pendant-options {\n      grid-template-columns: 1fr;\n    }\n    .vk-whirl-pendant-dim-gallery {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 8px;\n    }\n    .vk-whirl-pendant-downloads {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"vk-whirl-pendant-wrap\"\u003e\n\u003cp class=\"vk-whirl-pendant-intro\"\u003eLa suspension Whirl tissée en rotin entrelace la paille de rotin naturel selon un motif diagonal tourbillonnant autour d'un dôme arrondi en forme de cloche, terminé par une frange lâche de brins de rotin le long de la bordure de la base. La lumière brille chaleureusement à travers le tissage ouvert, tandis que le câble de 1,2 m s'ajuste à l'installation pour régler votre hauteur de suspension préférée. Une ampoule LED E27 3000K gratuite est incluse, elle est donc prête à être installée. Disponible en trois tailles, Whirl convient à des pièces d'environ 10–20 m².\u003c\/p\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eCaractéristiques\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-features\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-feature\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-icon\"\u003e\u003csvg fill=\"none\" height=\"14\" stroke=\"#5a4630\" stroke-width=\"1.8\" viewbox=\"0 0 24 24\" width=\"14\"\u003e\n\u003cpath d=\"M4 15c1-6 5-11 8-11s5 3 4 7-5 7-8 6-4-4-3-7 4-4 6-2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eTissage spiral diagonal avec frange\u003c\/h4\u003e\n\u003cp\u003eLa paille de rotin naturel est tissée selon un motif diagonal tourbillonnant autour d'un dôme arrondi, terminé par une frange lâche le long de la bordure de la base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-feature\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-icon\"\u003e\u003csvg fill=\"none\" height=\"14\" stroke=\"#5a4630\" stroke-width=\"1.8\" viewbox=\"0 0 24 24\" width=\"14\"\u003e\n\u003ccircle cx=\"12\" cy=\"4\" r=\"1.5\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M12 5.5v9\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCordon ajustable 1,2 m\u003c\/h4\u003e\n\u003cp\u003eLe cordon de 1,2 m s'ajuste à l'installation pour que le luminaire puisse pendre à votre hauteur préférée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-feature\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-icon\"\u003e\u003csvg fill=\"none\" height=\"14\" stroke=\"#5a4630\" stroke-width=\"1.8\" viewbox=\"0 0 24 24\" width=\"14\"\u003e\n\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M12 2v3\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M12 19v3\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M2 12h3\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M19 12h3\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eLueur chaleureuse, ampoule incluse\u003c\/h4\u003e\n\u003cp\u003eLa lumière resplendit chaleureusement à travers le tissage aéré du rotin, et une ampoule E27 LED 3000K complimentaire est incluse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- Size Options Grid --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eOptions de Taille\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-options\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-option\"\u003e\n\u003ch5\u003eΦ40 cm — H25 cm\u003c\/h5\u003e\n\u003cp\u003eTaille compacte idéale pour les petites tables à manger, les tables de nuit ou les coins lecture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-option\"\u003e\n\u003ch5\u003eΦ50 cm — H32 cm\u003c\/h5\u003e\n\u003cp\u003eOption de taille intermédiaire équilibrée pour les tables à manger standard et les espaces de vie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-option\"\u003e\n\u003ch5\u003eΦ60 cm — H40 cm\u003c\/h5\u003e\n\u003cp\u003ePlus grande taille, parfaite en tant que pièce maîtresse au-dessus d'une table plus grande ou d'un séjour ouvert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- Dimensions Card with Proportionally Scaled Gallery --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-dimension-card\"\u003e\n\u003ctable class=\"vk-whirl-pendant-dimension-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePetite\u003c\/td\u003e\n\u003ctd\u003eΦ40 × H25 cm \/ Φ15,7″ × H9,8″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMoyen\u003c\/td\u003e\n\u003ctd\u003eΦ50 × H32 cm \/ Φ19,7″ × H12,6″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrande\u003c\/td\u003e\n\u003ctd\u003eΦ60 × H40 cm \/ Φ23,6″ × H15,7″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCordon\u003c\/td\u003e\n\u003ctd\u003e1,2 m, ajustable \/ 47.2″, ajustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-whirl-pendant-dimension-note\"\u003eDiamètre (Φ40\/50\/60cm) et hauteur (25\/32\/40cm) appairés du plus petit au plus grand.\u003c\/div\u003e\n\u003c!-- Proportionally scaled compact gallery with click-to-zoom modal --\u003e\n\u003cdiv class=\"vk-whirl-pendant-dim-gallery\"\u003e\u003ca class=\"vk-whirl-pendant-dim-item vk-zoomable-dim\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Whirl-Woven-Rattan-Pendant-Lamp-1.jpg?v=1789045027\" rel=\"noopener\" target=\"_blank\" title=\"Cliquez pour agrandir\"\u003e \u003cimg alt=\"Schéma de taille Φ40cm\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Whirl-Woven-Rattan-Pendant-Lamp-1.jpg?v=1789045027\"\/\u003e \u003cspan class=\"vk-whirl-pendant-dim-caption\"\u003eΦ40 cm (Petit)\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"vk-whirl-pendant-dim-item vk-zoomable-dim\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Whirl-Woven-Rattan-Pendant-Lamp-2.jpg?v=1789045027\" rel=\"noopener\" target=\"_blank\" title=\"Cliquez pour agrandir\"\u003e \u003cimg alt=\"Schéma de taille Φ50cm\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Whirl-Woven-Rattan-Pendant-Lamp-2.jpg?v=1789045027\"\/\u003e \u003cspan class=\"vk-whirl-pendant-dim-caption\"\u003eΦ50 cm (Moyen)\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"vk-whirl-pendant-dim-item vk-zoomable-dim\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Whirl-Woven-Rattan-Pendant-Lamp-3.jpg?v=1789045027\" rel=\"noopener\" target=\"_blank\" title=\"Cliquez pour agrandir\"\u003e \u003cimg alt=\"Schéma de taille Φ60cm\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Whirl-Woven-Rattan-Pendant-Lamp-3.jpg?v=1789045027\"\/\u003e \u003cspan class=\"vk-whirl-pendant-dim-caption\"\u003eΦ60 cm (Grand)\u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-dim-hint\"\u003e\u003csvg fill=\"none\" height=\"12\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\" width=\"12\"\u003e \u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\u003e\u003c\/circle\u003e \u003cline x1=\"21\" x2=\"16.65\" y1=\"21\" y2=\"16.65\"\u003e\u003c\/line\u003e \u003cline x1=\"11\" x2=\"11\" y1=\"8\" y2=\"14\"\u003e\u003c\/line\u003e \u003cline x1=\"8\" x2=\"14\" y1=\"11\" y2=\"11\"\u003e\u003c\/line\u003e \u003c\/svg\u003e Appuyez \/ cliquez sur l'un des schémas pour l'agrandir\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eSpécifications\u003c\/div\u003e\n\u003ctable class=\"vk-whirl-pendant-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eNom du produit\u003c\/td\u003e\n\u003ctd\u003eSuspension Whirl Tissée en Rotin\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType de produit\u003c\/td\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMatériau\u003c\/td\u003e\n\u003ctd\u003eRotin Naturel Tissé\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCouleur\u003c\/td\u003e\n\u003ctd\u003eTel que présenté — Rotin naturel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOptions de Taille\u003c\/td\u003e\n\u003ctd\u003eΦ40 × H25 cm, Φ50 × H32 cm, Φ60 × H40 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTaille de pièce recommandée\u003c\/td\u003e\n\u003ctd\u003e10–20 m²\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLongueur du Cordon\u003c\/td\u003e\n\u003ctd\u003e1,2 m, ajustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSource lumineuse\u003c\/td\u003e\n\u003ctd\u003eE27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAmpoule Incluse\u003c\/td\u003e\n\u003ctd\u003e1 × ampoule LED E27 3000K (offerte)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTempérature de Couleur\u003c\/td\u003e\n\u003ctd\u003eLumière Chaude (3000K)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMontage\u003c\/td\u003e\n\u003ctd\u003eSuspension de Plafond\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironnement\u003c\/td\u003e\n\u003ctd\u003eIntérieur\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEspaces Appropriés\u003c\/td\u003e\n\u003ctd\u003eTable à manger, salon, entrée, cage d'escalier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- Installation \u0026 Care --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eInstallation et entretien\u003c\/div\u003e\n\u003cul class=\"vk-whirl-pendant-care\"\u003e\n\u003cli\u003eFixez-la à une boîte de jonction de plafond sécurisée à l'aide de matériel adapté au poids de la suspension; l'installation doit respecter les normes électriques locales.\u003c\/li\u003e\n\u003cli\u003eLe cordon est ajustable à l'installation, jusqu'à 1,2 m, pour définir la hauteur de suspension souhaitée.\u003c\/li\u003e\n\u003cli\u003eParticulièrement adapté aux pièces d'environ 10–20 m² pour un équilibre visuel harmonieux.\u003c\/li\u003e\n\u003cli\u003eUne ampoule LED E27 3000K est incluse; la suspension accepte également d'autres ampoules E27 de puissance appropriée.\u003c\/li\u003e\n\u003cli\u003eDépoussirez le rotin tissé et la frange délicatement avec une brosse souple ou un chiffon sec ; évitez de le tremper dans l'eau.\u003c\/li\u003e\n\u003cli\u003eTenez-la éloignée de la lumière directe prolongée et de l'humidité élevée, qui peuvent dessécher ou déformer le rotin naturel au fil du temps.\u003c\/li\u003e\n\u003cli\u003eCoupez l'alimentation avant de nettoyer ou d'entretenir le luminaire.\u003c\/li\u003e\n\u003cli\u003eDestiné à un usage intérieur et sec.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- Downloads --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eTéléchargements et ressources\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-downloads\"\u003e\n\u003ca class=\"vk-whirl-pendant-download\" href=\"https:\/\/drive.google.com\/file\/d\/1ZguFop_B8yB8w00BY8vod9PaPXjo-inU\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-download-icon\"\u003e\u003csvg fill=\"none\" height=\"15\" stroke=\"#5a4630\" stroke-width=\"1.8\" viewbox=\"0 0 24 24\" width=\"15\"\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-whirl-pendant-download-text\"\u003eSpécifications\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-whirl-pendant-download\" href=\"INSTALLATION_GUIDE_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-download-icon\"\u003e\u003csvg fill=\"none\" height=\"15\" stroke=\"#5a4630\" stroke-width=\"1.8\" viewbox=\"0 0 24 24\" width=\"15\"\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-whirl-pendant-download-text\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-whirl-pendant-download\" href=\"3D_FILES_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-whirl-pendant-download-icon\"\u003e\u003csvg fill=\"none\" height=\"15\" stroke=\"#5a4630\" stroke-width=\"1.8\" viewbox=\"0 0 24 24\" width=\"15\"\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-whirl-pendant-download-text\"\u003eFichiers 3D\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-divider\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c!-- FAQs --\u003e\n\u003cdiv class=\"vk-whirl-pendant-section-label\"\u003eQuestions fréquentes\u003c\/div\u003e\n\u003cdiv class=\"vk-whirl-pendant-faq\"\u003e\n\u003cdetails class=\"vk-whirl-pendant-faq-item\"\u003e\n\u003csummary\u003eDe quoi est composée la suspension Whirl ?\u003c\/summary\u003e\n\u003cp class=\"vk-whirl-pendant-faq-a\"\u003eRotin naturel, tissé selon un motif diagonal tourbillonnant autour d'un dôme arrondi, avec une frange libre le long du rebord de la base.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-whirl-pendant-faq-item\"\u003e\n\u003csummary\u003eQuelles tailles sont disponibles ?\u003c\/summary\u003e\n\u003cp class=\"vk-whirl-pendant-faq-a\"\u003eTrois tailles : Φ40 × H25 cm, Φ50 × H32 cm et Φ60 × H40 cm.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-whirl-pendant-faq-item\"\u003e\n\u003csummary\u003eLivré avec une ampoule ?\u003c\/summary\u003e\n\u003cp class=\"vk-whirl-pendant-faq-a\"\u003eOui — une ampoule LED E27 3000K complimentaire est incluse. Le luminaire accepte également d'autres ampoules E27 de puissance appropriée.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-whirl-pendant-faq-item\"\u003e\n\u003csummary\u003eLa hauteur de suspension peut-elle être ajustée ?\u003c\/summary\u003e\n\u003cp class=\"vk-whirl-pendant-faq-a\"\u003eOui. Le cordon de 1,2 m est ajustable à l'installation pour définir votre hauteur de suspension préférée.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-whirl-pendant-faq-item\"\u003e\n\u003csummary\u003eQuelle taille devrais-je choisir ?\u003c\/summary\u003e\n\u003cp class=\"vk-whirl-pendant-faq-a\"\u003eLa version Φ40 cm convient aux petites tables et recoins, la version Φ50 cm s'adapte à la plupart des tables à manger standard, et la version Φ60 cm fonctionne mieux comme pièce maîtresse au-dessus d'une table plus grande ou d'un espace de vie ouvert.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-whirl-pendant-faq-item\"\u003e\n\u003csummary\u003ePeut-elle être utilisée à l'extérieur ou dans des pièces humides ?\u003c\/summary\u003e\n\u003cp class=\"vk-whirl-pendant-faq-a\"\u003eWhirl est destiné à un usage intérieur et sec. Une exposition prolongée au soleil direct ou à l'humidité élevée peut dessécher ou déformer le rotin naturel au fil du temps.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lightbox Modal Markup --\u003e\n\u003cdiv class=\"vk-dim-modal\" id=\"vkDimModal\" role=\"dialog\"\u003e\n\u003cdiv class=\"vk-dim-modal-content\"\u003e\n\u003cbutton class=\"vk-dim-modal-close\" id=\"vkDimModalClose\" type=\"button\"\u003e×\u003c\/button\u003e \u003cimg alt=\"Enlarged dimension diagram\" class=\"vk-dim-modal-img\" id=\"vkDimModalImg\"\/\u003e\n\u003cdiv class=\"vk-dim-modal-caption\" id=\"vkDimModalCaption\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Vakkerlight","offers":[{"title":"Φ15.7″ × H9.8″ \/ Rotin naturel tressé","offer_id":48704528646385,"sku":"VKP11-2699-01","price":385.0,"currency_code":"USD","in_stock":true},{"title":"Φ19.7″ × H12.6″ \/ Rotin naturel tressé","offer_id":48704528679153,"sku":"VKP11-2699-02","price":472.0,"currency_code":"USD","in_stock":true},{"title":"Φ23.6″ × H15.7″ \/ Rotin naturel tressé","offer_id":48704528711921,"sku":"VKP11-2699-03","price":580.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/4898978987989.jpg?v=1788934460","url":"https:\/\/vakkerlight.com\/fr\/products\/whirl-woven-rattan-pendant-lamp","provider":"Vakkerlight","version":"1.0","type":"link"}