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
  • Colden RL™ | Foldable Vest – Clearance
Velmor™ | Suede Zip Jacket
Velmor™ | Suede Zip Jacket
Sale price £39.90
Regular price £119.90
Back to products
Averin RL™ | Full Suit Set
Averin RL™ | Full Suit Set
Sale price £39.95
Regular price £149.95
Colden RL™ | Foldable Vest – Clearance Colden RL™ | Foldable Vest – Clearance Colden RL™ | Foldable Vest – Clearance Colden RL™ | Foldable Vest – Clearance Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
-79%

KAVR

Colden RL™ | Foldable Vest – Clearance

Sale price £36.95
Regular price £180.00
Color: Navy Blue
Size: M

Shipping & Returns

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

Description

Colden RL™ | Foldable Vest – Clearance

The Colden RL™ Foldable Vest redefines winter comfort with a refined, practical design. Lightweight yet warm, this sleeveless jacket offers premium insulation without bulk — perfect for layering through cold seasons while maintaining a sleek, elegant look.

Features

  • Lightweight, foldable construction for on-the-go convenience.
  • Premium insulation ensures warmth without adding weight.
  • High collar and smooth zip closure for superior cold protection.
  • Two secure side pockets for daily essentials.
  • Signature RL™ embroidered logo for a touch of sophistication.
  • Available in four timeless colours: Navy Blue, Ranger Green, Black, Military Red.

Included

  • 1 × Colden RL™ Foldable Vest (colour and size of your choice).
  • Premium packaging, ready to wear or gift.
  • RL™ customer support available 7 days a week.

RL™ Quality Promise

  • High-end craftsmanship and durable stitching.
  • Soft, comfortable materials built to last.
  • Easy exchanges and secure checkout.

Note: This clearance edition is available in limited quantities. Once sold out, it will not be restocked.

Combina bem com

