-
TOUS NOS BIJOUX SONT ÉTANCHES
-
LIVRAISON GRATUITE DANS LE MONDE ENTIER
-
ACHETEZ 2 ARTICLES, OBTENEZ UN COLLIER TRÈFLE GRATUIT
Kyroxs™ Men's Waterproof Running Sneakers – Anti-Slip Casual Sports Shoes
Kyroxs™ Men's Waterproof Running Sneakers – Anti-Slip Casual Sports Shoes
Kyroxs™ Men's Waterproof Running Sneakers – Anti-Slip Casual Sports Shoes
-
Buy 2, Get 2 FREE with code EFFESUMMER -
Lifetime Color Guarantee
Our jewelry won’t fade or tarnish, ever. -
Eco-friendly & Ready-to-Gift Packaging
Plus a free sticker pack with every order. -
100% Waterproof & Sweatproof
Active-friendly and made for everyday wear (even in the ocean, pool, gym, and spa).
Impossible de charger la disponibilité du service de retrait
SPECIFICATIONS
Brand Name: LETCOMFIT
Choice: yes
Closure Type: Lace-Up
Department Name: Adult
Feature: Breathable,light,Hard-Wearing
Fit: True to Size
Gender: Men
High-concerned chemical: None
Insole Material: PU
Item Type: Casual Shoes
Lining Material: CANVAS
Origin: Mainland China
Outsole Material: Rubber
Pattern Type: Striped
Season: Spring/Autumn
Shoes Type: Basic
Upper Material: Synthetic
Upper coverage: Not above ankle
Upper fixing method: sticking
Whether waterproof: No
Whether with metal toe cap: No
With or install Professional accessories : None
Kyroxs™ Men's Lightweight Casual Sneakers
Upgrade your everyday footwear with the Kyroxs™ Men's Lightweight Casual Sneakers. Designed for comfort, durability, and modern style, these versatile shoes feature a breathable synthetic upper, cushioned PU insole, and durable rubber outsole for reliable support throughout the day.
Perfect for work, walking, travel, or casual outings, these sneakers deliver all-day comfort without compromising on style.
Key Features
-
👟 Lightweight Comfort – Engineered to reduce foot fatigue for all-day wear.
-
🌬️ Breathable Design – Keeps your feet cool and comfortable during daily activities.
-
💪 Durable Construction – Hard-wearing materials built for long-lasting performance.
-
☁️ Soft PU Insole – Cushioned support for enhanced walking comfort.
-
🦶 Non-Slip Rubber Outsole – Provides excellent grip, flexibility, and stability on various surfaces.
-
🔒 Classic Lace-Up Closure – Ensures a secure and adjustable fit.
-
✨ Modern Striped Style – A sleek design that pairs easily with jeans, joggers, shorts, or casual outfits.
-
🎯 Versatile Everyday Shoes – Ideal for walking, commuting, work, travel, shopping, and everyday casual wear.
Specifications
-
Brand: Kyroxs™
-
Shoe Type: Casual Sneakers
-
Gender: Men
-
Closure Type: Lace-Up
-
Upper Material: Synthetic
-
Lining Material: Canvas
-
Insole Material: PU
-
Outsole Material: Rubber
-
Pattern: Striped
-
Fit: True to Size
-
Breathable: Yes
-
Lightweight: Yes
-
Hard-Wearing: Yes
-
Waterproof: No
-
Metal Toe Cap: No
-
Season: Spring & Autumn
-
Upper Coverage: Below Ankle
Available Sizes
EU 39–48
Fit Recommendation: Choose your regular shoe size for the best fit.
Enjoy everyday comfort and effortless style with Kyroxs™ Men's Lightweight Casual Sneakers—designed for durability, flexibility, and confidence wherever you go.















