Description
The FD Dress PS-1112/2 KW is a charming ballroom dance dress for girls, designed for the Standard program. Made from soft polka dot print jersey, it features a fitted silhouette that highlights elegance on the dance floor. The three-quarter narrow sleeves and O-shaped neckline add a classic touch, while relief seams with wedges ensure graceful movement. The hem is finished with a 5 cm wide open regilin, creating volume and structure for a flowing line. Belt not included.
Manufacturer: FD.
Description
The FD Dress PS-1112/2 KW is a charming ballroom dance dress for girls, designed for the Standard program. Made from soft polka dot print jersey, it features a fitted silhouette that highlights elegance on the dance floor. The three-quarter narrow sleeves and O-shaped neckline add a classic touch, while relief seams with wedges ensure graceful movement. The hem is finished with a 5 cm wide open regilin, creating volume and structure for a flowing line. Belt not included.
Manufacturer: FD.
document.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll(".rating").forEach(function (el) {
// 1) Заполненные звезды в обычном виде или через fa-stack
var filled = el.querySelector(".fa-star, .fa-stack .fa-star");
// 2) Если тема не ставит .fa-star, пробуем считать число отзывов из текста ссылки
var reviewsNum = 0;
var totalLink = document.querySelector('a[href="#review"], a[href*="review"]');
if (totalLink) {
var m = totalLink.textContent.match(/\d+/);
if (m) reviewsNum = parseInt(m[0], 10);
}
if (filled || reviewsNum > 0) {
el.classList.add("has-rating");
}
});
});