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
  • Averin RL™ | Full Suit Set
Colden RL™ | Foldable Vest – Clearance
Colden RL™ | Foldable Vest – Clearance
Sale price £36.95
Regular price £180.00
Back to products
Valren RL™ | Premium Sweater – Buy 1, Get 2!
Valren RL™ | Premium Sweater – Buy 1, Get 2!
Sale price £42.95
Regular price £119.90
Averin RL™ | Full Suit Set Averin RL™ | Full Suit Set Averin RL™ | Full Suit Set
Averin RL™ | Full Suit Set
Averin RL™ | Full Suit Set
Averin RL™ | Full Suit Set
-73%

KAVR

Averin RL™ | Full Suit Set

Sale price £39.95
Regular price £149.95
Color: Blue
Size: S

Shipping & Returns

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

Description

Averin RL™ | Full Suit Set

The Averin RL™ Full Suit Set defines modern sophistication — a perfect balance between class and comfort. Tailored with precision, this set offers a refined silhouette that adapts effortlessly to both business and evening occasions.

Features

  • Premium fabric ensuring comfort and durability.
  • Tailored fit for a clean, confident look.
  • Lightweight and breathable for all-day wear.
  • Versatile design suitable for formal or smart-casual outfits.
  • Available in multiple classic colours.

Included

  • 1 × Averin RL™ Blazer
  • 1 × Averin RL™ Trousers
  • Premium packaging — ready to wear or gift.

Care Instructions

  • Dry clean recommended for long-lasting quality.
  • Iron on low temperature if necessary.
  • Avoid tumble drying to maintain structure.

Size Guide

Size Chest (inches) Waist (inches) Inseam (inches)
S 36 - 38 30 - 32 30
M 38 - 40 32 - 34 31
L 40 - 42 34 - 36 32
XL 42 - 44 36 - 38 33
XXL 44 - 46 38 - 40 34
XXXL 46 - 48 40 - 42 35

Measurements are approximate and may vary slightly.

Combina bem com

