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
  • Arvel LC™ | Sport Lightweight Blouson
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Sale price £44.85
Regular price £131.99
Back to products
Averne RL™ | Autumn Bomber Jacket – Limited Edition
Averne RL™ | Autumn Bomber Jacket – Limited Edition
Sale price £39.85
Regular price £90.00
Arvel LC™ | Sport Lightweight Blouson Arvel LC™ | Sport Lightweight Blouson Arvel LC™ | Sport Lightweight Blouson Arvel LC™ | Sport Lightweight Blouson Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson
-70%

KAVR

Arvel LC™ | Sport Lightweight Blouson

Sale price £44.99
Regular price £150.00
Color: Navy Blue
Size: S

Shipping & Returns

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

Description

Arvel LC™ | Sport Lightweight Blouson

The Arvel LC™ Sport Lightweight Blouson embodies the perfect balance between sporty elegance and everyday practicality. Designed with a sleek, clean cut, it offers a refined old-money aesthetic that complements any modern wardrobe.

Features

  • Lightweight, breathable & water-repellent fabric — perfect for mid-season wear.
  • Smooth front zipper for easy closure and durability.
  • Striped stand-up collar for a sporty and sophisticated touch.
  • Elastic ribbed cuffs and hem for optimal comfort and fit.
  • Embroidered LC™ crocodile logo on the chest for an authentic signature finish.
  • Tailored yet comfortable fit suitable for all body types.

Available Colours

  • Gold Yellow
  • Black
  • Sage Green
  • Navy Blue
  • Pure White

Size Guide

  • Available sizes: S, M, L, XL, 2XL, 3XL
  • Standard fit: choose your usual size.
  • For a more relaxed or oversized look: go one size up.

Included

  • 1 × Arvel LC™ Sport Lightweight Blouson
  • Premium packaging — ideal for gifting

LC™ Quality Promise

  • Crafted with precision and durable materials.
  • Fast UK delivery and responsive customer support.
  • Secure checkout and easy returns.

Note: This limited-edition model is available in very limited stock. Once sold out, it will not return.

Combina bem com

