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
  • Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Dunver RL™ | Fur-Lined Jacket
Dunver RL™ | Fur-Lined Jacket
Sale price £39.90
Regular price £119.90
Back to products
Arvel LC™ | Sport Lightweight Blouson
Arvel LC™ | Sport Lightweight Blouson
Sale price £44.99
Regular price £150.00
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition Liron LC™ | Half-Zip Sweatshirt – Clearance Edition Liron LC™ | Half-Zip Sweatshirt – Clearance Edition Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
-66%

KAVR

Liron LC™ | Half-Zip Sweatshirt – Clearance Edition

Sale price £44.85
Regular price £131.99
Color: Light Grey
Taille: S

Shipping & Returns

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

Description

Liron LC™ | Half-Zip Sweatshirt – Clearance

The Liron LC™ Half-Zip Sweatshirt blends comfort and versatility with a refined, everyday look. Crafted from a soft cotton-blend fabric, it delivers warmth without bulk and adapts seamlessly to your lifestyle.

Features

  • Soft, comfortable fabric for lasting warmth and ease.
  • Adjustable half-zip collar for personalised styling.
  • Front pocket for practical storage of essentials.
  • Discreet LC™ embroidered logo for a refined touch.
  • Available in sizes S–3XL and five colours: Black, Light Grey, Dark Grey, Blue, Beige.

Care Instructions

  • Machine wash cold to preserve quality and colour.
  • Avoid tumble drying to maintain fabric softness and shape.
  • Iron on low temperature if needed.

Included

  • 1 × Liron LC™ Half-Zip Sweatshirt (colour and size of your choice).
  • Premium packaging, ready to wear or gift.
  • LC™ customer support available 7 days a week.

LC™ Quality Promise

  • Premium craftsmanship and durable construction.
  • Responsive customer service.
  • Secure checkout and simple returns.

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

Combina bem com

