Insured Worldwide Shipping: Each order includes real-time tracking information and insurance coverage in the unlikely event a package is lost or stolen in transit.
14 DAYS EASY RETURNS
14-Day Return Policy
Money Back Guarantee: If your items arrive damaged or defective within 14 days of normal use, we will be happy to issue you a replacement or refund.
VERIFIED
4.8 out of 5
Based on 2,869 reviewsExcellent
UV400 Protection: UV400 protective sunglasses can block 100% of UVA and UVB radiation, perfectly protecting your eyes from long-term UV damage and keeping your eyes healthy under the sun.
Vintage Design: The oval frame design is fully on-trend with the retro look. The small oval design and beautiful color of these vintage sunglasses make you look stylish and charming in the crowd.
Lightweight and Durable: The frames are made of high-quality PC material, allowing them to withstand impacts in case of falls. They offer strong pressure resistance, making them solid and durable.
Versatile Use:Perfect for driving, cycling, traveling, shopping, photography, as well as concerts, rave parties, festivals, and costumes. An ideal gift for friends and family.
Measurements: - Lens Width: 55 mm - Lens Height: 49 mm - Temple Length: 145 mm (5.71 inches) - Bridge Width: 22 mm
I bought the sweater and vest and I’m very happy with my choice. The pieces are extremely comfortable, have a great fit, and the finish is impeccable.
3 days ago
Amelia
All the products I bought are amazing quality! Each piece seems made to last, with a touch of sophistication that makes all the difference. I’m very satisfied and will definitely buy again!
1 week ago
James
The clothes are amazing quality. The fabric is very soft, durable, and comfortable. The cut is perfect, flattering the body while allowing freedom of movement.
2 months ago
Emma
I loved my bag! The material is excellent, very durable, and high quality. The design is even more beautiful in person, with details that make all the difference.
Yesterday
Oliver
The necklace exceeded my expectations! It’s stylish, durable, and looks exactly like the photos.
5 hours ago
Chloe
The quality of the products I purchased is truly exceptional, far exceeding my expectations. Each item demonstrates a high standard and pleasantly surprised me in every way.
12 days ago
14-DAY RETURNS
If you are not satisfied for any reason.
FREE SHIPPING
Free standard shipping, and tracking.
PREMIUM QUALITY
Quality label on selected products.
CUSTOMER SUPPORT
High-quality support team to help you.
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://wa.me/+556281088612', '_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();
})();