customize
カテゴリー
カテゴリー
メニュー
Showing all 17 results
-
【CLARENCE】フロントジップハイネックレオタード – test
Rated 0 out of 5¥10,000 Select options -
プルオンスカート
Rated 0 out of 5¥9,900 Select options -
フィッシュテールスカート
Rated 0 out of 5¥9,350 Select options -
前後の長さが同じ丈
Rated 0 out of 5¥8,800 Select options -
【stella】チュール巻きスカート-リボン-ストレッチメ
Rated 0 out of 5¥5,500 Select options -
【tomomi】チュール巻きスカート-リボン-ストレッチメ
Rated 0 out of 5¥5,200 Select options -
【STELLA】チュール巻きスカート
Rated 0 out of 5¥5,500 Select options -
【TOMOMI】チュール巻きスカート
Rated 0 out of 5¥5,200 Select options -
【PATRICIA】キャミソールドレスレオタード
Rated 0 out of 5¥9,500 Select options -
【ANNE】キャミソールレオタード
Rated 0 out of 5¥7,300 Select options -
【CAMILA】ノースリーブメッシュレオタード
Rated 0 out of 5¥7,000 Select options -
【SUZETTE】キャミソールレオタード
Rated 0 out of 5¥7,000 Select options -
【CLARENCE】フロントジップハイネックレオタード
Rated 0 out of 5¥7,800 Select options -
【お好きなカラーで作製いたします】Ballet Rosa チュールドレス LOLITA
Rated 0 out of 5¥6,300 Select options -
プルオンスカート
Rated 0 out of 5¥9,900 Select options -
フィッシュテール
Rated 0 out of 5¥1 – ¥9,350 Select options -
前後の長さが同じ丈
Rated 0 out of 5¥8,800 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;
});
}