<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sku_list_color_prop {
    display: block;
    width: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #b9b5b5;
}
.sku_list_color_prop img {
    border-radius: 50%;
}
.card__colors .color-option {
    margin-right: 5px;
}
.card__colors .color-option:last-child {
    margin-right: 0;
}
.card__colors .color-option__input:checked + label {
    border: 1px solid black;
}

/* РЎС‚РёР»Рё РґР»СЏ СЂРµР№С‚РёРЅРіР° */
.star-rating__wrap {
    display: flex;
    flex-flow: wrap;
}
.star-rating__wrap label {

}
.star-rating__wrap label:nth-child(2) {
    order: 5;
}
.star-rating__wrap label:nth-child(4) {
    order: 4;
}
.star-rating__wrap label:nth-child(6) {
    order: 3;
}
.star-rating__wrap label:nth-child(8) {
    order: 2;
}
.star-rating__wrap label:nth-child(10) {
    order: 1;
}

.new-year-label {
	width: 62px !important;
	height: 62px;
	top: -15px;
	right: -8px;
	position: relative;
}

.badges {
	position:absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.badge__badge {
	width: 62px !important;
	height: 62px;
	position: relative;
}
.hidden {
	display: none;
}</pre></body></html>