/* Скрываем недоступные весовые варианты (чипсы и select)
   Плагин/тема помечает их классом .abp-hidden-weight */

.smartsku-feature-select.inline-select a.abp-hidden-weight {
  display: none !important;
}

.smartsku-feature-select .abp-hidden-weight {
  display: none !important;
}

