> SEARCH

    shirring


共有520个的商品。

8
  • OUR COMOS
  • 休闲衬衣 | comos 837 shirring puff blouse (light purple)
  • $63 / ¥458
  • New 会员价 $51 / ¥371
8
  • OUR COMOS
  • 短袖恤 | comos 824 overlaid shirring T-shirt (black)
  • $47 / ¥344
  • New 会员价 $38 / ¥278
8
  • OUR COMOS
  • 短袖恤 | comos 823 overlaid shirring T-shirt (pink)
  • $47 / ¥344
  • New 会员价 $38 / ¥278
  • HOKUSPOKUS
  • 长袖恤 | Cubic tencel shirring top / Black
  • $49 / ¥356
    New 会员价 $44 / ¥320
  • SOLD
    OUT
  • HOKUSPOKUS
  • 箱包 | Memory shirring hobo bag / Navy
  • $66 / ¥476
    New 会员价 $59 / ¥429
  • SOLD
    OUT
  • HOKUSPOKUS
  • 箱包 | Memory shirring hobo bag / Beige
  • $66 / ¥476
    New 会员价 $59 / ¥429
  • SOLD
    OUT
  • HOKUSPOKUS
  • 箱包 | Eco leather shirring hobo bag / Silver
  • $66 / ¥476
    New 会员价 $59 / ¥429
  • SOLD
    OUT
  • HOKUSPOKUS
  • 箱包 | Eco leather shirring hobo bag / Black
  • $66 / ¥476
    New 会员价 $59 / ¥429
  • SOLD
    OUT
75
  • REMANTIST
  • 翻领衬衫 | Shirring belted shirt (light green)
  • $104 / ¥753
  • New 会员价 $79 / ¥576
  • GIMME THE YOUNG
  • 短袖恤 | G_RIBBON SHIRRING TOP / WHITE
  • $72 / ¥524
    New 会员价 $65 / ¥472
  • GIMME THE YOUNG
  • 短袖恤 | G_RIBBON SHIRRING TOP / MINT
  • $72 / ¥524
    New 会员价 $65 / ¥472
  • GIMME THE YOUNG
  • 短袖恤 | G_RIBBON SHIRRING TOP / BLACK
  • $72 / ¥524
    New 会员价 $65 / ¥472
  • GIMME THE YOUNG
  • 短袖恤 | G_RIBBON SHIRRING CAMO TOP / PINK
  • $80 / ¥579
    New 会员价 $72 / ¥521
  • GIMME THE YOUNG
  • 连帽卫衣 | G_SHIRRING HOOD SLEEVELESS / WHITE
  • $82 / ¥597
    New 会员价 $74 / ¥537
  • GIMME THE YOUNG
  • 连帽卫衣 | G_SHIRRING HOOD SLEEVELESS / BLACK
  • $82 / ¥597
    New 会员价 $74 / ¥537
  • GIMME THE YOUNG
  • 长裤 | G_SHIRRING TRACK PANTS / PINK
  • $129 / ¥934
    New 会员价 $116 / ¥841
  • GIMME THE YOUNG
  • 长裤 | G_SHIRRING TRACK PANTS / BLACK
  • $129 / ¥934
    New 会员价 $116 / ¥841
  • GIMME THE YOUNG
  • 夹克 | G_SHIRRING TRACK JACKET(S) / PINK
  • $152 / ¥1,103
    New 会员价 $137 / ¥993
  • GIMME THE YOUNG
  • 夹克 | G_SHIRRING TRACK JACKET(S) / BLACK
  • $152 / ¥1,103
    New 会员价 $137 / ¥993
  • GIMME THE YOUNG
  • 夹克 | G_SHIRRING TRACK JACKET(L) / PINK
  • $159 / ¥1,151
    New 会员价 $143 / ¥1,036
  • GIMME THE YOUNG
  • 夹克 | G_SHIRRING TRACK JACKET(L) / BLACK
  • $159 / ¥1,151
    New 会员价 $143 / ¥1,036
  • CATTLINE
  • 长款连衣裙 | Romantic Shirring Long Onepiece Pink
  • $83 / ¥603
    New 会员价 $75 / ¥543
  • CATTLINE
  • 长款连衣裙 | Romantic Shirring Long Onepiece Ivory
  • $83 / ¥603
    New 会员价 $75 / ¥543
  • CATTLINE
  • 长袖恤 | Drape Puff Shirring T-shirt Navy
  • $37 / ¥271
    New 会员价 $34 / ¥244
  • 近期查看
  • ▲ TOP
  • <script type="text/javascript"> <!-- var intTopPos = 220; // 상단 위치 var intSpeed = 500; // 속도 $(document).ready(function() { var intQuickTopPos = intTopPos; $("div#quickMenu").css({'position':'absolute', 'top':intQuickTopPos + 'px'}); $(window).scroll(function() { var intQuickTopPos = ($(document).scrollTop() < intTopPos) ? intTopPos : $(document).scrollTop() + 10; $("div#quickMenu").stop(); $("div#quickMenu").animate({ "top": intQuickTopPos + "px" }, intSpeed ); }); }); //--> </script> <div class="quickWrap" id="quickMenu" style="top:220px;margin-left:550px;"> <div class="titQuick">最新??商品</div> <script type="text/javascript"> <!-- var quickPage = 1; var quickPageMax = 0; $(document).ready(function() { $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); quickPageMax = data[0].QUICK_PAGE_MAX; }); }); function goQuickMenuPrevMoveEvent() { goQuickMenuPrevMove(); } function goQuickMenuNextMoveEvent() { goQuickMenuNextMove(); } function goQuickMenuPrevMove() { if(quickPage <= 1) { return false; } quickPage = quickPage - 1; $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); }); } function goQuickMenuNextMove() { if(quickPage >= quickPageMax) { return false; } quickPage = quickPage + 1; $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); }); } //--> </script> <div class="quickProduct"></div> <div class="quickBtnWrap"><a href="javascript:goQuickMenuPrevMoveEvent()"><img src="../images/common/btn_bannerTop.png" alt=""></a><a href="javascript:goQuickMenuNextMoveEvent()"><img src="../images/common/btn_bannerBottom.png" alt=""></a></div> <!-- <div class="quickBtnWrap"> <a href="javascript:goQuickMenuPrevMoveEvent()" class="btnQuickPrev"><img src="../images/common/btn_bannerTop.png" alt=""></a> <a href="javascript:goQuickMenuNextMoveEvent()" class="btnQuickNext"><img src="../images/common/btn_bannerBottom.png" alt=""></a> </div> --> <div class="topBtn"> <a href="#top"><img src="/upload/images/btn_top.png"/></a> </div> </div>