{"id":11,"date":"2026-06-02T16:35:13","date_gmt":"2026-06-02T16:35:13","guid":{"rendered":"https:\/\/holicosmetics.com\/home\/"},"modified":"2026-06-30T16:51:56","modified_gmt":"2026-06-30T16:51:56","slug":"home","status":"publish","type":"page","link":"https:\/\/holicosmetics.com\/it\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!-- HERO: full-screen cover --><\/p>\n<section class=\"holi-hero\">\n<div class=\"holi-hero__image-wrap\"><img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png?ssl=1\" alt=\"Anim\u00e6\" \/><\/div>\n<div class=\"holi-hero__copy\">\n<h1 class=\"holi-hero__headline\">From the <em>Mediterranean<\/em><\/h1>\n<p class=\"holi-hero__lede\">Born from the olive tree. Refined for modern skincare.<\/p>\n<p class=\"holi-hero__para\">Inspired by the enduring heritage of olive oil, Holi reimagines an ancient tradition through a contemporary lens \u2014 where nature, cosmetic science, and everyday rituals come together.<\/p>\n<p class=\"holi-hero__para\">We believe that true beauty does not need complexity. It begins with authenticity.<\/p>\n<div class=\"holi-hero__actions\"><a class=\"btn-filled\" href=\"\/shop\/\">Discover Anim\u00e6<\/a><br \/>\n<a class=\"btn-ghost\" href=\"\/about-us\/\">Our story<\/a><\/div>\n<\/div>\n<\/section>\n<p><!-- TRUST STRIP --><\/p>\n<div class=\"holi-badges\"><span class=\"holi-badge\">100% Plant Based<\/span><br \/>\n<span class=\"holi-badge\">Vegan<\/span><br \/>\n<span class=\"holi-badge\">Cruelty-Free<\/span><br \/>\n<span class=\"holi-badge\">Certified Organic<\/span><br \/>\n<span class=\"holi-badge\">Single Origin<\/span><\/div>\n<p><!-- FEATURED PRODUCT \u2014 editorial split --><\/p>\n<div class=\"holi-feature\">\n<div class=\"holi-feature__media holi-feature__media--70\"><img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-natural-outdoor-lifestyle-scene.-The-bottle-rest-899863-scaled.png?ssl=1\" alt=\"Anim\u00e6 in the olive grove\" \/><\/div>\n<div class=\"holi-feature__copy\"><span class=\"holi-eyebrow\">FIRTS CHAPTER<\/span><\/p>\n<h2 class=\"holi-feature__title\">Anim\u00e6<\/h2>\n<p class=\"holi-feature__body\">Created to capture the extraordinary richness of olive oil in a single daily ritual.<br \/>\nAnim\u00e6 is a multi-purpose treatment for face, body and hair, designed to nourish, protect and care for the skin every day.<\/p>\n<p><a class=\"btn-outlined\" href=\"\/shop\/\">Shop now<\/a><\/p>\n<\/div>\n<\/div>\n<p><!-- PHILOSOPHY \u2014 dark split --><\/p>\n<section class=\"holi-section holi-section--dark\" style=\"padding: 0\">\n<div class=\"holi-feature holi-feature--reverse\">\n<div class=\"holi-feature__copy\" style=\"background: var(--green-deep)\"><span class=\"holi-eyebrow\" style=\"color: var(--bronze)\">Our Philosophy<\/span><\/p>\n<h2 class=\"holi-feature__title\" style=\"color:#fff !important\">We believe skincare should feel effortless.<\/h2>\n<p class=\"holi-feature__body\">Every formula begins with intention, where carefully selected ingredients, refined formulations and everyday rituals come together.<\/p>\n<p><strong style=\"color:#fff !important;font-weight:400\">Less complexity. More purpose.<\/strong><\/p>\n<p><a class=\"btn-ghost\" href=\"\/about-us\/\">Read our story<\/a><\/p>\n<\/div>\n<div class=\"holi-feature__media\"><img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png?ssl=1\" alt=\"Anim\u00e6\" \/><\/div>\n<\/div>\n<\/section>\n<p><!-- NEWSLETTER --><\/p>\n<section class=\"holi-newsletter\">\n<div class=\"holi-newsletter__inner\">\n<div class=\"holi-newsletter__text\">\n<h2 class=\"holi-newsletter__title\">Be the first<br \/>\n<em>to know.<\/em><\/h2>\n<p class=\"holi-newsletter__sub\">New formulas, rituals, and stories \u2014 straight to your inbox.<br \/>\nNo noise. Unsubscribe any time.<\/p>\n<\/div>\n<div class=\"holi-newsletter__form\" id=\"holi-nl-form\">\n<input class=\"holi-newsletter__input\" type=\"email\" id=\"holi-nl-email\" placeholder=\"la tua email\" aria-label=\"Indirizzo email\" \/>\n<button class=\"holi-newsletter__btn\" type=\"button\" id=\"holi-nl-btn\">Iscriviti<\/button>\n<p class=\"holi-newsletter__msg\" id=\"holi-nl-msg\" style=\"display:none;margin-top:8px;font-size:0.85em;\"><\/p>\n<\/div>\n<script>\n(function(){\n  var btn   = document.getElementById(\"holi-nl-btn\");\n  var email = document.getElementById(\"holi-nl-email\");\n  var msg   = document.getElementById(\"holi-nl-msg\");\n  if(!btn) return;\n  btn.addEventListener(\"click\", function(){\n    var val = email ? email.value.trim() : \"\";\n    if(!val || !\/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(val)){\n      msg.style.display=\"block\"; msg.style.color=\"#c00\";\n      msg.textContent=\"Inserisci un indirizzo email valido.\"; return;\n    }\n    btn.disabled=true; btn.textContent=\"...\";\n    var fd = new FormData();\n    fd.append(\"action\",\"holi_subscribe\");\n    fd.append(\"email\", val);\n    fd.append(\"nonce\",\"0a8315f043\");\n    fetch(\"https:\/\/holicosmetics.com\/wp-admin\/admin-ajax.php\", {method:\"POST\",body:fd})\n      .then(function(r){return r.json();})\n      .then(function(d){\n        msg.style.display=\"block\";\n        if(d.success){\n          msg.style.color=\"#2a6a2a\";\n          msg.textContent=d.data||\"Iscrizione avvenuta con successo!\";\n          email.value=\"\";\n        } else {\n          msg.style.color=\"#c00\";\n          msg.textContent=d.data||\"Si \u00e8 verificato un errore. Riprova.\";\n        }\n        btn.disabled=false; btn.textContent=\"Iscriviti\";\n      })\n      .catch(function(){\n        msg.style.display=\"block\"; msg.style.color=\"#c00\";\n        msg.textContent=\"Errore di rete. Riprova pi\u00f9 tardi.\";\n        btn.disabled=false; btn.textContent=\"Iscriviti\";\n      });\n  });\n})();\n<\/script><\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>From the Mediterranean Born from the olive tree. Refined for modern skincare. Inspired by the enduring heritage of olive oil, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"full-width-container","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"disabled","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":"","footer-sml-layout":"disabled","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-11","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Holi Cosmetics \u2014 Pure Olive Oil Beauty<\/title>\n<meta name=\"description\" content=\"Conscious beauty rooted in the ancient power of pure olive oil. Anim\u00e6 \u2014 a multi-use oil for face, body and hair. 100% organic, single-origin, nothing added.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/holicosmetics.com\/it\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Holi Cosmetics \u2014 Pure Olive Oil Beauty\" \/>\n<meta property=\"og:description\" content=\"Conscious beauty rooted in the ancient power of pure olive oil. Anim\u00e6 \u2014 a multi-use oil for face, body and hair. 100% organic, single-origin, nothing added.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/holicosmetics.com\/it\/\" \/>\n<meta property=\"og:site_name\" content=\"Holi Cosmetics\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-30T16:51:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/\",\"url\":\"https:\\\/\\\/holicosmetics.com\\\/\",\"name\":\"Holi Cosmetics \u2014 Pure Olive Oil Beauty\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/holicosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png\",\"datePublished\":\"2026-06-02T16:35:13+00:00\",\"dateModified\":\"2026-06-30T16:51:56+00:00\",\"description\":\"Conscious beauty rooted in the ancient power of pure olive oil. Anim\u00e6 \u2014 a multi-use oil for face, body and hair. 100% organic, single-origin, nothing added.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/holicosmetics.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/holicosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png\",\"contentUrl\":\"https:\\\/\\\/holicosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/holicosmetics.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#website\",\"url\":\"https:\\\/\\\/holicosmetics.com\\\/\",\"name\":\"Holi Cosmetics\",\"description\":\"Beauty, in full color.\",\"publisher\":{\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/holicosmetics.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#organization\",\"name\":\"Holi Cosmetics\",\"url\":\"https:\\\/\\\/holicosmetics.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/holicosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/LOGO-HOLI-senza-didascalia.svg\",\"contentUrl\":\"https:\\\/\\\/holicosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/LOGO-HOLI-senza-didascalia.svg\",\"width\":1920,\"height\":1920,\"caption\":\"Holi Cosmetics\"},\"image\":{\"@id\":\"https:\\\/\\\/holicosmetics.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Holi Cosmetics \u2014 Pure Olive Oil Beauty","description":"Conscious beauty rooted in the ancient power of pure olive oil. Anim\u00e6 \u2014 a multi-use oil for face, body and hair. 100% organic, single-origin, nothing added.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/holicosmetics.com\/it\/","og_locale":"it_IT","og_type":"article","og_title":"Holi Cosmetics \u2014 Pure Olive Oil Beauty","og_description":"Conscious beauty rooted in the ancient power of pure olive oil. Anim\u00e6 \u2014 a multi-use oil for face, body and hair. 100% organic, single-origin, nothing added.","og_url":"https:\/\/holicosmetics.com\/it\/","og_site_name":"Holi Cosmetics","article_modified_time":"2026-06-30T16:51:56+00:00","og_image":[{"url":"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"2 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/holicosmetics.com\/","url":"https:\/\/holicosmetics.com\/","name":"Holi Cosmetics \u2014 Pure Olive Oil Beauty","isPartOf":{"@id":"https:\/\/holicosmetics.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/holicosmetics.com\/#primaryimage"},"image":{"@id":"https:\/\/holicosmetics.com\/#primaryimage"},"thumbnailUrl":"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png","datePublished":"2026-06-02T16:35:13+00:00","dateModified":"2026-06-30T16:51:56+00:00","description":"Conscious beauty rooted in the ancient power of pure olive oil. Anim\u00e6 \u2014 a multi-use oil for face, body and hair. 100% organic, single-origin, nothing added.","breadcrumb":{"@id":"https:\/\/holicosmetics.com\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/holicosmetics.com\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/holicosmetics.com\/#primaryimage","url":"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png","contentUrl":"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/Firefly_Place-this-exact-dropper-bottle-in-a-luxury-minimalist-bathroom-interior-scene.-The-b-899863.png"},{"@type":"BreadcrumbList","@id":"https:\/\/holicosmetics.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/holicosmetics.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/holicosmetics.com\/#website","url":"https:\/\/holicosmetics.com\/","name":"Holi Cosmetics","description":"Beauty, in full color.","publisher":{"@id":"https:\/\/holicosmetics.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/holicosmetics.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/holicosmetics.com\/#organization","name":"Holi Cosmetics","url":"https:\/\/holicosmetics.com\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/holicosmetics.com\/#\/schema\/logo\/image\/","url":"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/LOGO-HOLI-senza-didascalia.svg","contentUrl":"https:\/\/holicosmetics.com\/wp-content\/uploads\/2026\/06\/LOGO-HOLI-senza-didascalia.svg","width":1920,"height":1920,"caption":"Holi Cosmetics"},"image":{"@id":"https:\/\/holicosmetics.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":45,"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":198,"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/pages\/11\/revisions\/198"}],"wp:attachment":[{"href":"https:\/\/holicosmetics.com\/it\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}