{"id":1104,"date":"2026-02-09T14:00:11","date_gmt":"2026-02-09T13:00:11","guid":{"rendered":"https:\/\/caline-parfums.com\/?page_id=1104"},"modified":"2026-02-23T11:47:12","modified_gmt":"2026-02-23T10:47:12","slug":"caline-homme-mystic-white","status":"publish","type":"page","link":"https:\/\/caline-parfums.com\/en\/caline-homme-mystic-white\/","title":{"rendered":"C\u00e2line Homme Mystic White"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section full_width=&#8221;stretch_row_content&#8221; el_class=&#8221;produkthead&#8221;][vc_row el_class=&#8221;produktinhalt&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1102&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;ptext&#8221;][vc_column_text css=&#8221;&#8221;]<\/p>\n<h1>Mystic White<\/h1>\n<p>C\u00c2LINE HOMME Mystic White \u2013 a fragrance full of contrasts: Fresh lavender and zesty bergamot meet a warm heart of honey and jasmine. Vanilla and tobacco leaf add depth and character. The frosted white bottle with golden details reflects the style of confident men.[\/vc_column_text][vc_row_inner el_class=&#8221;produktbeschreibung&#8221;][vc_column_inner width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;&#8221;]<strong>Top note<\/strong><br \/>\nlavender<br \/>\nbergamot<br \/>\nlemon[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;&#8221;]<strong>Heart note<\/strong><br \/>\nhoney<br \/>\ncinnamon<br \/>\ncashmeran<br \/>\narabian jasmine[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;&#8221;]<strong>Base note<\/strong><br \/>\ntobacco leaf<br \/>\nvanilla<br \/>\ntonka bean[\/vc_column_text][\/vc_column_inner][vc_column_inner][vc_column_text css=&#8221;&#8221; el_class=&#8221;noten&#8221;]<\/p>\n<ul>\n<li>vegan<\/li>\n<li>perfect for the office, after work, and special occasions<\/li>\n<li>big impact at a low price<\/li>\n<li>stylish, modern, confident<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][\/vc_section][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;partnerrow&#8221;][vc_column][vc_column_text css=&#8221;&#8221;]    <div class=\"partner\">\r\n    <div class=\"partner-container\">\r\n        <h2>Trading partner<\/h2>\r\n    \r\n        <!-- Store-Finder Button -->\r\n        <button class=\"toggle-filter\" id=\"storefinder-toggle\">Store-Finder<\/button>\r\n\r\n        <!-- L\u00e4nderauswahl -->\r\n        <div id=\"storefinder-options\" class=\"filter-section\" style=\"display:none;\">\r\n            <ul class=\"filter-list\">\r\n                <li class=\"country-option\" data-filter=\"*\">show all<\/li>\r\n                                    <li class=\"country-option\" data-filter=\".deutschland\">\r\n                        Deutschland                    <\/li>\r\n                            <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"isotope-grid\">\r\n                                <img decoding=\"async\" src=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/budni.webp\" \r\n                        alt=\"budni\" \r\n                        class=\"partner-logo deutschland lbudni\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/dm.webp\" \r\n                        alt=\"DM\" \r\n                        class=\"partner-logo deutschland ldm\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/rossmann.webp\" \r\n                        alt=\"Rossmann\" \r\n                        class=\"partner-logo deutschland tschechien lrossmann\">\r\n                        <\/div>\r\n    <\/div>\r\n    <\/div>\r\n    <script>\r\n        document.addEventListener(\"DOMContentLoaded\", function () {\r\n            const storeFinderBtn = document.getElementById(\"storefinder-toggle\");\r\n            const storeFinderOptions = document.getElementById(\"storefinder-options\");\r\n            const countryOptions = document.querySelectorAll(\".country-option\");\r\n            const grid = document.querySelector(\".isotope-grid\");\r\n  \/\/ Setze Opacity auf 0, damit die Logos nicht vor der Berechnung erscheinen\r\n  grid.style.opacity = \"0\";\r\n            imagesLoaded(grid, function () {\r\n                const iso = new Isotope(grid, {\r\n                    itemSelector: \".partner-logo\",\r\n                    layoutMode: \"masonry\",\r\n                    masonry: {\r\n                        columnWidth: \".partner-logo\",\r\n                        gutter: 10 \/\/ Abstand zwischen den Logos\r\n                    }\r\n                    });\r\n                    function getVisibleItems() {\r\n            return Array.from(grid.children).filter(item => window.getComputedStyle(item).display !== \"none\");\r\n        }\r\n\r\n        function centerIsotopeGrid() {\r\n            let visibleItems = getVisibleItems();\r\n            let containerWidth = grid.offsetWidth;\r\n            let itemsWidth = visibleItems.reduce((total, item) => total + item.offsetWidth, 0);\r\n\r\n            if (visibleItems.length === 1) {\r\n                let item = visibleItems[0];\r\n                item.style.position = \"absolute\";\r\n                item.style.left = \"50%\";\r\n                item.style.transform = \"translateX(-50%)\";\r\n                grid.style.display = \"block\";\r\n                grid.style.marginLeft = \"0px\";\r\n            } else if (visibleItems.length > 1) {\r\n                grid.style.display = \"block\";\r\n                grid.style.marginLeft = \"auto\";\r\n                visibleItems.forEach(item => {\r\n                    item.style.position = \"\";\r\n                    item.style.left = \"\";\r\n                    item.style.transform = \"\";\r\n                });\r\n            } else {\r\n                grid.style.display = \"none\";\r\n            }\r\n\r\n            \/\/ Nach Berechnung das Grid einblenden\r\n            setTimeout(() => {\r\n                grid.style.opacity = \"1\";\r\n            }, 5); \/\/ Kurze Verz\u00f6gerung f\u00fcr sanftes Einblenden\r\n        }\r\n\r\n        centerIsotopeGrid();\r\n\r\n        \/\/ Zentrierung nach jedem Filter-Update neu berechnen\r\n        iso.on(\"arrangeComplete\", function () {\r\n            centerIsotopeGrid();\r\n        });\r\n\r\n        window.addEventListener(\"resize\", centerIsotopeGrid);\r\n \r\n                storeFinderBtn.addEventListener(\"click\", function () {\r\n                storeFinderOptions.style.display = storeFinderOptions.style.display === \"none\" ? \"block\" : \"none\";\r\n    \r\n                 \/\/ Toggle der \"active\"-Klasse\r\n                this.classList.toggle(\"active\");\r\n                });\r\n\r\n                countryOptions.forEach(option => {\r\n                    option.addEventListener(\"click\", function () {\r\n        const filterValue = this.getAttribute(\"data-filter\");\r\n\r\n        \/\/ Isotope-Filter anwenden\r\n        iso.arrange({ filter: filterValue });\r\n\r\n        \/\/ Alle \"countryOptions\" von der \"active\"-Klasse befreien\r\n        countryOptions.forEach(opt => opt.classList.remove(\"active\"));\r\n\r\n        \/\/ \"active\"-Klasse zum aktuellen Element hinzuf\u00fcgen\r\n        this.classList.add(\"active\");\r\n\r\n        \/\/ Store-Finder-Optionen ausblenden\r\n        storeFinderOptions.style.display = \"none\";\r\n        storeFinderBtn.classList.remove(\"active\");\r\n    });\r\n                });\r\n            });\r\n        });\r\n    <\/script>\r\n\r\n    <script src=\"https:\/\/unpkg.com\/isotope-layout@3\/dist\/isotope.pkgd.min.js\"><\/script>\r\n    <script src=\"https:\/\/unpkg.com\/imagesloaded@4\/imagesloaded.pkgd.min.js\"><\/script>\r\n\r\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;vollbild&#8221; css=&#8221;.vc_custom_1770642264818{background-image: url(https:\/\/caline-parfums.com\/wp-content\/uploads\/2026\/02\/2026-01-28_CALINE-0059-scaled.jpg?id=1150) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;mehrbutton&#8221;][vc_column][vc_column_text css=&#8221;&#8221;]<!-- Weitere Produkte -->\r\n<div class=\"mehr\">\r\n    <div class=\"related-products\">\r\n        <h2>More from Caline Parfums<\/h2>\r\n        <div class=\"related-products-grid\">\r\n                           <div class=\"related-product\">\r\n                    <a href=\"https:\/\/caline-parfums.com\/en\/caline-vanille-no-25\/\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"2000\" src=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11.png 2000w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11-300x300.png 300w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11-1024x1024.png 1024w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11-150x150.png 150w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11-768x768.png 768w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/10\/Freisteller_CALINE_VanilleNo25_Collage_9120130825968_2025-06-11-1536x1536.png 1536w\" sizes=\"auto, (max-width: 2000px) 100vw, 2000px\" \/>                    <\/a>\r\n                    <a href=\"https:\/\/caline-parfums.com\/en\/caline-vanille-no-25\/\" class=\"product-link\">to the product<\/a>\r\n                <\/div>\r\n                           <div class=\"related-product\">\r\n                    <a href=\"https:\/\/caline-parfums.com\/en\/caline-homme-infinite-navy\/\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"2027\" height=\"2000\" src=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/Markant_Caline_Man_InfiniteNavy_Collage__9120112224031_2022-06-09.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/Markant_Caline_Man_InfiniteNavy_Collage__9120112224031_2022-06-09.png 2027w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/Markant_Caline_Man_InfiniteNavy_Collage__9120112224031_2022-06-09-300x296.png 300w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/Markant_Caline_Man_InfiniteNavy_Collage__9120112224031_2022-06-09-1024x1010.png 1024w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/Markant_Caline_Man_InfiniteNavy_Collage__9120112224031_2022-06-09-768x758.png 768w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/02\/Markant_Caline_Man_InfiniteNavy_Collage__9120112224031_2022-06-09-1536x1516.png 1536w\" sizes=\"auto, (max-width: 2027px) 100vw, 2027px\" \/>                    <\/a>\r\n                    <a href=\"https:\/\/caline-parfums.com\/en\/caline-homme-infinite-navy\/\" class=\"product-link\">to the product<\/a>\r\n                <\/div>\r\n                           <div class=\"related-product\">\r\n                    <a href=\"https:\/\/caline-parfums.com\/en\/caline-homme-dark-mystery\/\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"2000\" src=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040.png 2000w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040-300x300.png 300w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040-1024x1024.png 1024w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040-150x150.png 150w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040-768x768.png 768w, https:\/\/caline-parfums.com\/wp-content\/uploads\/2025\/09\/Freisteller_Caline_Homme_DarkMystery_Collage_2025-05-26_9120130826040-1536x1536.png 1536w\" sizes=\"auto, (max-width: 2000px) 100vw, 2000px\" \/>                    <\/a>\r\n                    <a href=\"https:\/\/caline-parfums.com\/en\/caline-homme-dark-mystery\/\" class=\"product-link\">to the product<\/a>\r\n                <\/div>\r\n                    <\/div>\r\n    <\/div>\r\n<\/div>\r\n    \r\n<style>\r\n  \r\n  \r\n<\/style>\r\n\r\n\r\n[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section full_width=&#8221;stretch_row_content&#8221; el_class=&#8221;produkthead&#8221;][vc_row el_class=&#8221;produktinhalt&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1102&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;ptext&#8221;][vc_column_text css=&#8221;&#8221;] Mystic White C\u00c2LINE HOMME Mystic White \u2013 a fragrance full of contrasts: Fresh lavender and zesty bergamot meet a warm heart of honey and jasmine. Vanilla and tobacco leaf add depth and character. The frosted white bottle with golden details reflects the style of [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":58,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1104","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/pages\/1104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/comments?post=1104"}],"version-history":[{"count":15,"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/pages\/1104\/revisions"}],"predecessor-version":[{"id":1231,"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/pages\/1104\/revisions\/1231"}],"wp:attachment":[{"href":"https:\/\/caline-parfums.com\/en\/wp-json\/wp\/v2\/media?parent=1104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}