Colden RL™ | Foldable Vest – Clearance Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance

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 BlueM":{"price":"3695","compare_at_price":"18000","id":"56075724063064","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueL":{"price":"3695","compare_at_price":"18000","id":"56075724095832","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueXL":{"price":"3695","compare_at_price":"18000","id":"56075724128600","quantity":"0","inv_p":"deny","inv_m":""} , "Navy Blue2XL":{"price":"3695","compare_at_price":"18000","id":"56075724161368","quantity":"0","inv_p":"deny","inv_m":""} , "Navy Blue3XL":{"price":"3695","compare_at_price":"18000","id":"56075724194136","quantity":"0","inv_p":"deny","inv_m":""} , "BlackM":{"price":"3695","compare_at_price":"18000","id":"56075724226904","quantity":"0","inv_p":"deny","inv_m":""} , "BlackL":{"price":"3695","compare_at_price":"18000","id":"56075724259672","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXL":{"price":"3695","compare_at_price":"18000","id":"56075724292440","quantity":"0","inv_p":"deny","inv_m":""} , "Black2XL":{"price":"3695","compare_at_price":"18000","id":"56075724325208","quantity":"0","inv_p":"deny","inv_m":""} , "Black3XL":{"price":"3695","compare_at_price":"18000","id":"56075724357976","quantity":"0","inv_p":"deny","inv_m":""} , "Ranger GreenM":{"price":"3695","compare_at_price":"18000","id":"56075724390744","quantity":"0","inv_p":"deny","inv_m":""} , "Ranger GreenL":{"price":"3695","compare_at_price":"18000","id":"56075724423512","quantity":"0","inv_p":"deny","inv_m":""} , "Ranger GreenXL":{"price":"3695","compare_at_price":"18000","id":"56075724456280","quantity":"0","inv_p":"deny","inv_m":""} , "Ranger Green2XL":{"price":"3695","compare_at_price":"18000","id":"56075724489048","quantity":"0","inv_p":"deny","inv_m":""} , "Ranger Green3XL":{"price":"3695","compare_at_price":"18000","id":"56075724521816","quantity":"0","inv_p":"deny","inv_m":""} , "Military RedM":{"price":"3695","compare_at_price":"18000","id":"56075724554584","quantity":"0","inv_p":"deny","inv_m":""} , "Military RedL":{"price":"3695","compare_at_price":"18000","id":"56075724587352","quantity":"0","inv_p":"deny","inv_m":""} , "Military RedXL":{"price":"3695","compare_at_price":"18000","id":"56075724620120","quantity":"0","inv_p":"deny","inv_m":""} , "Military Red2XL":{"price":"3695","compare_at_price":"18000","id":"56075724652888","quantity":"0","inv_p":"deny","inv_m":""} , "Military Red3XL":{"price":"3695","compare_at_price":"18000","id":"56075724685656","quantity":"0","inv_p":"deny","inv_m":""} }
{ "Navy BlueM":{"price":"3695","compare_at_price":"18000","id":"56075724063064","quantity":"0","title":"Navy Blue / M","inventory_policy":"deny","inventory_management":""} , "Navy BlueL":{"price":"3695","compare_at_price":"18000","id":"56075724095832","quantity":"0","title":"Navy Blue / L","inventory_policy":"deny","inventory_management":""} , "Navy BlueXL":{"price":"3695","compare_at_price":"18000","id":"56075724128600","quantity":"0","title":"Navy Blue / XL","inventory_policy":"deny","inventory_management":""} , "Navy Blue2XL":{"price":"3695","compare_at_price":"18000","id":"56075724161368","quantity":"0","title":"Navy Blue / 2XL","inventory_policy":"deny","inventory_management":""} , "Navy Blue3XL":{"price":"3695","compare_at_price":"18000","id":"56075724194136","quantity":"0","title":"Navy Blue / 3XL","inventory_policy":"deny","inventory_management":""} , "BlackM":{"price":"3695","compare_at_price":"18000","id":"56075724226904","quantity":"0","title":"Black / M","inventory_policy":"deny","inventory_management":""} , "BlackL":{"price":"3695","compare_at_price":"18000","id":"56075724259672","quantity":"0","title":"Black / L","inventory_policy":"deny","inventory_management":""} , "BlackXL":{"price":"3695","compare_at_price":"18000","id":"56075724292440","quantity":"0","title":"Black / XL","inventory_policy":"deny","inventory_management":""} , "Black2XL":{"price":"3695","compare_at_price":"18000","id":"56075724325208","quantity":"0","title":"Black / 2XL","inventory_policy":"deny","inventory_management":""} , "Black3XL":{"price":"3695","compare_at_price":"18000","id":"56075724357976","quantity":"0","title":"Black / 3XL","inventory_policy":"deny","inventory_management":""} , "Ranger GreenM":{"price":"3695","compare_at_price":"18000","id":"56075724390744","quantity":"0","title":"Ranger Green / M","inventory_policy":"deny","inventory_management":""} , "Ranger GreenL":{"price":"3695","compare_at_price":"18000","id":"56075724423512","quantity":"0","title":"Ranger Green / L","inventory_policy":"deny","inventory_management":""} , "Ranger GreenXL":{"price":"3695","compare_at_price":"18000","id":"56075724456280","quantity":"0","title":"Ranger Green / XL","inventory_policy":"deny","inventory_management":""} , "Ranger Green2XL":{"price":"3695","compare_at_price":"18000","id":"56075724489048","quantity":"0","title":"Ranger Green / 2XL","inventory_policy":"deny","inventory_management":""} , "Ranger Green3XL":{"price":"3695","compare_at_price":"18000","id":"56075724521816","quantity":"0","title":"Ranger Green / 3XL","inventory_policy":"deny","inventory_management":""} , "Military RedM":{"price":"3695","compare_at_price":"18000","id":"56075724554584","quantity":"0","title":"Military Red / M","inventory_policy":"deny","inventory_management":""} , "Military RedL":{"price":"3695","compare_at_price":"18000","id":"56075724587352","quantity":"0","title":"Military Red / L","inventory_policy":"deny","inventory_management":""} , "Military RedXL":{"price":"3695","compare_at_price":"18000","id":"56075724620120","quantity":"0","title":"Military Red / XL","inventory_policy":"deny","inventory_management":""} , "Military Red2XL":{"price":"3695","compare_at_price":"18000","id":"56075724652888","quantity":"0","title":"Military Red / 2XL","inventory_policy":"deny","inventory_management":""} , "Military Red3XL":{"price":"3695","compare_at_price":"18000","id":"56075724685656","quantity":"0","title":"Military Red / 3XL","inventory_policy":"deny","inventory_management":""} }
{ "Navy Blue^-^M":{"id":"56075724063064"} , "Navy Blue^-^L":{"id":"56075724095832"} , "Navy Blue^-^XL":{"id":"56075724128600"} , "Navy Blue^-^2XL":{"id":"56075724161368"} , "Navy Blue^-^3XL":{"id":"56075724194136"} , "Black^-^M":{"id":"56075724226904"} , "Black^-^L":{"id":"56075724259672"} , "Black^-^XL":{"id":"56075724292440"} , "Black^-^2XL":{"id":"56075724325208"} , "Black^-^3XL":{"id":"56075724357976"} , "Ranger Green^-^M":{"id":"56075724390744"} , "Ranger Green^-^L":{"id":"56075724423512"} , "Ranger Green^-^XL":{"id":"56075724456280"} , "Ranger Green^-^2XL":{"id":"56075724489048"} , "Ranger Green^-^3XL":{"id":"56075724521816"} , "Military Red^-^M":{"id":"56075724554584"} , "Military Red^-^L":{"id":"56075724587352"} , "Military Red^-^XL":{"id":"56075724620120"} , "Military Red^-^2XL":{"id":"56075724652888"} , "Military Red^-^3XL":{"id":"56075724685656"} }