JULIANA магазин одягу та взуття з Туреччини
.uc-all {background: #fff; color: #000;}
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 180px;
background-color: #1a1a1a;
border-radius: 3px;
color: #fff!important;
transition: all .3s ease;
font-size: 16px;
margin-top: 10px;
}
.uc-link:hover {
transform: scale(0.9);
}
.uc-ban1-panel {
background: url(http://content.s2.prom.st/May2021/65889gl.jpg) top center;
background-size: cover;
}
.uc-ban1-panel strong {
color: #56a0d8;
font-size: 22px;
}
.uc-ban1-texts {
background-color: rgba(26, 26, 26, 0.85);
width: 330px;
padding: 20px;
text-align: center;
box-sizing: border-box;
}
.uc-ban1-header {
font-size: 32px;
line-height: 36px;
color: #56a0d8;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 24px;
color: #fff;
}
.uc-ban1-text {
line-height: 22px;
color: #fff;
}
.uc-ban1-link {
display: inline-block;
text-align: center;
text-decoration: none !important;
color: #56a0d8!important;
border: 2px solid #56a0d8!important;
padding: 8px 15px;
min-width: 180px;
font-size: 16px;
border-radius: 3px;
transition: all .3s ease;
}
.uc-ban1-link:hover {
color: #fff!important;
border: 2px solid #fff!important;
}
@media screen and (max-width: 700px) {
.uc-ban1-texts {
margin: 0 auto;
width: auto;
}
}
.ucv-b1-panel {
border-bottom: 1px solid #ddd;
padding: 20px;
text-align: center;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 1%;
text-decoration: none;
}
.ucv-b1-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
border: 1px solid #ebebeb;
}
.ucv-b1-img-holder img {
display: block;
height: auto !important;
}
.ucv-b1-img-holder:hover .ucv-b1-hint {
top: 0;
}
.ucv-b1-hint {
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: rgba(26, 26, 26, 0.85);
text-align: left;
color: #fff;
line-height: 18px;
transition: all 0.6s ease 0s;
overflow: hidden;
}
.ucv-b1-hint-body {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
padding: 15px;
box-sizing: border-box;
}
.ucv-b1-name {
color: #125285;
font-size: 18px;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #1a1a1a;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
@media screen and (max-width: 1170px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 1025px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
}
@media screen and (max-width: 800px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: auto;
}
}
.uc-clear {clear:both; height:0px;}
:root { --infograph-color4: #1a1a1a; --infograph-color3: #1a1a1a; --infograph-color2: #1a1a1a; --infograph-color1: #1a1a1a; }
.uc-four-panel {
padding: 20px;
border-bottom: 1px solid #ddd;
}
.uc-four-panel h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 46%;
box-sizing: border-box;
padding: 0px;
/*border-radius: 20px;*/
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
margin: 2%;
transition: all .4s ease;
overflow: hidden;
}
.uc-four-item:hover {
background: #545454;
color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.uc-four-item strong {
font-size: 18px;
color: #56a0d8;
line-height: 26px;
transition: all .6s ease;
}
.uc-four-item:hover strong {
color: #56a0d8;
}
.uc-four-item:hover .uc-move {
animation: 1s ease 0s normal none 1 running bounceInRight;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(300px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
text-align: center;
position: relative;
padding: 35px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
/*background: #f2f6f9;*/
/*border-radius: 20px;*/
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
/* border-radius: 20px;*/
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
/* border-radius: 20px;*/
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
/*border-radius: 20px;*/
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
/* border-radius: 20px;*/
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color3);
/*border-radius: 20px;*/
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color3);
/* border-radius: 20px;*/
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color4);
/* border-radius: 20px;*/
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color4);
/* border-radius: 20px;*/
}
@media screen and (max-width: 1000px) {
.uc-four-item {
width: 100%;
margin: 10px auto;
}
.uc-four-content-1:after,
.uc-four-content-1:before,
.uc-four-content-2:after,
.uc-four-content-2:before,
.uc-four-content-3:after,
.uc-four-content-3:before,
.uc-four-content-4:after,
.uc-four-content-4:before {
display: none;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
padding: 20px;
}
.uc-four-content-1
{
border: 10px solid var(--infograph-color1);
/* border-radius: 20px;*/
}
.uc-four-content-2
{
border: 10px solid var(--infograph-color2);
/*border-radius: 20px; */
}
.uc-four-content-3 {
border: 10px solid var(--infograph-color3);
/*border-radius: 20px;*/
}
.uc-four-content-4 {
border: 10px solid var(--infograph-color4);
/* border-radius: 20px;*/
}
}
.uc-order {
padding: 20px 0px 40px;
text-align: center;
border-bottom: 1px solid #ddd;
}
.uc-order_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-order h2 {
margin-bottom: 20px;
}
.uc-order strong{
color: #bd3d9a;
font-size: 20px;
}
.uc-order-scheme {
position: relative;
overflow: hidden;
width: 50%;
margin: 15px 0px;
padding: 20px;
box-sizing: border-box;
vertical-align: top;
box-shadow: 0 400px 5px #545454 inset;
outline: 1px solid #ebebeb;
outline-offset: -10px;
transition: all .6s ease;
color: #fff;
}
.uc-order-scheme:hover {
box-shadow: 0 0 5px #545454 inset, 0 -400px 5px #1a1a1a inset;
transition: all .6s ease;
}
.uc-order-scheme:hover img {
animation: 1500ms ease 0s normal none 1 running rubberBand;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
.uc-order-scheme:hover .uc-ruve {
animation: 1000ms ease 0s normal none 1 running zoomInDown;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@media screen and (max-width: 1000px) {
.uc-order-scheme {
width: 100%;
margin: 10px auto;
}
}
.uc-numbers {
padding: 20px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-numbers-scheme {
background: #f7f7f7;
display: inline-block;
width: 31%;
margin: 1%;
padding: 40px 20px 10px 20px;
box-sizing: border-box;
transition: all .3s ease;
}
.uc-numbers-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 70px;
color: #56a0d8;
text-shadow: 3px 4px 2px #545454;
}
.uc-numbers-scheme:hover strong {
color: #545454;
text-shadow: none;
transform: translateY(-10px);
}
.uc-numbers-scheme em {
font-size: 16px;
color: #df243d;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-numbers-scheme:hover em {
color: #152837;
}
@media screen and (max-width: 1025px) {
.uc-numbers-scheme {
width: 48%;
}
}
@media screen and (max-width: 700px) {
.uc-numbers-scheme {
width: 100%;
margin: 10px 0;
}
}
.uc-b5-panel {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #ddd;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
margin-bottom: 30px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 21%;
margin: 25px 0.5%;
}
.uc-b5-arr {
width: 10px;
font-size: 30px;
color: #333;
vertical-align: middle;
padding-top: 15px;
}
.uc-b5-arr2 {}
.uc-b5-arr3 {
}
.uc-b5-text {
margin: 10px 0 0;
}
.uc-b5-wrapper img { transition: all 0.5s ease; }
.uc-b5-wrapper:hover img { transform: scale(1.5); }
@media screen and (max-width: 1025px) {
.uc-b5-wrapper {
width: 40%;
}
.uc-b5-arr {
width: 30px;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 600px) {
.uc-b5-wrapper {
width: 90%;
}
.uc-b5-arr {
display: none;
}
}
.uc-e1-panel {
padding: 20px 30px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
}
Модний одяг та взуття з Туреччини
У колекції магазину одяг, взуття та аксесуари на всі сезони і на будь-який смак.
У нас є все для створення стильних і неповторних образів. Допоможемо підібрати найбільш вдалі луки і правильні розміри. Доставимо в будь-який куточок України протягом 1-3 днів. Порадуємо частими оновленнями колекцій і комфортними умовами покупки.
Наша вітрина
Найпопулярніше в нашому інтернет-магазині
Купуйте стильні і красиві сукні на кожен день і для особливих випадків за приємними цінами. У нас представлений великий вибір моделей, фасонів, розмірів і кольорів. Плаття Купуйте стильні і красиві сукні на кожен день і для особливих випадків за приємними цінами. У нас представлений великий вибір моделей, фасонів, розмірів і кольорів. У нас є взуття на всі сезони: кросівки і кеди, босоніжки, шльопанці, туфлі, балетки, мокасини, черевики та чоботи. Тільки трендові моделі з відмінною якістю. Жіноче взуття У нас є взуття на всі сезони: кросівки і кеди, босоніжки, шльопанці, туфлі, балетки, мокасини, черевики та чоботи. Тільки трендові моделі з відмінною якістю. Костюми, за допомогою яких ви зможете створити карколомний образ. Є брючні моделі і спідничні комплекти в оригінальних дизайнах і широкій розмірній сітці. Костюми жіночі Костюми, за допомогою яких ви зможете створити карколомний образ. Є брючні моделі і спідничні комплекти в оригінальних дизайнах і широкій розмірній сітці. В каталозі є як базові однотонні сорочки для ділового дрес-коду, так і оригінальні речі з принтами, вишивкою і незвичайними забарвленнями. Є варіанти на літо і прохолодну погоду. Штани, туніки, сорочки В каталозі є як базові однотонні сорочки для ділового дрес-коду, так і оригінальні речі з принтами, вишивкою і незвичайними забарвленнями. Є варіанти на літо і прохолодну погоду.
JULIANA пропонує краще для ваших стильних образів
Відмінна якість
Кожен наряд з колекції відрізняється винятковою якістю — дорогі тканини, надійна і красива фурнітура, ідеально рівні шви. Те, що потрібно, щоб виглядати на всі 100%!
Виправдані ціни
Ціни в нашому магазині не найнижчі, але при настільки високій якості запропонованих речей вони максимально вигідні. Всі товари поставляємо від турецьких виробників безпосередньо.
Вибір для кожного
Наша колекція взуття та одягу порадує кожну модницю — багате розмаїття моделей на будь-який смак і багато варіантів розмірів для власниць будь-якої фігури.
На піку модних трендів
Всі речі відповідають трендам, оскільки ми завжди тримаємо руку на пульсі модних тенденцій і відбираємо в свою колекцію найкраще, щоб ви виглядали стильно і модно.
За обновками
Чому саме інтернет-магазин JULIANA
Наш магазин пропонує величезний асортимент одягу від провідних турецьких виробників: сукні, костюми, брюки, светри, кардигани, куртки, дублянки. Також в асортименті представлений великий вибір взуття для жінок.
Наш магазин є прямим постачальником, тому наші ціни вас порадують. Ми робимо максимум, щоб наші покупці залишалися задоволеними: швидко відправляємо, пропонуємо різні варіанти оплати, в т.ч. при отриманні.
Гарантуємо вдалий шопінг
1
Пропонуємо стильні, трендові речі за відмінними цінами.
2
Тішимо розкішним асортиментом, який сподобається кожному.
3
Приймаємо замовлення на сайті в будь-який час дня і ночі.
4
Часто проводимо вигідні акції і влаштовуємо розпродажі.
5
Відправляємо посилки відразу ж після надходження оплати.
6
Виконуємо обмін і приймаємо повернення відповідно до законодавства.
Вибирати одяг
Купуйте просто
Виберіть, що вам подобається, і залишайте заявку на сайті.
→
Підтвердьте покупку менеджеру і узгодьте з ним нюанси.
→
Сплачуйте так, як зручно: на карту, накладеним платежем.
→
Отримуйте замовлення у відділенні «Нової Пошти», Justin, «Укрпошти».
Час приємного шопінгу в інтернет-магазині JULIANA
У своєму інтернет-магазині ми об'єднали бездоганну якість, помірні ціни та гідний рівень сервісу, щоб ви були задоволені своєю покупкою у нас і поверталися до нас знову і знову!
Запрошуємо за покупками!
На шопінг
Статті
- Історія сукніСукня – це давній символ жіночності, улюблений наряд кожної жінки, яка прагне підкреслити свою ніжність та красу.Історія сукні
- Плаття: історія та еволюція поняттяУ нашому невеликому екскурсі — історія сукні як слова і поняття + картинки, що ілюструють етапи еволюції сукні.Плаття: історія та еволюція поняття