position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2147483649 !important;
}
.el-image-viewer__btn {
position: absolute;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
opacity: .8;
cursor: pointer;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.el-image-viewer__btn .el-icon {
font-size: inherit;
cursor: pointer
}
.el-image-viewer__close {
top: 60px;
right: 40px;
width: 40px;
height: 40px;
font-size: 40px
}
.el-image-viewer__canvas {
position: static;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.el-image-viewer__actions {
left: 50%;
bottom: 30px;
transform: translateX(-50%);
width: 282px;
height: 44px;
padding: 0 23px;
background-color: #333333;
border-color: #fff;
border-radius: 22px
}
.el-image-viewer__actions__inner {
width: 100%;
height: 100%;
text-align: justify;
cursor: default;
font-size: 23px;
color: #fff;
display: flex;
align-items: center;
justify-content: space-around
}
.el-image-viewer__actions__inner i:nth-child(3),
.el-image-viewer__actions__inner i:nth-child(4),
.el-image-viewer__actions__inner i:nth-child(5) {
display: none;
}
.el-image-viewer__prev {
top: 50%;
transform: translateY(-50%);
left: 40px;
width: 44px;
height: 44px;
font-size: 24px;
color: #fff;
background-color: #333333;
border-color: #fff
}
.el-image-viewer__next {
top: 50%;
transform: translateY(-50%);
right: 40px;
text-indent: 2px;
width: 44px;
height: 44px;
font-size: 24px;
color: #fff;
background-color: #333333;
border-color: #fff
}
.el-image-viewer__close {
width: 44px;
height: 44px;
font-size: 24px;
color: #fff;
background-color: #333333;
border-color: #fff
}
.el-image-viewer__mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: .5;
background: #000
}
.viewer-fade-enter-active {
-webkit-animation: viewer-fade-in var(--el-transition-duration);
animation: viewer-fade-in var(--el-transition-duration)
}
.viewer-fade-leave-active {
-webkit-animation: viewer-fade-out var(--el-transition-duration);
animation: viewer-fade-out var(--el-transition-duration)
}
@-webkit-keyframes viewer-fade-in {
0% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@keyframes viewer-fade-in {
0% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@-webkit-keyframes viewer-fade-out {
0% {
transform: translate3d(0, 0, 0);
opacity: 1
}
100% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
}
@keyframes viewer-fade-out {
0% {
transform: translate3d(0, 0, 0);
opacity: 1
}
100% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
}
.el-icon-loading {
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite
}
.el-icon--right {
margin-left: 5px
}
.el-icon--left {
margin-right: 5px
}
@-webkit-keyframes rotating {
0% {
transform: rotateZ(0)
}
100% {
transform: rotateZ(360deg)
}
}
@keyframes rotating {
0% {
transform: rotateZ(0)
}
100% {
transform: rotateZ(360deg)
}
}
.el-icon {
--color: inherit;
height: 1em;
width: 1em;
line-height: 1em;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
fill: currentColor;
color: var(--color);
font-size: inherit
}
.el-icon.is-loading {
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite
}
.el-icon svg {
height: 1em;
width: 1em
}.el-image-viewer__wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2147483649 !important;
}
.el-image-viewer__btn {
position: absolute;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
opacity: .8;
cursor: pointer;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.el-image-viewer__btn .el-icon {
font-size: inherit;
cursor: pointer
}
.el-image-viewer__close {
top: 60px;
right: 40px;
width: 40px;
height: 40px;
font-size: 40px
}
.el-image-viewer__canvas {
position: static;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.el-image-viewer__actions {
left: 50%;
bottom: 30px;
transform: translateX(-50%);
width: 282px;
height: 44px;
padding: 0 23px;
background-color: #333333;
border-color: #fff;
border-radius: 22px
}
.el-image-viewer__actions__inner {
width: 100%;
height: 100%;
text-align: justify;
cursor: default;
font-size: 23px;
color: #fff;
display: flex;
align-items: center;
justify-content: space-around
}
.el-image-viewer__actions__inner i:nth-child(3),
.el-image-viewer__actions__inner i:nth-child(4),
.el-image-viewer__actions__inner i:nth-child(5) {
display: none;
}
.el-image-viewer__prev {
top: 50%;
transform: translateY(-50%);
left: 40px;
width: 44px;
height: 44px;
font-size: 24px;
color: #fff;
background-color: #333333;
border-color: #fff
}
.el-image-viewer__next {
top: 50%;
transform: translateY(-50%);
right: 40px;
text-indent: 2px;
width: 44px;
height: 44px;
font-size: 24px;
color: #fff;
background-color: #333333;
border-color: #fff
}
.el-image-viewer__close {
width: 44px;
height: 44px;
font-size: 24px;
color: #fff;
background-color: #333333;
border-color: #fff
}
.el-image-viewer__mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: .5;
background: #000
}
.viewer-fade-enter-active {
-webkit-animation: viewer-fade-in var(--el-transition-duration);
animation: viewer-fade-in var(--el-transition-duration)
}
.viewer-fade-leave-active {
-webkit-animation: viewer-fade-out var(--el-transition-duration);
animation: viewer-fade-out var(--el-transition-duration)
}
@-webkit-keyframes viewer-fade-in {
0% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@keyframes viewer-fade-in {
0% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@-webkit-keyframes viewer-fade-out {
0% {
transform: translate3d(0, 0, 0);
opacity: 1
}
100% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
}
@keyframes viewer-fade-out {
0% {
transform: translate3d(0, 0, 0);
opacity: 1
}
100% {
transform: translate3d(0, -20px, 0);
opacity: 0
}
}
.el-icon-loading {
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite
}
.el-icon--right {
margin-left: 5px
}
.el-icon--left {
margin-right: 5px
}
@-webkit-keyframes rotating {
0% {
transform: rotateZ(0)
}
100% {
transform: rotateZ(360deg)
}
}
@keyframes rotating {
0% {
transform: rotateZ(0)
}
100% {
transform: rotateZ(360deg)
}
}
.el-icon {
--color: inherit;
height: 1em;
width: 1em;
line-height: 1em;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
fill: currentColor;
color: var(--color);
font-size: inherit
}
.el-icon.is-loading {
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite
}
.el-icon svg {
height: 1em;
width: 1em
}
ACHETEZ 2 ARTICLES, OBTENEZ UN COLLIER TRÈFLE GRATUIT
ACHETEZ 2 ARTICLES, OBTENEZ UN COLLIER TRÈFLE GRATUIT
OFFRE LIMITÉE : Ajoutez 2 articles à votre panier — de n'importe quelle collection — et recevez un collier trèfle GRATUIT, ajouté automatiquement à la caisse.
Aucun code n'est nécessaire.
Un collier par tranche de 2 articles.
Plus vous achetez, plus vous recevez.
LIVRAISON | EMBALLAGE
LIVRAISON | EMBALLAGE
Livraison gratuite et suivie : Nous offrons la livraison gratuite dans le monde entier. Une fois votre commande expédiée, vous recevrez un e-mail avec votre numéro de suivi.
Droits de douane et taxes : Tous les frais de douane et taxes applicables sont inclus dans votre paiement. Nous vous garantissons aucuns frais supplémentaires inattendus à la livraison.
Emballage écologique : Chaque bijou est emballé dans une pochette en coton EFFEMIN et expédié dans un emballage durable et respectueux de l'environnement. De plus, nous ajoutons des autocollants gratuits à chaque commande !

-
Kyroxs™ Smart Watch – 1.83" HD Display, Call Alerts & Fitness Tracking
Prix habituel Du $36.72Prix habituel Du $36.72 Prix soldéPrix unitaire / par$6.64 -
Kyroxs™ Military Smart Watch – Outdoor Fitness Tracker with Bluetooth Calls
Prix habituel Du $9.99Prix habituel Du $9.99 Prix soldéPrix unitaire / par$1.81 -
Kyroxs™ Smart Watch Plus – 1.55" HD Bluetooth Calling Fitness & Health Tracker
Prix habituel Du $37.02Prix habituel Du $37.02 Prix soldéPrix unitaire / par$7.02 -
Kyroxs™ Smart Watch – 2.01" HD Display, Bluetooth Calling & Fitness Tracking
Prix habituel Du $34.12Prix habituel Du $34.12 Prix soldéPrix unitaire / par$7.94
BOUCLES D'OREILLES
-
Kyroxs™ Performance Training T-Shirt – Breathable Quick Dry Sports Wear
Prix habituel Du $30.56Prix habituel Du $30.56 Prix soldéPrix unitaire / par$8.46 -
Kyroxs™ Performance Training T-Shirt – Quick Dry Breathable Sports Wear
Prix habituel Du $12.89Prix habituel Du $12.89 Prix soldéPrix unitaire / par$2.73 -
Kyroxs™ Performance Training T-Shirt – Breathable Quick Dry Sports Wear
Prix habituel Du $32.90Prix habituel Du $32.90 Prix soldéPrix unitaire / par$6.55 -
Kyroxs Men’s Slim Fit Zip Mock Neck Sweater
Prix habituel $59.36Prix habituel $59.36 Prix soldéPrix unitaire / par$0.00