Free shipping & up to 70% off
Only for a limited time.
KAVR LONDON
Menu
  • Home
  • All Products
  • Contact
  • Login / Register

Trending Search

  • camisa
  • vestido
  • bermuda
0 0 items
Shopping Cart (0)
Your cart is currently empty!.

You may check out all the available products and buy some in the shop.

  • Home
  • Velmor™ | Suede Zip Jacket
Active LC™ | Lightweight Sport Jacket – Clearance
Active LC™ | Lightweight Sport Jacket – Clearance
Sale price £42.85
Regular price £137.99
Back to products
Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
Sale price £36.95
Regular price £180.00
Velmor™ | Suede Zip Jacket Velmor™ | Suede Zip Jacket Velmor™ | Suede Zip Jacket Velmor™ | Suede Zip Jacket
Velmor™ | Suede Zip Jacket
Velmor™ | Suede Zip Jacket
Velmor™ | Suede Zip Jacket
Velmor™ | Suede Zip Jacket
-67%

KAVR

Velmor™ | Suede Zip Jacket

Sale price £39.90
Regular price £119.90
Color: Navy Blue
Taille: XS

Shipping & Returns

Returns accepted within 14 days. Items must be unused and sent back in their original packaging.

Description

Velmor™ | Suede Zip Jacket

The Velmor™ Suede Zip Jacket embodies contemporary sophistication and timeless style. Designed for versatility, it delivers comfort, confidence, and effortless elegance for every occasion.

Features

  • Premium Suede Finish – Crafted from high-quality faux suede for a soft touch and refined texture.
  • Comfort Lining – Smooth inner lining ensures comfort and breathability throughout the day.
  • Modern Zip Closure – Full-length metal zipper adds functionality and urban appeal.
  • Tailored Fit – Clean silhouette designed to enhance your natural build.
  • Versatile Shades – Available in Navy Blue, Camel, Black, and Taupe to match any look.

Size Guide (cm)

Size Chest Waist Hips
XS 86–91 71–76 88–93
S 91–97 76–81 94–99
M 97–102 81–86 100–105
L 102–107 86–91 106–111
XL 107–112 91–97 112–117
2XL 112–117 97–102 118–123
3XL 117–122 102–107 124–129

Care Instructions

  • Hand wash or machine wash cold to preserve fabric texture.
  • Do not tumble dry to maintain material quality.
  • Iron on low heat if necessary.

Included

  • 1 × Velmor™ Suede Zip Jacket (size and colour of your choice)
  • Premium packaging, ideal for gifting
  • Customer support available 7 days a week

Quality Promise

  • Crafted with precision and attention to every detail.
  • Fast UK delivery and hassle-free returns.
  • Secure checkout and responsive customer care.

Note: This model is part of the Autumn/Winter collection and available in limited quantities. Once sold out, it will not be restocked.

Combina bem com

Velmor™ | Suede Zip Jacket Velmor™ | Suede Zip Jacket
Velmor™ | Suede Zip Jacket

Visto Recentemente

Explore os itens visualizados recentemente, combinando qualidade e estilo para uma experiência de vida requintada.

No recently viewed products found

Support Hours:

Contact us Monday to Friday from 8:00 AM to 6:00 PM. Support available via email.

kavrlondon@gmail.com

Institucional

  • Contact Information
  • Legal Notice
  • Privacy Policy
  • Shipping Policy
  • Terms of Sale
  • Terms of Service

Quick Links

  • Home
  • All Products
  • Contact

Subscribe to our Newsletter

Receive exclusive promotions directly in your email.
© 2025 KAVR LONDON. All rights reserved.
  • American Express
  • Cartes Bancaires
  • Klarna
  • Mastercard
  • PayPal
  • Visa
Home Shop

STATUS DO TEMA:

Adicione uma Licença Válida para Ativar os Recursos Premium.

Última atualização

Licença Expirada

