/* Умный подбор — menu highlight + catalog CTA */
.xstore-podbor-menu > a,
.menu__level-1-li.xstore-podbor-menu .menu__level-1-a {
  color: #e84080 !important;
  font-weight: 800 !important;
}
.menu2 .menu__level-1-li.xstore-podbor-hl > a,
.menu2 .menu__level-1-a[href*="podbor"] {
  color: #e84080 !important;
  font-weight: 800 !important;
}

.xstore-podbor-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 8px;
  padding: 16px 18px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #2a1520 0%, #e84080 120%);
  box-shadow: 0 10px 28px rgba(232, 64, 128, 0.22);
}
.xstore-podbor-cta__ico {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.15);
  font-size: 18px;
}
.xstore-podbor-cta__text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.xstore-podbor-cta__text b {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.xstore-podbor-cta__text small {
  font-size: 12px;
  opacity: .88;
  line-height: 1.35;
}
.xstore-podbor-cta__go {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .xstore-podbor-cta { padding: 14px; }
  .xstore-podbor-cta__go { display: none; }
}