Liron LC™ | Half-Zip Sweatshirt – Clearance Edition Liron LC™ | Half-Zip Sweatshirt – Clearance Edition
Liron LC™ | Half-Zip Sweatshirt – Clearance Edition

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,
{ "Light GreyS":{"price":"4485","compare_at_price":"13199","id":"56075728027992","quantity":"0","inv_p":"deny","inv_m":""} , "Light GreyM":{"price":"4485","compare_at_price":"13199","id":"56075728060760","quantity":"0","inv_p":"deny","inv_m":""} , "Light GreyL":{"price":"4485","compare_at_price":"13199","id":"56075728093528","quantity":"0","inv_p":"deny","inv_m":""} , "Light GreyXL":{"price":"4485","compare_at_price":"13199","id":"56075728126296","quantity":"0","inv_p":"deny","inv_m":""} , "Light Grey2XL":{"price":"4485","compare_at_price":"13199","id":"56075728159064","quantity":"0","inv_p":"deny","inv_m":""} , "Light Grey3XL":{"price":"4485","compare_at_price":"13199","id":"56075728191832","quantity":"0","inv_p":"deny","inv_m":""} , "BlackS":{"price":"4485","compare_at_price":"13199","id":"56075728224600","quantity":"0","inv_p":"deny","inv_m":""} , "BlackM":{"price":"4485","compare_at_price":"13199","id":"56075728257368","quantity":"0","inv_p":"deny","inv_m":""} , "BlackL":{"price":"4485","compare_at_price":"13199","id":"56075728290136","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXL":{"price":"4485","compare_at_price":"13199","id":"56075728322904","quantity":"0","inv_p":"deny","inv_m":""} , "Black2XL":{"price":"4485","compare_at_price":"13199","id":"56075728355672","quantity":"0","inv_p":"deny","inv_m":""} , "Black3XL":{"price":"4485","compare_at_price":"13199","id":"56075728388440","quantity":"0","inv_p":"deny","inv_m":""} , "Royal BlueS":{"price":"4485","compare_at_price":"13199","id":"56075728421208","quantity":"0","inv_p":"deny","inv_m":""} , "Royal BlueM":{"price":"4485","compare_at_price":"13199","id":"56075728453976","quantity":"0","inv_p":"deny","inv_m":""} , "Royal BlueL":{"price":"4485","compare_at_price":"13199","id":"56075728486744","quantity":"0","inv_p":"deny","inv_m":""} , "Royal BlueXL":{"price":"4485","compare_at_price":"13199","id":"56075728519512","quantity":"0","inv_p":"deny","inv_m":""} , "Royal Blue2XL":{"price":"4485","compare_at_price":"13199","id":"56075728552280","quantity":"0","inv_p":"deny","inv_m":""} , "Royal Blue3XL":{"price":"4485","compare_at_price":"13199","id":"56075728585048","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteS":{"price":"4485","compare_at_price":"13199","id":"56075728617816","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteM":{"price":"4485","compare_at_price":"13199","id":"56075728650584","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteL":{"price":"4485","compare_at_price":"13199","id":"56075728683352","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteXL":{"price":"4485","compare_at_price":"13199","id":"56075728716120","quantity":"0","inv_p":"deny","inv_m":""} , "White2XL":{"price":"4485","compare_at_price":"13199","id":"56075728748888","quantity":"0","inv_p":"deny","inv_m":""} , "White3XL":{"price":"4485","compare_at_price":"13199","id":"56075728781656","quantity":"0","inv_p":"deny","inv_m":""} }
{ "Light GreyS":{"price":"4485","compare_at_price":"13199","id":"56075728027992","quantity":"0","title":"Light Grey / S","inventory_policy":"deny","inventory_management":""} , "Light GreyM":{"price":"4485","compare_at_price":"13199","id":"56075728060760","quantity":"0","title":"Light Grey / M","inventory_policy":"deny","inventory_management":""} , "Light GreyL":{"price":"4485","compare_at_price":"13199","id":"56075728093528","quantity":"0","title":"Light Grey / L","inventory_policy":"deny","inventory_management":""} , "Light GreyXL":{"price":"4485","compare_at_price":"13199","id":"56075728126296","quantity":"0","title":"Light Grey / XL","inventory_policy":"deny","inventory_management":""} , "Light Grey2XL":{"price":"4485","compare_at_price":"13199","id":"56075728159064","quantity":"0","title":"Light Grey / 2XL","inventory_policy":"deny","inventory_management":""} , "Light Grey3XL":{"price":"4485","compare_at_price":"13199","id":"56075728191832","quantity":"0","title":"Light Grey / 3XL","inventory_policy":"deny","inventory_management":""} , "BlackS":{"price":"4485","compare_at_price":"13199","id":"56075728224600","quantity":"0","title":"Black / S","inventory_policy":"deny","inventory_management":""} , "BlackM":{"price":"4485","compare_at_price":"13199","id":"56075728257368","quantity":"0","title":"Black / M","inventory_policy":"deny","inventory_management":""} , "BlackL":{"price":"4485","compare_at_price":"13199","id":"56075728290136","quantity":"0","title":"Black / L","inventory_policy":"deny","inventory_management":""} , "BlackXL":{"price":"4485","compare_at_price":"13199","id":"56075728322904","quantity":"0","title":"Black / XL","inventory_policy":"deny","inventory_management":""} , "Black2XL":{"price":"4485","compare_at_price":"13199","id":"56075728355672","quantity":"0","title":"Black / 2XL","inventory_policy":"deny","inventory_management":""} , "Black3XL":{"price":"4485","compare_at_price":"13199","id":"56075728388440","quantity":"0","title":"Black / 3XL","inventory_policy":"deny","inventory_management":""} , "Royal BlueS":{"price":"4485","compare_at_price":"13199","id":"56075728421208","quantity":"0","title":"Royal Blue / S","inventory_policy":"deny","inventory_management":""} , "Royal BlueM":{"price":"4485","compare_at_price":"13199","id":"56075728453976","quantity":"0","title":"Royal Blue / M","inventory_policy":"deny","inventory_management":""} , "Royal BlueL":{"price":"4485","compare_at_price":"13199","id":"56075728486744","quantity":"0","title":"Royal Blue / L","inventory_policy":"deny","inventory_management":""} , "Royal BlueXL":{"price":"4485","compare_at_price":"13199","id":"56075728519512","quantity":"0","title":"Royal Blue / XL","inventory_policy":"deny","inventory_management":""} , "Royal Blue2XL":{"price":"4485","compare_at_price":"13199","id":"56075728552280","quantity":"0","title":"Royal Blue / 2XL","inventory_policy":"deny","inventory_management":""} , "Royal Blue3XL":{"price":"4485","compare_at_price":"13199","id":"56075728585048","quantity":"0","title":"Royal Blue / 3XL","inventory_policy":"deny","inventory_management":""} , "WhiteS":{"price":"4485","compare_at_price":"13199","id":"56075728617816","quantity":"0","title":"White / S","inventory_policy":"deny","inventory_management":""} , "WhiteM":{"price":"4485","compare_at_price":"13199","id":"56075728650584","quantity":"0","title":"White / M","inventory_policy":"deny","inventory_management":""} , "WhiteL":{"price":"4485","compare_at_price":"13199","id":"56075728683352","quantity":"0","title":"White / L","inventory_policy":"deny","inventory_management":""} , "WhiteXL":{"price":"4485","compare_at_price":"13199","id":"56075728716120","quantity":"0","title":"White / XL","inventory_policy":"deny","inventory_management":""} , "White2XL":{"price":"4485","compare_at_price":"13199","id":"56075728748888","quantity":"0","title":"White / 2XL","inventory_policy":"deny","inventory_management":""} , "White3XL":{"price":"4485","compare_at_price":"13199","id":"56075728781656","quantity":"0","title":"White / 3XL","inventory_policy":"deny","inventory_management":""} }
{ "Light Grey^-^S":{"id":"56075728027992"} , "Light Grey^-^M":{"id":"56075728060760"} , "Light Grey^-^L":{"id":"56075728093528"} , "Light Grey^-^XL":{"id":"56075728126296"} , "Light Grey^-^2XL":{"id":"56075728159064"} , "Light Grey^-^3XL":{"id":"56075728191832"} , "Black^-^S":{"id":"56075728224600"} , "Black^-^M":{"id":"56075728257368"} , "Black^-^L":{"id":"56075728290136"} , "Black^-^XL":{"id":"56075728322904"} , "Black^-^2XL":{"id":"56075728355672"} , "Black^-^3XL":{"id":"56075728388440"} , "Royal Blue^-^S":{"id":"56075728421208"} , "Royal Blue^-^M":{"id":"56075728453976"} , "Royal Blue^-^L":{"id":"56075728486744"} , "Royal Blue^-^XL":{"id":"56075728519512"} , "Royal Blue^-^2XL":{"id":"56075728552280"} , "Royal Blue^-^3XL":{"id":"56075728585048"} , "White^-^S":{"id":"56075728617816"} , "White^-^M":{"id":"56075728650584"} , "White^-^L":{"id":"56075728683352"} , "White^-^XL":{"id":"56075728716120"} , "White^-^2XL":{"id":"56075728748888"} , "White^-^3XL":{"id":"56075728781656"} }