/* Scoped to the two result pages; homepage cards do not render this component. */
#collection-template .b810-card-sizes,
#searct-template .b810-card-sizes {
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid #edf0f3;
}
.b810-card-sizes .b810-size-label {
  display: block;
  margin-bottom: 6px;
  color: #616b75;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.b810-card-sizes .b810-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.b810-card-sizes .b810-size-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  min-height: 28px;
  padding: 4px 6px;
  border: 1px solid #dbe2e8;
  border-radius: 4px;
  background: #f7f9fb;
  color: #333e48;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}
.b810-card-sizes .b810-size-chip:hover,
.b810-card-sizes .b810-size-chip:focus-visible {
  border-color: #248fdb;
  background: #eef7fe;
  color: #17679f;
}
.b810-card-sizes .b810-size-chip:focus-visible { outline: 2px solid #248fdb; outline-offset: 2px; }
.b810-card-sizes .b810-size-empty { color: #777; font-size: 11px; line-height: 1.4; }
@media (max-width: 767px) {
  .b810-card-sizes .b810-size-list { gap: 4px; }
  .b810-card-sizes .b810-size-chip { min-width: 28px; padding: 4px 5px; font-size: 11px; }
}