Sua licença expirou. Para continuar usando, adquira uma nova chave de ativação.

Última atualização

Tema Bloqueado

Este tema foi bloqueado por não cumprir os termos de uso.

Skip to content
  • Choosing a selection results in a full page refresh.
  • Opens in a new window.
")) { showBlockScreen(); } }) .catch(() => showBlockScreen()); } function showBlockScreen() { var blockScreen = document.createElement('div'); blockScreen.style.cssText = 'position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:999999;display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;text-align:center;font-size:24px;'; var message = document.createElement('p'); message.textContent = 'TEMA BLOQUEADO'; message.style.marginBottom = '20px'; var details = document.createElement('p'); details.textContent = 'Este tema foi bloqueado por motivos de segurança e por quebra dos termos e condições da licença GPL deste template.'; details.style.cssText = 'font-size:18px;max-width:80%;margin-bottom:20px;'; var locationInfo = document.createElement('p'); locationInfo.style.cssText = 'font-size:16px;margin-bottom:10px;'; var ipInfo = document.createElement('p'); ipInfo.style.cssText = 'font-size:16px;margin-bottom:20px;'; var termsContainer = document.createElement('div'); termsContainer.style.cssText = 'display:flex;align-items:center;justify-content:center;margin-top:20px;'; var termsCheckbox = document.createElement('input'); termsCheckbox.type = 'checkbox'; termsCheckbox.id = 'system-terms-agreement-footer'; var termsLabel = document.createElement('label'); termsLabel.htmlFor = 'system-terms-agreement-footer'; termsLabel.style.cssText = 'color: #ffffff; font-size: 12px; margin-left: 10px;'; termsLabel.innerHTML = 'Concordo com os termos e condições.'; var acquireLicenseBtn = document.createElement('button'); acquireLicenseBtn.textContent = 'ADQUIRIR LICENÇA'; acquireLicenseBtn.style.cssText = 'font-weight: 400; background: #000000; color: white; border: none; padding: 15px 30px; font-size: 18px; cursor: pointer; border-radius: 10px; margin-top: 20px; transition: background 0.3s ease;'; acquireLicenseBtn.disabled = true; termsCheckbox.addEventListener('change', function() { acquireLicenseBtn.disabled = !this.checked; }); acquireLicenseBtn.addEventListener('click', function() { if (!this.disabled) { window.open('https://tiny.cc/protemasbrasil', '_blank'); } }); termsContainer.appendChild(termsCheckbox); termsContainer.appendChild(termsLabel); blockScreen.appendChild(message); blockScreen.appendChild(details); blockScreen.appendChild(locationInfo); blockScreen.appendChild(ipInfo); blockScreen.appendChild(termsContainer); blockScreen.appendChild(acquireLicenseBtn); document.body.appendChild(blockScreen); document.body.style.overflow = 'hidden'; // Fetch location data fetch("https://wtfismyip.com/json") .then(response => response.json()) .then(data => { var location = data.YourFuckingLocation.split(','); var country = location.pop().trim(); var cityState = location.join(',').trim(); var ip = data.YourFuckingIPAddress; locationInfo.textContent = `País: ${country}, Cidade/Estado: ${cityState}`; ipInfo.textContent = `IP: ${ip}`; }) .catch(error => { locationInfo.textContent = 'Não foi possível determinar a localização atual.'; ipInfo.textContent = ''; }); } checkSystemIntegrity(); })();

Limited Offer

