Найкращий одяг для немовлят
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 180px;
color: #fff!important;
background-color: #f24a41;
border-bottom: 4px solid #e0443c;
border-radius: 25px;
font-size: 16px;
transition: all .3s;
margin-top: 15px;
}
.uc-link:hover {
background: #e0443c;
transform: translateY(5px);
}
.uc-banner {
display: flex;
align-items: center;
justify-content: center;
margin: 20px 0;
}
.uc-banner__content {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: 70%;
padding: 20px;
box-sizing: border-box;
}
.uc-banner__content:before {
content: '';
position: absolute;
top: 0;
left: 0;
border-top: 7px solid #76e8a9;
border-left: 7px solid #76e8a9;
width: 100px;
height: 100px;
transition: all 800ms ease-in-out;
box-sizing: border-box;
border-radius: 7px;
}
.uc-banner__content:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
border-bottom: 7px solid #76e8a9;
border-right: 7px solid #76e8a9;
width: 100px;
height: 100px;
transition: all 800ms ease-in-out;
box-sizing: border-box;
border-radius: 7px;
}
.uc-banner:hover .uc-banner__content:before,
.uc-banner:hover .uc-banner__content:after{
width: 100%;
height: 100%;
transition: all 800ms ease-in-out;
}
.uc-banner__header {
font-size: 28px!important;
line-height: 32px!important;
}
.uc-banner__subheader {
font-size: 18px!important;
line-height: 26px!important;
}
.uc-banner strong {
font-size: 20px;
color: #76e8a9;
}
.uc-banner__background-area {
overflow: hidden;
position: relative;
margin-left: 40px;
}
@media screen and (max-width: 1025px) {
.uc-banner__content {
padding: 20px;
}
}
@media screen and (max-width: 800px) {
.uc-banner__content {
width: 100%;
}
.uc-banner__background-area {
display: none;
}
}
.uc-ico-panel {
padding: 40px 20px;
border-bottom: 4px solid #f4f4f4;
}
.uc-ico-panel h2 {
text-align: center;
margin-bottom: 30px!important;
}
.uc-ico-wrapper {
display: flex;
align-items: center;
}
.uc-ico-wrapper-text {
width: auto;
}
.uc-ico-wrapper-text strong {
color: #76e8a9;
font-size: 18px;
transition: all 0.3s;
}
.uc-ico-wrapper:hover strong {
color: #323232;
}
.uc-ico-conteiner-img {
margin: 20px;
display: flex;
align-items: center;
justify-content: center;
z-index: 0;
}
.uc-ico-img {
height: 100px;
width: 100px;
background: #76e8a9;
border-radius: 100%;
text-align: center;
position: relative;
transition: all 0.5s;
}
.uc-ico-img img{
transition: all 0.5s;
}
.uc-ico-wrapper:hover img {
transform: scale(1.3);
}
.uc-ico-img:before {
content: '';
position: absolute;
top: 50px;
bottom: -100px;
left: 50px;
border-left: 2px dotted #000000;
box-sizing: border-box;
z-index: -1;
}
.uc-ico-img5:before {
content: none;
}
.uc-ico-img img {
margin-top: 25px;
}
.uc-ico-img2,
.uc-ico-img4 {
background: #323232;
}
@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 40px;
border-bottom: 4px solid #f4f4f4;
}
.uc-push-panel h2 {
text-align: center;
margin-bottom: 40px!important;
}
.uc-push {
display: flex;
flex-wrap: wrap;
}
.uc-push strong {
font-size: 20px;
color: #87bde9;
}
.uc-push-text {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 10px 25px 20px 30px;
width: 50%;
margin: 0px;
transition: all .4s ease;
}
.uc-push-text:before {
position: absolute;
width: 7px;
height: 7px;
/*border-radius: 100%;*/
background: #76e8a9;
border-radius: 10px;
content: "";
left: 6px;
transition: .3s ease-in-out;
top: 10px;
}
.uc-push-text:after {
content: "";
position: absolute;
border-left: 1px dotted #000000;
bottom: 5px;
left: 9px;
top: 25px;
}
.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%;
}
}
.uc-blockquote-panel {
text-align: center;
padding: 20px 10px 40px;
border-bottom: 4px solid #f4f4f4;
}
.uc-blockquote-panel h2 {
margin-bottom: 30px;
}
.uc-blockquote-wrap {
display: flex;
flex-wrap: wrap;
}
.uc-blockquote {
position: relative;
box-sizing: border-box;
padding: 10px 0px 0px 40px;
margin: 10px 0.5%;
text-align: left;
width: 49%;
}
.uc-blockquote-round1 {
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
background: rgba(118, 232, 169, .6);
animation: slide-2 4s infinite linear;
}
.uc-blockquote-round1:before {
content: "“";
line-height: 60px;
color: #fff;
font-size: 50px;
font-family: none;
}
.uc-blockquote-round2 {
position: absolute;
top: 5px;
left: 5px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #62c18b;
animation: slide-2 3s infinite linear;
}
.uc-blockquote-text {
position: relative;
padding: 0 20px 0 20px;
}
.uc-blockquote-text strong {
color: #76e8a9;
font-size: 18px;
}
@media screen and (max-width: 800px) {
.uc-blockquote {
width: 100%;
}
}
@keyframes slide-2 {
from {
transform: rotate(0deg) translate(-3px) rotate(0deg);
-webkit-transform: rotate(0deg) translate(-3px) rotate(0deg);
}
to {
transform: rotate(360deg) translate(-3px) rotate(-360deg);
-webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg);
}
}
@-webkit-keyframes slide-2 {
from {
transform: rotate(0deg) translate(-3px) rotate(0deg);
-webkit-transform: rotate(0deg) translate(-3px) rotate(0deg);
}
to {
transform: rotate(360deg) translate(-3px) rotate(-360deg);
-webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg);
}
}
.uc-row-panel {
padding: 20px;
text-align: center;
}
.uc-row-panel h2 {
margin-bottom: 40px;
}
.uc-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-asset-item {
width: 23%;
margin: 15px 1%;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.uc-asset-item strong {
color: #76e8a9;
font-size: 22px;
}
.uc-asset-item__img {
height: 100px;
width: 100px;
position: relative;
background: #fff;
box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
border-radius: 100%;
}
.uc-asset-item__img img {
margin-top: 25px;
}
.uc-asset-item__text {
margin-top: 40px;
}
.uc-circles {
border-radius: 100%;
width: 110px;
height: 110px;
margin-top: -5px;
position: absolute;
animation: Orbita 10s linear infinite;
z-index: 0;
}
.uc-circles2 {
animation: Orbita 11s linear infinite;
}
.uc-circles3 {
animation: Orbita 9s linear infinite;
}
.uc-circles4 {
animation: Orbita 13s linear infinite;
}
.uc-circle1 {
border-radius: 100%;
background: #0163ff;
width: 15px;
height: 15px;
top: 30px;
left: -42px;
position: relative;
display: inline-block;
}
.uc-circle2 {
border-radius: 100%;
background: #f90f18;
width: 10px;
height: 10px;
top: 15px;
right: -40px;
position: relative;
display: inline-block;
}
.uc-circle3 {
border-radius: 100%;
background: #b21b82;
width: 10px;
height: 10px;
top: 103px;
position: relative;
display: inline-block;
}
@keyframes Orbita {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
@media screen and (max-width: 1025px) {
.uc-asset-item {
width: 46%;
}
}
@media screen and (max-width: 600px) {
.uc-asset-item {
width: 90%;
}
}
.uc-footer-wrap {
position: relative;
padding: 40px;
background: #76e8a9;
box-sizing: border-box;
overflow: hidden;
}
.uc-footer-wrap:before {
content: "";
position: absolute;
left: -400px;
top: 0px;
width: 800px;
height: 800px;
background: #68cc93;
border-radius: 50%;
}
.uc-footer-inner {
position: relative;
height: 100%;
background: #d5f2e1;
box-sizing: border-box;
padding-bottom: 30px;
}
.uc-footer-inner:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #fff;
border-bottom-right-radius: 150px;
box-shadow: 3px 3px 20px rgba(0,0,0,.06);
}
.uc-footer-header {
position: relative;
text-align: center;
padding: 20px 20px 10px;
}
.uc-footer-sub-header {
position: relative;
text-align: center;
padding: 0px 40px;
}
.uc-footer-text {
position: relative;
text-align: center;
padding: 0px 50px;
}
@media screen and (max-width: 800px) {
.uc-footer-wrap {
padding: 20px;
}
.uc-footer-sub-header {
padding: 0px 20px;
}
.uc-footer-text {
padding: 0px 30px;
}
}
Kids.te.ua — магазин стильной и качественной одежды для малышей
Только ведущие мировые бренды США и Великобритании. Отправка в день оформления заказа!
Около 400 позиций в каталоге, оптимально низкие цены. Качественный сервис, индивидуальное обслуживание. Товар доставляется по всей Украине, при заказе от 1 000 грн — бесплатно!
5 веских причин стать нашим клиентом
Богатый ассортимент
В нашем каталоге вы найдете как одежду для новорожденных и малышей, так и широкий выбор моделей для старших деток от 2 лет — от белья до штанов и свитшотов.
Честные цены
Прямое сотрудничество с проверенными производителями и отсутствие посреднических структур позволяют нам поддерживать доступные цены, без скрытых комиссий и торговых накруток.
Качество на все 100%
Предлагаемые изделия выполнены из исключительно натуральных материалов с мягкими внутренними швами, отличаются невероятным комфортом и долговечностью, не теряют вида и не линяют после стирок, практичные в носке и безопасные для здоровья малышей.
Прозрачные условия
Мы внимательно отслеживаем качество товара, следим за актуальностью цен и актуальным наличием. Предоставляем возможность обмена и возврата изделий в течение 14 дней в соответствии с законодательством.
Сервис на высшем уровне
Находим индивидуальный подход с каждым клиентом, наши менеджеры с удовольствием ответят на любые ваши вопросы по детским товарам и помогут подобрать наиболее подходящую продукцию, учитывая все особенности запроса.
Увидеть модели ближе
Kids.te.ua — делать покупки у нас выгодно на все 100%
Мы всегда стараемся поддерживать самую актуальную информацию о товарах.
Наш сайт создан специально удобным и легким в использовании, чтобы можно было делать покупки в любое время суток.
Удобная корзина и оформление заказа, товары практично классифицированы в имеющихся категориях.
Обеспечиваем качественные описания и изображения товаров на сайте интернет-магазина.
Учитывая пожелания современных родителей и актуальные тенденции рынка, мы постоянно расширяем наш ассортимент.
Мы отправим вашу покупку в день оформления заказа и доставим по указанному адресу от 1 до 2 рабочих дней.
Оставить заявку
Узнайте мнения наших клиентов
Очень качественные регланы George, внимательный продавец. Быстрая доставка. Рекомендую
— Оценка «Отлично»
Приємна продавець, дуже швидко відповіла і заміри зробила за кілька хвилин, все супер, плюс один постійний покупець
— Оценка «Отлично»
Все отзывы
Как мы работаем?
Шаг 1
Оформление заказа на сайте через корзину
Шаг 2
Детальная консультация менеджера по телефону
Шаг 3
Согласование способов оплаты и доставки заказа
Шаг 4
Отправка в течение суток, доставка в отделение ТК
Брендовая детская одежда для модных малышей — в Kids.te.ua!
Мы готовы предложить лучшие условия для каждого покупателя.
Предоставим высокий сервис и доступную стоимость. Покупайте с выгодой!