• Home
  • RSS
  • Sobre Nós
  • Contate-Nos
  • Seu Horóscopo!
June 14, Sunday, 2026
  • Login
CELEBRITY LAND!
  • Home
  • Estrelas
  • Celebridades
  • Fofocas
  • Música
  • Realeza
  • Entretenimento
  • Videos
No Result
View All Result
  • Home
  • Estrelas
  • Celebridades
  • Fofocas
  • Música
  • Realeza
  • Entretenimento
  • Videos
No Result
View All Result
Celebrity Land
No Result
View All Result

Alexis Bittar is an Entertainment Mogul Who Also Designs Jewelry

Story Center by Story Center
March 27, 2026
Reading Time: 8 mins read
0
Alexis Bittar is an Entertainment Mogul Who Also Designs Jewelry

Jewelry designer Alexis Bittar is a true showman. He’s got fashion retail in his blood and in the last few years he’s unleashed the old-school Hollywood producer in his soul. After buying back the eponymous jewelry he’s sold years before, he launched a social media series that became an instant viral sensation. He’s a disruptor and an original thinker and we’re super fans. Oh, and he also makes fabulous jewelry.

RELATED POSTS

Oportunidade de comissionamento: novo formato de entretenimento de comédia para BBC iPlayer e BBC Two

BigBang, Byeon Woo-seok, Itzy: Singapore concert calendar for 2026 , Entertainment News

Jennifer Lopez faz confissão à NSFW sobre os membros do elenco de ‘True Romance’

Alexis Bittar at Indochine by Eric McNatt

Let’s flash back to the very beginning. Did you start selling jewlery on a TV tray on St. Mark’s Place? Or did I dream that?

It was vintage clothes and antique jewelry on a quilt on St. Marks near Cooper Union. I was 13 years old. I needed to be in the middle of the East Village. At all costs.

Wow. Did you grow up in New York?

Bay Ridge, Brooklyn. I had finagled some car service to get these free vouchers, and they would pick me up with these garbage bags of used clothes that I’d buy in Washington Heights, by the pound, then bring them to the East Village. That was my weekend business.

Did you just throw the clothes in the can or did you pick and edit them?

ADVERTISEMENT

Pick and edit. I’d have to pick through. It was a massive place in Washington Heights on 106th Street. At the time there were very few vintage stores. It was 1982, so they didn’t really exist. Canal, what was it?

Canal Jeans.

Canal Jeans, right and Unique Boutique had some vintage, but there wasn’t a ton.

Screaming Mimi’s.

St. Marks was the place where you would go and find stuff. I was there from 13 to 18. I actually never got off the street until I was 25.

Did you go to school?

No, I’m a dropout. I’m a drug addict dropout.

Let’s hear it for the dropouts. What made you want to do vintage clothes and jewelry?

My parents are history professors, and so they really instilled this history through objects and this understanding of history with fashion was kind of important from the beginning. And then my family would watch old movies. The 39 Steps was the first movie I saw. We would get a quarter allowance a week, so there was not a lot of money happening, and they instilled this sense of entrepreneurship at a really early age. I started selling on the street when I was 10.

Vintage clothing then was from when, the ’30s or ’40s ?

You could still get ’30s and ’40s. But actually what was really moving a lot at the time was ’70s because the whole mod look was really happening. There were a lot of black leather jackets from the ’70s.

And when did you then segue into designing jewelry?

When I got sober. I started designing, maybe even right before I got sober. I started designing and I was like I don’t want to be finding vintage things. I want to create my own. And I basically used all that knowledge and compressed it into design and quickly got picked up by stores, but I continued selling on the street.

When did you start doing the jewelry?

I think probably at 24. I was in Bendel’s and then Takashimaya, Barneys, Bergdorf’s. It was pretty fast, but I still was selling on the street. I was so into the street. This was 1990. So, I got sober in 1990. So ’94, ’95 was when I stopped selling on the street.

From Your Site Articles

Related Articles Around the Web

