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
  • Elden RL™ | Half-Zip Pullover – Limited Edition
Arden RL™ | Knit Gilet + Free Sweater – Clearance Sale
Arden RL™ | Knit Gilet + Free Sweater – Clearance Sale
Sale price £42.95
Regular price £199.99
Back to products
Varen RL™ | Premium Zip Sweater – Seasonal Sale
Varen RL™ | Premium Zip Sweater – Seasonal Sale
Sale price £39.96
Regular price £99.98
Elden RL™ | Half-Zip Pullover – Limited Edition Elden RL™ | Half-Zip Pullover – Limited Edition Elden RL™ | Half-Zip Pullover – Limited Edition Elden RL™ | Half-Zip Pullover – Limited Edition
Elden RL™ | Half-Zip Pullover – Limited Edition
Elden RL™ | Half-Zip Pullover – Limited Edition
Elden RL™ | Half-Zip Pullover – Limited Edition
Elden RL™ | Half-Zip Pullover – Limited Edition
-55%

KAVR

Elden RL™ | Half-Zip Pullover – Limited Edition

Sale price £44.98
Regular price £99.98
Color: White
Taille: S

Shipping & Returns

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

Description

Elden RL™ | Half-Zip Pullover – Limited Edition

The Elden RL™ half-zip pullover brings together refined minimalism and lasting comfort. Made from a soft, mid-weight knit, it offers warmth and a clean modern look for everyday wear.

Features

  • Soft premium knit for warmth and durability.
  • Half-zip collar for adjustable styling.
  • Modern fit with subtle detailing.
  • Discrete RL™ embroidery for a signature touch.
  • Exclusive limited edition release.

Included

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

Size Guide (cm)

Size Chest Shoulders Sleeves Length
S 102 44 65 69
M 106 46 66 71
L 110 48 67 73
XL 114 50 68 75
XXL 118 52 69 77

RL™ Quality Promise

  • Premium craftsmanship.
  • Responsive customer support, 7 days a week.
  • Secure checkout and easy returns within 14 days.

Note: This limited edition item will not be restocked once sold out.

Combina bem com

