Pacchetto rasoio di sicurezza e burro da barba - Nero
Il nostro Rasoio di Sicurezza a Doppio Taglio, Set di Ricariche da 10 Lame e Burro da Barba Solido ora sono in un unico bundle!
Ti offre la rasatura più liscia, precisa e confortevole che tu abbia mai provato
Lama singola in acciaio inossidabile riduce l’attrito, le irritazioni, le scottature da rasoio e i peli incarniti
Design elegante e senza plastica con un manico extra lungo per una rasatura sostenibile e facile.
Lame in acciaio inossidabile al 100% sono senza plastica, sostenibili e riciclabili
Formula burrosa idratante protegge durante la rasatura e nutre la pelle
Offre una rasatura pulita e senza disordine che non ostruisce la lama come le schiume tradizionali
Ideale per tutti i tipi di pelle
1x Rasoio di sicurezza a doppio filo - Nero (include: 1 manico in metallo, 5 lame e cappuccio protettivo)
1x Abbonamento per ricariche di lame (set da 10 pezzi)
1x Burro da barba solido
Ruotare la testina o il manico del rasoio per separare e aprire il vano lame.
Estrarre con cautela la nuova lama dall'involucro; afferrarla per il lato corto e posizionarla delicatamente nella metà superiore del vano lame. Riposizionare la metà inferiore del vano, quindi ruotare la testina e il manico per chiudere.
Inumidire la pelle e applicare generosamente il burro da barba Kitsch Solid sulle zone desiderate.
Fare scorrere delicatamente il rasoio sulla pelle con un'angolazione di 30°, con movimenti brevi e una pressione minima.
Risciacquare il rasoio al termine della rasatura e lasciarlo asciugare completamente
Per una rasatura più efficace, utilizzare una lametta nuova ogni volta.
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
renderPrice(price){
let total = price;
if(this.discount_percentage > 0){
total = price - (price * (this.discount_percentage / 100));
}
return Unick.formatMoney(total);
},
selected: [],
fixed_product: false,
discount_percentage: 0,
total_items: 4,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
add(item) {
this.selected.push(item)
},
remove(id) {
this.selected = this.selected.filter(item => item.id !== id)
},
isInBundle(id) {
return this.selected.some(item => item.id === id)
},
priceBeforeDiscount(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
return total;
},
totalPrice(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
total = total - (total * (this.discount_percentage / 100));
let extraDiscount = 0;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Pacchetto rasoio di sicurezza e burro da barba - Nero`;
let bundleHandle = `safety-razor-shave-butter-bundle-black`;
let bundleCount = 4;
let bundleQty = 1;
let index = 0;
// Update button text to 'adding...'
this.$refs.addToCartButton.textContent = 'Adding...';
this.selected.forEach(function (item) {
cartObj.push({
quantity: 1,
id: item.variants[0].id,
properties: {
'_fbt_bundle': bundleTitle,
'_fbt_bundle_handle': bundleHandle,
'_fbt_bundle_count': bundleCount,
}
})
})
if(this.fixed_product && this.total_items == this.selected.length){
cartObj = [];
cartObj.push({
quantity: 1,
id: this.fixed_product,
})
}
fetch(routes.cart_add_url + '.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: cartObj
})
})
.then(response => {
// Update button text back to 'add to cart'
this.$refs.addToCartButton.textContent = 'Add to cart';
// Update cart with event dispatch
this.$dispatch('update-cart', { cart: response });
// Open cart after adding product
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
+
Total price:
Pacchetto rasoio di sicurezza e burro da barba - Nero
$47.00
$47.00
Burro da barba solido
$19.00
$19.00
Ricariche per lamette 10pk
$10.00
$10.00
Balsamo solido e barra da barba Ultra Sensitive
$27.00
$27.00
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
renderPrice(price){
let total = price;
if(this.discount_percentage > 0){
total = price - (price * (this.discount_percentage / 100));
}
return Unick.formatMoney(total);
},
selected: [],
fixed_product: false,
discount_percentage: 0,
total_items: 4,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
add(item) {
this.selected.push(item)
},
remove(id) {
this.selected = this.selected.filter(item => item.id !== id)
},
isInBundle(id) {
return this.selected.some(item => item.id === id)
},
priceBeforeDiscount(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
return total;
},
totalPrice(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
total = total - (total * (this.discount_percentage / 100));
let extraDiscount = 0;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Pacchetto rasoio di sicurezza e burro da barba - Nero`;
let bundleHandle = `safety-razor-shave-butter-bundle-black`;
let bundleCount = 4;
let bundleQty = 1;
let index = 0;
this.$refs.addToCartButton.textContent = 'Adding...';
this.selected.forEach(function (item) {
cartObj.push({
quantity: 1,
id: item.variants[0].id,
properties: {
'_fbt_bundle': bundleTitle,
'_fbt_bundle_handle': bundleHandle,
'_fbt_bundle_count': bundleCount,
}
})
})
if(this.fixed_product && this.total_items == this.selected.length){
cartObj = [];
cartObj.push({
quantity: 1,
id: this.fixed_product,
})
}
fetch(routes.cart_add_url + '.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: cartObj
})
})
.then(response => {
this.$refs.addToCartButton.textContent = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Pacchetto rasoio di sicurezza e burro da barba - Nero
Pacchetto rasoio di sicurezza e burro da barba - Nero
Registratevi per ricevere una notifica quando questo articolo sarà di nuovo disponibile.
Inserire un indirizzo e-mail valido.
Grazie per esserti iscritto/a! Ti invieremo un'e-mail quando il prodotto sarà disponibile.
{
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
// Hide floating cart when main button is visible (with some buffer)
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// If main button not found, show floating cart
show = true;
}
})"
x-init="$nextTick(() => {
// Delay initialization to ensure Alpine has rendered the main add-to-cart button
setTimeout(() => {
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// Fallback: show sticky cart if main button not found after delay
show = true;
}
}, 500);
})"
class="add-to-cart-footer p-3 bg-white text-black fixed bottom-0 w-full z-20 shadow border-t">
4 motivi per cui milioni di persone passano ai rasoi di sicurezza
1. Una rasatura migliore
Radersi con un rasoio di sicurezza riduce le irritazioni cutanee, le irritazioni da rasatura e i peli incarniti, comuni con i rasoi a cartuccia o elettrici.
2. Risparmio sui costi
Sebbene il rasoio stesso sia più costoso all'inizio, dovrebbe durare per anni. Poiché le lamette per i rasoi a cartuccia sono più costose e il rasoio stesso non dura a lungo.
3. Riduce i rifiuti di plastica
Nel 2021, gli americani hanno gettato in discarica oltre 385 milioni di rasoi di plastica. Se stai cercando di eliminare la plastica, i rasoi di sicurezza in metallo sono un'alternativa sostenibile e costruita per durare.
4. Facile da usare
Tutto quello che devi fare è usarlo con un'angolazione di 30 gradi e applicare pochissima pressione. Il peso del rasoio ti permetterà di usare pochissima pressione per scorrere delicatamente sulla pelle per una rasatura più precisa di sempre, senza irritazioni.
I have ordered this several times and I give my best friends my Favorite Things for Christmas (it's not just for Oprah). My legs feel so silky afterwards and it does not clog your razor!
SL
Stacy L.
Verified Buyer
I recommend this product
Product Standouts Nourishing, Easy to use, Doesn’t clog razor
Rated 5 out of 5 stars
1 year ago
Amazed!
I was so impressed with the shave butter. My motivation to try it was to possibly never have to buy another can of shaving cream, only for said can to live forever in a landfill....mission accomplished! Plus it literally lasted until thee very last smidgen, the bar never broke! Photo to compare to how the rice water shampoo and conditioner bars broke with a lot left. (Loved those, just the bar didn't hold up). Last but of shave bar on the bottom..best $7 you'll ever spend.
RP
Rachel P.
Verified Buyer
I recommend this product
Product Standouts Easy to use, Hydrating, Doesn’t clog razor
Rated 5 out of 5 stars
2 years ago
My new favorite
Got this in an attempt to make small changes to the amount of containers I was using in the shower. I don’t think I will ever go back to can shave gel. This stuff is great, I get a close shave, it smells pleasant but it’s light and not overpowering, and I’ve had no issues with my sometimes sensitive skin. Very impressed.
JB
Judy B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
AMAZING
I LOVE the solid shave butter! I not only use it for shaving, but I use it all over! It has the most soft creamy lather and leaves my skin sooo soft. And smells so good! It is my favorite Kitsch product! I love all my products, but this is my fav!
TS
Trevor S.
Verified Buyer
I recommend this product
Product Standouts Great Ingredients, Hydrating, Nourishing, Easy to use, Doesn’t clog razor
Rated 5 out of 5 stars
2 years ago
Good for men too!
This is a superb product and by far the best product I have ever used for shaving my beard and my body. The Razor just glides over my skin and leaves everywhere incredibly soft and smooth and silky with no irritation or Razor burn. I even use it for washing my hair too and it's better than any shampoo I've used before. I love it so much that I am putting in an order for more.
A
Aly
Verified Buyer
I recommend this product
Product Standouts Easy to use, Doesn’t clog razor , Nourishing
Rated 5 out of 5 stars
1 year ago
WAY better than shaving cream!
I hate shaving, but this shaving bar makes the experience so much better. I've used many shaving creams in the past, and they necer went on smooth or even, resulting in nicks and cuts. This bar has basically eliminated all shaving irritation and cuts. The bar is so much easier to use, my hands are not a mess from shaving cream. The application is much more even. It just makes the whole process easier and the results are silky smooth. Will never go back to shaving cream!
LW
Lucie W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Amazing!
Fantastic shaving experience. Which I thought I would never say as I actually hate shaving! It also takes much longer until I need to shave my legs again which is a huge plus.😊
GM
Gory M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Great for shaving
My husband has very sensitive skin. I went on a world wide adventure trying to find something that he could use. No matter what I found his skin would always get angry. I saw some of the reviews on this and thought about it for a brief second. I already love the shampoo and conditioner so why not. It has been the BEST product ever. His skin doesn't get angry. His face is sooo soft and smooth after he shaves. There is no irritation and no need for any type of soothing after care. One product and done.
JL
Jaime L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Works great
My legs are silky, the bar is easy to use and produces great lather. Love that it’s container free!
KS
Katherine S.
Verified Buyer
I recommend this product
Product Standouts Easy to use, Doesn’t clog razor , Nourishing, Hydrating, Great Ingredients
Rated 5 out of 5 stars
2 years ago
Great shave bar
I love the fact that I don’t get itchy after shaving.
My skin feels well conditioned and moisturized after using this bar.
I will definitely be buying this again!
Loading...
Loading...
Frequently Asked Questions
Non lasciarti intimidire dalla lama singola: un rasoio di sicurezza è più sicuro da usare di una tradizionale cartuccia a 3-5 lame. Tutto quello che devi fare è usarlo con un'angolazione di 30 gradi e applicare pochissima pressione. Il peso del rasoio ti permetterà di usare pochissima pressione per scorrere delicatamente sulla pelle per una rasatura più precisa di sempre, senza irritazioni.
Solo una breve curva. Tutto quello che devi fare è tenere il rasoio con un'angolazione di 30 gradi durante la rasatura. Il peso del rasoio consente di esercitare pochissima pressione mentre scorre sulla pelle, garantendo la rasatura più profonda e confortevole di sempre.
I rasoi usa e getta non sono sostenibili. Solo nel 2021, negli Stati Uniti sono stati gettati via oltre 385 milioni di rasoi con cartucce di plastica. I rasoi di sicurezza sono in metallo e utilizzano una singola lama in acciaio inossidabile per la rimozione dei peli. È sufficiente sostituire la lama, che può essere facilmente riciclata.
Per una rasatura più efficace, consigliamo di utilizzare una lama nuova ogni volta!
Sì! Tuttavia, questo prodotto può funzionare in modo diverso per persone diverse! Per evitare irritazioni, consigliamo di non utilizzare questo prodotto su pelle lesa o danneggiata!
Le nostre lame sono riciclabili al 100%. Avvolgere accuratamente e saldamente la lama usata in un foglio di carta e gettarla nel contenitore per la raccolta differenziata.
I tempi di consegna dipendono dal metodo di spedizione selezionato al momento del pagamento. La maggior parte degli ordini viene spedita in giornata! Si prega di attendere fino a 2 giorni lavorativi per l'elaborazione dell'ordine. Gli ordini vengono elaborati dal lunedì al venerdì, esclusi i giorni festivi. Una volta spedito l'ordine, verrà inviata un'e-mail di conferma con il numero di tracciamento del corriere. In caso di smarrimento del pacco, contattare l'assistenza Kitsch.
Consigliamo un abbonamento, così puoi risparmiare e ricevere i tuoi prodotti direttamente a casa con spedizione gratuita. In questo modo, non resterai mai senza!
Il prezzo di confronto rappresenta il prezzo al quale il prodotto era precedentemente offerto o il prezzo di mercato stimato per articoli comparabili venduti altrove. Poiché i prezzi possono variare frequentemente, non possiamo garantire che il prezzo di confronto rifletta il prezzo di mercato corrente in un determinato momento.
Scegliendo una selezione si ottiene un aggiornamento completo della pagina.