window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function bootRpm(){
const INTERNAL_CLASS_PREFIXES = [“tag-“, “post-section-“, “rm-fl-“];
function filterOutNoisyClassNames(className) {
function doesClassNameStartWithPrefix(badPrefix) {
return className.indexOf(badPrefix) === 0;
}
return !INTERNAL_CLASS_PREFIXES.some(doesClassNameStartWithPrefix);
}
function signatureMaker(id, tagName, classList) {
const cleanClassList = classList.filter(filterOutNoisyClassNames).sort();
return [id, tagName, cleanClassList];
}
window.__rpmOptions = window.__rpmOptions || {
lcpTrackerOptions: {
signatureMaker: signatureMaker,
},
clsTrackerOptions: {
signatureMaker: signatureMaker,
},
};
window.REBELMOUSE_STDLIB.loadExternalScript(“https://www.rebelmouse.com/pharos/client/v1/mjs/web.mjs”, function(){})
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
let oldMenu = document.querySelector(‘.main-menu-wrapper .sections-list’);
let newMenu = document.querySelector(‘.sections-menu’);
oldMenu.parentNode.replaceChild(newMenu, oldMenu);
newMenu.classList.remove(‘hidden’);
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
console.log(“—general GA —“);
// Topbar links
document
.querySelectorAll(“.topbar__inner a, .rebelbar__inner a”)
.forEach((link) => {
link.addEventListener(“click”, function () {
gtag(“event”, “all_clicks”, {
cta: “topbar”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: link.innerText,
});
console.log(“clicked link in top bar”);
});
});
// Hamburguer menu links
document.querySelectorAll(“.sections-menu a”).forEach((link) => {
link.addEventListener(“click”, function () {
gtag(“event”, “all_clicks”, {
cta: “hamburger_menu”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: link.innerText,
});
console.log(“clicked link in hamburger_menu”);
});
});
// Footer links
document.querySelectorAll(“footer a”).forEach((link) => {
link.addEventListener(“click”, function () {
let linkText = “”;
const hasIconInside = link.querySelector(“svg”) !== null;
if (!hasIconInside) {
linkText = link.innerText;
gtag(“event”, “all_clicks”, {
cta: “footer”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: linkText,
});
console.log(“clicked link in footer”);
}
});
});
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
// Article
document
.querySelectorAll(
“[data-source=”current_post”] a, [data-attr-format=”splash-custom”] a”
)
.forEach((link) => {
link.addEventListener(“click”, function () {
let linkText = “”;
const hasImageInside = link.querySelector(“img”) !== null;
const hasImageBGDivInside = link.querySelector(“.widget__image”) !== null;
const hasVoidJsBehavior = link.href === “https://www.papermag.com/javascript: void(0)”;
const hasIconInside = link.querySelector(“svg”) !== null;
if (hasVoidJsBehavior) return null;
if (hasIconInside) return null;
if (hasImageInside) {
linkText = link.querySelector(“img”).src;
} else if (hasImageBGDivInside) {
linkText =
link.querySelector(“.widget__image”).computedStyleMap.backgroundImage;
} else if (link.children.length > 0) {
linkText = link.innerText;
}
gtag(“event”, “all_clicks”, {
cta: “in_article”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: linkText,
});
console.log(“clicked link in in_article”);
});
});
// Breadcumbs
document.querySelectorAll(“.rm-breadcrumb a”).forEach((link) => {
link.addEventListener(“click”, function () {
gtag(“event”, “all_clicks”, {
cta: “in_article”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: link.innerText,
});
console.log(“clicked link in in_article”);
});
});
// carousel afer article
document.querySelectorAll(“.hero-carousel a”).forEach((link) => {
link.addEventListener(“click”, function () {
let linkText = “”;
const hasImageInside = link.querySelector(“img”) !== null;
if (hasImageInside) {
linkText = link.querySelector(“img”).src;
} else if (link.children.length > 0) {
linkText = link.innerText;
}
gtag(“event”, “all_clicks”, {
cta: “in_article”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: linkText,
});
console.log(“clicked link in in_article”);
});
});
// posts of current post
REBELMOUSE_STDLIB.createElementChangeListener(
‘[data-attr-source_url=”current_page”]’,
function (post) {
post.querySelectorAll(“a”).forEach((link) => {
link.addEventListener(“click”, function () {
let linkText = “”;
const hasImageInside = link.querySelector(“img”) !== null;
const hasImageBGDivInside =
link.querySelector(“.widget__image”) !== null;
if (hasImageInside) {
linkText = link.querySelector(“img”).src;
} else if (hasImageBGDivInside) {
linkText =
link.querySelector(“.widget__image”).computedStyleMap
.backgroundImage;
} else if (link.children.length > 0) {
linkText = link.innerText;
}
gtag(“event”, “all_clicks”, {
cta: “in_article”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: linkText,
});
console.log(“clicked link in in_article”);
});
});
}
);
// Sidebar
REBELMOUSE_STDLIB.createElementChangeListener(“.sidebar”, function (sidebar) {
document.querySelectorAll(“.sidebar a”).forEach((link) => {
link.addEventListener(“click”, function () {
let linkText = “”;
const hasImageInside = link.querySelector(“img”) !== null;
const hasImageBGDivInside = link.querySelector(“.widget__image”) !== null;
if (hasImageInside) {
linkText = link.querySelector(“img”).src;
} else if (hasImageBGDivInside) {
linkText =
link.querySelector(“.widget__image”).computedStyleMap.backgroundImage;
} else if (link.children.length > 0) {
linkText = link.innerText;
}
gtag(“event”, “all_clicks”, {
cta: “sidebar”,
link_url: link.href,
link_domain: “papermag.com”,
link_text: linkText,
});
console.log(“clicked link in sidebar”);
});
});
});
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘547949808911864’);
fbq(‘init’, ‘144279516353570’);
fbq(‘track’, ‘PageView’);
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
(function() {
var ta = document.createElement(“script”);
ta.type = “text/javascript”;
ta.async = true;
ta.className = “optanon-category-C0004”;
ta.src = “https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=BTLR5E1GUIG2OSBF1MN0″;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(ta, s);
})();
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version=’1.1′,s.queue=[],u=t.createElement(n),u.async=!0,u.src=”//static.ads-twitter.com/uwt.js”,
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,’script’);
// Insert Twitter Pixel ID and Standard Event data below
twq(‘init’,’o6wgu’);
twq(‘track’,’PageView’);
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
// Utility: toggle class to push ad in front or behind
/*function putFront(inFront, element) {
if (!element) return;
const hasClass = element.classList.contains(“ogy_ad_slot_element–force-style”);
// Only update if there’s a change
if (inFront && !hasClass) {
element.classList.add(“ogy_ad_slot_element–force-style”);
console.log(“Ad moved to front”);
} else if (!inFront && hasClass) {
element.classList.remove(“ogy_ad_slot_element–force-style”);
console.log(“Ad pushed behind”);
}
}
const interscrollers = document.querySelectorAll(‘.rblad-interscroller’);
REBELMOUSE_STDLIB.createElementChangeListener(“.ogy_ad_slot_element–animated-footer-ad”, function(footerAd){
if(interscrollers.length === 0){
interscrollers = document.querySelectorAll(‘.rblad-interscroller’);
}
if (!footerAd || interscrollers.length === 0) return;
let isOverlapping = false;
// Main function to check for overlap
function checkOverlap() {
const adRect = footerAd.getBoundingClientRect();
let overlapDetected = false;
interscrollers.forEach(inter => {
const interRect = inter.getBoundingClientRect();
const overlap =
adRect.top interRect.top &&
adRect.left interRect.left;
if (overlap) {
overlapDetected = true;
}
});
if (overlapDetected && !isOverlapping) {
isOverlapping = true;
console.log(‘Overlap with at least one interscroller detected’);
putFront(false, footerAd); // push ad behind
} else if (!overlapDetected && isOverlapping) {
isOverlapping = false;
console.log(‘No interscroller overlap’);
putFront(true, footerAd); // bring ad to front
}
}
// Efficient scroll listener using requestAnimationFrame
let ticking = false;
function onScroll() {
if (!ticking) {
window.requestAnimationFrame(() => {
checkOverlap();
ticking = false;
});
ticking = true;
}
}
// Attach event listeners
window.addEventListener(‘scroll’, onScroll, { passive: true });
window.addEventListener(‘resize’, checkOverlap);
// Initial check
checkOverlap();
})*/
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener(“.rm-embed-twitter”, function(embed){
let div = document.createElement(“div”);
div.classList.add(“embed_blur_overflow”);
div.innerHTML = ”
EXPAND
“;
div.addEventListener(“click”, function() {
div.closest(“.rm-embed-twitter”).style.height = “auto”;
div.closest(“.embed_blur_overflow”).style.display = “none”;
});
embed.append(div);
})
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
function updateCounter(listicleElement, prevBtn, nextBtn) {
let counterDiv = listicleElement.querySelector(‘.slideshow-counter’);
let thumbnails = listicleElement.querySelectorAll(‘.listicle-slideshow__thumbnail’);
let activeIndex = Array.from(thumbnails).findIndex(thumb =>
thumb.classList.contains(‘active’)
);
if (activeIndex !== -1 && counterDiv) {
counterDiv.textContent = `${activeIndex + 1}/${thumbnails.length}`;
}
if ((activeIndex + 1) === 1) {
prevBtn.classList.add(“hidden”)
nextBtn.classList.remove(“hidden”)
} else if ((activeIndex + 1) === thumbnails.length) {
nextBtn.classList.add(“hidden”)
prevBtn.classList.remove(“hidden”)
} else {
prevBtn.classList.remove(“hidden”)
nextBtn.classList.remove(“hidden”)
}
}
REBELMOUSE_STDLIB.createElementChangeListener(“.listicle-slideshow”, function(listicle){
let prevBtn = listicle.querySelector(“.listicle-slideshow–prev”);
let nextBtn = listicle.querySelector(“.listicle-slideshow–next”);
let thumbnails = listicle.querySelectorAll(“.listicle-slideshow__thumbnail”);
let imagehtml = listicle.querySelector(“.rebellt-item-media-container”);
// thumbnails.forEach(thumb => {
// thumb.addEventListener(‘click’, (e) => {
// e.preventDefault();
// }, true);
// });
// if (!document.querySelector(‘.slideshow-modal’)) {
let counterDiv = document.createElement(‘div’);
counterDiv.classList.add(‘slideshow-counter’);
// listicle.appendChild(counterDiv);
listicle.querySelector(“.rebellt-item”).insertBefore(counterDiv, listicle.querySelector(“.rebellt-item .rebellt-item-media-container”).nextSibling);
updateCounter(listicle, prevBtn, nextBtn);
// }
// Previous button handler
prevBtn.addEventListener(“click”, (e) => {
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
imagehtml.classList.add(“slide-out-right”);
let activeIndex = Array.from(thumbnails).findIndex(thumb =>
thumb.classList.contains(‘active’)
);
console.log(“Previous navigation executed”);
setTimeout(() => {
if (activeIndex !== -1) {
// For previous: subtract 1 and handle wrap-around with modulo
let prevIndex = (activeIndex – 1 + thumbnails.length) % thumbnails.length;
thumbnails[prevIndex].click();
// if (!document.querySelector(‘.slideshow-modal’)) {
updateCounter(listicle, prevBtn, nextBtn);
// }
}
imagehtml.classList.remove(‘slide-out-right’);
}, 500);
}, true);
// Next button handler
nextBtn.addEventListener(“click”, (e) => {
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
imagehtml.classList.add(“slide-out-left”);
let activeIndex = Array.from(thumbnails).findIndex(thumb =>
thumb.classList.contains(‘active’)
);
console.log(“Next navigation executed”);
setTimeout(() => {
if (activeIndex !== -1) {
// For next: add 1 and wrap around with modulo
let nextIndex = (activeIndex + 1) % thumbnails.length;
thumbnails[nextIndex].click();
// if (!document.querySelector(‘.slideshow-modal’)) {
updateCounter(listicle, prevBtn, nextBtn);
// }
}
imagehtml.classList.remove(‘slide-out-left’);
}, 500);
}, true);
// image
imagehtml.addEventListener(“click”, () => {
if (!document.querySelector(“.slideshow-modal”)) {
console.log(“openning modal”)
let cloneSlideshow = listicle.cloneNode(true)
let activeSlide = cloneSlideshow.querySelectorAll(“.listicle-slideshow__thumbnail”);
let activeThumbnail = Array.from(activeSlide).find(thumb =>
thumb.classList.contains(‘active’)
);
if (activeThumbnail) {
let dataHref = activeThumbnail.getAttribute(‘data-href’);
let hash = dataHref.split(‘#’)[1]; // “rebelltitem1”
console.log(“hash:”, hash);
history.replaceState(null, null, hash)
}
setTimeout(() => {
let divmodal = document.createElement(‘div’);
divmodal.classList.add(“slideshow-modal”);
divmodal.innerHTML = ``;
divmodal.appendChild(cloneSlideshow)
document.querySelector(‘.main’).appendChild(divmodal);
},500)
} else {
console.log(“modal already created”)
}
})
})
});

