あなたの舞台を、もっと美しく。
バレエショップマイアへようこそ。
日々のレッスンから特別な舞台まで、美しさと動きやすさを両立するバレエウェアをお届けします。
韓国ワイズバレエ団プリンシパルが一枚ずつ仕立てる、あなただけのカスタムオーダースカートもご用意しています。
Maiaショップへようこそ
日本国内はもちろん海外発送も行っておりますので、留学中のお嬢様にもお送り可能です。
BEST SELLER
人気な商品をお勧めします。
NEW ARRIVALS
新商品をご紹介いたします。
What’s New
お店からのお知らせです
より見やすく、カスタマイズからご注文までスムーズにご利用いただけるよう、ホームページをリニューアルしました。
.woocommerce ul.products li.product .woocommerce-loop-product__title{
color: rgb(126, 33, 41);
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
var titles = document. getElementsByClassName('woocommerce-loop-product__title');
console.log(titles.length);
for(let i = 0; i {
// titles[i].style.display='unset';
titles[i].style.overflow='unset';
titles[i].style.WebkitLineClamp = 'unset';
});
titles[i].addEventListener("mouseout", (event) => {
// titles[i].style.display= '-webkit-box';
titles[i].style.overflow='hidden';
titles[i].style.WebkitLineClamp = 2;
});
}





