www.nnesi.com
Open in
urlscan Pro
2606:4700:3037::6815:1337
Public Scan
URL:
https://www.nnesi.com/
Submission: On May 10 via manual from US — Scanned from DE
Submission: On May 10 via manual from US — Scanned from DE
Form analysis
3 forms found in the DOMGET /search
<form action="/search" method="get" class="header-bar__search-form clearfix" role="search">
<button type="submit" class="btn btn--search icon-fallback-text header-bar__search-submit">
<span class="icon icon-search" aria-hidden="true"></span>
<span class="fallback-text">Search</span>
</button>
<input type="search" name="q" value="" aria-label="Search" class="header-bar__search-input" placeholder="Search">
</form>
GET /search
<form action="/search" method="get" class="header-bar__search-form clearfix" role="search">
<button type="submit" class="btn btn--search icon-fallback-text header-bar__search-submit">
<span class="icon icon-search" aria-hidden="true"></span>
<span class="fallback-text">Search</span>
</button>
<input type="search" name="q" value="" aria-label="Search" class="header-bar__search-input" placeholder="Search">
</form>
POST /cart
<form class="Cart Drawer__Content" action="/cart" method="POST" novalidate="">
<div class="Drawer__Main" data-scrollable="">
<div class="Cart__ShippingNotice Text--subdued buy_more_message" data-item-count="0" style="color: #000000;display:none;">
<div class="Drawer__Container">
<p style="margin: 0 0 0 0;" class="not_have_it"><strong><span style="color: #ff2a00;">❗Just buy 1 more item to get 5% OFF!</span></strong></p>
<p style="margin: 0 0 0 0;" class="have_it"><span style="color: #00a235;"><strong>🎉 Extra 5% OFF! Checkout Now↓(Using the Coupon Code'save5')</strong></span></p>
</div>
</div>
<div class="Cart__ShippingNotice Text--subdued frees_hippping_message" data-total-price="0" style="color: #000000;display:none;">
<div class="Drawer__Container">
<p style="margin: 0 0 0 0;" class="not_have_it"><span style="color: #ff2a00;"><strong>❗Just buy another <span id="free_shippping_money" class=""><span class="money" doubly-currency-usd="7900" doubly-currency-eur="7465.736999880787"
doubly-currency="EUR">€74,66</span></span> to get FREE shipping!</strong> </span></p>
<p style="margin: 0 0 0 0;" class="have_it"><strong><span style="color: #00a235;">🚚 Free Shipping Now↓</span></strong></p>
</div>
</div>
<div class="Drawer__Container">
<input type="hidden" name="attributes[collection_mobile_items_per_row]" value="">
<input type="hidden" name="attributes[collection_desktop_items_per_row]" value="">
<div class="Cart__ItemList">
<div class="Drawer__Main" data-scrollable="">
<p class="Cart__Empty Heading u-h5">Your cart is currently empty.</p>
</div>
<script>
$(function() {
var cartCountSelector = '.cart-count, #cart-count a:first, #gocart p a, #cart .checkout em, .item-count';
var cartTotalSelector = '#cart-price';
$('.change_cart').click(function() {
topbar.show();
var id = $(this).data('line-id');
var quantity = $(this).data('quantity');
var line_item_id = 'item_' + id;
var line_text_id = 'updates_' + id;
$.ajax({
url: "/cart/change.js",
dataType: 'json',
type: 'post',
data: {
quantity: quantity,
id: id
},
success: function(itemData) {
// Update cart count and show cart link.
/**
$.get('/',function(cart) {
var new_html = $(cart).find('.Cart__ItemList').html();
$('.Cart__ItemList').html(new_html);
$('.cart-page-link').click();
topbar.hide();
$('#call_convert_all').click();
});
*/
$("input[id='" + line_text_id + "']").val(quantity);
$("a[data-minus-id='" + id + "']").data('quantity', quantity - 1 < 0 ? 0 : quantity - 1);
$("a[data-plus-id='" + id + "']").data('quantity', quantity + 1);
if (quantity == 0) {
$("div[id='" + line_item_id.split(':')[0] + "']").remove();
}
$.getJSON('/cart.js', function(cart) {
if (cart.item_count > 1) {
$('#discount').val('LN12')
} else {
$('#discount').val('')
}
$('.buy_more_message').data('item-count', cart.item_count);
$('.frees_hippping_message').data('total-price', cart.items_subtotal_price);
change_cart_notice();
if (cart.item_count == 0) {
$('.Cart__Empty').show();
}
topbar.hide();
$('#call_convert_all').click();
if (cartCountSelector && $(cartCountSelector).size()) {
var value = $(cartCountSelector).html() || '0';
$(cartCountSelector).html(value.replace(/[0-9]+/, cart.item_count)).removeClass('hidden-count');
}
if (cartTotalSelector && $(cartTotalSelector).size()) {
if (typeof Currency !== 'undefined' && typeof Currency.moneyFormats !== 'undefined') {
var newCurrency = '';
if ($('[name="currencies"]').size()) {
newCurrency = $('[name="currencies"]').val();
} else if ($('#currencies span.selected').size()) {
newCurrency = $('#currencies span.selected').attr('data-currency');
}
if (newCurrency) {
$(cartTotalSelector).html('<span class=money>' + Shopify.formatMoney(Currency.convert(cart.total_price, "USD", newCurrency), Currency.money_format[newCurrency]) + '</span>');
} else {
$(cartTotalSelector).html(Shopify.formatMoney(cart.total_price, "<span class=money>${{amount}} </span>"));
}
} else {
$(cartTotalSelector).html(Shopify.formatMoney(cart.total_price, "<span class=money>${{amount}} </span>"));
}
};
});
},
error: function(XMLHttpRequest) {
topbar.hide();
}
});
return false;
});
})
</script>
</div>
</div>
</div>
<div class="doubly-message" style="display: none;">All orders are processed in USD. While the content of your cart is currently displayed in <span class="selected-currency">EUR</span>, you will checkout using USD at the most current exchange rate.
</div>
<div class="cart__row" style="padding-top:0px;"></div>
<div class="Drawer__Footer" data-drawer-animated-bottom="" style="display: none;">
<button type="submit" name="checkout" class="Cart__Checkout Button Button--primary Button--full">
<span>Checkout</span>
<span class="Button__SeparatorDot" style="display:none;"></span>
<span id="cart-price" style="display:none;"><span class="money" doubly-currency-usd="0" doubly-currency-eur="0" doubly-currency="EUR">€0,00</span></span>
</button>
</div>
</form>
Text Content
❤️ Shipping worldwide during COVID-19! Coupon code:SAVE5 (extra 5% OFF)❤️ FREE shipping on orders over $79/ £57/ €67/ 108 AUD/ 99 CAD✈️ US DollarEuroBritish Pound SterlingCanadian DollarAustralian DollarIsraeli New ShekelIndian RupeeAfghan AfghaniAlbanian LekAzerbaijani ManatAlgerian DinarAngolan KwanzaArgentine PesoArmenian DramAruban FlorinBahamian DollarBahraini DinarBangladeshi TakaBarbadian DollarBelarusian RubleBelize DollarBermudan DollarBhutanese NgultrumBitcoinBolivian BolivianoBosnia-Herzegovina Convertible MarkBotswanan PulaBrazilian RealBrunei DollarBulgarian LevBurundian FrancCambodian RielCape Verdean EscudoCentral African CFA FrancCFA Franc BCEAOCFP FrancCzech Republic KorunaCayman Islands DollarChilean PesoChinese YuanColombian PesoComorian FrancCongolese FrancCosta Rican ColonCroatian KunaCuban Convertible PesoCuban PesoDanish KroneDjiboutian FrancDominican PesoEast Caribbean DollarEgyptian PoundEritrean NakfaEthiopian BirrFalkland Islands PoundFijian DollarGambian DalasiGeorgian LariGhanaian CediGibraltar PoundGold OunceGuatemalan QuetzalGuernsey PoundGuinean FrancGuyanaese DollarHaitian GourdeHonduran LempiraHong Kong DollarHungarian ForintIcelandic KronaIMF Special Drawing RightsIndonesian RupiahIranian RialIraqi DinarIsle of Man PoundJamaican DollarJapanese YenJersey PoundJordanian DinarKazakhstani TengeKenyan ShillingKuwaiti DinarKyrgystani SomLaotian KipLatvian LatsLebanese PoundLesotho LotiLiberian DollarLibyan DinarLithuanian LitasMacanese PatacaMacedonian DenarMalagasy AriaryMalawian KwachaMalaysian RinggitMaldivian RufiyaaMauritanian OuguiyaMauritian RupeeMexican PesoMoldovan LeuMongolian TugrikMoroccan DirhamMozambican MeticalMyanmar KyatNamibian DollarNepalese RupeeNetherlands Antillean GuilderNew Taiwan DollarNew Zealand DollarNicaraguan CordobaNigerian NairaNorth Korean WonNorwegian KroneOmani RialPakistani RupeePanamanian BalboaPapua New Guinean KinaParaguayan GuaraniPeruvian Nuevo SolPhilippine PesoPolish ZlotyQatari RialRomanian LeuRussian RubleRwandan FrancSaint Helena PoundSamoan TalaSao Tome and Principe DobraSalvadoran ColonSaudi RiyalSerbian DinarSeychellois RupeeSierra Leonean LeoneSilver OunceSingapore DollarSolomon Islands DollarSomali ShillingSouth African RandSouth Korean WonSri Lankan RupeeSudanese PoundSurinamese DollarSwazi LilangeniSwedish KronaSwiss FrancSyrian PoundTajikistani SomoniTanzanian ShillingThai BahtTongan PaʻangaTrinidad and Tobago DollarTunisian DinarTurkmenistani ManatTurkish LiraUgandan ShillingUkrainian HryvniaUnited Arab Emirates DirhamUruguayan PesoUzbekistan SomVanuatu VatuVenezuelan BolivarVietnamese DongYemeni RialZambian Kwacha EUR * USD * EUR * GBP * CAD * AUD * ILS * INR * AFN * ALL * AZN * DZD * AOA * ARS * AMD * AWG * BSD * BHD * BDT * BBD * BYN * BZD * BMD * BTN * BTC * BOB * BAM * BWP * BRL * BND * BGN * BIF * KHR * CVE * XAF * XOF * XPF * CZK * KYD * CLP * CNY * COP * KMF * CDF * CRC * HRK * CUC * CUP * DKK * DJF * DOP * XCD * EGP * ERN * ETB * FKP * FJD * GMD * GEL * GHS * GIP * XAU * GTQ * GGP * GNF * GYD * HTG * HNL * HKD * HUF * ISK * XDR * IDR * IRR * IQD * IMP * JMD * JPY * JEP * JOD * KZT * KES * KWD * KGS * LAK * LVL * LBP * LSL * LRD * LYD * LTL * MOP * MKD * MGA * MWK * MYR * MVR * MRO * MUR * MXN * MDL * MNT * MAD * MZN * MMK * NAD * NPR * ANG * TWD * NZD * NIO * NGN * KPW * NOK * OMR * PKR * PAB * PGK * PYG * PEN * PHP * PLN * QAR * RON * RUB * RWF * SHP * WST * STD * SVC * SAR * RSD * SCR * SLL * XAG * SGD * SBD * SOS * ZAR * KRW * LKR * SDG * SRD * SZL * SEK * CHF * SYP * TJS * TZS * THB * TOP * TTD * TND * TMT * TRY * UGX * UAH * AED * UYU * UZS * VUV * VEF * VND * YER * ZMW Cart 0 Search ❤️ Shipping worldwide during COVID-19! Coupon code:SAVE5 (extra 5% OFF)❤️ FREE shipping on orders over $79/ £57/ €67/ 108 AUD/ 99 CAD✈️ MENU US DollarEuroBritish Pound SterlingCanadian DollarAustralian DollarIsraeli New ShekelIndian RupeeAfghan AfghaniAlbanian LekAzerbaijani ManatAlgerian DinarAngolan KwanzaArgentine PesoArmenian DramAruban FlorinBahamian DollarBahraini DinarBangladeshi TakaBarbadian DollarBelarusian RubleBelize DollarBermudan DollarBhutanese NgultrumBitcoinBolivian BolivianoBosnia-Herzegovina Convertible MarkBotswanan PulaBrazilian RealBrunei DollarBulgarian LevBurundian FrancCambodian RielCape Verdean EscudoCentral African CFA FrancCFA Franc BCEAOCFP FrancCzech Republic KorunaCayman Islands DollarChilean PesoChinese YuanColombian PesoComorian FrancCongolese FrancCosta Rican ColonCroatian KunaCuban Convertible PesoCuban PesoDanish KroneDjiboutian FrancDominican PesoEast Caribbean DollarEgyptian PoundEritrean NakfaEthiopian BirrFalkland Islands PoundFijian DollarGambian DalasiGeorgian LariGhanaian CediGibraltar PoundGold OunceGuatemalan QuetzalGuernsey PoundGuinean FrancGuyanaese DollarHaitian GourdeHonduran LempiraHong Kong DollarHungarian ForintIcelandic KronaIMF Special Drawing RightsIndonesian RupiahIranian RialIraqi DinarIsle of Man PoundJamaican DollarJapanese YenJersey PoundJordanian DinarKazakhstani TengeKenyan ShillingKuwaiti DinarKyrgystani SomLaotian KipLatvian LatsLebanese PoundLesotho LotiLiberian DollarLibyan DinarLithuanian LitasMacanese PatacaMacedonian DenarMalagasy AriaryMalawian KwachaMalaysian RinggitMaldivian RufiyaaMauritanian OuguiyaMauritian RupeeMexican PesoMoldovan LeuMongolian TugrikMoroccan DirhamMozambican MeticalMyanmar KyatNamibian DollarNepalese RupeeNetherlands Antillean GuilderNew Taiwan DollarNew Zealand DollarNicaraguan CordobaNigerian NairaNorth Korean WonNorwegian KroneOmani RialPakistani RupeePanamanian BalboaPapua New Guinean KinaParaguayan GuaraniPeruvian Nuevo SolPhilippine PesoPolish ZlotyQatari RialRomanian LeuRussian RubleRwandan FrancSaint Helena PoundSamoan TalaSao Tome and Principe DobraSalvadoran ColonSaudi RiyalSerbian DinarSeychellois RupeeSierra Leonean LeoneSilver OunceSingapore DollarSolomon Islands DollarSomali ShillingSouth African RandSouth Korean WonSri Lankan RupeeSudanese PoundSurinamese DollarSwazi LilangeniSwedish KronaSwiss FrancSyrian PoundTajikistani SomoniTanzanian ShillingThai BahtTongan PaʻangaTrinidad and Tobago DollarTunisian DinarTurkmenistani ManatTurkish LiraUgandan ShillingUkrainian HryvniaUnited Arab Emirates DirhamUruguayan PesoUzbekistan SomVanuatu VatuVenezuelan BolivarVietnamese DongYemeni RialZambian Kwacha EUR * USD * EUR * GBP * CAD * AUD * ILS * INR * AFN * ALL * AZN * DZD * AOA * ARS * AMD * AWG * BSD * BHD * BDT * BBD * BYN * BZD * BMD * BTN * BTC * BOB * BAM * BWP * BRL * BND * BGN * BIF * KHR * CVE * XAF * XOF * XPF * CZK * KYD * CLP * CNY * COP * KMF * CDF * CRC * HRK * CUC * CUP * DKK * DJF * DOP * XCD * EGP * ERN * ETB * FKP * FJD * GMD * GEL * GHS * GIP * XAU * GTQ * GGP * GNF * GYD * HTG * HNL * HKD * HUF * ISK * XDR * IDR * IRR * IQD * IMP * JMD * JPY * JEP * JOD * KZT * KES * KWD * KGS * LAK * LVL * LBP * LSL * LRD * LYD * LTL * MOP * MKD * MGA * MWK * MYR * MVR * MRO * MUR * MXN * MDL * MNT * MAD * MZN * MMK * NAD * NPR * ANG * TWD * NZD * NIO * NGN * KPW * NOK * OMR * PKR * PAB * PGK * PYG * PEN * PHP * PLN * QAR * RON * RUB * RWF * SHP * WST * STD * SVC * SAR * RSD * SCR * SLL * XAG * SGD * SBD * SOS * ZAR * KRW * LKR * SDG * SRD * SZL * SEK * CHF * SYP * TJS * TZS * THB * TOP * TTD * TND * TMT * TRY * UGX * UAH * AED * UYU * UZS * VUV * VEF * VND * YER * ZMW Cart 0 * ⚡️ NEW IN ⚡️ + - * 05-10-2022 * 05-09-2022 * 05-07-2022 * 05-06-2022 * 05-05-2022 * 05-03-2022 * 🔥 HOT SALE 🔥 * 🍃 Spring & Summer 🍃 * ❄️ Winter Clearance ❄️ * 👗 TRENDY DRESSES 👗 + - * All Dresses * Casual Dresses * Printed Dresses * Mini Dresses * Long Dresses * 🧶 Sweater & Cardigan 🧶 * 🧥 TOPS 🧥 + - * All Tops * Sweatshirts & Hoodies * Long Sleeve Tees * Jackets & Coats * Outerwear * Camisoles & Tanks * 👖 MORE COLLECTIONS 👖 + - * Twinsets * Bottom * Spring & Summer Clearance * 💰 Price List 💰 + - * Under $30 for Free Shipping * $30-$39.99 * $40-$49.99 * Over $50 * Search * ⚡️ NEW IN ⚡️ * 05-10-2022 * 05-09-2022 * 05-07-2022 * 05-06-2022 * 05-05-2022 * 05-03-2022 * 🔥 HOT SALE 🔥 * 🍃 Spring & Summer 🍃 * ❄️ Winter Clearance ❄️ * 👗 TRENDY DRESSES 👗 * All Dresses * Casual Dresses * Printed Dresses * Mini Dresses * Long Dresses * 🧶 Sweater & Cardigan 🧶 * 🧥 TOPS 🧥 * All Tops * Sweatshirts & Hoodies * Long Sleeve Tees * Jackets & Coats * Outerwear * Camisoles & Tanks * 👖 MORE COLLECTIONS 👖 * Twinsets * Bottom * Spring & Summer Clearance * 💰 Price List 💰 * Under $30 for Free Shipping * $30-$39.99 * $40-$49.99 * Over $50 * * * * * * * 1. 1 2. 2 3. 3 SHOP BY CATALOG CASUAL DRESSES TOPS SWEATER & CARDIGAN OUTERWEAR BEST SELLER 🔥Hot Sale🔥 🔥Hot Sale🔥 Regular price €47,24 Sale price €34,96 7 reviews 🔥Hot Sale🔥 🔥Hot Sale🔥 Regular price €53,86 Sale price €35,90 9 reviews 🔥Hot Sale🔥 🔥Hot Sale🔥 Regular price €57,64 Sale price €42,52 7 reviews 🔥Hot Sale🔥 🔥Hot Sale🔥 Regular price €48,19 Sale price €33,07 8 reviews VIEW ALL TOPS 🔥Hot Sale🔥 🔥Hot Sale🔥 Regular price €56,69 Sale price €37,79 6 reviews Regular price €55,75 Sale price €37,79 7 reviews Regular price €54,80 Sale price €37,79 5 reviews Daily Picks Daily Picks Regular price €54,80 Sale price €37,79 No reviews VIEW ALL ——————————————— Daily Picks Daily Picks Regular price €55,75 Sale price €41,57 No reviews Regular price €58,58 Sale price €42,52 6 reviews Regular price €63,31 Sale price €41,57 5 reviews 🔥Hot Sale🔥 🔥Hot Sale🔥 Regular price €59,53 Sale price €43,46 8 reviews VIEW ALL ——————————————— Regular price €53,86 Sale price €37,79 5 reviews Regular price €56,69 Sale price €37,79 7 reviews Regular price €66,14 Sale price €45,35 4 reviews Regular price €66,14 Sale price €46,30 7 reviews VIEW ALL OUTERWEAR Regular price €51,97 Sale price €37,79 7 reviews Regular price €60,47 Sale price €43,46 11 reviews Regular price €66,14 Sale price €45,35 13 reviews Regular price €82,21 Sale price €53,86 6 reviews VIEW ALL OUR VALUE Nnesi means "Next Noble Elegance She Is" From the beginning, we’ve believed in the power of originality—that what’s different makes us bold. And we design with this philosophy in mind. For every piece we create, we ask how it will be unique, inspire women to feel good (no matter their age), and help them express their personality and individuality with confidence. We Live For Uncommon Style Inspired by the world around us—and the bold women who live in it—our prints, colors, jewelry and details are designed to be original. We’re Always Here For You When you shop at a Nnesi's boutique, you have your own personal stylist (along with her outfitting expertise) and it’s complimentary. We Figure It Out (So You Don’t Have To) From machine-washable styles, reversible pieces and no-iron shirts to body-enhancing technology and fits that really flatter—we’re obsessed with figuring out solutions to make life easier. MOST POPULAR ITEMS * Nnesi Stunning Orange Long Sleeve Shirt nnesi $49.99 $36.99 * Nnesi Pink and Purple Flower Multi-Layer Short Sleeve Maxi Dress nnesi $71.99 $46.99 * Nnesi Bright Print Round Neck Short Sleeve Top nnesi $53.99 $37.99 * Nnesi Fresh Blue Floral Flutter Sleeve Maxi Dress nnesi $60.99 $44.99 * Nnesi Dreamy V-Neck Orange Print Top nnesi $49.99 $36.99 * Nnesi Blue Meadow Floral Print Midi Dress nnesi $58.99 $39.99 * Nnesi Wild Leopard Short Sleeve Top nnesi $46.99 $31.99 * Nnesi Cute Print Short Sleeve Maxi Dress nnesi $67.99 $44.99 * Nnesi White Polka Dot ¾ Length Sleeve Top nnesi $54.99 $36.99 * Nnesi Popular Orange Round Neck Print Top nnesi $43.99 $31.99 * Nnesi Blue Watercolor Polka Dot ¾ Length Top nnesi $50.99 $34.99 * Nnesi Golden Gray Marbled Ocean Wave Button Front Tunic Top nnesi $56.99 $37.99 * Nnesi Showy V-Neck 3/4 Sleeve Top nnesi $47.99 $35.99 * Nnesi Black V-Neck Print Maxi Dress nnesi $61.99 $45.99 * Nnesi Stylish V-Neck Orange Print Top nnesi $48.99 $36.99 * Nnesi Fresh Print Short Sleeve Top nnesi $46.99 $31.99 * Nnesi Glamorous Watercolor Print V-Neck Maxi Dress nnesi $66.99 $43.99 * Nnesi Butterfly Floral Garden Print Blue Short Sleeve Top nnesi $49.99 $36.99 * Nnesi Showy Print V-Neck Print Top nnesi $52.99 $34.99 * Nnesi Chic V-Neck 3/4 Sleeve Top nnesi $51.99 $35.99 QUICK SHOP * Winter Clearance * Casual Dresses * Tops * Sweater & Cardigan * Two Pieces Sets * Under $30 for Free shipping * Back to Home Page HELP & SUPPORT * FAQ * How to Measure * Shipping & Delivery * Cancellation Policy * Return/Exchange * Track My Order COMPANY INFO * About Us * Contact Us FOLLOW US * Facebook * Instagram -------------------------------------------------------------------------------- nnesi.com 2022 © All Rights Reserved Privacy Statement | Terms of Service CART ❗Just buy 1 more item to get 5% OFF! 🎉 Extra 5% OFF! Checkout Now↓(Using the Coupon Code'save5') ❗Just buy another €74,66 to get FREE shipping! 🚚 Free Shipping Now↓ Your cart is currently empty. All orders are processed in USD. While the content of your cart is currently displayed in EUR, you will checkout using USD at the most current exchange rate. Checkout €0,00 Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device * choosing a selection results in a full page refresh