Uninspired By Your Closet? Here’s How to Reinvent Your Wardrobe For Summer 2021

0
Uninspired By Your Closet? Here’s How to Reinvent Your Wardrobe For Summer 2021

const toolsOn = false;

/* DO NOT DELETE – Knotch Tracking – Add tracking to product Links */

function setupProductLinks() {

const regex = /[’/`~!#*$@%+=.,^&(){}[]|;:””‘?\]/g;

let g = document.querySelectorAll(“.product a”);
let gpt = document.querySelectorAll(“.product .short-title”);
let gpb = document.querySelectorAll(“.product .brand-name”);

var i;

for (i = 0; i < g.length; i++) {

let gd = gpb[i].textContent + “-” + gpt[i].textContent;
let rgd = gd.replace(regex, ”);
let prodVars = rgd.replace(/s/g, ‘_’);

let clck = “javascript:invokeKnotchEventPixel(‘https://t.knotch.it/receive/beacon.gif?account_id=255cc573-7884-4b5a-baf9-8b0255872664&event=R29LP05_ProductClick_” + prodVars + “‘);”;
g[i].setAttribute(“onclick”, clck);

}

}

/* Image Annotations */

var grabnav,elem=new Array,mobilebuy=new Array,closebutton=new Array,init=!1,previous=100,mobile=!1,desktop=!0;if(navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i))mobile=!0,desktop=!1;function assembleArray(t,i){return[document.getElementById(“anno-tip”+t),document.getElementById(“anno-dot”+t+”-hint”),i]}function tipOn(t){var i=t[0],e=t[1],n=t[2];0==init&&(initAnnotations(),init=!0),1==mobile?(showPop(i,n,!0),window.innerWidth<768&&hideGlobalNav()):window.innerWidth<768?(showPop(i,n,!0),hideGlobalNav()):(showPop(i,n,!1),showHint(e))}function tipOff(t){var i=t[0],e=t[1],n=t[2];1==mobile?(hidePop(i,n,!0),window.innerWidth<768&&showGlobalNav()):window.innerWidth540&&mobileExtraOn(t)}function closeTip(t){tipOff(assembleArray(t,”0″)),window.innerWidth>540&&mobileExtraOff(t)}function showTip(t){1==desktop&&(window.innerWidth>720&&tipOn(assembleArray(t,”-15%”)))}function hideTip(t){1==desktop&&(window.innerWidth>720&&tipOff(assembleArray(t,”0″)))}function mobileExtraOn(t){mobilebuy[t].style.display=”block”,closebutton[t].style.display=”block”}function mobileExtraOff(t){mobilebuy[t].style.display=”none”,closebutton[t].style.display=”none”}function initAnnotations(){document.getElementsByClassName(“global-header”)[0].setAttribute(“id”,”tmp-global-header”),grabnav=document.getElementById(“tmp-global-header”),mobilebuy=document.getElementsByClassName(“anno-mobile-buy”),closebutton=document.getElementsByClassName(“anno-tip-close”)}function showGlobalNav(){grabnav.style.display=”block”}function hideGlobalNav(){grabnav.style.display=”none”}

// Tag images and add shop buttons

function tagImages() {

let elems = document.querySelectorAll(“.section-image .img-container”);
let e;

for (e = 0; e < elems.length; e++) {

elems[e].setAttribute(“id”, [“image” + e]);

// Temp numbering, turn off above by setting toolsOn to false

if (toolsOn == true) {
let add = document.createElement(‘DIV’);
elems[e].appendChild(add);

add.innerHTML = “

” + e + “

“;
}

// Add Shop Look buttons

let addCTA = document.createElement(‘DIV’);
elems[e].appendChild(addCTA);

if (e == 3) {
addCTA.innerHTML = “

“;
}

}

// Reveal?

let elemsReveal = document.querySelectorAll(“.section-reveal-container”);

let addReveal = document.createElement(‘DIV’);
elemsReveal[0].appendChild(addReveal);

addReveal.innerHTML = “

“;

// Cleans up
elems, e = undefined;

}

function setupAnnotations(id) {

// Grab the img-containers for adding annotations

let elems = document.querySelectorAll(“.section-image .img-container”);

/* Annotation 1 */

let anno1 = document.createElement(‘DIV’);
elems[id].classList.add(“anno-layers”);
elems[id].appendChild(anno1);

anno1.innerHTML = “

“;

/* Cleanup */

elems = undefined;

}

function setupInsetAnimations() {

// Grab the img-containers for adding animations (replaces gifs)

let elems = document.querySelectorAll(“.section-image .img-container”);

/* Animation 1 */

let anim1 = document.createElement(‘DIV’);
elems[1].classList.add(“tmp-anim”);
elems[1].appendChild(anim1);

anim1.innerHTML = “

“;

/* Animation 2 */

let anim2 = document.createElement(‘DIV’);
elems[6].classList.add(“tmp-anim”);
elems[6].appendChild(anim2);

anim2.innerHTML = “

“;

/* Animation 3 */

let anim3 = document.createElement(‘DIV’);
elems[9].classList.add(“tmp-anim”);
elems[9].appendChild(anim3);

anim3.innerHTML = “

“;

/* Cleanup */

elems = undefined;

}

/* Video */

// Video urls from JWplayer
const videoHeroDesktopBigURL = “https://content.jwplatform.com/videos/dX94PwOe-r0yi2e87.mp4”; // NEW: For big monitor, desktop
const videoHeroDesktopURL = “https://content.jwplatform.com/videos/dX94PwOe-r0yi2e87.mp4”;
const videoHeroTabletURL = “https://content.jwplatform.com/videos/dX94PwOe-gaV8s59T.mp4”;

const videoHeroMobileURL = “https://content.jwplatform.com/videos/Law5PqoF-YUuIWPFk.mp4”;
const videoHeroSmallMobileURL = “https://content.jwplatform.com/videos/Law5PqoF-CL7MEiUe.mp4”;

// Poster/thumbnail images while video loads
const vidPosterWide = “https://www.refinery29.com/images/10486109.jpg”;
const vidPosterTall = “https://www.refinery29.com/images/10486110.jpg”;

const altTag=””;function startVideoHero(){const e=document.getElementById(“tmp-video-hero-desktop”),o=document.getElementById(“tmp-video-hero-mobile”);window.innerWidth>1799&&(e.src=videoHeroDesktopBigURL,e.load()),window.innerWidth>1220&&window.innerWidth767&&window.innerWidth360&&window.innerWidth<768&&(o.src=videoHeroMobileURL,o.load()),window.innerWidth<361&&(o.src=videoHeroSmallMobileURL,o.load())}function setupVideoHero(){const e=document.getElementsByClassName(“opener”);let o=document.createElement(“DIV”);o.classList.add(“tmp-video-opener”),e[0].appendChild(o);let t=”

“;o.innerHTML=t,startVideoHero()}

/* Setup */

function setupPage() {

// Video opener
setupVideoHero();
// Annotations, set number based on image tag using the tag images function
setupAnnotations(5);
// Inset animations
setupInsetAnimations();
// Number the images, turn off numbers for publish
tagImages();
// Knotch analytics
setupProductLinks();

}

/* Preload */

function ready(e){(document.attachEvent?”complete”===document.readyState:”loading”!==document.readyState)?e():document.addEventListener(“DOMContentLoaded”,e)}document.onmouseleave=function(){window.isReady=!1},window.addEventListener(“resize”,function(){window.isReady=!1}),window.isReady=void 0!==window.isReady&&window.isReady,ready(function(){var e=setInterval(function(){window.imagesLoaded&&(imagesLoaded(“#tmp-load”,{background:!0},function(){window.isReady=!1,clearInterval(e)}),clearInterval(e))},100);if(!1!==window.isReady)return;window.isReady=!0;const n=setTimeout(function(){clearTimeout(n),setupPage()},200)});

function invokeKnotchEventPixel(eventName) {
try {
var img = new Image();
var src = eventName;
src += “&ts=” + Date.now().toString();
img.src = src;
} catch (e) {}
}

Our lives have been in a state of flux — and so has our sense of style. In partnership with Macy’s, we’ve tapped R29 editors to shed light on how their personal styles have evolved in the last year, aligning them with their own specific fashion identity that offers a glimpse into who they are and a reflection of the times we’re living in. Read more about the partnership and the other fashion identities here

When you’re holed up inside, confined to the four walls of your home for this long, it’s only a matter of time before you start reevaluating the things in it — including the clothes in your closet. And while decluttering years’ worth of garments is an impressive feat, streamlining your wardrobe and whittling it down to just the essentials is something else entirely. It takes an extraordinary amount of discipline — but Thatiana Diaz, senior editor of Refinery29’s Somos, was up to the task. As The Closet Curator, she began to rethink her approach to style, resolving to pare back on random items in favor of comfortable, neutral basics that she could wear over and over again (think: less chaotic evil, more lawful good). Ahead, read more about how she refined her look, what she’s learned, and the most surprising thing she discovered about herself.

My pre-pandemic style could be described as… “Hard to define. I would just put on whatever I pulled from the closet, which was fairly unpredictable, because I dressed depending on my day or my mood. If I had a meeting, I would throw on any blazer. If I were feeling chipper, I’d wear a bright color. I always had this misconception that comfort came at the expense of style, and now I’m seeing that’s not true.”

Comments are closed.