/* Yarn product action; typography and icon size inherit from the shop. */
body.type-product.type-detail .vv-detail-actions .vv-yarn-palette-icon {
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

body.type-product.type-detail .vv-yarn-palette-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.type-product.type-detail .vv-yarn-color-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  body.type-product.type-detail .vv-detail-actions-row:has(.vv-yarn-color-link),
  body.type-product.type-detail .vv-detail-actions:has(.vv-yarn-color-link) {
    flex-wrap: wrap;
  }
}
