{"id":6110,"date":"2026-01-18T14:19:07","date_gmt":"2026-01-18T14:19:07","guid":{"rendered":"https:\/\/corefragrance.ch\/?page_id=6110"},"modified":"2026-03-18T00:03:07","modified_gmt":"2026-03-18T00:03:07","slug":"the-universal-collection","status":"publish","type":"page","link":"https:\/\/corefragrance.ch\/ch\/the-universal-collection\/","title":{"rendered":"Unisex Kollektion"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6110\" class=\"elementor elementor-6110\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94e81db e-con-full e-flex e-con e-parent\" data-id=\"94e81db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f6ccc3 elementor-widget elementor-widget-html\" data-id=\"8f6ccc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        \r\n        body {\r\n            background-color: #000;\r\n            font-family: 'Inter', -apple-system, sans-serif;\r\n            color: white;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .page-wrapper {\r\n            padding: 100px 150px; \r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            width: 100%;\r\n        }\r\n\r\n        .video-frame {\r\n            position: relative;\r\n            width: 100%;\r\n            max-width: 1400px;\r\n            aspect-ratio: 16 \/ 9;\r\n            background: #000;\r\n            overflow: hidden;\r\n            border: 1px solid rgba(255,255,255,0.03);\r\n            margin-bottom: 40px; \r\n        }\r\n\r\n        video {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .controls {\r\n            position: absolute;\r\n            bottom: 20px;\r\n            right: 20px;\r\n            display: flex;\r\n            gap: 10px;\r\n            z-index: 10;\r\n        }\r\n\r\n        .btn {\r\n            background: rgba(255, 255, 255, 0.05);\r\n            backdrop-filter: blur(12px);\r\n            -webkit-backdrop-filter: blur(12px);\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            color: rgba(255, 255, 255, 0.7);\r\n            padding: 12px 18px;\r\n            font-size: 9px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 2px;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        @media (hover: hover) {\r\n            .btn:hover {\r\n                background: #fff;\r\n                color: #000;\r\n            }\r\n        }\r\n\r\n        .text-content {\r\n            text-align: center;\r\n            width: 100%;\r\n            max-width: 700px;\r\n        }\r\n\r\n        .text-content h2 {\r\n            font-weight: 200;\r\n            font-size: 14px;\r\n            letter-spacing: 12px;\r\n            text-transform: uppercase;\r\n            margin-bottom: 25px;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .text-content p {\r\n            font-weight: 300;\r\n            font-size: 13px;\r\n            line-height: 2;\r\n            letter-spacing: 0.5px;\r\n            color: #000;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .text-content .legacy-tag {\r\n            font-style: italic;\r\n            color: #777;\r\n            font-size: 12px;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        @media (max-width: 767px) {\r\n            .page-wrapper { padding: 0; }\r\n            .video-frame {\r\n                height: 100vh;\r\n                width: 100vw;\r\n                margin-bottom: 50px;\r\n                border: none;\r\n                aspect-ratio: auto;\r\n            }\r\n            .controls { bottom: 40px; right: 20px; }\r\n            .text-content { padding: 0 30px 60px 30px; }\r\n            .text-content h2 { letter-spacing: 6px; font-size: 12px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"page-wrapper\">\r\n        <div class=\"video-frame\">\r\n            <video id=\"unisexVisual\" autoplay muted loop playsinline preload=\"auto\">\r\n                <source src=\"https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-video.mp4\" type=\"video\/mp4\">\r\n            <\/video>\r\n\r\n            <div class=\"controls\">\r\n                <button class=\"btn\" onclick=\"togglePlay()\" id=\"pBtn\">Pause<\/button>\r\n                <button class=\"btn\" onclick=\"toggleMute()\" id=\"mBtn\">Unmute<\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <section class=\"text-content\">\r\n            <h2>The Universal Collection<\/h2>\r\n            <p>\r\n                A shared olfactory journey that transcends boundaries. Our Universal Collection features <strong>Radiance<\/strong>, a scent designed to adapt to the wearer, creating a unique signature that is both bold and intimate.\r\n            <\/p>\r\n            <p class=\"legacy-tag\">\r\n                Crafted for all. Defined by you.\r\n            <\/p>\r\n        <\/section>\r\n    <\/div>\r\n\r\n    <script>\r\n        const v = document.getElementById('unisexVisual');\r\n        const pBtn = document.getElementById('pBtn');\r\n        const mBtn = document.getElementById('mBtn');\r\n\r\n        function togglePlay() {\r\n            if (v.paused) { v.play(); pBtn.innerText = 'Pause'; }\r\n            else { v.pause(); pBtn.innerText = 'Play'; }\r\n        }\r\n\r\n        function toggleMute() {\r\n            v.muted = !v.muted;\r\n            mBtn.innerText = v.muted ? 'Unmute' : 'Mute';\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-80abe3b elementor-widget elementor-widget-shortcode\" data-id=\"80abe3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n        #core-u-wrapper { font-family: 'Inter', sans-serif; max-width: 1200px; margin: auto; padding: 20px; color: #000; }\n        .u-tabs { display: flex; justify-content: center; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }\n        .u-tab-btn { background:none; border:none; font-weight:bold; cursor:pointer; padding:8px 12px; letter-spacing:1px; color:#000; font-size: 12px; border-bottom: 3px solid transparent; transition: 0.3s; text-transform: uppercase; }\n        .core-flex { display: flex; gap: 60px; align-items: flex-start; margin-bottom: 40px; }\n        .size-btn { border: 2px solid #000 !important; background: #fff !important; color: #000 !important; padding: 14px; flex: 1; cursor: pointer; font-weight: 800 !important; text-transform: uppercase; font-size: 13px !important; text-align: center; }\n        .size-btn.selected { background: #000 !important; color: #fff !important; }\n        .bottom-details-wrapper { width: 100%; border-top: 1px solid #eee; padding-top: 20px; }\n        .details-split-container { display: flex; gap: 80px; align-items: flex-start; }\n        .materials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n        .materials-grid img { width: 100%; height: auto; border: 1px solid #eee; display: block; }\n        .detail-bar-btn { width: 100%; background: #000 !important; color: #fff !important; padding: 22px 30px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border: none; font-weight: bold; font-size: 14px; letter-spacing: 2px; }\n        .hidden { display: none !important; }\n        .u-reviews { margin-top: 40px; border-top: 1px solid #eee; padding-top: 20px; }\n        .u-review-summary { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:25px 0; }\n        .u-review-score { font-size:32px; font-weight:400; }\n        .u-stars, .u-review-stars { color:#b08d57; letter-spacing:3px; }\n        .u-review-card { border-top:1px solid #e5e5e5; padding:24px 0; }\n        .u-review-meta { display:flex; justify-content:space-between; gap:15px; margin-bottom:10px; }\n        .u-review-form { margin-top:30px; padding:30px; background:#fafafa; border:1px solid #e5e5e5; }\n        .u-review-form input, .u-review-form textarea, .u-review-form select { width:100%; box-sizing:border-box; padding:13px; margin:7px 0 17px; border:1px solid #bbb; background:#fff; color:#000; }\n        .u-review-form select { height:auto !important; min-height:52px !important; line-height:1.4 !important; padding:13px 42px 13px 13px !important; font-size:15px !important; }\n        .u-review-form label { display:block; line-height:1.4; margin-top:2px; }\n        .u-review-form textarea { min-height:130px; resize:vertical; }\n        .u-review-submit { width:100%; background:#000; color:#fff; padding:17px; border:0; cursor:pointer; font-weight:700; letter-spacing:2px; }\n        .u-review-status { margin-top:15px; font-size:14px; }\n        @media (max-width: 768px) {\n            .core-flex { flex-direction: column; gap: 20px; }\n            .details-split-container { flex-direction: column-reverse; gap: 20px; }\n            .gallery-main { flex-direction: column-reverse; }\n            #p-thumbnails { flex-direction: row !important; width: 100% !important; overflow-x: auto; margin-top: 10px; gap: 10px; }\n            .thumb-img { width: 65px !important; flex-shrink: 0; }\n            .u-review-summary, .u-review-meta { align-items:flex-start; flex-direction:column; }\n            .u-review-form { padding:20px; }\n        }\n    <\/style>\n\n    <div id=\"core-u-wrapper\">\n        <div class=\"u-tabs\">\n                            <button onclick=\"switchUProduct('radiance')\" id=\"btn-radiance\" class=\"u-tab-btn\">radiance<\/button>\n                            <button onclick=\"switchUProduct('revelry')\" id=\"btn-revelry\" class=\"u-tab-btn\">revelry<\/button>\n                            <button onclick=\"switchUProduct('nectar')\" id=\"btn-nectar\" class=\"u-tab-btn\">nectar<\/button>\n                            <button onclick=\"switchUProduct('hearth')\" id=\"btn-hearth\" class=\"u-tab-btn\">hearth<\/button>\n                            <button onclick=\"switchUProduct('twilight')\" id=\"btn-twilight\" class=\"u-tab-btn\">twilight<\/button>\n                            <button onclick=\"switchUProduct('origin')\" id=\"btn-origin\" class=\"u-tab-btn\">origin<\/button>\n                    <\/div>\n\n        <div class=\"core-flex\">\n            <div class=\"core-photo-side\" style=\"flex: 1.3;\">\n                <div class=\"gallery-main\" style=\"display: flex; gap: 15px;\">\n                    <div id=\"p-thumbnails\" style=\"display: flex; flex-direction: column; gap: 10px; width: 85px;\"><\/div>\n                    <div style=\"flex: 1; background: #f9f9f9; border: 1px solid #eee;\">\n                        <img decoding=\"async\" id=\"main-photo\" src=\"\" style=\"width: 100%; mix-blend-mode: multiply;\">\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"core-info-side\" style=\"flex: 1;\">\n                <h1 id=\"p-title\" style=\"margin: 0 0 15px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; font-size: 40px;\"><\/h1>\n                <div id=\"p-short-desc\" style=\"font-size: 15px; margin-bottom: 30px; line-height: 1.7; color: #444;\"><\/div>\n                <p style=\"font-size: 11px; font-weight: 900; text-transform: uppercase; margin-bottom: 15px;\">Select Volume<\/p>\n                <div id=\"p-sizes\" style=\"display: flex; gap: 12px; margin-bottom: 30px;\"><\/div>\n                <div style=\"margin: 30px 0;\">\n                    <span id=\"p-was\" style=\"text-decoration: line-through; color: #999; margin-right: 15px; font-size: 20px;\"><\/span>\n                    <span id=\"p-price\" style=\"font-size: 32px; font-weight: 400;\"><\/span>\n                <\/div>\n                <button id=\"atc-btn\" onclick=\"addToBag()\" style=\"width: 100%; background: #000; color: #fff; padding: 22px; border: none; font-weight: bold; cursor: pointer; letter-spacing: 2px;\">ADD TO BAG<\/button>\n            <\/div>\n        <\/div>\n\n        <div class=\"bottom-details-wrapper\">\n            <button onclick=\"toggleDetails()\" class=\"detail-bar-btn\"><span>PRODUCT DETAILS<\/span><span id=\"t-icon\">+<\/span><\/button>\n            <div id=\"p-details-box\" class=\"hidden\" style=\"padding: 50px; border: 1px solid #000; border-top: none; background: #fafafa;\">\n                <div class=\"details-split-container\">\n                    <div class=\"details-materials-side\">\n                        <p style=\"font-size: 12px; font-weight: 900; margin-bottom: 25px; letter-spacing: 2px; text-transform: uppercase;\">Key Raw Materials<\/p>\n                        <div id=\"p-raw-materials\" class=\"materials-grid\"><\/div>\n                    <\/div>\n                    <div id=\"p-full-content\" class=\"details-text-side\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <section class=\"u-reviews\" aria-labelledby=\"u-reviews-title\">\n            <button onclick=\"toggleUReviews()\" class=\"detail-bar-btn\" aria-expanded=\"false\" id=\"u-reviews-toggle\">\n                <span id=\"u-reviews-title\">CUSTOMER REVIEWS<\/span><span id=\"u-r-icon\">+<\/span>\n            <\/button>\n            <div id=\"u-reviews-box\" class=\"hidden\" style=\"padding:30px; border:1px solid #000; border-top:none;\">\n                <div id=\"u-review-content\">Loading reviews\u2026<\/div>\n                <form id=\"u-review-form\" class=\"u-review-form\" onsubmit=\"submitUReview(event)\">\n                    <h3 style=\"margin-top:0; font-weight:400;\">WRITE A REVIEW<\/h3>\n                    <label for=\"u-review-rating\">Your rating *<\/label>\n                    <select id=\"u-review-rating\" required>\n                        <option value=\"\">Select a rating<\/option>\n                        <option value=\"5\">\u2605\u2605\u2605\u2605\u2605 \u2014 Excellent<\/option>\n                        <option value=\"4\">\u2605\u2605\u2605\u2605\u2606 \u2014 Very good<\/option>\n                        <option value=\"3\">\u2605\u2605\u2605\u2606\u2606 \u2014 Good<\/option>\n                        <option value=\"2\">\u2605\u2605\u2606\u2606\u2606 \u2014 Fair<\/option>\n                        <option value=\"1\">\u2605\u2606\u2606\u2606\u2606 \u2014 Poor<\/option>\n                    <\/select>\n                    <label for=\"u-review-text\">Your review *<\/label>\n                    <textarea id=\"u-review-text\" required maxlength=\"3000\"><\/textarea>\n                    <label for=\"u-review-name\">Name *<\/label>\n                    <input id=\"u-review-name\" type=\"text\" required maxlength=\"100\">\n                    <label for=\"u-review-email\">Email * <small>(will not be published)<\/small><\/label>\n                    <input id=\"u-review-email\" type=\"email\" required maxlength=\"190\">\n                    <button id=\"u-review-submit\" class=\"u-review-submit\" type=\"submit\">SUBMIT REVIEW<\/button>\n                    <div id=\"u-review-status\" class=\"u-review-status\" role=\"status\"><\/div>\n                <\/form>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n    const uData = {\"radiance\":{\"id\":6175,\"title\":\"CORE RADIANCE EXTRAIT DE PARFUM\",\"short\":\"<h3 data-path-to-node=\\\"47\\\"><i data-path-to-node=\\\"47\\\" data-index-in-node=\\\"0\\\">The Memory of Sunbeams on Crystal<\\\/i><\\\/h3>\\r\\n<p data-path-to-node=\\\"48\\\"><b data-path-to-node=\\\"48\\\" data-index-in-node=\\\"0\\\">RADIANCE<\\\/b> is a fragrance of celestial air and glowing warmth. It captures the core memory of a sun-drenched glass atrium\\u2014transparent, shimmering, and weightless. It is the scent of an aura that feels like a second skin, vibrating with a quiet, golden energy.<\\\/p>\",\"full\":\"<h2 data-path-to-node=\\\"46\\\"><b data-path-to-node=\\\"46\\\" data-index-in-node=\\\"0\\\">CORE: RADIANCE<\\\/b><\\\/h2>\\n<h3 data-path-to-node=\\\"47\\\"><i data-path-to-node=\\\"47\\\" data-index-in-node=\\\"0\\\">The Memory of Sunbeams on Crystal<\\\/i><\\\/h3>\\n<p data-path-to-node=\\\"48\\\"><b data-path-to-node=\\\"48\\\" data-index-in-node=\\\"0\\\">RADIANCE<\\\/b> is a fragrance of celestial air and glowing warmth. It captures the core memory of a sun-drenched glass atrium\\u2014transparent, shimmering, and weightless. It is the scent of an aura that feels like a second skin, vibrating with a quiet, golden energy.<\\\/p>\\n<p data-path-to-node=\\\"49\\\"><b data-path-to-node=\\\"49\\\" data-index-in-node=\\\"0\\\">The Story<\\\/b> The experience opens with a shimmering thread of Golden Saffron, providing a spicy warmth that feels like light hitting a prism. As the scent evolves, a heart of crystalline Jasmine and Cedarwood creates a sophisticated, airy structure that feels both metallic and sweet. Finally, it anchors into a prestigious base of Mineral Amber and Fir Resin, leaving a trail of &#8220;burnt sugar&#8221; and sea air that is impossible to ignore.<\\\/p>\\n<p data-path-to-node=\\\"50\\\"><b data-path-to-node=\\\"50\\\" data-index-in-node=\\\"0\\\">The Olfactory Profile<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"51\\\">\\n<li>\\n<p data-path-to-node=\\\"51,0,0\\\"><b data-path-to-node=\\\"51,0,0\\\" data-index-in-node=\\\"0\\\">Character:<\\\/b> Unisex | Luminous | Ethereal<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"51,1,0\\\"><b data-path-to-node=\\\"51,1,0\\\" data-index-in-node=\\\"0\\\">Scent Class:<\\\/b> Woody Amber<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"52\\\"><b data-path-to-node=\\\"52\\\" data-index-in-node=\\\"0\\\">The Notes<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"53\\\">\\n<li>\\n<p data-path-to-node=\\\"53,0,0\\\"><b data-path-to-node=\\\"53,0,0\\\" data-index-in-node=\\\"0\\\">Top (The Prism):<\\\/b> Golden Saffron, Egyptian Jasmine.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"53,1,0\\\"><b data-path-to-node=\\\"53,1,0\\\" data-index-in-node=\\\"0\\\">Heart (The Glow):<\\\/b> Mineral Ambergris, Cedarwood Accord.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"53,2,0\\\"><b data-path-to-node=\\\"53,2,0\\\" data-index-in-node=\\\"0\\\">Base (The Lasting Light):<\\\/b> Fir Balsam, Shimmering Musk.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"54\\\"><b data-path-to-node=\\\"54\\\" data-index-in-node=\\\"0\\\">Product Details<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"55\\\">\\n<li>\\n<p data-path-to-node=\\\"55,0,0\\\"><b data-path-to-node=\\\"55,0,0\\\" data-index-in-node=\\\"0\\\">Concentration:<\\\/b> Extrait de Parfum<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"55,1,0\\\"><b data-path-to-node=\\\"55,1,0\\\" data-index-in-node=\\\"0\\\">Sillage:<\\\/b> Ethereal &amp; Everlasting<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"55,2,0\\\"><b data-path-to-node=\\\"55,2,0\\\" data-index-in-node=\\\"0\\\">Best Worn:<\\\/b> As a versatile signature that transitions from day to night.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n\",\"gallery\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Radiance.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Box-Radiance.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-bottle-2.jpg\"],\"vars\":[{\"s\":{\"attribute_pa_weight\":\"30ml\"},\"price\":\"69.95\",\"was\":null,\"id\":6179,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Radiance.jpg\"},{\"s\":{\"attribute_pa_weight\":\"3ml\"},\"price\":\"4.95\",\"was\":null,\"id\":6180,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Sample-U.jpg\"},{\"s\":{\"attribute_pa_weight\":\"50ml\"},\"price\":\"89.95\",\"was\":null,\"id\":6181,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Radiance.jpg\"}],\"raw_imgs\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Radiance-Raw-Ingredients-2.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Radiance-Raw-Ingredients.jpg\"]},\"revelry\":{\"id\":6184,\"title\":\"CORE REVELRY EXTRAIT DE PARFUM\",\"short\":\"<h3 data-path-to-node=\\\"58\\\"><i data-path-to-node=\\\"58\\\" data-index-in-node=\\\"0\\\">The Memory of a Forbidden Celebration<\\\/i><\\\/h3>\\r\\n<p data-path-to-node=\\\"59\\\"><b data-path-to-node=\\\"59\\\" data-index-in-node=\\\"0\\\">REVELRY<\\\/b> is a fragrance of deep indulgence and playful darkness. It captures the core memory of a secret midnight feast\\u2014the scent of rich fruits, heavy spirits, and the laughter of a celebration that never ends. It is the scent of pure, unadulterated pleasure.<\\\/p>\",\"full\":\"<p data-path-to-node=\\\"60\\\"><b data-path-to-node=\\\"60\\\" data-index-in-node=\\\"0\\\">The Story<\\\/b> The journey begins with an intoxicating burst of Black Cherry and Pressed Almond, creating a rich sweetness that immediately commands the senses. As the scent evolves, a heart of Turkish Rose and Crimson Plum introduces a sophisticated floral depth. Finally, it anchors into a prestigious base of Roasted Tonka Bean and Sandalwood, leaving a trail of creamy, spicy warmth that feels like a velvet cloak.<\\\/p>\\n<p data-path-to-node=\\\"61\\\"><b data-path-to-node=\\\"61\\\" data-index-in-node=\\\"0\\\">The Olfactory Profile<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"62\\\">\\n<li>\\n<p data-path-to-node=\\\"62,0,0\\\"><b data-path-to-node=\\\"62,0,0\\\" data-index-in-node=\\\"0\\\">Character:<\\\/b> Unisex | Indulgent | Tempting<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"62,1,0\\\"><b data-path-to-node=\\\"62,1,0\\\" data-index-in-node=\\\"0\\\">Scent Class:<\\\/b> Amber Floral<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"63\\\"><b data-path-to-node=\\\"63\\\" data-index-in-node=\\\"0\\\">The Notes<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"64\\\">\\n<li>\\n<p data-path-to-node=\\\"64,0,0\\\"><b data-path-to-node=\\\"64,0,0\\\" data-index-in-node=\\\"0\\\">Top (The First Toast):<\\\/b> Black Cherry, Cherry, Bitter Almond.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"64,1,0\\\"><b data-path-to-node=\\\"64,1,0\\\" data-index-in-node=\\\"0\\\">Heart (The Feast):<\\\/b> Turkish Rose, Jasmine Sambac, Dark Plum.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"64,2,0\\\"><b data-path-to-node=\\\"64,2,0\\\" data-index-in-node=\\\"0\\\">Base (The Morning After):<\\\/b> Roasted Tonka Bean, Peru Balsam, Sandalwood.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"65\\\"><b data-path-to-node=\\\"65\\\" data-index-in-node=\\\"0\\\">Product Details<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"66\\\">\\n<li>\\n<p data-path-to-node=\\\"66,0,0\\\"><b data-path-to-node=\\\"66,0,0\\\" data-index-in-node=\\\"0\\\">Concentration:<\\\/b> Extrait de Parfum<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"66,1,0\\\"><b data-path-to-node=\\\"66,1,0\\\" data-index-in-node=\\\"0\\\">Sillage:<\\\/b> Intimate &amp; Indulgent<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"66,2,0\\\"><b data-path-to-node=\\\"66,2,0\\\" data-index-in-node=\\\"0\\\">Best Worn:<\\\/b> During intimate evenings or winter celebrations.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n\",\"gallery\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Reverly.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-bottle-3.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Box-Reverly.jpg\"],\"vars\":[{\"s\":{\"attribute_pa_weight\":\"30ml\"},\"price\":\"69.95\",\"was\":null,\"id\":6188,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Reverly.jpg\"},{\"s\":{\"attribute_pa_weight\":\"3ml\"},\"price\":\"4.95\",\"was\":null,\"id\":6189,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Sample-U.jpg\"},{\"s\":{\"attribute_pa_weight\":\"50ml\"},\"price\":\"89.95\",\"was\":null,\"id\":6190,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Reverly.jpg\"}],\"raw_imgs\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Reverly-Raw-Materials-2.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Reverly-Raw-Materials.jpg\"]},\"nectar\":{\"id\":6192,\"title\":\"CORE NECTAR EXTRAIT DE PARFUM\",\"short\":\"<h3 data-path-to-node=\\\"69\\\"><i data-path-to-node=\\\"69\\\" data-index-in-node=\\\"0\\\">The Memory of Sun-Warmed Harvest<\\\/i><\\\/h3>\\r\\n<p data-path-to-node=\\\"70\\\"><b data-path-to-node=\\\"70\\\" data-index-in-node=\\\"0\\\">NECTAR<\\\/b> is a fragrance of raw, succulent fruit and earthy heat. It captures the core memory of a peach orchard at peak harvest\\u2014the skin of the fruit still warm from the sun, dripping with a sweetness that is both innocent and provocative.<\\\/p>\",\"full\":\"<p data-path-to-node=\\\"71\\\"><b data-path-to-node=\\\"71\\\" data-index-in-node=\\\"0\\\">The Story<\\\/b> The experience starts with a fleshy, realistic Vineyard Peach and Blood Orange, providing a burst of vibrant energy. As the scent evolves, a heart of Boozy Davana and Labdanum introduces a resinous complexity that gives the fruit a sophisticated, &#8220;matured&#8221; edge. Finally, it anchors into a prestigious base of Indonesian Patchouli and Sandalwood, providing an earthy, high-end foundation.<\\\/p>\\n<p data-path-to-node=\\\"72\\\"><b data-path-to-node=\\\"72\\\" data-index-in-node=\\\"0\\\">The Olfactory Profile<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"73\\\">\\n<li>\\n<p data-path-to-node=\\\"73,0,0\\\"><b data-path-to-node=\\\"73,0,0\\\" data-index-in-node=\\\"0\\\">Character:<\\\/b> Unisex | Succulent | Provocative<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"73,1,0\\\"><b data-path-to-node=\\\"73,1,0\\\" data-index-in-node=\\\"0\\\">Scent Class:<\\\/b> Amber Vanilla<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"74\\\"><b data-path-to-node=\\\"74\\\" data-index-in-node=\\\"0\\\">The Notes<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"75\\\">\\n<li>\\n<p data-path-to-node=\\\"75,0,0\\\"><b data-path-to-node=\\\"75,0,0\\\" data-index-in-node=\\\"0\\\">Top (The Harvest): <\\\/b>Mirabelle Plum, White Peach, Blood Orange.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"75,1,0\\\"><b data-path-to-node=\\\"75,1,0\\\" data-index-in-node=\\\"0\\\">Heart (The Sun-Heat): <\\\/b>Ylang-Ylang, Turkish Rose, Jasmine Sambac.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"75,2,0\\\"><b data-path-to-node=\\\"75,2,0\\\" data-index-in-node=\\\"0\\\">Base (The Earth): <\\\/b>Madagascan Vanilla, Tonka Bean, Amber.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"76\\\"><b data-path-to-node=\\\"76\\\" data-index-in-node=\\\"0\\\">Product Details<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"77\\\">\\n<li>\\n<p data-path-to-node=\\\"77,0,0\\\"><b data-path-to-node=\\\"77,0,0\\\" data-index-in-node=\\\"0\\\">Concentration:<\\\/b> Extrait de Parfum<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"77,1,0\\\"><b data-path-to-node=\\\"77,1,0\\\" data-index-in-node=\\\"0\\\">Sillage:<\\\/b> Vibrant &amp; Provocative<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"77,2,0\\\"><b data-path-to-node=\\\"77,2,0\\\" data-index-in-node=\\\"0\\\">Best Worn:<\\\/b> On warm days or whenever you want to project confidence.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n\",\"gallery\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Nectar.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Box-Nectar.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-bottle-3.jpg\"],\"vars\":[{\"s\":{\"attribute_pa_weight\":\"30ml\"},\"price\":\"69.95\",\"was\":null,\"id\":6195,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Nectar.jpg\"},{\"s\":{\"attribute_pa_weight\":\"3ml\"},\"price\":\"4.95\",\"was\":null,\"id\":6196,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Sample-U.jpg\"},{\"s\":{\"attribute_pa_weight\":\"50ml\"},\"price\":\"89.95\",\"was\":null,\"id\":6197,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Nectar.jpg\"}],\"raw_imgs\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nectar-Raw-Materials-2.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Nectar-Raw-Materials.jpg\"]},\"hearth\":{\"id\":6199,\"title\":\"CORE HEARTH EXTRAIT DE PARFUM\",\"short\":\"<h3 style=\\\"text-align: left;\\\" data-path-to-node=\\\"80\\\"><i data-path-to-node=\\\"80\\\" data-index-in-node=\\\"0\\\">The Memory of a Fireside Sanctuary<\\\/i><\\\/h3>\\r\\n<p data-path-to-node=\\\"81\\\"><b data-path-to-node=\\\"81\\\" data-index-in-node=\\\"0\\\">HEARTH<\\\/b> is a fragrance of deep comfort and prestigious opulence. It captures the core memory of a leather-bound library and the soft crackle of a dying fire\\u2014warm, spicy, and perfectly safe. It is the scent of a sanctuary from the world outside.<\\\/p>\",\"full\":\"<p data-path-to-node=\\\"82\\\"><b data-path-to-node=\\\"82\\\" data-index-in-node=\\\"0\\\">The Story<\\\/b> The journey opens with the sophisticated aroma of Raw Tobacco-Leaf and Warm Ginger. As the scent evolves, a heart of Creamy Vanilla and Roasted Cacao creates a rich, gourmand texture that feels like a heavy blanket in winter. Finally, it anchors into a prestigious base of Sun-Dried Fruits and Woody Sap, leaving a trail of timeless, smoky elegance.<\\\/p>\\n<p data-path-to-node=\\\"83\\\"><b data-path-to-node=\\\"83\\\" data-index-in-node=\\\"0\\\">The Olfactory Profile<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"84\\\">\\n<li>\\n<p data-path-to-node=\\\"84,0,0\\\"><b data-path-to-node=\\\"84,0,0\\\" data-index-in-node=\\\"0\\\">Character:<\\\/b> Unisex | Cozy | Prestigious<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"84,1,0\\\"><b data-path-to-node=\\\"84,1,0\\\" data-index-in-node=\\\"0\\\">Scent Class:<\\\/b> Amber Spicy<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"85\\\"><b data-path-to-node=\\\"85\\\" data-index-in-node=\\\"0\\\">The Notes<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"86\\\">\\n<li>\\n<p data-path-to-node=\\\"86,0,0\\\"><b data-path-to-node=\\\"86,0,0\\\" data-index-in-node=\\\"0\\\">Top (The Ember):<\\\/b> Tobacco-Leaf, Warm Ginger, Spiced Pepper.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"86,1,0\\\"><b data-path-to-node=\\\"86,1,0\\\" data-index-in-node=\\\"0\\\">Heart (The Sanctuary):<\\\/b> Creamy Vanilla, Cacao, Tonka Bean.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"86,2,0\\\"><b data-path-to-node=\\\"86,2,0\\\" data-index-in-node=\\\"0\\\">Base (The Resting Place):<\\\/b> Dried Orchard Fruits, Sweet Wood Sap.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"87\\\"><b data-path-to-node=\\\"87\\\" data-index-in-node=\\\"0\\\">Product Details<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"88\\\">\\n<li>\\n<p data-path-to-node=\\\"88,0,0\\\"><b data-path-to-node=\\\"88,0,0\\\" data-index-in-node=\\\"0\\\">Concentration:<\\\/b> Extrait de Parfum<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"88,1,0\\\"><b data-path-to-node=\\\"88,1,0\\\" data-index-in-node=\\\"0\\\">Sillage:<\\\/b> Deep &amp; Enveloping<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"88,2,0\\\"><b data-path-to-node=\\\"88,2,0\\\" data-index-in-node=\\\"0\\\">Best Worn:<\\\/b> Cold evenings by the fire or in a sophisticated lounge setting.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n\",\"gallery\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Hearth.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Box-Hearth.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-bottle-3.jpg\"],\"vars\":[{\"s\":{\"attribute_pa_weight\":\"30ml\"},\"price\":\"69.95\",\"was\":null,\"id\":6202,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Hearth.jpg\"},{\"s\":{\"attribute_pa_weight\":\"3ml\"},\"price\":\"4.95\",\"was\":null,\"id\":6203,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Sample-U.jpg\"},{\"s\":{\"attribute_pa_weight\":\"50ml\"},\"price\":\"89.95\",\"was\":null,\"id\":6204,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Hearth.jpg\"}],\"raw_imgs\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Hearth-Raw-Materials.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Hearth-Raw-Materials-2.jpg\"]},\"twilight\":{\"id\":6206,\"title\":\"CORE TWILIGHT EXTRAIT DE PARFUM\",\"short\":\"<h3 data-path-to-node=\\\"91\\\"><i data-path-to-node=\\\"91\\\" data-index-in-node=\\\"0\\\">The Memory of a Secret Encounter<\\\/i><\\\/h3>\\r\\n<p data-path-to-node=\\\"92\\\"><b data-path-to-node=\\\"92\\\" data-index-in-node=\\\"0\\\">TWILIGHT<\\\/b> is a fragrance of dark florals and intimate mystery. It captures the core memory of a shared coffee in a rose garden as the sky turns to ink\\u2014bitter, sweet, and dangerously close. It is the scent of the hour where secrets are told.<\\\/p>\",\"full\":\"<p data-path-to-node=\\\"93\\\"><b data-path-to-node=\\\"93\\\" data-index-in-node=\\\"0\\\">The Story<\\\/b> The experience begins with a spicy, fresh burst of Saffron and Cardamom, like the first chill of evening. As the scent evolves, a heart of Turkish Rose and Roasted Coffee Beans emerges, creating a unique contrast between delicate petals and dark caffeine. Finally, it anchors into a prestigious base of Patchouli and Frankincense, giving the floral scent a shadowy, mysterious finish.<\\\/p>\\n<p data-path-to-node=\\\"94\\\"><b data-path-to-node=\\\"94\\\" data-index-in-node=\\\"0\\\">The Olfactory Profile<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"95\\\">\\n<li>\\n<p data-path-to-node=\\\"95,0,0\\\"><b data-path-to-node=\\\"95,0,0\\\" data-index-in-node=\\\"0\\\">Character:<\\\/b> Unisex | Intimate | Dark<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"95,1,0\\\"><b data-path-to-node=\\\"95,1,0\\\" data-index-in-node=\\\"0\\\">Scent Class:<\\\/b> Amber Floral<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"96\\\"><b data-path-to-node=\\\"96\\\" data-index-in-node=\\\"0\\\">The Notes<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"97\\\">\\n<li>\\n<p data-path-to-node=\\\"97,0,0\\\"><b data-path-to-node=\\\"97,0,0\\\" data-index-in-node=\\\"0\\\">Top (The Dusk):<\\\/b> Golden Saffron, Cardamom, Black Pepper.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"97,1,0\\\"><b data-path-to-node=\\\"97,1,0\\\" data-index-in-node=\\\"0\\\">Heart (The Meeting):<\\\/b> Turkish Rose, Dark Coffee, Bulgarian Rose.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"97,2,0\\\"><b data-path-to-node=\\\"97,2,0\\\" data-index-in-node=\\\"0\\\">Base (The Nightfall):<\\\/b> Patchouli Leaf, Frankincense, Sandalwood.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"98\\\"><b data-path-to-node=\\\"98\\\" data-index-in-node=\\\"0\\\">Product Details<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"99\\\">\\n<li>\\n<p data-path-to-node=\\\"99,0,0\\\"><b data-path-to-node=\\\"99,0,0\\\" data-index-in-node=\\\"0\\\">Concentration:<\\\/b> Extrait de Parfum<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"99,1,0\\\"><b data-path-to-node=\\\"99,1,0\\\" data-index-in-node=\\\"0\\\">Sillage:<\\\/b> Mysterious &amp; Intimate<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"99,2,0\\\"><b data-path-to-node=\\\"99,2,0\\\" data-index-in-node=\\\"0\\\">Best Worn:<\\\/b> For late-night meetings or autumn walks at dusk.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n\",\"gallery\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Twilight.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Box-Twilight.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-bottle-3.jpg\"],\"vars\":[{\"s\":{\"attribute_pa_weight\":\"30ml\"},\"price\":\"69.95\",\"was\":null,\"id\":6207,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Twilight.jpg\"},{\"s\":{\"attribute_pa_weight\":\"3ml\"},\"price\":\"4.95\",\"was\":null,\"id\":6208,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Sample-U.jpg\"},{\"s\":{\"attribute_pa_weight\":\"50ml\"},\"price\":\"89.95\",\"was\":null,\"id\":6209,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Twilight.jpg\"}],\"raw_imgs\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Twilight-Raw-material.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Twilight-Raw-Material-2.jpg\"]},\"origin\":{\"id\":6213,\"title\":\"CORE ORIGIN EXTRAIT DE PARFUM\",\"short\":\"<h3 data-path-to-node=\\\"102\\\"><i data-path-to-node=\\\"102\\\" data-index-in-node=\\\"0\\\">The Memory of the Sacred Earth<\\\/i><\\\/h3>\\r\\n<p data-path-to-node=\\\"103\\\"><b data-path-to-node=\\\"103\\\" data-index-in-node=\\\"0\\\">ORIGIN<\\\/b> is a fragrance of profound depth and spiritual grounding. It captures the core memory of the world's most ancient forests\\u2014sacred woods, rare spices, and the scent of time itself. It is the scent of returning to the source of all things.<\\\/p>\",\"full\":\"<p data-path-to-node=\\\"104\\\"><b data-path-to-node=\\\"104\\\" data-index-in-node=\\\"0\\\">The Story<\\\/b> The journey starts with a sharp, clean strike of Exotic Cardamom and Rosewood. As the scent evolves, a heart of Rare Oud and Smoked Sandalwood creates a dry, prestigious woodiness that feels ancient and holy. Finally, it anchors into a prestigious base of Amber and Tonka Bean, leaving a smooth, &#8220;creamy-wood&#8221; signature that is the ultimate mark of luxury.<\\\/p>\\n<p data-path-to-node=\\\"105\\\"><b data-path-to-node=\\\"105\\\" data-index-in-node=\\\"0\\\">The Olfactory Profile<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"106\\\">\\n<li>\\n<p data-path-to-node=\\\"106,0,0\\\"><b data-path-to-node=\\\"106,0,0\\\" data-index-in-node=\\\"0\\\">Character:<\\\/b> Unisex | Grounding | Absolute<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"106,1,0\\\"><b data-path-to-node=\\\"106,1,0\\\" data-index-in-node=\\\"0\\\">Scent Class:<\\\/b> Amber Woody<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"107\\\"><b data-path-to-node=\\\"107\\\" data-index-in-node=\\\"0\\\">The Notes<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"108\\\">\\n<li>\\n<p data-path-to-node=\\\"108,0,0\\\"><b data-path-to-node=\\\"108,0,0\\\" data-index-in-node=\\\"0\\\">Top (The Root):<\\\/b> Exotic Cardamom, Rosewood, Sichuan Pepper.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"108,1,0\\\"><b data-path-to-node=\\\"108,1,0\\\" data-index-in-node=\\\"0\\\">Heart (The Ancient):<\\\/b> Rare Oud Wood, Smoked Sandalwood, Vetiver.<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"108,2,0\\\"><b data-path-to-node=\\\"108,2,0\\\" data-index-in-node=\\\"0\\\">Base (The Soul):<\\\/b> Roasted Tonka Bean, Amber, Vanilla.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n<p data-path-to-node=\\\"109\\\"><b data-path-to-node=\\\"109\\\" data-index-in-node=\\\"0\\\">Product Details<\\\/b><\\\/p>\\n<ul data-path-to-node=\\\"110\\\">\\n<li>\\n<p data-path-to-node=\\\"110,0,0\\\"><b data-path-to-node=\\\"110,0,0\\\" data-index-in-node=\\\"0\\\">Concentration:<\\\/b> Extrait de Parfum<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"110,1,0\\\"><b data-path-to-node=\\\"110,1,0\\\" data-index-in-node=\\\"0\\\">Sillage:<\\\/b> Grounded &amp; Prestigious<\\\/p>\\n<\\\/li>\\n<li>\\n<p data-path-to-node=\\\"110,2,0\\\"><b data-path-to-node=\\\"110,2,0\\\" data-index-in-node=\\\"0\\\">Best Worn:<\\\/b> For professional settings or formal black-tie events.<\\\/p>\\n<\\\/li>\\n<\\\/ul>\\n\",\"gallery\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Origin.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Box-Origin.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-bottle-3.jpg\"],\"vars\":[{\"s\":{\"attribute_pa_weight\":\"30ml\"},\"price\":\"69.95\",\"was\":null,\"id\":6216,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Origin.jpg\"},{\"s\":{\"attribute_pa_weight\":\"3ml\"},\"price\":\"4.95\",\"was\":null,\"id\":6217,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Sample-U.jpg\"},{\"s\":{\"attribute_pa_weight\":\"50ml\"},\"price\":\"89.95\",\"was\":null,\"id\":6218,\"img\":\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Core-Origin.jpg\"}],\"raw_imgs\":[\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Origing-Raw-Materia.jpg\",\"https:\\\/\\\/corefragrance.ch\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Origin-Raw-material.jpg\"]}};\n    const uReviewAjax = \"https:\\\/\\\/corefragrance.ch\\\/wp-admin\\\/admin-ajax.php\";\n    const uReviewNonce = \"8a6f86868d\";\n    let activeId = null;\n    let activeUProductId = null;\n\n    function switchUProduct(key) {\n        const p = uData[key]; if(!p) return;\n        activeUProductId = p.id;\n        document.getElementById('p-title').innerText = p.title;\n        document.getElementById('p-short-desc').innerHTML = p.short;\n        document.getElementById('p-full-content').innerHTML = p.full;\n        document.getElementById('main-photo').src = p.gallery[0];\n        document.getElementById('p-raw-materials').innerHTML = p.raw_imgs.map(img => `<img decoding=\"async\" src=\"${img}\">`).join('');\n        document.getElementById('p-thumbnails').innerHTML = p.gallery.map(img => `<img decoding=\"async\" src=\"${img}\" class=\"thumb-img\" style=\"width:100%; border:1px solid #eee; cursor:pointer;\" onclick=\"document.getElementById('main-photo').src='${img}'\">`).join('');\n        \n        const sBox = document.getElementById('p-sizes'); sBox.innerHTML = ''; activeId = null;\n        p.vars.forEach((v) => {\n            const btn = document.createElement('button');\n            btn.innerText = Object.values(v.s).join(' '); btn.className = 'size-btn';\n            btn.onclick = () => selectUVolume(v, btn); sBox.appendChild(btn);\n        });\n\n        document.getElementById('p-price').innerText = ''; document.getElementById('p-was').innerText = '';\n        document.querySelectorAll('.u-tab-btn').forEach(b => b.style.borderBottom = '3px solid transparent');\n        if(document.getElementById('btn-' + key)) document.getElementById('btn-' + key).style.borderBottom = '3px solid #000';\n        document.getElementById('u-reviews-box').classList.add('hidden');\n        document.getElementById('u-reviews-toggle').setAttribute('aria-expanded', 'false');\n        document.getElementById('u-r-icon').innerText = '+';\n        document.getElementById('u-review-status').innerText = '';\n        loadUReviews();\n    }\n\n    function selectUVolume(v, btn) {\n        document.querySelectorAll('.size-btn').forEach(b => b.classList.remove('selected'));\n        btn.classList.add('selected');\n        document.getElementById('p-price').innerText = 'CHF ' + v.price;\n        document.getElementById('p-was').innerText = v.was ? 'CHF ' + v.was : '';\n        document.getElementById('main-photo').src = v.img;\n        activeId = v.id;\n    }\n\n    function toggleDetails() {\n        const box = document.getElementById('p-details-box');\n        const icon = document.getElementById('t-icon');\n        const isHidden = box.classList.contains('hidden');\n        box.classList.toggle('hidden'); icon.innerText = isHidden ? '\u2212' : '+';\n    }\n\n    function toggleUReviews() {\n        const box = document.getElementById('u-reviews-box');\n        const opening = box.classList.contains('hidden');\n        box.classList.toggle('hidden');\n        document.getElementById('u-r-icon').innerText = opening ? '\u2212' : '+';\n        document.getElementById('u-reviews-toggle').setAttribute('aria-expanded', opening ? 'true' : 'false');\n        if (opening) loadUReviews();\n    }\n\n    function uStars(rating) {\n        const rounded = Math.round(Number(rating) || 0);\n        return '\u2605'.repeat(rounded) + '\u2606'.repeat(5 - rounded);\n    }\n\n    function escapeUHtml(value) {\n        const div = document.createElement('div');\n        div.textContent = value == null ? '' : String(value);\n        return div.innerHTML;\n    }\n\n    async function loadUReviews() {\n        if (!activeUProductId) return;\n        const target = document.getElementById('u-review-content');\n        target.innerHTML = 'Loading reviews\u2026';\n        const body = new URLSearchParams({ action:'core_universal_get_reviews', product_id:String(activeUProductId), nonce:uReviewNonce });\n        try {\n            const response = await fetch(uReviewAjax, { method:'POST', headers:{'Content-Type':'application\/x-www-form-urlencoded; charset=UTF-8'}, body });\n            const result = await response.json();\n            if (!result.success) throw new Error(result.data && result.data.message ? result.data.message : 'Reviews could not be loaded.');\n            const d = result.data;\n            const cards = d.reviews.length ? d.reviews.map(review => `\n                <article class=\"u-review-card\">\n                    <div class=\"u-review-meta\">\n                        <strong>${escapeUHtml(review.author)}${review.verified ? ' <small>\u2713 Verified owner<\/small>' : (review.verified_feedback ? ' <small>\u2713 Verified feedback<\/small>' : '')}<\/strong>\n                        <span>${escapeUHtml(review.date)}<\/span>\n                    <\/div>\n                    <div class=\"u-review-stars\" aria-label=\"${review.rating} out of 5 stars\">${uStars(review.rating)}<\/div>\n                    <p>${escapeUHtml(review.content).replace(\/\\n\/g, '<br>')}<\/p>\n                <\/article>`).join('') : '<p>No reviews yet. Be the first to share your experience.<\/p>';\n            target.innerHTML = `<div class=\"u-review-summary\"><div><span class=\"u-review-score\">${d.average}<\/span> \/ 5<br><span class=\"u-stars\">${uStars(d.average)}<\/span><\/div><strong>${d.count} ${d.count === 1 ? 'REVIEW' : 'REVIEWS'}<\/strong><\/div>${cards}`;\n        } catch (error) {\n            target.innerHTML = `<p>${escapeUHtml(error.message)}<\/p>`;\n        }\n    }\n\n    async function submitUReview(event) {\n        event.preventDefault();\n        if (!activeUProductId) return;\n        const button = document.getElementById('u-review-submit');\n        const status = document.getElementById('u-review-status');\n        button.disabled = true; button.innerText = 'SENDING\u2026'; status.innerText = '';\n        const body = new URLSearchParams({\n            action:'core_universal_submit_review', nonce:uReviewNonce, product_id:String(activeUProductId),\n            rating:document.getElementById('u-review-rating').value,\n            review:document.getElementById('u-review-text').value,\n            name:document.getElementById('u-review-name').value,\n            email:document.getElementById('u-review-email').value\n        });\n        try {\n            const response = await fetch(uReviewAjax, { method:'POST', headers:{'Content-Type':'application\/x-www-form-urlencoded; charset=UTF-8'}, body });\n            const result = await response.json();\n            if (!result.success) throw new Error(result.data && result.data.message ? result.data.message : 'Your review could not be submitted.');\n            document.getElementById('u-review-form').reset();\n            status.innerText = result.data.message;\n        } catch (error) {\n            status.innerText = error.message;\n        } finally {\n            button.disabled = false; button.innerText = 'SUBMIT REVIEW';\n        }\n    }\n\n    async function addToBag() {\n        if(!activeId) { alert('Please select a volume.'); return; }\n        const btn = document.getElementById('atc-btn'); btn.innerText = 'ADDING...';\n        const fd = new FormData(); fd.append('add-to-cart', activeId);\n        await fetch(window.location.href, { method: 'POST', body: fd });\n        btn.innerText = 'ADDED \u2713'; setTimeout(() => btn.innerText = 'ADD TO BAG', 2000);\n        if(window.jQuery) jQuery(document.body).trigger('wc_fragment_refresh');\n    }\n\n    \/\/ MEMORY LOADER: Runs on page load to see if a product was pre-selected\n    window.addEventListener('DOMContentLoaded', function() {\n        const preselected = sessionStorage.getItem('preselect_product');\n        if (preselected && uData[preselected]) {\n            switchUProduct(preselected);\n            sessionStorage.removeItem('preselect_product'); \/\/ Clear memory after use\n        } else {\n            switchUProduct('radiance'); \/\/ Default\n        }\n    });\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-761f00d elementor-widget elementor-widget-image\" data-id=\"761f00d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"765\" src=\"https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-1024x765.jpg\" class=\"attachment-large size-large wp-image-6235\" alt=\"Radiance Models 1 1024x765\" srcset=\"https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-1024x765.jpg 1024w, https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-300x224.jpg 300w, https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-768x573.jpg 768w, https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-1536x1147.jpg 1536w, https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-2048x1529.jpg 2048w, https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-16x12.jpg 16w, https:\/\/corefragrance.ch\/wp-content\/uploads\/2026\/01\/Radiance-Models-1-600x448.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"  title=\"The Universal Collection\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pause Unmute The Universal Collection A shared olfactory journey that transcends boundaries. Our Universal Collection features Radiance, a scent designed [&hellip;]<\/p>\n","protected":false},"author":35,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6110","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/pages\/6110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/comments?post=6110"}],"version-history":[{"count":16,"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/pages\/6110\/revisions"}],"predecessor-version":[{"id":6877,"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/pages\/6110\/revisions\/6877"}],"wp:attachment":[{"href":"https:\/\/corefragrance.ch\/ch\/wp-json\/wp\/v2\/media?parent=6110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}