Averin RL™ | Full Suit Set Averin RL™ | Full Suit Set
Averin RL™ | Full Suit Set

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,
{ "BlueS":{"price":"3995","compare_at_price":"14995","id":"56075728847192","quantity":"0","inv_p":"deny","inv_m":""} , "BlueM":{"price":"3995","compare_at_price":"14995","id":"56075728879960","quantity":"-1","inv_p":"deny","inv_m":""} , "BlueL":{"price":"3995","compare_at_price":"14995","id":"56075728912728","quantity":"0","inv_p":"deny","inv_m":""} , "BlueXL":{"price":"3995","compare_at_price":"14995","id":"56075728945496","quantity":"0","inv_p":"deny","inv_m":""} , "Blue2XL":{"price":"3995","compare_at_price":"14995","id":"56075728978264","quantity":"0","inv_p":"deny","inv_m":""} , "Blue3XL":{"price":"3995","compare_at_price":"14995","id":"56075729011032","quantity":"0","inv_p":"deny","inv_m":""} , "BlackS":{"price":"3995","compare_at_price":"14995","id":"56075729043800","quantity":"0","inv_p":"deny","inv_m":""} , "BlackM":{"price":"3995","compare_at_price":"14995","id":"56075729076568","quantity":"0","inv_p":"deny","inv_m":""} , "BlackL":{"price":"3995","compare_at_price":"14995","id":"56075729109336","quantity":"0","inv_p":"deny","inv_m":""} , "BlackXL":{"price":"3995","compare_at_price":"14995","id":"56075729142104","quantity":"0","inv_p":"deny","inv_m":""} , "Black2XL":{"price":"3995","compare_at_price":"14995","id":"56075729174872","quantity":"0","inv_p":"deny","inv_m":""} , "Black3XL":{"price":"3995","compare_at_price":"14995","id":"56075729207640","quantity":"0","inv_p":"deny","inv_m":""} , "GrayS":{"price":"3995","compare_at_price":"14995","id":"56075729240408","quantity":"0","inv_p":"deny","inv_m":""} , "GrayM":{"price":"3995","compare_at_price":"14995","id":"56075729273176","quantity":"0","inv_p":"deny","inv_m":""} , "GrayL":{"price":"3995","compare_at_price":"14995","id":"56075729305944","quantity":"0","inv_p":"deny","inv_m":""} , "GrayXL":{"price":"3995","compare_at_price":"14995","id":"56075729338712","quantity":"0","inv_p":"deny","inv_m":""} , "Gray2XL":{"price":"3995","compare_at_price":"14995","id":"56075729371480","quantity":"0","inv_p":"deny","inv_m":""} , "Gray3XL":{"price":"3995","compare_at_price":"14995","id":"56075729404248","quantity":"0","inv_p":"deny","inv_m":""} }
{ "BlueS":{"price":"3995","compare_at_price":"14995","id":"56075728847192","quantity":"0","title":"Blue / S","inventory_policy":"deny","inventory_management":""} , "BlueM":{"price":"3995","compare_at_price":"14995","id":"56075728879960","quantity":"-1","title":"Blue / M","inventory_policy":"deny","inventory_management":""} , "BlueL":{"price":"3995","compare_at_price":"14995","id":"56075728912728","quantity":"0","title":"Blue / L","inventory_policy":"deny","inventory_management":""} , "BlueXL":{"price":"3995","compare_at_price":"14995","id":"56075728945496","quantity":"0","title":"Blue / XL","inventory_policy":"deny","inventory_management":""} , "Blue2XL":{"price":"3995","compare_at_price":"14995","id":"56075728978264","quantity":"0","title":"Blue / 2XL","inventory_policy":"deny","inventory_management":""} , "Blue3XL":{"price":"3995","compare_at_price":"14995","id":"56075729011032","quantity":"0","title":"Blue / 3XL","inventory_policy":"deny","inventory_management":""} , "BlackS":{"price":"3995","compare_at_price":"14995","id":"56075729043800","quantity":"0","title":"Black / S","inventory_policy":"deny","inventory_management":""} , "BlackM":{"price":"3995","compare_at_price":"14995","id":"56075729076568","quantity":"0","title":"Black / M","inventory_policy":"deny","inventory_management":""} , "BlackL":{"price":"3995","compare_at_price":"14995","id":"56075729109336","quantity":"0","title":"Black / L","inventory_policy":"deny","inventory_management":""} , "BlackXL":{"price":"3995","compare_at_price":"14995","id":"56075729142104","quantity":"0","title":"Black / XL","inventory_policy":"deny","inventory_management":""} , "Black2XL":{"price":"3995","compare_at_price":"14995","id":"56075729174872","quantity":"0","title":"Black / 2XL","inventory_policy":"deny","inventory_management":""} , "Black3XL":{"price":"3995","compare_at_price":"14995","id":"56075729207640","quantity":"0","title":"Black / 3XL","inventory_policy":"deny","inventory_management":""} , "GrayS":{"price":"3995","compare_at_price":"14995","id":"56075729240408","quantity":"0","title":"Gray / S","inventory_policy":"deny","inventory_management":""} , "GrayM":{"price":"3995","compare_at_price":"14995","id":"56075729273176","quantity":"0","title":"Gray / M","inventory_policy":"deny","inventory_management":""} , "GrayL":{"price":"3995","compare_at_price":"14995","id":"56075729305944","quantity":"0","title":"Gray / L","inventory_policy":"deny","inventory_management":""} , "GrayXL":{"price":"3995","compare_at_price":"14995","id":"56075729338712","quantity":"0","title":"Gray / XL","inventory_policy":"deny","inventory_management":""} , "Gray2XL":{"price":"3995","compare_at_price":"14995","id":"56075729371480","quantity":"0","title":"Gray / 2XL","inventory_policy":"deny","inventory_management":""} , "Gray3XL":{"price":"3995","compare_at_price":"14995","id":"56075729404248","quantity":"0","title":"Gray / 3XL","inventory_policy":"deny","inventory_management":""} }
{ "Blue^-^S":{"id":"56075728847192"} , "Blue^-^M":{"id":"56075728879960"} , "Blue^-^L":{"id":"56075728912728"} , "Blue^-^XL":{"id":"56075728945496"} , "Blue^-^2XL":{"id":"56075728978264"} , "Blue^-^3XL":{"id":"56075729011032"} , "Black^-^S":{"id":"56075729043800"} , "Black^-^M":{"id":"56075729076568"} , "Black^-^L":{"id":"56075729109336"} , "Black^-^XL":{"id":"56075729142104"} , "Black^-^2XL":{"id":"56075729174872"} , "Black^-^3XL":{"id":"56075729207640"} , "Gray^-^S":{"id":"56075729240408"} , "Gray^-^M":{"id":"56075729273176"} , "Gray^-^L":{"id":"56075729305944"} , "Gray^-^XL":{"id":"56075729338712"} , "Gray^-^2XL":{"id":"56075729371480"} , "Gray^-^3XL":{"id":"56075729404248"} }