Arvel LC™ | Sport Lightweight Blouson Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson

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 BlueS":{"price":"4499","compare_at_price":"15000","id":"56075724718424","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueM":{"price":"4499","compare_at_price":"15000","id":"56075724751192","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueL":{"price":"4499","compare_at_price":"15000","id":"56075724783960","quantity":"0","inv_p":"deny","inv_m":""} , "Navy BlueXL":{"price":"4499","compare_at_price":"15000","id":"56075724816728","quantity":"0","inv_p":"deny","inv_m":""} , "Navy Blue2XL":{"price":"4499","compare_at_price":"15000","id":"56075724849496","quantity":"0","inv_p":"deny","inv_m":""} , "Navy Blue3XL":{"price":"4499","compare_at_price":"15000","id":"56075724882264","quantity":"0","inv_p":"deny","inv_m":""} , "BlackS":{"price":"4499","compare_at_price":"15000","id":"56075724915032","quantity":"0","inv_p":"deny","inv_m":""} , "BlackM":{"price":"4499","compare_at_price":"15000","id":"56075724947800","quantity":"0","inv_p":"deny","inv_m":""} , "BlackL":{"price":"4499","compare_at_price":"15000","id":"56075724980568","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXL":{"price":"4499","compare_at_price":"15000","id":"56075725013336","quantity":"0","inv_p":"deny","inv_m":""} , "Black2XL":{"price":"4499","compare_at_price":"15000","id":"56075725046104","quantity":"0","inv_p":"deny","inv_m":""} , "Black3XL":{"price":"4499","compare_at_price":"15000","id":"56075725078872","quantity":"0","inv_p":"deny","inv_m":""} , "Sage GreenS":{"price":"4499","compare_at_price":"15000","id":"56075725111640","quantity":"0","inv_p":"deny","inv_m":""} , "Sage GreenM":{"price":"4499","compare_at_price":"15000","id":"56075725144408","quantity":"0","inv_p":"deny","inv_m":""} , "Sage GreenL":{"price":"4499","compare_at_price":"15000","id":"56075725177176","quantity":"0","inv_p":"deny","inv_m":""} , "Sage GreenXL":{"price":"4499","compare_at_price":"15000","id":"56075725209944","quantity":"0","inv_p":"deny","inv_m":""} , "Sage Green2XL":{"price":"4499","compare_at_price":"15000","id":"56075725242712","quantity":"0","inv_p":"deny","inv_m":""} , "Sage Green3XL":{"price":"4499","compare_at_price":"15000","id":"56075725275480","quantity":"0","inv_p":"deny","inv_m":""} , "Mustard YellowS":{"price":"4499","compare_at_price":"15000","id":"56075725308248","quantity":"0","inv_p":"deny","inv_m":""} , "Mustard YellowM":{"price":"4499","compare_at_price":"15000","id":"56075725341016","quantity":"0","inv_p":"deny","inv_m":""} , "Mustard YellowL":{"price":"4499","compare_at_price":"15000","id":"56075725373784","quantity":"0","inv_p":"deny","inv_m":""} , "Mustard YellowXL":{"price":"4499","compare_at_price":"15000","id":"56075725406552","quantity":"0","inv_p":"deny","inv_m":""} , "Mustard Yellow2XL":{"price":"4499","compare_at_price":"15000","id":"56075725439320","quantity":"0","inv_p":"deny","inv_m":""} , "Mustard Yellow3XL":{"price":"4499","compare_at_price":"15000","id":"56075725472088","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteS":{"price":"4499","compare_at_price":"15000","id":"56075725504856","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteM":{"price":"4499","compare_at_price":"15000","id":"56075725537624","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteL":{"price":"4499","compare_at_price":"15000","id":"56075725570392","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteXL":{"price":"4499","compare_at_price":"15000","id":"56075725603160","quantity":"0","inv_p":"deny","inv_m":""} , "White2XL":{"price":"4499","compare_at_price":"15000","id":"56075725635928","quantity":"0","inv_p":"deny","inv_m":""} , "White3XL":{"price":"4499","compare_at_price":"15000","id":"56075725668696","quantity":"0","inv_p":"deny","inv_m":""} }
{ "Navy BlueS":{"price":"4499","compare_at_price":"15000","id":"56075724718424","quantity":"0","title":"Navy Blue / S","inventory_policy":"deny","inventory_management":""} , "Navy BlueM":{"price":"4499","compare_at_price":"15000","id":"56075724751192","quantity":"0","title":"Navy Blue / M","inventory_policy":"deny","inventory_management":""} , "Navy BlueL":{"price":"4499","compare_at_price":"15000","id":"56075724783960","quantity":"0","title":"Navy Blue / L","inventory_policy":"deny","inventory_management":""} , "Navy BlueXL":{"price":"4499","compare_at_price":"15000","id":"56075724816728","quantity":"0","title":"Navy Blue / XL","inventory_policy":"deny","inventory_management":""} , "Navy Blue2XL":{"price":"4499","compare_at_price":"15000","id":"56075724849496","quantity":"0","title":"Navy Blue / 2XL","inventory_policy":"deny","inventory_management":""} , "Navy Blue3XL":{"price":"4499","compare_at_price":"15000","id":"56075724882264","quantity":"0","title":"Navy Blue / 3XL","inventory_policy":"deny","inventory_management":""} , "BlackS":{"price":"4499","compare_at_price":"15000","id":"56075724915032","quantity":"0","title":"Black / S","inventory_policy":"deny","inventory_management":""} , "BlackM":{"price":"4499","compare_at_price":"15000","id":"56075724947800","quantity":"0","title":"Black / M","inventory_policy":"deny","inventory_management":""} , "BlackL":{"price":"4499","compare_at_price":"15000","id":"56075724980568","quantity":"0","title":"Black / L","inventory_policy":"deny","inventory_management":""} , "BlackXL":{"price":"4499","compare_at_price":"15000","id":"56075725013336","quantity":"0","title":"Black / XL","inventory_policy":"deny","inventory_management":""} , "Black2XL":{"price":"4499","compare_at_price":"15000","id":"56075725046104","quantity":"0","title":"Black / 2XL","inventory_policy":"deny","inventory_management":""} , "Black3XL":{"price":"4499","compare_at_price":"15000","id":"56075725078872","quantity":"0","title":"Black / 3XL","inventory_policy":"deny","inventory_management":""} , "Sage GreenS":{"price":"4499","compare_at_price":"15000","id":"56075725111640","quantity":"0","title":"Sage Green / S","inventory_policy":"deny","inventory_management":""} , "Sage GreenM":{"price":"4499","compare_at_price":"15000","id":"56075725144408","quantity":"0","title":"Sage Green / M","inventory_policy":"deny","inventory_management":""} , "Sage GreenL":{"price":"4499","compare_at_price":"15000","id":"56075725177176","quantity":"0","title":"Sage Green / L","inventory_policy":"deny","inventory_management":""} , "Sage GreenXL":{"price":"4499","compare_at_price":"15000","id":"56075725209944","quantity":"0","title":"Sage Green / XL","inventory_policy":"deny","inventory_management":""} , "Sage Green2XL":{"price":"4499","compare_at_price":"15000","id":"56075725242712","quantity":"0","title":"Sage Green / 2XL","inventory_policy":"deny","inventory_management":""} , "Sage Green3XL":{"price":"4499","compare_at_price":"15000","id":"56075725275480","quantity":"0","title":"Sage Green / 3XL","inventory_policy":"deny","inventory_management":""} , "Mustard YellowS":{"price":"4499","compare_at_price":"15000","id":"56075725308248","quantity":"0","title":"Mustard Yellow / S","inventory_policy":"deny","inventory_management":""} , "Mustard YellowM":{"price":"4499","compare_at_price":"15000","id":"56075725341016","quantity":"0","title":"Mustard Yellow / M","inventory_policy":"deny","inventory_management":""} , "Mustard YellowL":{"price":"4499","compare_at_price":"15000","id":"56075725373784","quantity":"0","title":"Mustard Yellow / L","inventory_policy":"deny","inventory_management":""} , "Mustard YellowXL":{"price":"4499","compare_at_price":"15000","id":"56075725406552","quantity":"0","title":"Mustard Yellow / XL","inventory_policy":"deny","inventory_management":""} , "Mustard Yellow2XL":{"price":"4499","compare_at_price":"15000","id":"56075725439320","quantity":"0","title":"Mustard Yellow / 2XL","inventory_policy":"deny","inventory_management":""} , "Mustard Yellow3XL":{"price":"4499","compare_at_price":"15000","id":"56075725472088","quantity":"0","title":"Mustard Yellow / 3XL","inventory_policy":"deny","inventory_management":""} , "WhiteS":{"price":"4499","compare_at_price":"15000","id":"56075725504856","quantity":"0","title":"White / S","inventory_policy":"deny","inventory_management":""} , "WhiteM":{"price":"4499","compare_at_price":"15000","id":"56075725537624","quantity":"0","title":"White / M","inventory_policy":"deny","inventory_management":""} , "WhiteL":{"price":"4499","compare_at_price":"15000","id":"56075725570392","quantity":"0","title":"White / L","inventory_policy":"deny","inventory_management":""} , "WhiteXL":{"price":"4499","compare_at_price":"15000","id":"56075725603160","quantity":"0","title":"White / XL","inventory_policy":"deny","inventory_management":""} , "White2XL":{"price":"4499","compare_at_price":"15000","id":"56075725635928","quantity":"0","title":"White / 2XL","inventory_policy":"deny","inventory_management":""} , "White3XL":{"price":"4499","compare_at_price":"15000","id":"56075725668696","quantity":"0","title":"White / 3XL","inventory_policy":"deny","inventory_management":""} }
{ "Navy Blue^-^S":{"id":"56075724718424"} , "Navy Blue^-^M":{"id":"56075724751192"} , "Navy Blue^-^L":{"id":"56075724783960"} , "Navy Blue^-^XL":{"id":"56075724816728"} , "Navy Blue^-^2XL":{"id":"56075724849496"} , "Navy Blue^-^3XL":{"id":"56075724882264"} , "Black^-^S":{"id":"56075724915032"} , "Black^-^M":{"id":"56075724947800"} , "Black^-^L":{"id":"56075724980568"} , "Black^-^XL":{"id":"56075725013336"} , "Black^-^2XL":{"id":"56075725046104"} , "Black^-^3XL":{"id":"56075725078872"} , "Sage Green^-^S":{"id":"56075725111640"} , "Sage Green^-^M":{"id":"56075725144408"} , "Sage Green^-^L":{"id":"56075725177176"} , "Sage Green^-^XL":{"id":"56075725209944"} , "Sage Green^-^2XL":{"id":"56075725242712"} , "Sage Green^-^3XL":{"id":"56075725275480"} , "Mustard Yellow^-^S":{"id":"56075725308248"} , "Mustard Yellow^-^M":{"id":"56075725341016"} , "Mustard Yellow^-^L":{"id":"56075725373784"} , "Mustard Yellow^-^XL":{"id":"56075725406552"} , "Mustard Yellow^-^2XL":{"id":"56075725439320"} , "Mustard Yellow^-^3XL":{"id":"56075725472088"} , "White^-^S":{"id":"56075725504856"} , "White^-^M":{"id":"56075725537624"} , "White^-^L":{"id":"56075725570392"} , "White^-^XL":{"id":"56075725603160"} , "White^-^2XL":{"id":"56075725635928"} , "White^-^3XL":{"id":"56075725668696"} }