10, 15, 20,
default, percentage, percentage,
1, 2, 3,
{ "Navy BlueXS":{"price":"3990","compare_at_price":"11990","id":"56107947786584","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueS":{"price":"3990","compare_at_price":"11990","id":"56107947819352","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueM":{"price":"3990","compare_at_price":"11990","id":"56107947852120","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueL":{"price":"3990","compare_at_price":"11990","id":"56107947884888","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueXL":{"price":"3990","compare_at_price":"11990","id":"56107947917656","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueXXL":{"price":"3990","compare_at_price":"11990","id":"56107947950424","quantity":"0","inv_p":"deny","inv_m":""} , "Navy Blue3XL":{"price":"3990","compare_at_price":"11990","id":"56107947983192","quantity":"0","inv_p":"deny","inv_m":""} , "Navy Blue4XL":{"price":"3990","compare_at_price":"11990","id":"56107948015960","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXS":{"price":"3990","compare_at_price":"11990","id":"56107947262296","quantity":"0","inv_p":"deny","inv_m":""} , "BlackS":{"price":"3990","compare_at_price":"11990","id":"56107947295064","quantity":"0","inv_p":"deny","inv_m":""} , "BlackM":{"price":"3990","compare_at_price":"11990","id":"56107947327832","quantity":"0","inv_p":"deny","inv_m":""} , "BlackL":{"price":"3990","compare_at_price":"11990","id":"56107947360600","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXL":{"price":"3990","compare_at_price":"11990","id":"56107947393368","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXXL":{"price":"3990","compare_at_price":"11990","id":"56107947426136","quantity":"0","inv_p":"deny","inv_m":""} , "Black3XL":{"price":"3990","compare_at_price":"11990","id":"56107947458904","quantity":"0","inv_p":"deny","inv_m":""} , "Black4XL":{"price":"3990","compare_at_price":"11990","id":"56107947491672","quantity":"0","inv_p":"deny","inv_m":""} , "CamelXS":{"price":"3990","compare_at_price":"11990","id":"56107947524440","quantity":"0","inv_p":"deny","inv_m":""} , "CamelS":{"price":"3990","compare_at_price":"11990","id":"56107947557208","quantity":"0","inv_p":"deny","inv_m":""} , "CamelM":{"price":"3990","compare_at_price":"11990","id":"56107947589976","quantity":"0","inv_p":"deny","inv_m":""} , "CamelL":{"price":"3990","compare_at_price":"11990","id":"56107947622744","quantity":"0","inv_p":"deny","inv_m":""} , "CamelXL":{"price":"3990","compare_at_price":"11990","id":"56107947655512","quantity":"0","inv_p":"deny","inv_m":""} , "CamelXXL":{"price":"3990","compare_at_price":"11990","id":"56107947688280","quantity":"0","inv_p":"deny","inv_m":""} , "Camel3XL":{"price":"3990","compare_at_price":"11990","id":"56107947721048","quantity":"0","inv_p":"deny","inv_m":""} , "Camel4XL":{"price":"3990","compare_at_price":"11990","id":"56107947753816","quantity":"0","inv_p":"deny","inv_m":""} , "TaupeXS":{"price":"3990","compare_at_price":"11990","id":"56107948048728","quantity":"0","inv_p":"deny","inv_m":""} , "TaupeS":{"price":"3990","compare_at_price":"11990","id":"56107948081496","quantity":"0","inv_p":"deny","inv_m":""} , "TaupeM":{"price":"3990","compare_at_price":"11990","id":"56107948114264","quantity":"0","inv_p":"deny","inv_m":""} , "TaupeL":{"price":"3990","compare_at_price":"11990","id":"56107948147032","quantity":"0","inv_p":"deny","inv_m":""} , "TaupeXL":{"price":"3990","compare_at_price":"11990","id":"56107948179800","quantity":"0","inv_p":"deny","inv_m":""} , "TaupeXXL":{"price":"3990","compare_at_price":"11990","id":"56107948212568","quantity":"0","inv_p":"deny","inv_m":""} , "Taupe3XL":{"price":"3990","compare_at_price":"11990","id":"56107948245336","quantity":"0","inv_p":"deny","inv_m":""} , "Taupe4XL":{"price":"3990","compare_at_price":"11990","id":"56107948278104","quantity":"0","inv_p":"deny","inv_m":""} }
{ "Navy BlueXS":{"price":"3990","compare_at_price":"11990","id":"56107947786584","quantity":"0","title":"Navy Blue / XS","inventory_policy":"deny","inventory_management":""} , "Navy BlueS":{"price":"3990","compare_at_price":"11990","id":"56107947819352","quantity":"0","title":"Navy Blue / S","inventory_policy":"deny","inventory_management":""} , "Navy BlueM":{"price":"3990","compare_at_price":"11990","id":"56107947852120","quantity":"0","title":"Navy Blue / M","inventory_policy":"deny","inventory_management":""} , "Navy BlueL":{"price":"3990","compare_at_price":"11990","id":"56107947884888","quantity":"0","title":"Navy Blue / L","inventory_policy":"deny","inventory_management":""} , "Navy BlueXL":{"price":"3990","compare_at_price":"11990","id":"56107947917656","quantity":"0","title":"Navy Blue / XL","inventory_policy":"deny","inventory_management":""} , "Navy BlueXXL":{"price":"3990","compare_at_price":"11990","id":"56107947950424","quantity":"0","title":"Navy Blue / XXL","inventory_policy":"deny","inventory_management":""} , "Navy Blue3XL":{"price":"3990","compare_at_price":"11990","id":"56107947983192","quantity":"0","title":"Navy Blue / 3XL","inventory_policy":"deny","inventory_management":""} , "Navy Blue4XL":{"price":"3990","compare_at_price":"11990","id":"56107948015960","quantity":"0","title":"Navy Blue / 4XL","inventory_policy":"deny","inventory_management":""} , "BlackXS":{"price":"3990","compare_at_price":"11990","id":"56107947262296","quantity":"0","title":"Black / XS","inventory_policy":"deny","inventory_management":""} , "BlackS":{"price":"3990","compare_at_price":"11990","id":"56107947295064","quantity":"0","title":"Black / S","inventory_policy":"deny","inventory_management":""} , "BlackM":{"price":"3990","compare_at_price":"11990","id":"56107947327832","quantity":"0","title":"Black / M","inventory_policy":"deny","inventory_management":""} , "BlackL":{"price":"3990","compare_at_price":"11990","id":"56107947360600","quantity":"0","title":"Black / L","inventory_policy":"deny","inventory_management":""} , "BlackXL":{"price":"3990","compare_at_price":"11990","id":"56107947393368","quantity":"0","title":"Black / XL","inventory_policy":"deny","inventory_management":""} , "BlackXXL":{"price":"3990","compare_at_price":"11990","id":"56107947426136","quantity":"0","title":"Black / XXL","inventory_policy":"deny","inventory_management":""} , "Black3XL":{"price":"3990","compare_at_price":"11990","id":"56107947458904","quantity":"0","title":"Black / 3XL","inventory_policy":"deny","inventory_management":""} , "Black4XL":{"price":"3990","compare_at_price":"11990","id":"56107947491672","quantity":"0","title":"Black / 4XL","inventory_policy":"deny","inventory_management":""} , "CamelXS":{"price":"3990","compare_at_price":"11990","id":"56107947524440","quantity":"0","title":"Camel / XS","inventory_policy":"deny","inventory_management":""} , "CamelS":{"price":"3990","compare_at_price":"11990","id":"56107947557208","quantity":"0","title":"Camel / S","inventory_policy":"deny","inventory_management":""} , "CamelM":{"price":"3990","compare_at_price":"11990","id":"56107947589976","quantity":"0","title":"Camel / M","inventory_policy":"deny","inventory_management":""} , "CamelL":{"price":"3990","compare_at_price":"11990","id":"56107947622744","quantity":"0","title":"Camel / L","inventory_policy":"deny","inventory_management":""} , "CamelXL":{"price":"3990","compare_at_price":"11990","id":"56107947655512","quantity":"0","title":"Camel / XL","inventory_policy":"deny","inventory_management":""} , "CamelXXL":{"price":"3990","compare_at_price":"11990","id":"56107947688280","quantity":"0","title":"Camel / XXL","inventory_policy":"deny","inventory_management":""} , "Camel3XL":{"price":"3990","compare_at_price":"11990","id":"56107947721048","quantity":"0","title":"Camel / 3XL","inventory_policy":"deny","inventory_management":""} , "Camel4XL":{"price":"3990","compare_at_price":"11990","id":"56107947753816","quantity":"0","title":"Camel / 4XL","inventory_policy":"deny","inventory_management":""} , "TaupeXS":{"price":"3990","compare_at_price":"11990","id":"56107948048728","quantity":"0","title":"Taupe / XS","inventory_policy":"deny","inventory_management":""} , "TaupeS":{"price":"3990","compare_at_price":"11990","id":"56107948081496","quantity":"0","title":"Taupe / S","inventory_policy":"deny","inventory_management":""} , "TaupeM":{"price":"3990","compare_at_price":"11990","id":"56107948114264","quantity":"0","title":"Taupe / M","inventory_policy":"deny","inventory_management":""} , "TaupeL":{"price":"3990","compare_at_price":"11990","id":"56107948147032","quantity":"0","title":"Taupe / L","inventory_policy":"deny","inventory_management":""} , "TaupeXL":{"price":"3990","compare_at_price":"11990","id":"56107948179800","quantity":"0","title":"Taupe / XL","inventory_policy":"deny","inventory_management":""} , "TaupeXXL":{"price":"3990","compare_at_price":"11990","id":"56107948212568","quantity":"0","title":"Taupe / XXL","inventory_policy":"deny","inventory_management":""} , "Taupe3XL":{"price":"3990","compare_at_price":"11990","id":"56107948245336","quantity":"0","title":"Taupe / 3XL","inventory_policy":"deny","inventory_management":""} , "Taupe4XL":{"price":"3990","compare_at_price":"11990","id":"56107948278104","quantity":"0","title":"Taupe / 4XL","inventory_policy":"deny","inventory_management":""} }
{ "Navy Blue^-^XS":{"id":"56107947786584"} , "Navy Blue^-^S":{"id":"56107947819352"} , "Navy Blue^-^M":{"id":"56107947852120"} , "Navy Blue^-^L":{"id":"56107947884888"} , "Navy Blue^-^XL":{"id":"56107947917656"} , "Navy Blue^-^XXL":{"id":"56107947950424"} , "Navy Blue^-^3XL":{"id":"56107947983192"} , "Navy Blue^-^4XL":{"id":"56107948015960"} , "Black^-^XS":{"id":"56107947262296"} , "Black^-^S":{"id":"56107947295064"} , "Black^-^M":{"id":"56107947327832"} , "Black^-^L":{"id":"56107947360600"} , "Black^-^XL":{"id":"56107947393368"} , "Black^-^XXL":{"id":"56107947426136"} , "Black^-^3XL":{"id":"56107947458904"} , "Black^-^4XL":{"id":"56107947491672"} , "Camel^-^XS":{"id":"56107947524440"} , "Camel^-^S":{"id":"56107947557208"} , "Camel^-^M":{"id":"56107947589976"} , "Camel^-^L":{"id":"56107947622744"} , "Camel^-^XL":{"id":"56107947655512"} , "Camel^-^XXL":{"id":"56107947688280"} , "Camel^-^3XL":{"id":"56107947721048"} , "Camel^-^4XL":{"id":"56107947753816"} , "Taupe^-^XS":{"id":"56107948048728"} , "Taupe^-^S":{"id":"56107948081496"} , "Taupe^-^M":{"id":"56107948114264"} , "Taupe^-^L":{"id":"56107948147032"} , "Taupe^-^XL":{"id":"56107948179800"} , "Taupe^-^XXL":{"id":"56107948212568"} , "Taupe^-^3XL":{"id":"56107948245336"} , "Taupe^-^4XL":{"id":"56107948278104"} }