レオタード
カテゴリー
カテゴリー
メニュー
Showing all 10 results
-
<メーカーお取り寄せ>【Ballet Rosa】 《ASPIRE Collection》 キャミソールレオタード Kali
Rated 0 out of 5¥7,200 Select options -
【お好きなカラーで作製いたします】Ballet Rosa ロングスカート付きレオタード ANGELINE
Rated 0 out of 5¥8,000 – ¥8,500 Select options -
【お好きなカラーで作製いたします】Ballet Rosa ノースリーブレオタード CAMILA(ライクラ)
Rated 0 out of 5¥7,000 Select options -
【お好きなカラーで作製いたします】Ballet Rosa ボートネックレオタード BELLE(ベロア)
Rated 0 out of 5¥6,500 Select options -
【お好きなカラーで作製いたします】Ballet Rosa ボートネックレオタード BELLE(ライクラ)
Rated 0 out of 5¥6,500 Select options -
【お好きなカラーで作製いたします】Ballet Rosa キャミソールドレスレオタード PATRICIA
Rated 0 out of 5¥8,500 – ¥9,000 Select options -
【お好きなカラーで作製いたします】Ballet Rosa チュールスカート付きレオタード MADY
Rated 0 out of 5¥6,300 Select options -
【お好きなカラーで作製いたします】Ballet Rosa MARIE キャミソールレオタード
Rated 0 out of 5¥5,200 Select options -
【お好きなカラーで作製いたします】Ballet Rosa フロントジップハイネックレオタード CLARENCE(ライクラ)
Rated 0 out of 5¥7,800 Select options -
【お好きなカラーで作製いたします】Ballet Rosa ホルターネックレオタード AYDEE
Rated 0 out of 5¥5,900 Select options
.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;
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{
display: none;
}
.ready-text {
width: 100%;
height: 100%;
text-align: center;
font-size: 45px;
position: absolute;
padding-top: 50%;
background-color: #999999CC;
color: white;
font-weight: bold;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
aspect-ratio: 5/6;
}
@media screen and (max-width: 1140px){
.recent-product{
display: none;
}
}
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;
});
}