.pisell-plus-sku-options-selection {
  height: 100%;
  overflow: hidden;

  .pisell-batch-selector__content {
    gap: var(--sku-options-group-gap, 24px);
  }

  &.is-disabled {
    cursor: not-allowed;
  }
}
