IZY-SHOP
/*.uc-all {background: #fff; color: #000;}*/
.uc-link {
display: inline-block;
padding: 10px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff!important;
background: #87bde9;
-webkit-box-shadow: 0 8px 18px 0 rgba(168,172,185,0.62);
box-shadow: 0 8px 18px 0 rgba(168,172,185,0.62);
border-radius: 20px;
transition: all .3s;
font-size: 16px;
margin-top: 10px;
}
.uc-link:hover {
background: #5e636f;
transform: translateY(4px);
}
.uc-ban1-panel {
display: flex;
}
.uc-ban1-texts {
background-color: #5e636f;
width: 55%;
padding: 20px 10px 20px 20px;
text-align: left;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 0;
}
.uc-ban1-texts:after {
content: '';
position: absolute;
left: 99%;
height: 100%;
width: 170px;
background: linear-gradient(73deg, #5e636f 50%, transparent 51%);
}
.uc-ban1-header {
font-size: 26px;
line-height: 30px;
padding-bottom: 15px;
color: #fff;
border-bottom: 2px solid #fff;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 24px;
color: #fff;
}
.uc-ban1-text {
line-height: 24px;
color: #fff;
}
.uc-ban1-panel strong {
color: #87bde9;
font-size: 20px;
}
.uc-ban1-link {
text-align: center;
text-decoration: none !important;
color: #fff!important;
background: #87bde9;
-webkit-box-shadow: 0 2px 10px 0 rgba(245, 246, 247, 0.62);
box-shadow: 0 2px 10px 0 rgba(245, 246, 247, 0.62);
border-radius: 20px;
padding: 10px 15px;
margin-top: 10px;
min-width: 150px;
font-size: 16px;
transition: all .3s;
align-self: self-start;
}
.uc-ban1-link:hover {
background: #ffffff;
color: #5e636f!important;
transform: translateY(4px);
}
.uc-ban1-image {
background: url(http://content.s2.prom.st/February2021/62960_gl.jpeg) center/cover;
width: 55%;
}
@media screen and (max-width: 800px) {
.uc-ban1-panel {
background: none;
height: 100%
}
.uc-ban1-link {
align-self: center;
}
.uc-ban1-texts {
width: auto;
text-align: center;
padding: 20px;
}
.uc-ban1-texts::after {
content: none;
}
.uc-ban1-image {
display: none;
}
}
@media screen and (max-width: 600px) {
.uc-ban1-panel {
min-height: auto;
}
}
.ucv-b1-panel {
padding: 20px 20px 40px;
text-align: center;
background: #f7f7f7;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-panel h2 {
margin-bottom: 30px;
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: 2px solid #ccd1d9;*/
}
.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(94, 99, 111, 0.9);
text-align: left;
color: #fff;
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 {
font-size: 20px;
color: #f38f6b;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #5e636f;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 22%;
}
@media screen and (max-width: 1025px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 800px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: auto;
}
}
.uc-clear {clear:both; height:0px;}
.uc-ico-panel {
padding: 40px 20px;
}
.uc-ico-panel h2 {
text-align: center;
margin-bottom: 25px!important;
}
.uc-ico-wrapper {
display: flex;
align-items: center;
margin: 20px 0px;
}
.uc-ico-wrapper-text {
width: auto;
}
.uc-ico-wrapper-text strong {
color: #f38f6b;
font-size: 18px;
transition: all 0.3s;
}
.uc-ico-wrapper:hover strong {
color: #5e636f;
}
.uc-ico-conteiner-img {
margin: 10px 20px;
display: flex;
align-items: center;
justify-content: center;
z-index: 0;
}
.uc-ico-img {
height: 100px;
width: 100px;
background: #87bde9;
border-radius: 100%;
text-align: center;
position: relative;
transition: all 0.5s;
}
.uc-ico-wrapper:hover .uc-ico-img {
box-shadow: 0 0 0 10px rgba(0,0,0,.2);
}
.uc-ico-img:before {
content: '';
position: absolute;
top: 50px;
bottom: -70px;
left: 50px;
border-left: 2px dotted #000000;
box-sizing: border-box;
z-index: -1;
}
.uc-ico-img4:before {
content: none;
}
.uc-ico-img img {
margin-top: 25px;
}
.uc-ico-img2 {
background: #5e636f;
}
.uc-ico-img4 {
background: #312c32;
}
@media screen and (max-width: 800px) {
.uc-ico-wrapper {
flex-direction: column;
text-align: center;
}
.uc-ico-img:before {
content: none;
}
.uc-ico-wrapper-text {
width: 100%;
}
.uc-ico-conteiner-img {
width: 100%;
}
}
.uc-push-panel {
padding: 40px 20px;
background: #f7f7f7;
}
.uc-push-panel h2 {
text-align: center;
margin-bottom: 30px!important;
}
.uc-push {
display: flex;
flex-wrap: wrap;
}
.uc-push strong {
font-size: 20px;
color: #878ce9;
}
.uc-push-text {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 10px 5px 20px 30px;
width: 50%;
margin: 0px;
transition: all .4s ease;
}
.uc-push-text:before {
position: absolute;
width: 7px;
height: 7px;
border-radius: 100%;
background: #87bde9;
content: "";
left: 6px;
transition: .3s ease-in-out;
top: 10px;
}
.uc-push-text:after {
content: "";
position: absolute;
border-left: 1px dotted #5e636f;
bottom: 5px;
left: 9px;
top: 20px;
}
.uc-push-text:hover:before {
box-shadow: 0 0 0 10px rgba(0,0,0,.2);
}
@media screen and (max-width: 800px) {
.uc-push-text {
width: 100%;
}
}
:root { --infograph-color4: #87bde9; --infograph-color3: #5e636f; --infograph-color2: #5e636f; --infograph-color1: #87bde9; }
.uc-four-panel {
padding: 20px;
}
.uc-four-panel h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 46%;
padding: 0px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
margin: 2%;
transition: all .4s ease;
box-sizing: border-box;
overflow: hidden;
}
.uc-four-item:hover {
background: #f5f6f7;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.uc-four-item strong {
font-size: 18px;
color: #878ce9;
line-height: 26px;
transition: all .6s ease;
}
.uc-four-item:hover strong {
color: #878ce9;
}
.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(150px, 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: 40px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
/*background: #f2f6f9;*/
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color3);
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color3);
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color4);
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color4);
}
@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);
}
.uc-four-content-2
{
border: 10px solid var(--infograph-color2);
}
.uc-four-content-3 {
border: 10px solid var(--infograph-color3);
}
.uc-four-content-4 {
border: 10px solid var(--infograph-color4);
}
}
.uc-bumbers {
padding: 20px 20px 40px;
}
.uc-bumbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-bumbers_wrap {
display: flex;
flex-wrap: wrap;
filter: drop-shadow(-5px 5px 0px #5e636f);
}
.uc-bumbers-scheme {
-webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
text-align: center;
background: #f7f7f7;
display: inline-block;
box-sizing: border-box;
width: 25%;
margin: 15px auto;
padding: 20px 50px 10px 50px;
transition: all .4s ease;
}
.uc-bumbers-scheme:hover {
transform: translateX(25px);
}
.uc-bumbers-scheme img {
transition: all .4s ease;
}
.uc-bumbers-scheme:hover img {
transform: scale(1.5);
}
@media screen and (max-width: 1000px) {
.uc-bumbers-scheme {
width: 50%;
padding: 35px 50px 10px;
}
}
@media screen and (max-width: 800px) {
.uc-bumbers-scheme {
width: 100%;
margin: 10px auto;
}
}
@media screen and (max-width: 500px) {
.uc-bumbers-scheme {
padding: 35px 25px 10px;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
background: #f7f7f7;
}
Нижня білизна для всіх
В наявності жіночі, чоловічі і дитячі колекції.
Якість — відмінна, ціни — скромні! Пропонуємо широкий спектр моделей і фасонів, можливість індивідуального замовлення, швидка доставка — все, щоб ви могли залишатися неповторними в будь-який час! Для оптовиків діють вигідні знижки.
Подивитися асортимент
Оцініть вибір нижньої білизни в IZY-SHOP
У нашому магазині ви зможете підібрати для себе зручну модель трусиків, яку звикли носити. У нас є класика, сліпи середньої посадки, сліпи високої посадки, стрінги, американки та ін. Для неї В нашому магазині ви зможете підібрати для себе зручну модель трусиків, яку звикли носити. У нас є класика, сліпи середньої посадки, сліпи високої посадки, стрінги, американки та ін. У нашому каталозі представлені різні моделі трусів для чоловіків. Серед різноманіття забарвлень, фасонів і матеріалів легко знайти модель, яка підійде ідеально. Для нього У нашому каталозі представлені різні моделі трусів для чоловіків. Серед різноманіття забарвлень, фасонів і матеріалів легко знайти модель, яка підійде ідеально. В цьому розділі нашого магазину ви зможете придбати бавовняні трусики і топіки для дівчаток. В наявності є моделі в різних розмірах, із різними дизайнами і забарвленнями, в наборах і поштучно. Для дівчаток В цьому розділі нашого магазину ви зможете придбати бавовняні трусики і топіки для дівчаток. В наявності є моделі в різних розмірах, із різними дизайнами і забарвленнями, в наборах і поштучно. У нашому асортименті представлений також вибір трусів і майок для хлопчиків різного віку. Є трусики-плавки і трусики-шорти в різних дизайнах, в наборах і поштучно. Для хлопчиків У нашому асортименті представлений також вибір трусів і майок для хлопчиків різного віку. Є трусики-плавки і трусики-шорти в різних дизайнах, в наборах і поштучно.
Основні переваги нашої колекції нижньої білизни
Якість, яка підкуповує Всі пропоновані нами білизна створено відповідно до сучасних стандартів якості, виконано з натуральних, приємних на дотик тканин, що гарантує його комфортність при носінні.
Вибір, перед яким не встояти Вибір обов'язково справить на вас враження. У нас є практична і комфортна база на кожен день, спокусливі мереживні комплекти для особливих випадків, чоловічі і дитячі колекції.
Часті новинки Багатий асортимент дозволяють нашим покупцям вибрати оптимальні варіанти на свій смак та бюджет. Також каталог регулярно поповнюється новими моделями, які відповідають модним запитам і трендам.
Спокусливі ціни найважливішим достоїнством нашої колекції нижньої білизни є скромні цінники при бездоганній якості. Це стало можливим завдяки прямій співпраці з провідним турецькими виробниками.
Вибирати нижню білизну
Чим гарний інтернет-магазин нижньої білизни IZY-SHOP
Величезний досвід — ми успішно працюємо з 1996 року.
Прямые поставки товара от лучших производителей Турции.
Исключительно высокое качество по приемлемым ценам.
Максимально комфортные и выгодные условия для покупок.
Возможность оформить как оптовый, так и розничный заказ.
Индивидуальная работа с каждым покупателем магазина.
Предлагаем отличные условия для ваших удачных покупок
Вы не переплатите и получите действительно высококачественный товар — мы работаем без посредников и все проверяем.
Вы никогда не ошибетесь в выборе — мы всегда поможем определиться с моделью и правильно подберем для вас размер.
Вы получите свою покупку в течение 1-3 дней — мы отправляем посылки в день поступления заявки или на следующий.
Вы можете заказать нижнее белье с доставкой и оплатой любым удобным способом. Заказы от 600 грн доставим бесплатно.
За покупками
4 простых шага к покупке
Выберите понравившиеся модели по нашему онлайн-каталогу.
Оставьте заявку, позвонив нам или заполнив форму на сайте.
Внесите предоплату после согласования деталей с менеджером.
Получите посылку в указанном вами отделении «Новой Почты».
Ищете качественное и красивое нижнее белье по невысоким ценам?
Покупайте в нашем интернет-магазине
Широкий асортимент на будь-який смак, високу якість, максимально доступні ціни, приємний сервіс та швидка доставка — це наші стандарти роботи. Запрошуємо на вдалий шопінг прямо зараз!
До каталогу