4 Farklı Buluşma, 4 Farklı Parfüm

Kokular, tıpkı ideal randevu kavramları gibi, kişiye özeldir. Partnerinizle buluşmanızı unutulmaz kılmaya yardımcı olacak ve koku hafızalarında güçlü bir yer edinmeye aday parfümleri, ideal randevu lokasyonları ile buluşturuyoruz. Ne de olsa kokular hafızada en uzun -ve bizce en net- kalan duyusal izlerden…
1
İlkbahar Pikniği
LOUIS VUITTON
Spell On You
Doğanın etkileyici güzelliğiyle ahenk içinde olmak, hafif hissetmenin en zarif yollarından biri. Louis Vuitton’un Spell On You isimli kokusu, bir piknik randevusunda çiçeklerle bütünleşmek için aradığınız yardımcılardan olabilir. Üst notalarında Floransa Iris’i, alt notalarında ise akasya çiçeği bulunan koku, Jane Austen romanlarına uzanan bir köprü kuruyor.
.circle {
position: relative;
width: 70px;
height: 70px;
cursor: pointer;
}
.circle svg {
fill: none;
stroke: #8a3ab9;
stroke-linecap: round;
stroke-width: 3;
stroke-dasharray: 1;
stroke-dashoffset: 0;
animation: stroke-draw 2s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;
display:block!important
}
.circle img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
@keyframes stroke-draw {
from {
stroke: #8a3ab9;
stroke-dasharray: 1;
}
to {
stroke: #cd486b;
transform: rotate(180deg);
stroke-dasharray: 8;
}
}
2
Kahve Randevusu
BURBERRY
Goddess
Yeni tanıştığınız biriyle ilk buluşmanız, kendine has bir atmosferi olan şirin bir kahve dükkanında da olabilir. Kendimizi hoşlandığımız kişiyle böyle bir buluşmada hayal ettiğimizde, aklımıza gelen konforlu notalar genellikle kakao ve vanilya oluyor. Sofistike ama çekici bulduğumuz Burberry Goddess tam da bu notalara sahip. Sonbaharda duyusal ve duygusal olarak sıcak bir hissiyat arayanlar sadece gözlerini kapatıp kahvesinden bir yudum alsın.
.circle {
position: relative;
width: 70px;
height: 70px;
cursor: pointer;
}
.circle svg {
fill: none;
stroke: #8a3ab9;
stroke-linecap: round;
stroke-width: 3;
stroke-dasharray: 1;
stroke-dashoffset: 0;
animation: stroke-draw 2s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;
display:block!important
}
.circle img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
@keyframes stroke-draw {
from {
stroke: #8a3ab9;
stroke-dasharray: 1;
}
to {
stroke: #cd486b;
transform: rotate(180deg);
stroke-dasharray: 8;
}
}
3
Akşam Yemeği
GIVENCHY
L’Interdit Rouge
Loş ışıklar, uzun sohbetler ve odaklı konuşmalar… Bizce böyle bir buluşmaya en uygun kokular, katmanlı ve yoğun notalara sahip olanlar. Givenchy L’Interdit Rouge, olfaktif piramidinde bulundurduğu sümbülteber ve paçuli gibi esanslarla gecenin romantizm seviyesini yükseltmeye yardımcı olabilir.
.circle {
position: relative;
width: 70px;
height: 70px;
cursor: pointer;
}
.circle svg {
fill: none;
stroke: #8a3ab9;
stroke-linecap: round;
stroke-width: 3;
stroke-dasharray: 1;
stroke-dashoffset: 0;
animation: stroke-draw 2s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;
display:block!important
}
.circle img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
@keyframes stroke-draw {
from {
stroke: #8a3ab9;
stroke-dasharray: 1;
}
to {
stroke: #cd486b;
transform: rotate(180deg);
stroke-dasharray: 8;
}
}
4
Konser
BYREDO
Gypsy Water
Biriyle dans etmeye başlamak, ona karşı gerçekten rahat olduğunuzun işaretlerinden biri. Randevunuz bir konserdeyse, kokunuzu dikkatle seçmek faydalı olabilir. Kapalı alanlarda boğucu hissettirmeyen ve açık havanın enerjisine kolayca uyumlanabilecek kokular bu buluşmalar için idealdir. Byredo’nun Gypsy Water’ı bergamot, limon ve paçuli gibi notalarıyla istediğiniz şarkıya eşlik etmeye hazır.
.circle {
position: relative;
width: 70px;
height: 70px;
cursor: pointer;
}
.circle svg {
fill: none;
stroke: #8a3ab9;
stroke-linecap: round;
stroke-width: 3;
stroke-dasharray: 1;
stroke-dashoffset: 0;
animation: stroke-draw 2s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;
display:block!important
}
.circle img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
@keyframes stroke-draw {
from {
stroke: #8a3ab9;
stroke-dasharray: 1;
}
to {
stroke: #cd486b;
transform: rotate(180deg);
stroke-dasharray: 8;
}
}