.pisell-plus-sku-options-card {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;

  &-indicator-wrapper {
    position: relative;

    &-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

  &-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
}

.pisell-plus-sku-options-card-option-item-card {
  display: flex;
  flex-direction: column;
  gap: 12px;

  &-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    border-radius: 12px;
    background: #f5f5f5;

    &-float {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 22px;
      padding: 0px 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px 0;
      background: #fee4e2;
      color: #b42318;
      font-size: 10px;
      font-weight: 400;
    }

    &-section {
      width: 100%;
      padding: 16px 16px 0 16px;
      display: flex;
      flex-direction: column;
      gap: 20px;

      &-divider {
        width: 100%;
        height: 1px;
        background: #d0d5dd;
      }
    }

    &-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 4px;

      &-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
      }

      &-title {
        flex: 1;
        color: #101828;
        font-size: 14px;
        font-weight: 600;
      }

      &-price {
        color: #101828;
        font-size: 16px;
        font-weight: 400;
      }

      &-text {
        color: #667085;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
      }
    }

    &-footer {
      width: 100%;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;

      &-stepper {
        height: 100%;
        display: flex;
      }

      &-info {
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-self: stretch;
        gap: 12px;
        cursor: pointer;
      }
    }
  }
}