‘ The preceding article may include information circulated by third parties ’

‘ Some details of this article were extracted from the following source www.papermag.com ’

‘ O artigo anterior foi obtido e traduzido do site internacional da celebrity.land ’ Source Link

ShareTweetPin
Story Center

Story Center

Related Posts

BBC Radio 6 Music anuncia seus artistas do ano de 2025
Entretenimento

Oportunidade de comissionamento: novo formato de entretenimento de comédia para BBC iPlayer e BBC Two

June 14, 2026
BigBang, Byeon Woo-seok, Itzy: Singapore concert calendar for 2026 , Entertainment News
Entretenimento

BigBang, Byeon Woo-seok, Itzy: Singapore concert calendar for 2026 , Entertainment News

June 13, 2026
Jennifer Lopez faz confissão à NSFW sobre os membros do elenco de 'True Romance'
Entretenimento

Jennifer Lopez faz confissão à NSFW sobre os membros do elenco de ‘True Romance’

June 13, 2026
Bruce Springsteen Center abre em Monmouth U com ingressos esgotados
Entretenimento

Bruce Springsteen Center abre em Monmouth U com ingressos esgotados

June 13, 2026
Youngh River Rally continua domingo com mais entretenimento familiar
Entretenimento

Youngh River Rally continua domingo com mais entretenimento familiar

