Baby light / Ombré hair Soin & Brushing cheveux courts ✨☘️✨
180 mn | 310€ |
Balayage / Ombre Hair
Le balayage est la technique de cheveux colorés la plus naturelle et la plus répandue. Cette coloration partielle consiste à éclaircir OU foncer la couleur naturelle, en colorant ou décolorant des mèches, et non l’ensemble de la chevelure. Elle se caractérise par des reflets « effet soleil », et se travaille sur tous les types de chevelures. Sur cheveux trop courts, toutefois, l’effet de profondeur donné par
le balayage sera plus difficile à obtenir.
Les cheveux s’entretiennent alors à l’aide de soins spécifiques, tels qu’un shampooing au thé blanc pour cheveux balayés Ou colorés, qui lave les cheveux en douceur et réveille leur éclat. Un masque nutrition et protection au buriti hydrate et nourrit les cheveux et aide à préserver à et à prolonger l’éclat du balayage.
Voici le code intégré sur cette page :
<!DOCTYPE html>
<html >
<head></head>
<body>
<style>
.kalendes-full-popup {
top: 100px;
bottom: 100px;
left: 100px;
right: 100px;
border-radius: 10px;
overflow: hidden;
}
#kalendes-popup {
position:fixed;
top: 100px;
bottom: 100px;
left: 100px;
right: 100px;
border-radius: 10px;
overflow:scroll;
background: white;
z-index: 100001;
}
</style>
<script>
window.kalendes = {
host: »spamozaik »,
noAutoGoToBasket:true,
buttons:{
buy:0,
reserve:0,
gift:0,
buyReserve:0
},
displayMode:’SIMPLE2′,
pageAtStart:’reserve’,//buy,reserve,gift,buy_reserve,
isPopup:0,
onLoaded: function(){
console.log(« Widget is loaded »);
},
onBasketChange:function(commande){
onBasketChange(commande);
}
}
function closePopup(){
document.getElementById(‘kalendes-popup-container’).style.visibility= »hidden »;
}
function openPopup(){
document.getElementById(‘kalendes-popup-container’).style.visibility= »visible »;
}
function openBasket(){
window.kalendes.goTo(« page », »basket »);
window.kalendes.applyChanges();
openPopup();
}
function onBasketChange(commande){
document.getElementById(« basket-details »).innerHTML = « Détails de la commande : « +commande.getNbArticle()+ » article(s) / TTC: « +commande.getTotalTTC()+ »€ »;
}
function razBasket(){
var commande = window.kalendes.getCommande();
commande.removeAllArticles();
window.kalendes.applyChanges();
}
function addArticle(idArticle){
window.kalendes.addArticle(idArticle);
}
function updateQuantity(){
var commande = window.kalendes.getCommande();
commande.updateQuantity({_id:1985624},5);
window.kalendes.applyChanges();
openPopup();
}
function goToFamille(){
window.kalendes.goTo(« page », »reserve »);
window.kalendes.goTo(« famille »,56694);
openPopup();
}
</script>
<script src= »https://preprod.kalendes.com/site/scripts/widget.js » type= »text/javascript »></script>
<div style= »margin-left:100px;margin-right:100px;margin-top:20px;margin-bottom:20px; »>
<div style= »background:white;padding:10px; »>
<div style= »font-weight:bold »>Votre panier avec votre propre Html</div>
<div style= »font-weight:bold;margin-top:50px; » id= »basket-details »>Détail Panier</div>
<div style= »display: flex; justify-content: flex-end »>
<button style= »margin-right:5px; » onclick= »razBasket() »>Annuler</button>
<button onclick= »openBasket() »>Payer</button>
</div>
</div>
<div style= »margin-top:100px;background:white;padding:10px; »>
<span style= »font-weight:bold;margin-right:100px; »>Votre article 1</span>
<button onclick= »addArticle(1985624) »>Ajouter</button>
</div>
<div style= »margin-top:100px;background:white;padding:10px; »>
<span style= »font-weight:bold;margin-right:100px; »>Votre famille 1</span>
<button onclick= »goToFamille() »>Voir</button>
</div>
</div>
<div id= »kalendes-popup-container » style= »position:fixed;visibility:hidden;top:0px;bottom:0px;left:0px;right:0px; » >
<div id= »kalendes-popup-backdrop » style= »position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:black;opacity:30%;z-index: 100000″ onclick= »closePopup() »></div>
<div id= »kalendes-popup »>
<div id= »kalendes-widget-container »></div>
</div>
</div>
</body>
</html>