/* SUBZ — иконки вместо эмодзи и текстовых символов (→ ★ ☰ ✓ ✦). SVG из ico() в шаблонах и из бандла витрины. */
.ico{display:inline-block;width:1em;height:1em;flex:none;vertical-align:-.14em;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.btn__arrow .ico,.x-link .ico,.fd-all .ico{width:1.05em;height:1.05em;transition:transform .3s var(--ease-out)}
.btn:hover .btn__arrow .ico,.x-link:hover .ico,.fd-all:hover .ico{transform:translateX(3px)}
.btn__arrow{display:inline-flex;align-items:center}
.co__box .ico{width:14px;height:14px;stroke-width:3}

/* меню-бургер: две иконки, видна одна */
.server-burger-icon{display:inline-grid;place-items:center}
.server-burger-icon .ico{width:22px;height:22px;stroke-width:2}
.server-burger-icon .ico-close,.hdr__burger.is-open .ico-menu{display:none}
.hdr__burger.is-open .ico-close{display:block}

/* звёзды рейтинга — маска из SVG-звезды, заливка по --r (0…5) */
.fc .fc__stars{display:inline-block;flex:none;width:66px;height:12px;font-size:0;color:transparent;letter-spacing:0;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 24'%3E%3Cpath d='M12 1.6l2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 16.4l-5.8 3.1 1.1-6.5-4.7-4.6 6.5-.9z'/%3E%3C/svg%3E") 0 0/13.2px 12px repeat-x;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 24'%3E%3Cpath d='M12 1.6l2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 16.4l-5.8 3.1 1.1-6.5-4.7-4.6 6.5-.9z'/%3E%3C/svg%3E") 0 0/13.2px 12px repeat-x;
  -webkit-background-clip:border-box;background-clip:border-box;background:linear-gradient(90deg,#ffc53d calc(var(--r,0) / 5 * 100%),#3a3a3a 0)}
.fc .fc__stars--none{background:#303030}
.pc__stars .ico{width:12px;height:12px;vertical-align:-.1em;margin-right:2px}

.profile-stars:before,.profile-stars:after{content:""!important;display:block;height:22px;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 24'%3E%3Cpath d='M12 1.6l2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 16.4l-5.8 3.1 1.1-6.5-4.7-4.6 6.5-.9z'/%3E%3C/svg%3E") 0 0/26px 22px repeat-x;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 24'%3E%3Cpath d='M12 1.6l2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 16.4l-5.8 3.1 1.1-6.5-4.7-4.6 6.5-.9z'/%3E%3C/svg%3E") 0 0/26px 22px repeat-x}
.profile-stars:before{width:130px;background:var(--line-2)}
.profile-stars:after{background:#ffd166}

/* разделитель в фактах CTA: ✦ → ромб-искра */
.cta__facts span:before{content:""!important;display:inline-block;width:.8em;height:.8em;margin-right:.5em;vertical-align:-.05em;background:var(--accent-fg);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.4 7.6L22 12l-7.6 2.4L12 22l-2.4-7.6L2 12l7.6-2.4z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.4 7.6L22 12l-7.6 2.4L12 22l-2.4-7.6L2 12l7.6-2.4z'/%3E%3C/svg%3E") center/contain no-repeat}

/* иконки в описаниях продавцов (вместо эмодзи) */
.emo-ic{width:1.1em;height:1.1em;margin:0 .15em;vertical-align:-.2em;stroke-width:2.1;color:var(--fg-2)}
.emo-ic--ok{color:#5fd38d}
.emo-ic--no{color:#ff6b6b}
.emo-ic--warn{color:#ffc53d}
.emo-ic--hot{color:#ff8a3d}
.emo-ic--star{color:#ffc53d}

/* молнии «Автовыдача» и звезда «Выгодно сейчас» — контурные, в цвет текста, как все иконки (не «эмодзи-жёлтые») */
html body .fc__flag svg,html body .pc__flag svg,html body .pr__chip svg,html body .lc__chip--fast svg,
html body .m-tag--fast svg,html body .sh-toggle .sh-bolt,html body .sh-best__head h2 svg,html body .cx-opts svg{
  fill:none;stroke:currentColor;stroke-width:2.3;stroke-linejoin:round;stroke-linecap:round;opacity:1}
html body .fc__flag svg{width:13px;height:13px}
html body .pr__chip svg{width:14px;height:14px}
html body .sh-best__head h2 svg{width:20px;height:20px;stroke-width:2}
