a[href="#prodpopup"] {
  width: 100%;
}

/* Выбор ссылки, у которой href начинается с "#popup:" */
a[href^="#popup:"] {
  width: 100%;
}
