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
YOU DESERVE TO FEEL IN COMPLETE COMFORT
Avora's ComfyCozy Set has gone viral across Facebook, Instagram and TikTok for ONE main reason... its comfort! A thick, soft and warm plush material to ensure warmth and the softest touch
The Pajamas You’ll Never Want to Take Off
Slip into a level of comfort you didn’t even know existed. Our Ultra-Soft Plush Pajama Set is designed to give you that instant exhale feeling the moment you put it on—like wrapping yourself in the warmest, fluffiest hug after a long day. Made from premium cloud-soft fabric with a cozy cable-knit texture, these pajamas feel luxurious on the skin and keep you perfectly warm without ever feeling heavy.
Soft. Warm. Irresistibly cozy. Your new favorite pajamas are right here.
Due to high demand, please allow an extra 3-5 business days processing time
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();
})();