/* SKU-sida – grundlayout */

.pab-var-attrs{
  display: block;          /* istället för grid */
}

.pab-var-attr{
  display: flex;           /* label + value på samma rad */
  gap: 2rem;
  /*
  padding: .35rem 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  */
}

.pab-var-attr strong{
  min-width: 140px;        /* justera efter smak */
  font-weight: 600;
}

.pab-var-attr strong {
  font-weight: 600;
}

.pab-var-files{
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.5rem;
}

.pab-var-file{
  display: inline-flex;
  align-items: center;
}

.pab-file-icon{
  width: 26px;      /* justera efter smak */
  height: 26px;
  display: block;
}

.pab-file-label{
  line-height: 1;
}

.pab-parent-image img {
  max-width: 100%;
  height: auto;
}

.pab-breadcrumb,
.pab-breadcrumb-back{
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  font-size: 0.9rem;
  text-decoration: none;
}

.pab-breadcrumb a{
  text-decoration: none;
}

.pab-breadcrumb-sep{
  opacity: .6;
}