#c-product .c-top .c-list2 .c-box {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

#c-product .c-top .c-list2 .c-box:focus-visible,
#c-product .c-top form .c-abox .c-item .c-del:focus-visible {
  outline: 2px solid #0073c3;
  outline-offset: 3px;
}

#c-product .c-top form .c-abox .c-item .c-filter-label {
  color: #5f6d7a;
  line-height: 1.5;
}

#c-product .c-top form .c-abox .c-item .c-del {
  appearance: none;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
}

#c-product.is-filtering .c-bottom {
  opacity: 0.55;
  pointer-events: none;
}

#c-product .c-bottom {
  transition: opacity 160ms ease;
}

#c-product .c-product-empty {
  display: flex;
  min-height: 220px;
  padding: 48px 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  color: #607286;
  text-align: center;
}

#c-product .c-product-empty strong {
  margin-bottom: 8px;
  color: #263f55;
  font-size: 20px;
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  #c-product .c-bottom { transition-duration: 0.01ms !important; }
}
