DMT Beauty Transformation: How To Wear Your Indoor Clothes Outside — Without Anyone Noticing
Andrea Cheng featured

How To Wear Your Indoor Clothes Outside — Without Anyone Noticing

October 29, 2020BruceDayne

#DMTBeautySpot #beauty

var elem = new Array(); var mobilebuy = new Array(); var closebutton = new Array(); var init = false; var previous = 100; var mobile = false; var desktop = true; var grabnav; // What device is this? if (navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i)) { var mobile = true; var desktop = false; } function assembleArray(id, pos) { // Assemble a tip and dot array, add id tags to them var a = [document.getElementById('lab-tip' + id), document.getElementById('lab-dot' + id + '-hint'), pos]; return a; } function tipOn(elem) { // Grab items from the array var pop = elem[0]; var hint = elem[1]; var pos = elem[2]; // Setup Global Nav for hiding on mobile if (init == false) { // Add the id to the global nav and store mobile buy buttons setup(); // Done with setup init = true; } if (mobile == true) { // Mobile & Tablet, click dots, show mobile buy button showPop(pop,pos,true); // If just mobiile and not tablet, hide the global nav if (window.innerWidth < 768) { hideGlobalNav(); } } else { // Check for small or wide desktop if (window.innerWidth < 768) { // Desktop Small, click dots, show mobile buy button showPop(pop,pos,true); hideGlobalNav(); } else { // Desktop Wide, rollover dots, no mobile buy button showPop(pop,pos,false); showHint(hint); } } } function tipOff(elem) { // Grab items from the array var pop = elem[0]; var hint = elem[1]; var pos = elem[2]; if (mobile == true) { // Mobile & Tablet, click dots, show mobile buy button hidePop(pop,pos,true); // If just mobiile and not tablet, hide the global nav if (window.innerWidth < 768) { showGlobalNav(); } } else { // Check for small or wide desktop if (window.innerWidth 540) { mobileExtraOn(id); } } function closeTip(id) { // Mobile onClick closebutton var lmt = assembleArray(id, '0'); tipOff(lmt); if (window.innerWidth > 540) { mobileExtraOff(id); } } function showTip(id) { // Desktop Rollover if (desktop == true) { if (window.innerWidth > 720) { var lmt = assembleArray(id, '-15%'); tipOn(lmt); } } } function hideTip(id) { // Desktop Rolloff if (desktop == true) { if (window.innerWidth > 720) { var lmt = assembleArray(id, '0'); tipOff(lmt); } } } function mobileExtraOn(id) { // Turn on the mobile buy button mobilebuy[id].style.display = "block"; closebutton[id].style.display = "block"; } function mobileExtraOff(id) { // Turn off the mobile buy button mobilebuy[id].style.display = "none"; closebutton[id].style.display = "none"; } function setup() { // Add id tag to the global nav, for hiding on mobile document.getElementsByClassName("global-header")[0].setAttribute("id", "lab-global-header"); grabnav = document.getElementById('lab-global-header'); // Get the mobile buttons mobilebuy = document.getElementsByClassName('lab-mobile-buy'); // Get the mobile close buttoms closebutton = document.getElementsByClassName('lab-tip-close'); } function showGlobalNav() { grabnav.style.display = "block"; } function hideGlobalNav() { grabnav.style.display = "none"; } // Setup function numberImages() { var elems = document.getElementsByClassName("img-container"); for (i = 0; i < elems.length; i++) { // Store the spot to add button var numberSpot = elems[i]; // Make the button var addNumber = document.createElement("DIV"); // Add assembled html to the button addNumber.innerHTML = "

" + i + "
"; // Add the number over the image numberSpot.insertBefore(addNumber, elems[i].childNodes[0]); } } function setupProducts() { var prods = document.getElementsByClassName("section-multi-product-container"); for (i = 0; i < prods.length; i++) { var setID = ["products" + i]; prods[i].setAttribute("id", setID); } } function injectImages() { var elems = document.getElementsByClassName("img-container"); /* First Annotation */ var newCode1 = document.createElement('DIV'); elems[1].classList.add("lab-layers"); elems[1].appendChild(newCode1); newCode1.innerHTML = "
Cuddl Duds

Softwear Crewneck Top in Charcoal Heather

$30.00

This soft, stretchy long-sleeve top boasts a close-to-the-body fit, which means it can be worn alone or layered with other pieces.

Cuddl Duds

Soft Knit Crewneck Top in Peacock Blue Stripe

$34.00

Add interest to your look with a printed layer — this one features thumbholes, making it perfect for layering.

Cuddl Duds

Fleece Wear Stretch Leggings in Charcoal Heather

$30.00

Stay warm with a pair of extra-soft fleece leggings. The elastic waistband promises a custom fit.

Cuddl Duds

Lined Stretch Fabric Gloves in Gray Multi

$34.00

Protect your hands from the cold with these stretch faux fur-lined gloves. (These ones are also touchscreen-compatible.)

Cuddl Duds

3-Pack Everyday Crew Socks in Blue

$16.00

Keep your feet warm with a cozy pair of socks.

"; /* Second Annotation */ var newCode2 = document.createElement('DIV'); elems[10].classList.add("lab-layers"); elems[10].appendChild(newCode2); newCode2.innerHTML = "
Cuddl Duds

Softwear Long Sleeve Turtleneck in Black

$34.00

A closet staple, this long-sleeve, body-hugging turtleneck can be worn solo or layered under knits for maximum warmth.

Cuddl Duds

Softwear Crewneck Top in Teal

$34.00

Brighten up your winter wardrobe with a pop of color. This top comes in 17 different colorways and patterns.

Cuddl Duds

Softwear Stretch Leggings in Black

$34.00