Elden RL™ | Half-Zip Pullover – Limited Edition Elden RL™ | Half-Zip Pullover – Limited Edition
Elden RL™ | Half-Zip Pullover – Limited 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,
{ "WhiteS":{"price":"4498","compare_at_price":"9998","id":"56075734188376","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteM":{"price":"4498","compare_at_price":"9998","id":"56075734221144","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteL":{"price":"4498","compare_at_price":"9998","id":"56075734253912","quantity":"0","inv_p":"deny","inv_m":""} , "WhiteXL":{"price":"4498","compare_at_price":"9998","id":"56075734286680","quantity":"0","inv_p":"deny","inv_m":""} , "White2XL":{"price":"4498","compare_at_price":"9998","id":"56075734319448","quantity":"0","inv_p":"deny","inv_m":""} , "GreyS":{"price":"4498","compare_at_price":"9998","id":"56075734352216","quantity":"0","inv_p":"deny","inv_m":""} , "GreyM":{"price":"4498","compare_at_price":"9998","id":"56075734384984","quantity":"0","inv_p":"deny","inv_m":""} , "GreyL":{"price":"4498","compare_at_price":"9998","id":"56075734417752","quantity":"0","inv_p":"deny","inv_m":""} , "GreyXL":{"price":"4498","compare_at_price":"9998","id":"56075734450520","quantity":"0","inv_p":"deny","inv_m":""} , "Grey2XL":{"price":"4498","compare_at_price":"9998","id":"56075734483288","quantity":"0","inv_p":"deny","inv_m":""} , "BeigeS":{"price":"4498","compare_at_price":"9998","id":"56075734516056","quantity":"0","inv_p":"deny","inv_m":""} , "BeigeM":{"price":"4498","compare_at_price":"9998","id":"56075734548824","quantity":"0","inv_p":"deny","inv_m":""} , "BeigeL":{"price":"4498","compare_at_price":"9998","id":"56075734581592","quantity":"0","inv_p":"deny","inv_m":""} , "BeigeXL":{"price":"4498","compare_at_price":"9998","id":"56075734614360","quantity":"0","inv_p":"deny","inv_m":""} , "Beige2XL":{"price":"4498","compare_at_price":"9998","id":"56075734647128","quantity":"0","inv_p":"deny","inv_m":""} , "BlueS":{"price":"4498","compare_at_price":"9998","id":"56075734679896","quantity":"0","inv_p":"deny","inv_m":""} , "BlueM":{"price":"4498","compare_at_price":"9998","id":"56075734712664","quantity":"0","inv_p":"deny","inv_m":""} , "BlueL":{"price":"4498","compare_at_price":"9998","id":"56075734745432","quantity":"0","inv_p":"deny","inv_m":""} , "BlueXL":{"price":"4498","compare_at_price":"9998","id":"56075734778200","quantity":"0","inv_p":"deny","inv_m":""} , "Blue2XL":{"price":"4498","compare_at_price":"9998","id":"56075734810968","quantity":"0","inv_p":"deny","inv_m":""} }
{ "WhiteS":{"price":"4498","compare_at_price":"9998","id":"56075734188376","quantity":"0","title":"White / S","inventory_policy":"deny","inventory_management":""} , "WhiteM":{"price":"4498","compare_at_price":"9998","id":"56075734221144","quantity":"0","title":"White / M","inventory_policy":"deny","inventory_management":""} , "WhiteL":{"price":"4498","compare_at_price":"9998","id":"56075734253912","quantity":"0","title":"White / L","inventory_policy":"deny","inventory_management":""} , "WhiteXL":{"price":"4498","compare_at_price":"9998","id":"56075734286680","quantity":"0","title":"White / XL","inventory_policy":"deny","inventory_management":""} , "White2XL":{"price":"4498","compare_at_price":"9998","id":"56075734319448","quantity":"0","title":"White / 2XL","inventory_policy":"deny","inventory_management":""} , "GreyS":{"price":"4498","compare_at_price":"9998","id":"56075734352216","quantity":"0","title":"Grey / S","inventory_policy":"deny","inventory_management":""} , "GreyM":{"price":"4498","compare_at_price":"9998","id":"56075734384984","quantity":"0","title":"Grey / M","inventory_policy":"deny","inventory_management":""} , "GreyL":{"price":"4498","compare_at_price":"9998","id":"56075734417752","quantity":"0","title":"Grey / L","inventory_policy":"deny","inventory_management":""} , "GreyXL":{"price":"4498","compare_at_price":"9998","id":"56075734450520","quantity":"0","title":"Grey / XL","inventory_policy":"deny","inventory_management":""} , "Grey2XL":{"price":"4498","compare_at_price":"9998","id":"56075734483288","quantity":"0","title":"Grey / 2XL","inventory_policy":"deny","inventory_management":""} , "BeigeS":{"price":"4498","compare_at_price":"9998","id":"56075734516056","quantity":"0","title":"Beige / S","inventory_policy":"deny","inventory_management":""} , "BeigeM":{"price":"4498","compare_at_price":"9998","id":"56075734548824","quantity":"0","title":"Beige / M","inventory_policy":"deny","inventory_management":""} , "BeigeL":{"price":"4498","compare_at_price":"9998","id":"56075734581592","quantity":"0","title":"Beige / L","inventory_policy":"deny","inventory_management":""} , "BeigeXL":{"price":"4498","compare_at_price":"9998","id":"56075734614360","quantity":"0","title":"Beige / XL","inventory_policy":"deny","inventory_management":""} , "Beige2XL":{"price":"4498","compare_at_price":"9998","id":"56075734647128","quantity":"0","title":"Beige / 2XL","inventory_policy":"deny","inventory_management":""} , "BlueS":{"price":"4498","compare_at_price":"9998","id":"56075734679896","quantity":"0","title":"Blue / S","inventory_policy":"deny","inventory_management":""} , "BlueM":{"price":"4498","compare_at_price":"9998","id":"56075734712664","quantity":"0","title":"Blue / M","inventory_policy":"deny","inventory_management":""} , "BlueL":{"price":"4498","compare_at_price":"9998","id":"56075734745432","quantity":"0","title":"Blue / L","inventory_policy":"deny","inventory_management":""} , "BlueXL":{"price":"4498","compare_at_price":"9998","id":"56075734778200","quantity":"0","title":"Blue / XL","inventory_policy":"deny","inventory_management":""} , "Blue2XL":{"price":"4498","compare_at_price":"9998","id":"56075734810968","quantity":"0","title":"Blue / 2XL","inventory_policy":"deny","inventory_management":""} }
{ "White^-^S":{"id":"56075734188376"} , "White^-^M":{"id":"56075734221144"} , "White^-^L":{"id":"56075734253912"} , "White^-^XL":{"id":"56075734286680"} , "White^-^2XL":{"id":"56075734319448"} , "Grey^-^S":{"id":"56075734352216"} , "Grey^-^M":{"id":"56075734384984"} , "Grey^-^L":{"id":"56075734417752"} , "Grey^-^XL":{"id":"56075734450520"} , "Grey^-^2XL":{"id":"56075734483288"} , "Beige^-^S":{"id":"56075734516056"} , "Beige^-^M":{"id":"56075734548824"} , "Beige^-^L":{"id":"56075734581592"} , "Beige^-^XL":{"id":"56075734614360"} , "Beige^-^2XL":{"id":"56075734647128"} , "Blue^-^S":{"id":"56075734679896"} , "Blue^-^M":{"id":"56075734712664"} , "Blue^-^L":{"id":"56075734745432"} , "Blue^-^XL":{"id":"56075734778200"} , "Blue^-^2XL":{"id":"56075734810968"} }