Friday, June 25, 2021

Chop Suey Club Is Rewriting The “Made In China” Trope

/* ===================================================== */ /* PAGE BACKGROUND COLOR */ /* Background color overall page */ body { background-color: #CFE9FF !important; } /* ===================================================== */ /* ARTICLE HEADER, TITLE, DEK (INTRO), AUTHOR, PUBLISH DATE */ /* Text fonts and color for article title */ h1.title { color: #252B4C !important; /* Default is Playfair Bold */ /* If Brown Bold */ /* font-family: Brown Bold, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; font-weight: 700 !important; */ /* If Brown Regular */ /* font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 400 !important; */ /* If Brown Light */ /* font-family: Brown Light, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 200 !important; */ /* Playfair Regular */ font-family: Playfair Display, georgia, times, serif !important; font-weight: 400 !important; /* Playfair Bold */ /* font-family: Playfair Display, Times New Roman Bold, TimesNewRomanPSMT-Bold, Times Bold, Noto Serif Bold, NotoSerif-Bold, Georgia, serif; */ /* font-weight: 700 important; */ } /* Text fonts and color for article dek/intro blurb */ .dek { color: #252B4C !important; /* Default is Playfair Regular */ /* If Brown Bold */ /* font-family: Brown Bold, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 700 !important; */ /* If Brown Regular */ /* font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 400 !important; */ /* If Brown Light */ font-family: Brown Light, arial, helvetica, sans-serif !important; font-weight: 200 !important; /* Playfair Bold */ /* font-family: Playfair Display, Times New Roman Bold, TimesNewRomanPSMT-Bold, Times Bold, Noto Serif Bold, NotoSerif-Bold, Georgia, serif; */ /* font-weight: 700 !important; */ } /* Text color for author, contributors, publish date, modified date, text-decoration can = underline, or = none */ .header .main-contributors, .header .modified, .header .byline, .header .main-contributors a, .header .modified a, .header .byline a, .primary-tag-banner { color: #252B4C !important; text-decoration: none !important; /* set to 'underline' if needed */ } /* Text hover color for author, contributors, publish date, modified date, text-decoration can = underline, or = none */ .header .main-contributors a:hover, .header .modified a:hover, .header .byline a:hover { color: #066AFF !important; text-decoration: none !important; /* set to 'underline' if needed */ } /* ===================================================== */ /* HEADER SOCIAL */ /* Hide the socil icons under the title, add 'block' = visible, 'none' = hidden */ .header .story-share { display: none !important; } /* ===================================================== */ /* HEADERS H2, H3 (We typically do not support H4) */ .section-text h2 { /* Default is Georgia Bold, uncomment a font-family and font-weight to use */ /* If Brown Bold */ /* font-family: Brown Bold, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 700 !important; */ /* If Brown Regular */ font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; font-weight: 400 !important; /* If Brown Light */ /* font-family: Brown Light, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 200 !important; */ /* Playfair Bold */ /* font-family: Playfair Display, Times New Roman Bold, TimesNewRomanPSMT-Bold, Times Bold, Noto Serif Bold, NotoSerif-Bold, Georgia, serif; */ /* font-weight: 700 !important; */ /* Playfair Regular */ /* font-family: Playfair Display, georgia, times, serif !important; */ /* font-weight: 400 !important; */ } .section-text h3 { /* Default is Georgia Bold, uncomment a font-family and font-weight to use */ /* If Brown Bold */ /* font-family: Brown Bold, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 700 !important; */ /* If Brown Regular */ font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; font-weight: 400 !important; color: #0067FF !important; /* If Brown Light */ /* font-family: Brown Light, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 200 !important; */ /* Playfair Bold */ /* font-family: Playfair Display, Times New Roman Bold, TimesNewRomanPSMT-Bold, Times Bold, Noto Serif Bold, NotoSerif-Bold, Georgia, serif; */ /* font-weight: 700 !important; */ /* Playfair Regular */ /* font-family: Playfair Display, georgia, times, serif !important; */ /* font-weight: 400 !important; */ } .section-text h4 { /* Default is Georgia Regular, setting a default to bold.uncomment a font-family and font-weight to use */ font-weight: bold !important; /* If Brown Bold */ /* font-family: Brown Bold, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 700 !important; */ /* If Brown Regular */ /* font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 400 !important; */ /* If Brown Light */ /* font-family: Brown Light, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 200 !important; */ /* Playfair Bold */ /* font-family: Playfair Display, Times New Roman Bold, TimesNewRomanPSMT-Bold, Times Bold, Noto Serif Bold, NotoSerif-Bold, Georgia, serif; */ /* font-weight: 700 !important; */ /* Playfair Regular */ /* font-family: Playfair Display, georgia, times, serif !important; */ /* font-weight: 400 !important; */ } /* ===================================================== */ /* TEXT PARAGRAPHS */ /* Text color for article paragraphs */ .section-text { color: #252B4C !important; } /* Text fonts for article paragraphs */ .section-text { /* Default is Georgia Regular, uncomment a font-family to use */ font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; /* font-family: Playfair Display, georgia, times, serif !important; */ } /* Text links color & underline color */ .section-text a, .section-text a:link, .section-text a:visited, .related-entry-title { color: #066AFF; border-bottom: 2px solid #ffffff !important; } /* Text links hover color & underline hover color */ .section-text a:hover { color: #066AFF; border-bottom: 2px solid #066AFF !important; } /* ===================================================== */ /* IMAGE CAPTIONS & CREDITS */ .content-caption .credit { color: #000 !important; } .content-caption .description { color: #000 !important; /* Default is Georgia, uncomment a font-family to use */ /* font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-family: Playfair Display, georgia, times, serif !important; */ /* Default style is italic, switch to 'normal' for non-italic */ font-style: normal !important; } /* Caption links color & underline color */ .content-caption .description a { color: #000 !important; border-bottom: 2px solid #000 !important; } /* Caption links hover color & underline hover color */ .content-caption .description a:hover { color: #066AFF !important; border-bottom: 2px solid #066AFF !important; } /* ===================================================== */ /* PRODUCTS & PRODUCT CAROSELS (stand alone) */ /* Product count color (above product carousel) */ .section-multi-product-container .product-count { color: #000 !important; display: block !important; /* add 'block' = visible, 'none' = hidden */ } /* Product brand/promote label font color */ .multi-product-carousel-container .product .brand-name, .multi-product-carousel-container .product .sponsored-product-label { color: #000 !important; } /* Product title font and color */ .multi-product-carousel-container .product .short-title { color: #000 !important; /* Default is Playfair Bold, uncomment a font-family and font-weight to use */ /* If Brown Regular */ font-family: Brown Regular, arial, helvetica, sans-serif !important; font-weight: 400 !important; /* If Brown Light */ /* font-family: Brown Light, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* font-weight: 200 !important; */ /* Playfair Regular */ /* font-family: Playfair Display, georgia, times, serif !important; */ /* font-weight: 400 !important; */ } /* Price color */ .multi-product-carousel-container .product .price .retail-price { color: #000 !important; } /* Sale price color, shows up sometimes */ .multi-product-carousel-container .product .price .sale-price { color: #066AFF !important; } /* Buy Button colors */ .multi-product-carousel-container .product .buy-button { /* Button font color */ color: #000 !important; /* Button fill color, set to 'transparent' to have background show through */ background-color: transparent !important; /* Button border color */ border: 1px solid #000 !important; /* Round or square corners, 0 = square, 40px = rounded */ border-radius: 0 !important; } /* Buy Button colors */ .multi-product-carousel-container .product .buy-button:hover { /* Button font color */ color: #fff !important; /* Button fill color, set to 'transparent' to have background show through */ background-color: #000 !important; /* Button border color */ border: 1px solid #000 !important; } /* ===================================================== */ /* SMALL PRODUCT CAROSELS (pinned to images) */ /* 'Shop This' header */ .product-carousel .product-grid-header span { /* Color of header text */ color: #000 !important; } /* ===================================================== */ /* PULL QUOTE */ /* Color of quote marks */ .section-pull-quote .quote-before, .section-pull-quote .quote-before::before, .section-pull-quote .quote-before::after, .section-pull-quote .quote-after, .section-pull-quote .quote-after::before, .section-pull-quote .quote-after::after { color: #000 !important; /* Hide the quote marks, set to 'none' */ display: none !important; } /* Text font and color of quote */ .quote-wrapper p.quote, .quote-wrapper p.quote span { color: #000 !important; /* Change to Playfair Display or Brown */ font-family: Playfair Display, georgia, times, serif !important; /* font-family: Brown Regular, Gill Sans, Arial, Helvetica, Roboto, Segoe UI Light, Ubuntu Light, DroidSans, sans-serif !important; */ /* Note */ /* if Playfair is selected, you can switch the font-weight: */ /* Light = 200, Regular = 400, Bold = 700, Black 900 */ font-weight: 400 !important; /* if using Playfair, set the letter-spacing to -0.02em, or leave at 0 for Brown */ letter-spacing: -0.02em !important; } /* Text color of quote credit */ .quote-wrapper .quote-credit { color: #000 !important; } /* ===================================================== */ /* ARTICLE END: AUTHORS, CREDITS, TAGS ETC. */ /* Text color for article contributor, date, credtis and bylines */ footer .byline, footer .byline a, footer .featured-name, footer .published, footer .breadcrumbs footer .crumb, footer .featured-contributors, .jump-to-comments-icon { color: #000 !important; text-decoration: none !important; /* set to 'underline' if needed */ } /* Change the hover outline color for the author avatar */ footer .featured-contributors a:hover img { border-color: #066AFF !important; } /* ===================================================== */ /* ADS */ /* Text color of the word 'ADVERTISEMENT' above ads */ .section-ad span { color: #555 !important; } /* ===================================================== */ /* STICKY BUTTON /* Hide the small overlay button (Ex. Stay At Home Guide), add 'block' = visible, 'none' = hidden */ .sticky-button { display: none !important; } /* ===================================================== */ /* BOTTOM OF PAGE EXTRAS */ /* Hide the share/social icons, add 'block' = visible, 'none' = hidden */ .share-bottom-wrapper { display: block !important; } /* Hide the SpotIM module (comments), add 'block' = visible, 'none' = hidden */ .spot-im-comments-container, .jump-to-comments-icon { display: block !important; } /* Hide the Most Talked About module (from SpotIM), add 'block' = visible, 'none' = hidden */ .spot-im-recirculation-container { display: block !important; } /* Hide the Recirculation/Related Stories & Watch Series module, add 'block' = visible, 'none' = hidden */ #below-the-fold-modules { display: block !important; } /* Hide the Discover Shop Watch module, add 'block' = visible, 'none' = hidden */ .jump-wrapper { display: block !important; } /* ===================================================== */ /* DIVIDERS */ /* Replace the standard divders with your own image. Minimum width 1000px png, squoosh with OxiPNG compression */ .section-divider .divider, .r29-article .squiggly-line { content: url(https://ift.tt/2RF5m8G); max-width: 400px !important; /* Max is 720px */ } /* ===================================================== */ /* RELATED: 3X STORIES */ /* Related header color */ .related-entries-header { color: #000 !important; } /* Related title color and underline */ .related-entry-title { color: #000 !important; border-bottom: 1px solid #066AFF !important; } /* ===================================================== */ /* EXTRA: IMAGE INSET? */ /* Left image inset, un-comment to remove inset */ .body .section-container.left-align { /* float: none !important; margin-left: auto; margin-right: auto; */ } /* Right image inset, un-comment to remove inset */ .body .section-container.right-align { /* float: none !important; margin-left: auto; margin-right: auto; */ } /* ===================================================== */ /* OUTBRAIN MODULE aka 'Recommended for you' */ /* ASK PRODUCT BEFORE ALTERING */ /* Hide it, add 'block' = visible, 'none' = hidden */ .OUTBRAIN { display: block !important; } /* CHANGE ONLY FOR DARKER PAGE STYLE, Header and title colors */ .OUTBRAIN .ob-widget-header, .OUTBRAIN .ob-rec-text { color: #fff !important; /* color: #000 !important; */ } /* Small sponsor text colors */ .OUTBRAIN .ob_what, .OUTBRAIN .ob-rec-source { color: #fff !important; /* color: #000 !important; */ } /* ///////////////////////////////////////////// */ /* Image Annotation Styles */ /* Dot colors */ .anno-dot svg circle { fill: #dbff43; } /* Dot color hover */ .anno-dot:hover svg circle { fill: #252b4d; } /* NOTE: Buttons from dot rollover. Needs to be same as Dot hover! */ .anno-dot-hint { background-color: #dbff43; /* persons 1 = BB3E0E, persona 2 = 826AD8, persona 3 = 008738 */ } /* SHOP THE LOOK button text */ .anno-dot-hint h5 { color: #252b4d; /* persona 1 = B9DAFF, persona 2 = EEF4B7, persona 3 = FFCFC7 */ } /* Popup bg color */ .anno-tip { background-color: #dbff43; } /* ///////////////////////////////////////////// */ /* Page setup */ #tmp-load{position: fixed;top: -1px;left: 0;opacity: 0.0;width: 1px;height: 1px;display: block;}#tmp-load img{width: 100%;}*{box-sizing: border-box;}html{-webkit-overflow-scrolling: touch; scroll-behavior: smooth;}/* Image Annotations */.anno-container{position: relative;width: 100% !important;max-width: 100% !important;margin: 0;padding: 0;text-align: center;vertical-align: top;}.anno-layers{position: relative;width: 100%; margin: 40px auto;padding: 0;text-align: center;vertical-align: top;}.anno-layer-image{position: relative;width: 100%;margin: 0;padding: 0;}.anno-layer-image img{width: 100%;margin: 0;padding: 0;}.anno-container .content-caption .credit{padding-top: 5px !important;text-align: left !important;}.anno-layer-dots{position: absolute;top: 0;left: 0;right: 0;width: 100%;max-width: 1800px;height: 100%;margin: 0;padding: 0;z-index: 204;}.anno-dot{position: absolute;pointer-events: auto;cursor: pointer;z-index: 9999998;}.anno-dot img{width: 100%;max-width: 30px;}.anno-dot svg{position: relative;}.anno-layer-tips{position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;margin: 0;padding: 0;z-index: 205; background-color: transparent; pointer-events: none;}.anno-tip{position: absolute;margin: 0;padding: 0;width: 100%;max-width: 400px;opacity: 0;display: none;text-align: left;z-index: 999999999;}.anno-tip-details{margin: auto 0;height: 100%;padding: 20px 20px 15px;}.anno-tip h4{font-family: Playfair Display, Georgia, Times, serif;font-size: 17px;font-weight: 700;line-height: 1.25em;letter-spacing: -0.025em;margin: 0;padding: 6px 0 8px;color: #000;}.anno-tip h5{font-family: Brown Bold, Gill Sans, helvetica, arial, sans-serif;font-size: 12px;font-weight: 600;line-height: 1.25em;letter-spacing: 0.05em;margin: 0;padding: 0;color: #000;}.anno-tip p{font-family: Brown Regular, Gill Sans, helvetica, arial, sans-serif;font-size: 14px;font-weight: 400;line-height: 1.25em;letter-spacing: 0.05em;color: #000;padding: 0 20px 10px;}.anno-tip-image{width: 100%;max-width: 400px;margin: 0;padding: 0;opacity: 1;}.anno-dot-hint{position: absolute; top: 2px; left: 0; right: 0; padding: 10px 15px; margin: 0 0 0 -50px;opacity: 0;display: none;border-radius: 0;height: 34px;width: 150px;}.anno-dot-hint a{pointer-events: auto;cursor: pointer;}.anno-dot-hint h5{font-family: Brown Bold, Gill Sans, helvetica, arial, sans-serif;font-size: 12px;font-weight: 500;line-height: 1.25em;letter-spacing: 0.05em; margin: 0; padding: 0;}.anno-tip-image img{width: 100%;max-width: 400px;margin: 0;padding: 0;opacity: 0.98;}.anno-layer-popups{position: absolute;top: 0;left: 0;right: 0;width: 100%;margin: 0;padding: 0;z-index: 210;}.anno-mobile-buy{display: none;margin: 0 0 40px 20px;}.anno-mobile-buy a{pointer-events: auto;cursor: pointer;}.anno-mobile-buy h5 span{padding: 10px;background-color: #000;color: #fff;}.anno-tip-close{display: none;width: 30px;height: 30px;pointer-events: auto;cursor: pointer;position: absolute;top: 10px;right: 10px;}.anno-tip-close svg polygon{fill: #000;}.anno-dot{cursor: pointer;pointer-events: auto;}.anno-dot svg circle{/* Above */animation: moveDot 1s infinite;}.anno-dot:hover svg circle{/* Above */animation: overDot 1s infinite;}/* Delay the dot animations, to offset sync */.anno-dot-delay0 svg circle{animation-delay: 0ms;}.anno-dot-delay1 svg circle{animation-delay: 200ms;}.anno-dot-delay2 svg circle{animation-delay: 400ms;}.anno-dot-delay3 svg circle{animation-delay: 600ms;}.anno-dot-delay4 svg circle{animation-delay: 800ms;}.anno-dot-delay5 svg circle{animation-delay: 1000ms;}.anno-dot-delay6 svg circle{animation-delay: 1200ms;}.anno-dot-delay7 svg circle{animation-delay: 1400ms;}.anno-dot-delay8 svg circle{animation-delay: 1600ms;}.anno-dot-delay9 svg circle{animation-delay: 1800ms;}/* Animation Keyframes*/@keyframes moveDot{0%{opacity: 0.0;}33%{opacity: 1;}66%{opacity: 0.0;}100%{opacity: 0.0;}}@-moz-keyframes moveDot{0%{opacity: 0.0;}33%{opacity: 1;}66%{opacity: 0.0;}100%{opacity: 0.0;}}@-webkit-keyframes moveDot{0%{opacity: 0.0;}33%{opacity: 1;}66%{opacity: 0.0;}100%{opacity: 0.0;}}@-o-keyframes moveDot{0%{opacity: 0.0;}33%{opacity: 1;}66%{opacity: 0.0;}100%{opacity: 0.0;}}@keyframes overDot{100%{opacity: 1;}}.anno-wide{display: block;}.anno-small{display: none;}@media only screen and (max-width: 1024px){.anno-mobile-buy{margin: 0 auto 50px;text-align: center;}}@media only screen and (max-width: 760px){.anno-layer-tips{position: fixed;top: 0;left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 99999999999;}.anno-tip-contents{position: relative;margin: 0 auto;padding: 0;height: auto;max-width: 414px;}.anno-tip{position: absolute;width: 100%;height: 100%;max-width: 100%;margin: 0 auto;padding-top: 40px;overflow: visible;}.anno-tip-close{display: block;top: 30px; right: 30px;background-size: 30px; width: 30px; height: 30px;}.anno-tip-details{margin: 0px auto 0; height: auto; padding: 0px 40px 15px; position: relative;}.anno-tip-image{width: 100%; max-width: 100%; padding: 40px 0 0; box-sizing: border-box;}.anno-tip-image img{width: 100%; max-width: 100%; margin: 0; padding: 0; opacity: 1;}.anno-tip h5{font-size: 13px;}.anno-tip h4{font-size: 21px; font-weight: 700; line-height: 1.45em; padding: 6px 35px 8px 0;}.anno-tip p{font-size: 15px; line-height: 1.45em; letter-spacing: 0.05em; padding: 0 40px 10px;}.anno-dot-hint{display: none !important;}.anno-mobile-buy{display: block;margin: 0 auto;text-align: center;}.anno-mobile-buy h5{padding: 8px 8px 8px 0;}.anno-mobile-buy h5 span{padding: 8px 15px;background-color: #000;color: #fff;border-radius: 60px;}.anno-wide{display: none;}.anno-small{display: block;}}@media only screen and (max-width: 414px){.anno-layer-tips{padding-top: 40px;}.anno-tip-image{max-width: 98%;}.anno-tip-contents{max-width: 344px;}}@media only screen and (max-width: 375px){.anno-layer-tips{padding-top: 20px;}.anno-tip-image{max-width: 80%;}.anno-tip-contents{max-width: 344px;}}@media only screen and (max-width: 375px) and (max-height: 812px){.anno-layer-tips{padding-top: 40px;}.anno-tip-image{max-width: 100%;}}@media only screen and (max-width: 375px) and (max-height: 667px){.anno-layer-tips{padding-top: 40px;}.anno-tip-image{max-width: 75%;}}@media only screen and (max-width: 360px){.anno-layer-tips{padding-top: 0;}.anno-tip-details{margin: 0px auto 0; height: auto; padding: 0px 20px 15px; position: relative;}.anno-tip-image{width: 100%; max-width: 50%; padding: 10px 20px 0; box-sizing: border-box;}.anno-tip h4{font-size: 19px;}.anno-tip p{padding: 0 20px 10px;}.anno-mobile-buy{display: block;margin: 0 0 0 20px;}.anno-tip-close{background-size: 20px; width: 20px; height: 20px;}}@media only screen and (max-width: 360px){.anno-layer-tips{padding-top: 0;}} /* Positions for Dots & Tips */ /* Image 01 */ #anno-dot0 { top: 28%; left: 87%; } #anno-tip0 { top: 22%; left: -10%; } /* Image 02 */ #anno-dot1 { top: 59%; left: 60%; } #anno-tip1 { top: 22%; left: -10%; } /* Image 03 */ #anno-dot2 { top: 21%; left: 24%; } #anno-tip2 { top: 22%; left: 55%; } @media only screen and (max-width: 1100px) { /* Image 01 */ #anno-dot0 { top: 28%; left: 87%; } #anno-tip0 { top: 22%; left: -10%; } /* Image 02 */ #anno-dot1 { top: 59%; left: 60%; } #anno-tip1 { top: 22%; left: -10%; } /* Image 03 */ #anno-dot2 { top: 21%; left: 24%; } #anno-tip2 { top: 22%; left: 55%; } } @media only screen and (max-width: 960px) { /* Image 01 */ #anno-tip0 { top: 22%; left: 0.1%; } /* Image 02 */ #anno-tip1 { top: 22%; left: 0.1%; } /* Image 03 */ #anno-tip2 { top: 22%; left: 45%; } } @media only screen and (max-width: 760px) { /* Image 01 */ #anno-dot0 { top: 28%; left: 87%; } #anno-tip0 { top: 0; left: 0; } /* Image 02 */ #anno-dot1 { top: 59%; left: 60%; } #anno-tip1 { top: 0; left: 0; } /* Image 03 */ #anno-dot2 { top: 21%; left: 24%; } #anno-tip2 { top: 0; left: 0; } } /* Hide CTA's and mobile buttons */ .anno-dot-hint { background-color: transparent !important; } .anno-dot-hint a { display: none !important; } .anno-dot-hint h5 { display: none !important; } .anno-mobile-buy { display: none !important; } /* ///////////////////////////////////////////// */ /* Desktop vs mobile */ .tmp-wide { display: block; } .tmp-small { display: none; } @media only screen and (max-width: 760px) { .tmp-wide { display: none; } .tmp-small { display: block; } } /* ===================================================== */ /* DO NOT ALTER */ article, .r29-article, .section-ad, .row-ad, #below-the-fold-modules, .spot-im-recirculation-container, .byline.breadcrumbs:after, .byline.other-contributors:after, .condensed-header{background-color: transparent !important;}.section-text a, .section-text a:link, .section-text a:visited, .related-entry-title{text-decoration: none !important;}.condensed-title span, .condensed-title{}.section-text h4{}.quote-wrapper p.quote{font-size: 30px !important;}.branding-banner{background-color: transparent !important;}.section-text h4{padding-top: 10px !important;}.condensed-header{display: none !important;}#action-button-react-iframe{background-color: transparent !important;}.section-divider .divider, .r29-article .squiggly-line{margin: 10px auto 0 !important;text-align: center;}.section-divider .divider img{width: 100% !important;max-width: 720px !important;margin: 0 auto !important; text-align: center !important;}@media only screen and (max-width: 1220.99px) and (min-width: 961px){.section-divider .divider{margin: 40px auto 40px !important;}.section-divider .divider img{width: 100% !important;margin: 40px auto 25px !important; text-align: center !important;}}@media only screen and (max-width: 960.99px){.section-divider .divider{margin: 40px auto 40px !important;}.section-divider .divider img{width: 60% !important;margin: 40px auto 25px !important; text-align: center !important;}}#below-the-fold-modules, .spot-im-recirculation-container{background-color: #f5f5f5 !important;}.comments-container, .spot-im-comments-container{background-color: #f5f5f5 !important; padding: 20px 30px !important; border-radius: 4px !important;}#invusion {display: none !important;}.product-carousel .product-grid-header span { background-color: transparent !important;}.product-carousel {background-color: transparent !important;} const toolsOn = false; /* ///////////////////////////////////////////// */ /* Image Annotations */ 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('anno-tip' + id), document.getElementById('anno-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 initAnnotations(); // 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 initAnnotations() { // Add id tag to the global nav, for hiding on mobile document.getElementsByClassName("global-header")[0].setAttribute("id", "tmp-global-header"); grabnav = document.getElementById('tmp-global-header'); // Get the mobile buttons mobilebuy = document.getElementsByClassName('anno-mobile-buy'); // Get the mobile close buttoms closebutton = document.getElementsByClassName('anno-tip-close'); } function showGlobalNav() { grabnav.style.display = "block"; } function hideGlobalNav() { grabnav.style.display = "none"; } /* ///////////////////////////////////////////// */ // Tools - TURN OFF BEFORE PUBLISH 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 + "
"; } } } // Setup 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; } /* ///////////////////////////////////////////// */ /* Setup */ function setupPage() { // Annotations, set number based on image tag using the tag images function setupAnnotations(3); // Number the images, turn off for publish tagImages(); } /* ///////////////////////////////////////////// */ /* Preload */ 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( '#tmp-load', { background: true }, function() { window.isReady = false clearInterval(imagesLoadedInterval) }); clearInterval(imagesLoadedInterval) } }, 100) if (window.isReady === false) { window.isReady = true } else { return } const waitForLoad = setTimeout(function(){ clearTimeout(waitForLoad); setupPage(); }, 200); })

Chop Suey Club is one of 11 women-led businesses nominated by Refinery29 for 99 Days of Designa program working to empower small businesses through graphic design support and financial aid in collaboration with 99designs by Vistaprint.

Some things you might encounter upon entering New York’s gallery-turned-boutique, Chop Suey Club: traditional stoneware teapots, a brooch shaped like a nose, men’s swim briefs, Frank Ocean. Perhaps an elite cast of designers and creative directors roving about mid-event — or maybe a neighboring bodega-owner, pausing to greet the shop’s founder, Ruoyi Jiang. 

Still, in the face of all that variety, the shop’s inventory adheres to one key tenet: Everything falls in the genre of contemporary Chinese design. “Five or six years ago, trying to find art that incorporated my heritage but also felt distinctly modern felt impossible,” Jiang says, “so I decided I should remedy that.”

At the time, her guiding principle was a simple one: to rewrite the “made in China” trope — and all the stereotypes that came with it. Jiang wanted to showcase an eclectic range of products and works of art coming from China that felt striking and contemporary — the sorts of works that would broaden consumers’ conceptions of what Chinese art was “supposed to” look like. And evidently, there was plenty of local demand: Soon after the spot’s opening in 2015, the place found resounding success with an ever clout-y assortment of celebrity and pedestrian buyers in constant attendance. 

At present, nearly seven years later, Chop Suey Club has become more than a retail destination. The place has matured into a community hub, hosting regular events geared toward New York’s Asian American community. It’s become a stalwart in the ever-changing landscape of Manhattan’s Lower East Side. And it’s come to stand as Jiang’s personal defense against xenophobia. “Art is my way of combating anti-Asian racism,” she says. “I think a lot of hate comes from fearing or disliking anything foreign. So I’ve always wanted to use design as a way of inviting people into my culture — helping them appreciate, admire, and embrace it.”

Now, as quarantine restrictions lift and our retail landscape begins to regain momentum, we sat down with Jiang to talk about all things Chop Suey Club. Ahead, read as she expounds on the secrets to uncovering new, independent makers, maintaining a business in the midst of a pandemic, and fighting anti-Asian hate through contemporary art.

At the outset, how did you get Chop Suey Club off the ground? 

“Chop Suey Club was intended as an e-commerce project, but through some unforeseen circumstances, I inherited the lease to a commercial space in Chinatown from a landlord I have a close, personal relationship with. So, I decided I’d start with a brick-and-mortar store first, then develop our online presence afterwards. Honestly, it was super scary. I don’t come from a retail background and at that time, our location was pretty bleak — there were only a small handful of stores and restaurants nearby. Opening a brick-and-mortar store in New York was a huge challenge because the overhead cost was enormous, but I did some math and figured out I had about five months to really make it work. If it wasn’t working by then, I’d have to close the shop. But lo and behold, five months later, it was working. We were getting more and more customers, and growing our inventory by the day.”

Do you have a typical customer? 

“Our customer base is pretty eclectic. We have a lot of local customers — and because there are so many new residential developments popping up on the Lower East Side, that number is constantly growing. In the beginning, the shop was geared toward attracting professionals in creative industries — stylists, creative directors, designers — and that’s exactly how it worked out. Our very first customers were actually some very prominent fashion designers and stylists, and that kind of solidified the whole project.

“Later, we pivoted a little bit to attract more Chinese American or Asian American customers when we saw how little Asian art representation there was in New York. We wanted our Asian American customers to have access to lifestyle items that spoke to their heritage, but were also tasteful and modern. Right now, I’d say that’s still our biggest intended audience. But that’s not to say we’re not thrilled about all kinds of customers. Also, we’ve been fortunate enough to draw in quite an impressive list of celebrity customers, which has been very surprising: Grimes, Lady Gaga, Frank Ocean. But I can’t say that part of it was planned.” 

As a business owner, how did you stay afloat during the pandemic? 

“It’s funny: When the business first took off, I knew a decent amount about e-commerce, but I hadn’t actually employed any of that knowledge because I’d been so focused on the IRL experience. Then once the pandemic hit, I had to find a way to make the shop thrive digitally. I immediately learned that not leaning on e-commerce had been a big loss for our business. During the shutdown we poured a lot of effort into developing our digital sales, and we’re doing way better than we were at first, so that definitely helped to keep us in business. We also got loans from the government, but that ran out quite fast. 

“It’s definitely been a rough year for us. Right now, financially, we’re trying to get ourselves back to where we were maybe two years ago. But at the same time, I’ve felt really lucky, especially seeing these old and new stores closing down around us. Of course, we pondered shuttering the storefront so we could save money — a lot of money — but we decided that the real-life experience was so important to our mission.” 

How would you describe the nature of the goods you carry in the shop? 

“At first, I only wanted to carry products that weren’t so stereotypically Chinese. I didn’t want things that relied on heavily used Chinese motifs, images, and decals. I wanted to present a different image: I wanted things to look really modern without needing to declare anything about their heritage at a surface level. I wanted people to know that there were all these cool and exciting and interesting designs coming out of China — and that Asian art wasn’t just this one specific thing. In part, that’s still true, but lately, I’m paying a lot more attention to designers that utilize some of those motifs or that traditional imagery because that’s become something of a trend. A lot of Asian designers feel like they should be relishing their opportunity to make these things — rather than allow their culture to be appropriated by other designers trying to adopt the fad.”

How do you go about curating the art and design products you carry?

“I’m always looking for new products and designers. It’s a full-time job. I’m surfing the internet, I’m checking social media, I’m talking to friends. I’m never not on the lookout — because finding new industrial or product designers is really hard. When it comes to fashion, there’s a lot more space for editorial or public promotion, but on the industrial side, you need to do a bit more digging. So I spend a ton of time looking through various design awards, and I check graduation exhibitions from various design schools to see if there are new, talented designers we should collaborate with.” 

For folks who haven’t been, what’s your retail space like, aesthetically? 

“The place is extremely small so the interior is very funky. We don’t have a lot of wall space, so we can only display a few pieces of art at a time, and they’ve got to be two-dimensional. Other artwork that’s more sculptural sits on the floor alongside the other displays. When you look around, you just have to let your eyes settle on something — there’s no clear, organizational principle. 

“Basically, the whole place feels like someone’s living room. It has an upstairs and downstairs, so people walk in and they’re like, ‘Is this a studio? It feels kind of homey.’ But I love the closeness of the layout. Over the years, the store has become more than just a retail spot. It has become a shopping experience. Early on, we started hosting events, simply because we had the space, and unexpectedly, the showroom became a community gathering space. We had people who would come every weekend to see what was new, and we developed strong relationships with them. We had art dealers who would visit and local shop owners who we built rapport with. It became the place to be.”  

You’ve mentioned that you believe in utilizing art and design to combat xenophobia. Can you tell us about that philosophy?

“There are a ton of people who harbor deep hostility toward people from other cultures because they don’t understand those cultures or know how to interpret them. So, I’ve always felt like the key to helping people gain a little bit more perspective is to actually invite them in and open your culture up to them. Give them a chance to understand where you come from. When it comes to bridging that gap, art and design are an excellent way of making connections, because they give people a chance to build a relationship of their own with another culture. For example, if someone who knows very little about the Asian population buys a beautiful Chinese teapot, uses it daily, and admires it, they’re inviting that element of Asian culture into their lives. They’re embracing it. And that feels like a step closer to even broader acceptance.

“Also, at Chop Suey Club, we pay a lot of attention to the history or the concept behind each of our products — and we make a huge effort to explain those details to all of our customers. When someone comes in to make a purchase, they’ll often leave having learned a bunch of new things about a certain product’s history or the traditional Chinese ideas that inspired it, and that’s a really excellent way of making Asian culture feel more accessible. In fact, we’ll have Chinese customers bring in friends without Asian backgrounds, and we get the pleasure of listening to one friend explain to the other all the nuances in these artworks or lifestyle products. It’s such a lovely thing to watch.”

Are the events you host at Chop Suey Club directed toward a similar mission?

“Definitely. With all of our events, I want to communicate that it’s good and okay to be proud of your own heritage and to actually showcase that pride for other people. Plus, events are such a powerful way for people to connect, so I love that we can provide a space for New Yorkers who want to do that. 

“Growing up, I went to an international school in Beijing and all the kids there came from all over the world, so we had this term for one another: ‘third culture kids.’ It was a way of describing kids who grew up in a culture that didn’t match either of their parents’. Kids in that scenario often struggle with identity issues — they don’t know how to explain where they came from. And right now, I see a similar thing happening within the Chinese or Asian American communities in New York. Even though these people identify as Americans, there’s this Chinese element that they can’t really reconcile, and it really helps to have a community to explore that with. I think having a greater understanding of your own heritage can help you feel more at ease with your own identity.” 

Products aside, what do you want people to take away from their experiences shopping at Chop Suey Club?

“I don’t want shopping here to be this purely transactional experience. I want it to be about building community, embracing culture, bridging distances, and celebrating work made by minorities. But at the same time, it can be so difficult to balance your business and your ideals. Being a physical business in New York, the financial struggle is always going to be real. So yes, we still need to sell products — and we still want to sell products. But we want to be so much more than a cut-and-dry vendor. And honestly, I think we are.”

How do you plan to cash in on this marketing & design opportunity from 99designs by Vistaprint?

“This grant came in just in time, actually. We’ve been renovating the store and we’re just about to finish, so there are lots of opportunities for us to incorporate more of our visual identity than ever before. We’re planning to cut a new window decal, print new business cards, make new stickers, etcetera.

“And speaking of all those marketing materials, we’re super excited to have new logos to work with. Our previous logo was really unique but also somewhat difficult to use…so this time around we wanted something that would fit well on merchandise or a store awning. The logo designs from the 99designs by Vistaprint team really manage to encapsulate our brand identity: they highlight Chinese heritage without losing that key sense of modernity.”

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

No comments:

Post a Comment