June 13, 2026
X-Men '97 tem o que falta ao Mestre do Universo
Entretenimento

X-Men ’97 tem o que falta ao Mestre do Universo

June 13, 2026
Next Post
Príncipe Harry ‘teme perder seus títulos reais’, afirmam especialistas | Real | Notícias

Príncipe Harry ‘teme perder seus títulos reais’, afirmam especialistas | Real | Notícias

Crítica Musical Nova: Teo Tala

Crítica Musical Nova: Teo Tala

Recommended Stories

TEN do NCT se separa da SM Entertainment e continua com

TEN do NCT se separa da SM Entertainment e continua com

April 6, 2026
Spencer Pratt diz que seu modelo político é ‘Jesus Cristo’, depois de se comparar anteriormente a Obama

Spencer Pratt diz que seu modelo político é ‘Jesus Cristo’, depois de se comparar anteriormente a Obama

May 21, 2026
Os motoristas podem esperar uma nova experiência rica, entretenimento premium e um Gemini mais capaz.

Os motoristas podem esperar uma nova experiência rica, entretenimento premium e um Gemini mais capaz.

May 12, 2026
  • Quem são os Artistas com QI acima de 140?

    Quem são os Artistas com QI acima de 140?

    0 shares
    Share 0 Tweet 0
  • Dubai Royal Family|Dubai Princess Sheikha Mahra & husband french Montana#lifestyle#ytshorts#trending

    0 shares
    Share 0 Tweet 0
  • Anna Wintour finalmente revela seus verdadeiros pensamentos sobre ‘The Devil Wears Prada’

    0 shares
    Share 0 Tweet 0
  • ‘Perigo!’ Os participantes criticaram por não conhecer Kris Kristofferson

    0 shares
    Share 0 Tweet 0
  • Sand Springs Teen estreia nova música, palestras nas próximas performances

    0 shares
    Share 0 Tweet 0

Recent News

The Conjuring: Você pode visitar a casa na vida real?

The Conjuring: Você pode visitar a casa na vida real?

June 14, 2026
Astros no Royals em Rain Delay sábado 13/06/26

Astros no Royals em Rain Delay sábado 13/06/26

June 14, 2026
Adoro que James Gunn esteja usando a lógica dos quadrinhos para encerrar as perguntas dos fãs sobre Supergirl e Superman

Adoro que James Gunn esteja usando a lógica dos quadrinhos para encerrar as perguntas dos fãs sobre Supergirl e Superman

June 14, 2026

Categories

  • Celebridades
  • Entretenimento
  • Estrelas
  • Fofocas
  • Horóscopos
  • Música
  • Realeza
  • Videos
  • Privacy & Policy
  • Sobre Nós
  • Contate-Nos
  • DMCA Compliance
  • Terms and Conditions

© 2020 Celebrity.Land

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Estrelas
  • Celebridades
  • Entretenimento
  • Fofocas
  • Música
  • Realeza
  • Videos

© 2020 Celebrity.Land