Like tights but warmer — these leggings are perfect for cold-proofing skirts and dresses in the winter.

Cuddl Duds

Fluffy Fingerless Gloves in Black

$30.00

Add a luxe touch to your winter look with these fluffy fingerless gloves.

"; /* Third Annotation */ var newCode3 = document.createElement('DIV'); elems[18].classList.add("lab-layers"); elems[18].appendChild(newCode3); newCode3.innerHTML = "
Cuddl Duds

Softwear Long Sleeve Turtleneck in Charcoal Heather

$34.00

Try a turtleneck in white (or in any of the other 12 non-black shades) for an unexpected twist.

Cuddl Duds

Stretch Thermal Long Sleeve Crewneck Top in Northern Lights

$32.00

The key to wearing a waffle knit out in public (without looking like you just rolled out of bed) is picking one with a playful pattern.

Cuddl Duds

Stretch Thermal Leggings in Gray Heather

$32.00

Updated with stretch for maximum comfort, these thermal leggings are a must-have (plus, they have pockets).

"; /* Fourth Annotation */ var newCode4 = document.createElement('DIV'); elems[26].classList.add("lab-layers"); elems[26].appendChild(newCode4); newCode4.innerHTML = "
Cuddl Duds

Softwear Crewneck Top in Red

$34.00

The beauty of this top is its versatility — it can complement just about anything you own (and it comes in 17 colorways).

Cuddl Duds

Softwear with Stretch Ribbed Long Sleeve Henley Top in Charcoal Heather

$34.00

This super-soft henley top adds a layer of warmth without the bulk, making it ideal for leisurely outdoor activities. Its thumbholes, too, can double as gloves.

Cuddl Duds

Fleece Wear Stretch Leggings in Black

$34.00

It’s the LBD of leggings: A go-to pair that works for lounging at home or biking.

Cuddl Duds

Knit Ombre Cuffed Pom Hat in Black

$28.00

Top off your look with a gloriously chunky knit pom beanie.

"; } /* Preload */ var waitForLoad; document.onmouseleave = function() { window.isReady = false } window.addEventListener("resize", function() {window.isReady = false}); function ready(fn) { if (document.attachEvent ? document.readyState === "complete" : document.readyState !== "loading"){ fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } window.isReady = window.isReady === undefined ? false : window.isReady; ready(function () { var imagesLoadedInterval = setInterval(function(){ if(window.imagesLoaded) { imagesLoaded( '#lab-load', { background: true }, function() { window.isReady = false clearInterval(imagesLoadedInterval) }); clearInterval(imagesLoadedInterval) } }, 100) if (window.isReady === false) { window.isReady = true } else { return } waitForLoad = setTimeout(function(){ clearTimeout(waitForLoad); injectImages(); setupProducts(); //numberImages(); }, 2000); })

When you’ve spent a large majority of the year indoors, reacquainting yourself with your kitchen and creating a semi-permanent indent on your couch, it takes a bit more time and energy to piece together an outfit for when you do eventually venture outside (especially in the winter). The solution in this case: Get yourself a wardrobe that does both — a set of base layers that can seamlessly transition from your comfortable, everyday WFH uniform to a properly attired outfit for the world beyond the confines of your home. 

Such incredible versatility is, coincidentally enough, what Cuddl Duds has staked its reputation on with its beloved repertoire of stretchy thermals, ribbed henleys, soft-to-the-touch turtlenecks, and fleece leggings. As proof, we took Cuddl Duds’ layers and, with a few key add-ons, transformed them to suit whatever activity your day might hold — whether that’s a leisurely bike ride, a dinner outdoors, a trip to the farmers’ market, or a walk with your dog. At the core, it’ll feel like you never left your couch — and if that’s not a bit of sartorial magic, then we don’t know what is. 

For home: Coordinate fleece leggings with a soft crew in the same neutral shade — a less bulky version of sweats — for a streamlined look. 

For outside: Break up the gray with a striped top (thumbholes make it even easier for layering) and shrug on a shearling-lined denim jacket for an extra layer against chilly breezes — necessary when you’re freezing because your dog is taking her sweet time sniffing trees. 

For home: Black leggings are not only comfortable and stain-proof (in that you can’t actually see any stains), but they also work with just about any top, including a super-soft (and chic) black turtleneck. 

For outside: Let’s say you lost track of time and you only have a few minutes before you’re meeting friends at an outdoor restaurant for dinner. Your outfit will take all of 30 seconds to put together: Slip on another layer (a teal for a pop of color) and a midi-length skirt, and throw on a coat and boots. Done.

For home: Enduring winter feels rather impossible without a stockpile of thermals, like these stretchy waffle-knit ones (aka keep you warm when your radiator has malfunctioned once again). 

For outside: If you’re one of those who likes her pick of produce at the farmers’ market, it also means waking up at the break of dawn when it’s unbearably cold. Add a turtleneck underneath your thermal, slip on a pair of jeans, bring one more layer (just in case), and you’re set.  

For home: A black pair of leggings + a soft crewneck long-sleeve tee = your standard work-from-home, lounge-on-the-couch uniform (and let’s be honest, pajamas, too). 

For outside: A casual bike ride means not having to make the effort to change into actual workout wear, which makes this outfit the very definition of athleisure. Layer on a ribbed henley with thumbholes (which doubles as fingerless gloves) and a puffer vest, and finish your look with the softest pom beanie and sneakers. 

Like what you see? How about some more R29 goodness, right here?



DMTBeautySpot

via https://www.DMTBeautySpot.com

Andrea Cheng, Khareem Sudlow

You Might Also Like

0 comments

DMT BarberShop

DMT BarberShop
Come get the professional touch you deserve!

YouTube Channel

Contact Form